ddnet/src
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
..
android Add tests for overloaded hash operators, use operator instead 2022-11-12 20:36:38 +01:00
antibot Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
base Merge pull request #8026 from Robyt3/Base-Threading-Error-Handling 2024-03-02 13:00:58 +00:00
engine Use uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00
game Use uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00
macos Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
masterping update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
mastersrv update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
rust-bridge Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
steam Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
test Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
tools Use uint8_t * consistently for raw image data 2024-03-09 13:31:53 +01:00