.. |
compression.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
compression.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
config.cpp
|
reworked ban system
|
2011-12-29 23:36:53 +01:00 |
config.h
|
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace
|
2012-01-01 00:11:56 +02:00 |
config_variables.h
|
Defaults to gfx_threaded 0. Partially fixes #213
|
2013-02-13 18:34:46 +02:00 |
console.cpp
|
Merge branch 'master' of git://github.com/teeworlds/teeworlds into DDRace
|
2012-04-12 02:09:31 +02:00 |
console.h
|
Merge branch 'master' of git://github.com/teeworlds/teeworlds into DDRace
|
2012-04-12 02:09:31 +02:00 |
datafile.cpp
|
reduced stack memory usage of CDataFileWriter
|
2011-07-31 01:40:28 +02:00 |
datafile.h
|
reduced stack memory usage of CDataFileWriter
|
2011-07-31 01:40:28 +02:00 |
demo.cpp
|
added demo markers by Choupom. Closes #837
|
2012-01-10 23:13:19 +01:00 |
demo.h
|
added demo markers by Choupom. Closes #837
|
2012-01-10 23:13:19 +01:00 |
econ.cpp
|
Econ bufferoverflow fix
|
2012-01-12 19:59:27 +01:00 |
econ.h
|
added logout command for econ
|
2011-12-30 19:12:31 +01:00 |
engine.cpp
|
Removed level stuff
|
2011-08-13 02:11:06 +02:00 |
filecollection.cpp
|
added missing newlines at end of 2 files
|
2011-07-30 18:29:40 +02:00 |
filecollection.h
|
added missing newlines at end of 2 files
|
2011-07-30 18:29:40 +02:00 |
huffman.cpp
|
fixed several stuffs
|
2011-05-03 19:25:11 +02:00 |
huffman.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
jobs.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
jobs.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
kernel.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02: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
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
mapchecker.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
mapchecker.h
|
structs are structs, classes are classes
|
2011-05-03 19:23:33 +02:00 |
masterserver.cpp
|
reworked ban system
|
2011-12-29 23:36:53 +01:00 |
memheap.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
memheap.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
message.h
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
netban.cpp
|
fix for saving bans in a file
|
2012-02-13 23:22:40 +01:00 |
netban.h
|
fixed ban range check to make sure the whole ip matches and not just rely on the hash. Closes #946
|
2012-07-04 16:55:16 +03:00 |
network.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
network.h
|
remove other banmaster related code
|
2012-05-02 01:18:11 +02:00 |
network_client.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
network_conn.cpp
|
Merge branch 'master' of git://github.com/oy/teeworlds into HEAD
|
2011-04-14 01:27:49 +02:00 |
network_console.cpp
|
reworked ban system
|
2011-12-29 23:36:53 +01:00 |
network_console_conn.cpp
|
General whitespace and tab cleanup
|
2011-08-11 10:59:14 +02:00 |
network_server.cpp
|
turns out that Drop was needed after all :S
|
2012-12-23 20:10:31 +03:00 |
packer.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
packer.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
protocol.h
|
made rcon auto completion serverside. Closes #97
|
2011-07-14 22:07:21 +02:00 |
ringbuffer.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
ringbuffer.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
snapshot.cpp
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
snapshot.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
storage.cpp
|
Merge branch 'master' of git://github.com/teeworlds/teeworlds into DDRace
|
2012-04-12 02:09:31 +02:00 |
storage.h
|
Fix external records
|
2010-07-31 15:04:19 +04:00 |