ddnet/src/game/server
2021-07-24 13:04:03 +02:00
..
entities uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
gamemodes Shuffle a condition around to get cleaner code 2021-07-24 13:04:03 +02:00
alloc.h Extract allocation macros to alloc.h (mimic the upstream) 2021-01-10 14:25:12 +03:00
ddracechat.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
ddracecommands.cpp Rename save/load to conform to the code style 2021-02-16 18:15:50 +01:00
entity.cpp Make netclipping of entities and events respect shown distance (fixes #3420) 2021-01-11 23:11:28 +01:00
entity.h Simplify entities destruction 2021-05-22 20:02:00 +02:00
eventhandler.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
eventhandler.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
gamecontext.cpp Go back to constructor destructor 2021-07-22 21:49:26 +02:00
gamecontext.h Go back to constructor destructor 2021-07-22 21:49:26 +02:00
gamecontroller.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
gamecontroller.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
gameworld.cpp Simplify entities destruction 2021-05-22 20:02:00 +02:00
gameworld.h Simplify entities destruction 2021-05-22 20:02:00 +02:00
player.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
player.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
save.cpp Fix save codes (symptom: always jumping after load) 2021-07-23 01:17:06 +02:00
save.h /save each tee's starting state 2021-07-21 17:54:46 +02:00
score.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
score.h Applied community feedback. 2021-03-15 15:38:53 +02:00
teams.cpp Shuffle a condition around to get cleaner code 2021-07-24 13:04:03 +02:00
teams.h Warn teams after 30s if not every tee has started 2021-07-21 17:54:46 +02:00
teehistorian.cpp Clarify teehistorian code 2021-01-28 23:42:01 +01:00
teehistorian.h Port CConfig API from the upstream (0.7.5) 2021-01-10 17:10:19 +03:00
teeinfo.cpp Fix variable names manually 2020-11-02 22:40:40 +01:00
teeinfo.h Run clang-format 2020-09-26 21:50:15 +02:00