ddnet/src/game/client
bors[bot] 9e1b6cd1e9
Merge #5613
5613: Search in $PATH for server executable (fixes #5594) r=heinrich5991 a=def-

<!-- What is the motivation for the changes of this pull request -->

## 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 (especially base/) or added coverage to integration test
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] 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: def <dennis@felsin9.de>
2022-07-10 23:08:57 +00:00
..
components Merge #5613 2022-07-10 23:08:57 +00:00
prediction Merge #5545 2022-07-08 23:08:02 +00:00
animstate.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
animstate.h Remove unnecessary trailing semicolons after method declarations 2022-03-08 20:01:26 +01:00
component.cpp Unify logging infrastructure between IConsole and dbg_msg 2022-04-29 15:21:26 +02:00
component.h Integrate joystick with game controls and menus/editor UI 2022-06-13 20:40:37 +02:00
gameclient.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
gameclient.h Huge variable naming format 2022-07-08 18:01:29 +02:00
lineinput.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
lineinput.h m_DisplayStr -> m_aDisplayStr 2022-03-31 12:52:24 +02:00
projectile_data.cpp Organize game-shared includes 2022-06-17 17:39:25 +02:00
projectile_data.h force tunezone 2021-04-23 11:01:38 +08:00
race.cpp Organize game-client includes 2022-05-29 21:24:43 +02:00
race.h Organize game-client includes 2022-05-29 21:24:43 +02:00
render.cpp Use DrawRoundRectExt instead of DrawRoundRect and remove the latter 2022-07-10 17:19:35 +02:00
render.h Use DrawRoundRectExt instead of DrawRoundRect and remove the latter 2022-07-10 17:19:35 +02:00
render_map.cpp Replace 3.14159265f with 'pi' from math.h 2022-07-09 19:19:21 +03:00
skin.h Huge variable naming format 2022-07-08 18:01:29 +02:00
ui.cpp (A bit) safer interface for text containers 2022-07-08 19:19:37 +02:00
ui.h Merge CRenderTools::DrawUIRect4NoRounding into DrawUIRect4 2022-07-10 17:19:32 +02:00
ui_ex.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
ui_ex.h Organize game-client and editor includes 2022-06-17 20:32:56 +02:00