.. |
compression.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
compression.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
config.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
config.h
|
Add banning to mastersrv: any packet from a banned IP (and optionally a fixed port) will be dropped (also affects clients. Put your bans into master.cfg: "ban 127.0.0.1" or "ban 127.0.0.1:8303". It's reloaded every 5 minutes. This change also adds IStorage, IConsole and IKernel to mastersrv.
|
2011-01-23 17:54:27 +01:00 |
config_variables.h
|
make the "show friends"-filter just list servers with friends on them
|
2011-03-31 21:22:12 +02:00 |
console.cpp
|
made engine an interface
|
2011-02-27 15:03:57 +01:00 |
console.h
|
fixed a compiler warning
|
2011-01-11 00:57:44 +01:00 |
datafile.cpp
|
added a mechanism to check for a valid standard map. Closes #132
|
2011-03-31 15:13:49 +02:00 |
datafile.h
|
added a mechanism to check for a valid standard map. Closes #132
|
2011-03-31 15:13:49 +02:00 |
demo.cpp
|
fixed problem with recorded demo files. Closes #570
|
2011-04-02 11:55:37 +02:00 |
demo.h
|
fixed problem with recorded demo files. Closes #570
|
2011-04-02 11:55:37 +02:00 |
engine.cpp
|
fixed problem with sv_bindaddr on the server
|
2011-04-04 18:20:05 +02:00 |
huffman.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
huffman.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
jobs.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
jobs.h
|
finished IPv6 support (master servers aren't compatible with 0.5 and older). Closes #233
|
2011-03-30 12:08:33 +02:00 |
kernel.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
linereader.cpp
|
fixed possible CRLF line ending problem in the linereader
|
2011-01-20 21:17:11 +01:00 |
linereader.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
map.cpp
|
Refactoring & fixed WEAPONSPEC_GUN in content.py
|
2011-02-12 21:18:41 +01:00 |
mapchecker.cpp
|
added a mechanism to check for a valid standard map. Closes #132
|
2011-03-31 15:13:49 +02:00 |
mapchecker.h
|
added a mechanism to check for a valid standard map. Closes #132
|
2011-03-31 15:13:49 +02:00 |
masterserver.cpp
|
fixed problem with sv_bindaddr on the server
|
2011-04-04 18:20:05 +02:00 |
memheap.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
memheap.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
message.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
network.cpp
|
made dbg_dumpmem and dbg_lognetwork work again
|
2011-03-05 11:46:24 +01:00 |
network.h
|
added downward compatibility to mastersrv for 0.5 (and earlier)
|
2011-04-02 17:35:50 +02:00 |
network_client.cpp
|
added ipv6 support from the old lua branch
|
2011-03-28 20:11:28 +02:00 |
network_conn.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
network_server.cpp
|
finished IPv6 support (master servers aren't compatible with 0.5 and older). Closes #233
|
2011-03-30 12:08:33 +02:00 |
packer.cpp
|
made engine an interface
|
2011-02-27 15:03:57 +01:00 |
packer.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
protocol.h
|
made network support clan name and country code for players
|
2011-03-15 11:23:49 +01:00 |
ringbuffer.cpp
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
ringbuffer.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
snapshot.cpp
|
made engine an interface
|
2011-02-27 15:03:57 +01:00 |
snapshot.h
|
fixed that the server crashes on too many snap items (Closes #317), optimised snapshot hashing
|
2011-01-18 18:09:09 +01:00 |
storage.cpp
|
improved FindFile so it stops on a match
|
2011-04-07 18:45:24 +02:00 |