ddnet/src/game/client
2024-01-12 23:27:49 +03:00
..
components Fix some clang-tidy issues and UB 2024-01-12 23:27:49 +03:00
prediction Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
animstate.cpp Minor refactoring of CAnimState and tee rendering functions 2023-06-10 13:10:26 +02:00
animstate.h Minor refactoring of CAnimState and tee rendering functions 2023-06-10 13:10:26 +02:00
component.cpp Use curl-multi 2023-12-18 20:06:43 +01:00
component.h Use curl-multi 2023-12-18 20:06:43 +01:00
gameclient.cpp Use curl-multi 2023-12-18 20:06:43 +01:00
gameclient.h Format and bump fake curl 2023-12-18 23:02:00 +01:00
laser_data.cpp Add flag to ddnetlaser for enabling prediction, let server control starttick 2023-09-19 23:22:15 +02:00
laser_data.h Add flag to ddnetlaser for enabling prediction, let server control starttick 2023-09-19 23:22:15 +02:00
lineinput.cpp Fix various lineinput issues/regressions 2023-12-15 17:49:06 +01:00
lineinput.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
pickup_data.cpp Add net netobjs for projectile and pickup, extend ddnetlaser, remove EntityEx server-side 2023-05-04 23:43:05 +02:00
pickup_data.h Add net netobjs for projectile and pickup, extend ddnetlaser, remove EntityEx server-side 2023-05-04 23:43:05 +02:00
projectile_data.cpp Add net netobjs for projectile and pickup, extend ddnetlaser, remove EntityEx server-side 2023-05-04 23:43:05 +02:00
projectile_data.h Add net netobjs for projectile and pickup, extend ddnetlaser, remove EntityEx server-side 2023-05-04 23:43:05 +02:00
race.cpp Use std::vector and std::deque instead of most std::lists 2023-07-01 15:44:35 +02:00
race.h Organize game-client includes 2022-05-29 21:24:43 +02:00
render.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
render.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
render_map.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
skin.h Minor refactoring of CAnimState and tee rendering functions 2023-06-10 13:10:26 +02:00
ui.cpp Fix various lineinput issues/regressions 2023-12-15 17:49:06 +01:00
ui.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
ui_listbox.cpp Make listbox scrollbar width and margin adjustable 2023-09-16 13:24:19 +02:00
ui_listbox.h Make listbox scrollbar width and margin adjustable 2023-09-16 13:24:19 +02:00
ui_rect.cpp Add CUIRect::Margin with vec2 argument 2023-10-06 18:08:03 +02:00
ui_rect.h Add CUIRect::Margin with vec2 argument 2023-10-06 18:08:03 +02:00
ui_scrollregion.cpp Small cleanup: simplify member type and computation 2023-11-19 17:36:17 +01:00
ui_scrollregion.h Small cleanup: simplify member type and computation 2023-11-19 17:36:17 +01:00