ddnet/src/game
Robert Müller b67263107d Use uint8_t * consistently for raw image data
Previously, usage of `void *`, `unsigned char *` and `uint8_t *` was mixed in various places for pointers to raw image data and the pointers ended up being cast to `uint8_t *` at some point anyway. Now only `uint8_t *` is used consistently, which improves type safety and readability. Casts to `uint8_t *` are now only necessary when using `malloc` or when reading data from a map.
2024-03-09 13:31:53 +01:00
..
client Use uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00
editor Use uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00
server List all practice commands when enabling /practice 2024-03-07 00:57:21 +01:00
alloc.h Move alloc.h to game/ and use it in client/prediction/entity.h 2023-09-15 18:04:29 +03:00
collision.cpp Remove unnecessary check for entities close to map border 2024-01-18 22:44:22 +01:00
collision.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
gamecore.cpp Fix comment grammar 2024-01-07 18:05:12 +01:00
gamecore.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
layers.cpp Ensure white color for entities layers when loading map layers 2023-12-11 13:37:23 +01:00
layers.h Remove Parallax Zoom from map file 2023-10-29 23:43:19 +01:00
localization.cpp Remove CLocConstString 2023-08-30 19:24:38 +02:00
localization.h Remove CLocConstString 2023-08-30 19:24:38 +02:00
mapbugs.cpp Remove obsolete clang-tidy NOLINT comments 2023-10-11 17:22:59 +02:00
mapbugs.h Remove code for CRC in most places, except where needed for net compat 2020-10-14 17:08:58 +02:00
mapbugs_list.h Revert "Add mapbug "stoppers-passthrough@ddnet.tw"" 2018-08-22 08:33:21 +02:00
mapitems.cpp Differentiate between normal and checkpoint teles 2023-12-27 15:23:57 +01:00
mapitems.h Differentiate between normal and checkpoint teles 2023-12-27 15:23:57 +01:00
mapitems_ex.cpp Remove Parallax Zoom from map file 2023-10-29 23:43:19 +01:00
mapitems_ex.h Remove Parallax Zoom from map file 2023-10-29 23:43:19 +01:00
mapitems_ex_types.h Remove Parallax Zoom from map file 2023-10-29 23:43:19 +01:00
prng.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
prng.h Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
teamscore.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
teamscore.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
tuning.h Replace 50 with SERVER_TICK_SPEED or TickSpeed() 2023-11-23 14:42:30 +01:00
version.h Version 18.0.3 2024-02-03 08:53:27 +01:00
voting.h Run clang-format 2020-09-26 21:50:15 +02:00