.. |
compression.cpp
|
Made int packing functions safe
|
2017-09-17 02:36:50 +02:00 |
compression.h
|
Made int packing functions safe
|
2017-09-17 02:36:50 +02:00 |
config.cpp
|
More conservative config saving
|
2018-04-05 17:24:49 +02:00 |
config.h
|
More conservative config saving
|
2018-04-05 17:24:49 +02:00 |
config_variables.h
|
Allows low mousesens
|
2018-04-27 01:40:59 +02:00 |
console.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02:00 |
console.h
|
Make most user input teehistoric
|
2017-09-20 02:23:28 +02:00 |
datafile.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02:00 |
datafile.h
|
Rename GetUncompressedDataSize to GetDataSize
|
2017-08-30 08:36:17 +02:00 |
demo.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02:00 |
demo.h
|
Don't open map file again if we have it open already
|
2017-07-08 22:09:03 +02:00 |
econ.cpp
|
Highlight in console
|
2014-12-20 13:37:11 +01:00 |
econ.h
|
Highlight in console
|
2014-12-20 13:37:11 +01:00 |
engine.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02:00 |
fifo.cpp
|
Nicer way of handling Mac fifo rewinding (just don't use high level file streams)
|
2016-05-05 23:32:55 +02:00 |
fifo.h
|
Nicer way of handling Mac fifo rewinding (just don't use high level file streams)
|
2016-05-05 23:32:55 +02:00 |
filecollection.cpp
|
Change auto demo recorder format (fixes #297)
|
2015-08-22 17:22:46 +02:00 |
filecollection.h
|
Change auto demo recorder format (fixes #297)
|
2015-08-22 17:22:46 +02:00 |
ghost.cpp
|
Fixed several issues with the ghost (thanks to Learath2)
|
2017-10-28 14:23:24 +02:00 |
ghost.h
|
Fixed several issues with the ghost (thanks to Learath2)
|
2017-10-28 14:23:24 +02:00 |
global_uuid_manager.cpp
|
Move teehistorian UUIDs into engine
|
2018-01-11 16:01:13 +01:00 |
huffman.cpp
|
Fix whitespaces a bit
|
2015-07-09 02:12:35 +02:00 |
huffman.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
jobs.cpp
|
Add a couple of tests for CJobPool
|
2017-11-24 10:33:42 +01:00 |
jobs.h
|
Add a couple of tests for CJobPool
|
2017-11-24 10:33:42 +01:00 |
kernel.cpp
|
Merge branch 'master' into leak_fix
|
2017-07-31 20:42:32 +02:00 |
linereader.cpp
|
fixed possible CRLF line ending problem in the linereader
|
2011-01-20 21:17:11 +01:00 |
linereader.h
|
Multiline broadcasts
|
2014-04-19 00:40:21 +02:00 |
map.cpp
|
Rename GetUncompressedDataSize to GetDataSize
|
2017-08-30 08:36:17 +02:00 |
masterserver.cpp
|
Fix lookup job being zeroed in CMasterServer::Load
|
2017-11-24 02:13:34 +01:00 |
memheap.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +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
|
commanddescription can now be placed directly in
|
2015-12-28 16:19:52 +01:00 |
netban.h
|
Fix masterserver compilation with clang and optimizations
|
2015-04-18 23:02:48 +02:00 |
network.cpp
|
Introduce new, vanilla-compatible server info protocol
|
2017-03-29 12:56:13 +02:00 |
network.h
|
Introduce new, vanilla-compatible server info protocol
|
2017-03-29 12:56:13 +02:00 |
network_client.cpp
|
Introduce new, vanilla-compatible server info protocol
|
2017-03-29 12:56:13 +02:00 |
network_conn.cpp
|
Fix typo
|
2018-02-07 16:10:40 +08: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
|
Enable -Wextra and -Wformat=2
|
2017-07-27 20:38:17 +02:00 |
packer.cpp
|
Introduce new, vanilla-compatible server info protocol
|
2017-03-29 12:56:13 +02:00 |
packer.h
|
Make most user input teehistoric
|
2017-09-20 02:23:28 +02:00 |
protocol.h
|
Fix typo
|
2018-02-07 16:10:40 +08:00 |
protocol_ex.cpp
|
Add support for extra chunks in teehistorian
|
2018-01-11 15:59:53 +01:00 |
protocol_ex.h
|
Move teehistorian UUIDs into engine
|
2018-01-11 16:01:13 +01:00 |
protocol_ex_msgs.h
|
Add support for extra chunks in teehistorian
|
2018-01-11 15:59:53 +01:00 |
ringbuffer.cpp
|
Fix a few whitespace-at-end-of-file issues
|
2015-08-22 15:27:41 +02:00 |
ringbuffer.h
|
Get rid of all Clang warnings
|
2015-04-18 22:29:28 +02:00 |
serverbrowser.cpp
|
Added Fastcap support for ghost and race demo
|
2017-09-28 16:01:57 +02:00 |
snapshot.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02:00 |
snapshot.h
|
First working version of teehistorian
|
2017-09-20 02:16:11 +02:00 |
storage.cpp
|
Allow specifying DATA_DIR by compiler option, retry #1042
|
2018-04-05 11:11:31 +08:00 |
teehistorian_ex.cpp
|
Move teehistorian UUIDs into engine
|
2018-01-11 16:01:13 +01:00 |
teehistorian_ex.h
|
Move teehistorian UUIDs into engine
|
2018-01-11 16:01:13 +01:00 |
teehistorian_ex_chunks.h
|
Record rcon authentication stuff into teehistorian
|
2018-01-28 03:13:05 +01:00 |
uuid_manager.cpp
|
Add support for extra chunks in teehistorian
|
2018-01-11 15:59:53 +01:00 |
uuid_manager.h
|
Add support for extra chunks in teehistorian
|
2018-01-11 15:59:53 +01:00 |
websockets.cpp
|
Update websockets implementation (fixes #1022)
|
2018-02-14 12:30:14 +01:00 |
websockets.h
|
websockets support in server
|
2015-02-08 19:11:34 -08:00 |