Commit Graph

36 Commits

Author SHA1 Message Date
5c91b4e779 Add ready button icons 2026-08-03 18:06:30 +03:00
2fbb1983a4 Fix warnings 2026-07-30 19:40:57 +03:00
678add5b1c Remove unused prints 2026-07-30 19:23:55 +03:00
8f45b16d18 Fix selecting default map 2026-07-30 19:20:47 +03:00
b8b42e31ac Fix nonsense with changing map selection 2026-07-30 19:16:54 +03:00
254aa640fa Fix map selection interface 2026-07-30 01:27:17 +03:00
cf68bd7887 Allow maps to be hidden 2026-07-30 01:11:10 +03:00
be5960dba8 Add support for map icons 2026-07-30 01:07:23 +03:00
215c88cb49 Move GameOptions to game/opts.rs 2026-07-29 20:16:48 +03:00
897a1dbef6 Refactor game_manager to game/mod.rs 2026-07-29 20:14:14 +03:00
927a904c72 Make music loop 2026-07-28 21:13:07 +03:00
264a81e072 Add map music 2026-07-28 19:55:17 +03:00
0527567350 Fix goal game option propagating to client 2026-07-26 00:49:41 +03:00
4c82b40778 Change a bunch of TextEdits into LineEdits 2026-07-24 04:25:55 +03:00
9c0d71f24e Use default name 2026-07-23 22:12:20 +03:00
8efe18007f Properly exit game at exit 2026-07-23 19:45:53 +03:00
c09037a488 Persist map selection 2026-07-22 23:04:55 +03:00
6cd6769097 Fix goals game option not changing 2026-07-22 23:00:59 +03:00
ffa3f3166c Add goals needed to win option 2026-07-22 21:56:00 +03:00
15a898b477 Iron out some bugs 2026-07-22 21:48:27 +03:00
40a41f4b45 Rename player_listing to lobby_player_listing 2026-07-22 20:30:32 +03:00
57e3c21fa1 Update options for client as well 2026-07-22 04:17:15 +03:00
ed1d14f4ae Add game options properly 2026-07-22 04:06:56 +03:00
50557bfb9b Allow client to select map as well, sometimes 2026-07-22 03:25:52 +03:00
05f5c9cbf8 Update map selection dropdown disable logic 2026-07-22 03:23:48 +03:00
8a1b6d3e62 Move common data from Player to NetPlayer 2026-07-22 01:37:19 +03:00
db3c430065 Start adding teams, move player capsule down a bit 2026-07-22 00:00:21 +03:00
c2b1823a18 Remove some more imports 2026-07-21 01:13:17 +03:00
4b0a90be0e Add spawning players 2026-07-18 02:26:09 +03:00
d251973dd3 Refactor a bit 2026-07-17 23:28:28 +03:00
11b6691a4e Deny new connections after game has started 2026-07-17 23:15:46 +03:00
73c7c5b850 Add map selection and entering game 2026-07-17 23:09:11 +03:00
c594af3bd1 Add readiness 2026-07-17 21:36:29 +03:00
4c58824840 Add more proper player listings 2026-07-17 19:59:06 +03:00
70c0a782b4 Update player nick properly 2026-07-16 16:47:43 +03:00
154c5fa743 Add GameManager and Game 2026-07-16 07:17:07 +03:00