ddnet/src/engine/client
bors[bot] 1743b7ce67
Merge #5210
5210: Move ddnet character display info in ddnet character r=def- a=C0D3D3V

- I also added the default value mechanic for Net Objects that have set `validate_size=False`
- I removed the ramp value from the snap, because currently all maps use the default tuning parameters for it
- I renamed `m_FreezeTick` to `m_FreezeStart` 

- Added Extended Net Objects to the debug HUD (Also added a Headline):
![grafik](https://user-images.githubusercontent.com/14315968/175284419-3014bc06-96a0-407d-b170-15e06350caa7.png)
(out of range) is in the screenshot the old DDNetCharacterDisplayInfo

fixes #5455

## Checklist

- [x] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [x] Considered possible null pointers and out of bounds array indexing
- [x] Changed no physics that affect existing maps
- [x] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: c0d3d3v <c0d3d3v@mag-keinen-spam.de>
2022-06-29 11:35:37 +00:00
..
backend Add missing capability for GLES backend 2022-06-25 16:11:04 +02:00
backend_sdl.cpp Organize engine-client includes 2022-06-17 17:46:43 +02:00
backend_sdl.h Organize engine-client includes 2022-06-17 17:46:43 +02:00
blocklist_driver.cpp Organize engine-client includes 2022-05-29 21:24:43 +02:00
blocklist_driver.h Add Intel as vendor to the block list on windows 2021-05-06 12:23:40 +02:00
checksum.h Add some checksum functions to the client 2022-01-31 21:31:26 +01:00
client.cpp Add default values to extended Net Objects 2022-06-27 01:11:19 +02:00
client.h Add default values to extended Net Objects 2022-06-27 01:11:19 +02:00
demoedit.cpp Remove HTTP include from demoedit 2022-05-13 09:00:48 +02:00
demoedit.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
discord.cpp Fix win32 discord compilation 2022-06-24 10:06:04 +02:00
friends.cpp More colors from chat in console 2021-03-08 01:20:28 +01:00
friends.h Organize engine-client includes 2022-06-17 17:46:43 +02:00
ghost.cpp Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00
ghost.h Use nullptr in generated and editor 2022-06-13 18:28:13 +02:00
graphics_defines.h Remove GL includes from headers 2021-05-01 23:56:30 +02:00
graphics_threaded.cpp Move PNG handling to src/engine/gfx 2022-06-21 15:26:23 +02:00
graphics_threaded.h Format vector variables names (fixes #5209) 2022-06-11 21:38:49 +02:00
input.cpp Fix unsafe defines 2022-06-27 18:51:02 +02:00
input.h Merge pull request #5453 from Robyt3/Joystick-Close-Before-SDL-Quit 2022-06-20 23:47:59 +02:00
keynames.h Add joystick support to engine 2022-06-13 20:40:36 +02:00
notifications.cpp Emscripten support 2022-03-25 12:42:18 +01:00
notifications.h Libnotify support for linux client (#2099) 2020-04-14 17:53:53 +02:00
serverbrowser.cpp Use ReadFile in CServerBrowser::LoadDDNetInfoJson 2022-06-16 10:19:36 +02:00
serverbrowser.h Organize engine-client includes 2022-06-17 17:46:43 +02:00
serverbrowser_http.cpp More vector naming format 2022-06-15 19:37:37 +02:00
serverbrowser_http.h Save previously determined best serverlist 2021-05-14 01:01:09 +02:00
serverbrowser_ping_cache.cpp More vector naming format 2022-06-15 19:37:37 +02:00
serverbrowser_ping_cache.h Add serverbrowser ping cache 2021-05-14 01:00:41 +02:00
sound.cpp Use ReadFile to load wv/opus sound files 2022-06-16 10:19:37 +02:00
sound.h Organize engine-client includes 2022-06-17 17:46:43 +02:00
sqlite.cpp Make use of IO_MAX_PATH_LENGTH 2021-09-13 12:14:50 +02:00
steam.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
text.cpp Print font name instead of address in log message, pFont -> font 2022-06-28 17:48:41 +02:00
updater.cpp Use ReadFile to load updater index json 2022-06-16 10:19:37 +02:00
updater.h Use nullptr in generated and editor 2022-06-13 18:28:13 +02:00
video.cpp Organize engine-client includes 2022-06-17 17:46:43 +02:00
video.h Remove useless typedef in c++ 2022-06-25 21:05:54 +02:00