ddnet/src/engine/shared
2010-11-01 12:37:09 +02:00
..
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 My special func ^_^ 2010-10-31 23:29:41 +03:00
config_variables.h Removed unused config var 2010-11-01 12:37:09 +02:00
console.cpp Merge branch 'master' of http://github.com/oy/teeworlds 2010-10-31 20:32:35 +02:00
console.h Merge branch 'master' of http://github.com/oy/teeworlds 2010-10-26 00:25:36 +02: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 added info in the demo browser by Choupom 2010-10-09 13:27:21 +02: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 added the possibility to create a new folder within the editor's save file dialog 2010-10-16 18:33:54 +02:00
storage.h Fix external records 2010-07-31 15:04:19 +04:00