.. |
compression.cpp
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
compression.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
config.cpp
|
My special func ^_^
|
2010-10-31 23:29:41 +03:00 |
config.h
|
finished system to generalize rcon commands, sorry for last commit's description
|
2010-11-07 17:35:11 +01:00 |
config_variables.h
|
Finish sv_team
|
2010-11-07 01:54:35 +03:00 |
console.cpp
|
added pdb to gitignore
|
2010-11-13 11:55:17 +02:00 |
console.h
|
finished system to generalize rcon commands, sorry for last commit's description
|
2010-11-07 17:35:11 +01:00 |
datafile.cpp
|
fixed mac compiling. Closes #238
|
2010-10-28 23:32:01 +02:00 |
datafile.h
|
added mod system. Closes #34
|
2010-10-06 23:07:35 +02:00 |
demo.cpp
|
fixed infinite loop when playing empty demo. Closes #248
|
2010-10-31 18:51:05 +01:00 |
demo.h
|
fixed demo.h header guard
|
2010-11-14 00:45:47 +01:00 |
engine.cpp
|
added lost logfile feature
|
2010-08-06 20:38:13 +02:00 |
engine.h
|
added lost logfile feature
|
2010-08-06 20:38:13 +02:00 |
huffman.cpp
|
added a null pointer check in huffman decompression code. it was possible to crash a masterserver by sending it a packet that had the compression flag (but not the connection-less flag) set because the huffman look up table is not initialized in the masterserver and thus resulted in a null-pointer-node. clients and servers (with initialized look up tables were not affected. it was also not possible to use this to inject code.
|
2010-10-29 01:46:10 +02:00 |
huffman.h
|
added fixes for compiler errors and warnings by sworddragon
|
2010-08-24 23:44:33 +02:00 |
jobs.cpp
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
jobs.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
kernel.cpp
|
more cleanup
|
2010-10-11 03:50:43 +02:00 |
linereader.cpp
|
made linereader work with window line endings. Closes #196
|
2010-10-01 12:43:44 +02:00 |
linereader.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
map.cpp
|
added mod system. Closes #34
|
2010-10-06 23:07:35 +02:00 |
masterserver.cpp
|
added mod system. Closes #34
|
2010-10-06 23:07:35 +02:00 |
memheap.cpp
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
memheap.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
message.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
network.cpp
|
revert for a fix (sendto) implemented in commits:
|
2010-09-11 18:10:46 +02:00 |
network.h
|
added hackish challenge-response-alike compatible with 0.5.2 clients. against the slot blocking exploit.
|
2010-10-25 20:00:16 +02:00 |
network_client.cpp
|
added output level for console print function, categorised the debug messages and merged them into the new functionality. Closes #8
|
2010-08-25 01:17:02 +02:00 |
network_conn.cpp
|
Show others for ddrace clients.
|
2010-10-24 14:47:25 +04:00 |
network_server.cpp
|
added hackish challenge-response-alike compatible with 0.5.2 clients. against the slot blocking exploit.
|
2010-10-25 20:00:16 +02:00 |
packer.cpp
|
made unpacking of net strings more strict - prevents possible malformed output
|
2010-08-12 15:22:07 +02:00 |
packer.h
|
made unpacking of net strings more strict - prevents possible malformed output
|
2010-08-12 15:22:07 +02:00 |
protocol.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
ringbuffer.cpp
|
Fixed remaining compiler warnings for gcc on Linux
|
2010-06-10 20:38:03 +08:00 |
ringbuffer.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
snapshot.cpp
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
snapshot.h
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
storage.cpp
|
show real $USERDIR and $DATADIR path on startup
|
2010-11-13 23:54:34 +01:00 |
storage.h
|
Fix external records
|
2010-07-31 15:04:19 +04:00 |