Commit Graph

60 Commits

Author SHA1 Message Date
bc3606a6ad Add respawn_ball command 2026-07-25 21:57:50 +03:00
4a443b8075 Implement recent servers list 2026-07-24 21:49:47 +03:00
678268642b Make shotgun functional 2026-07-24 19:36:00 +03:00
e60645f0f6 Make weapon swapping and ball dropping work correctly 2026-07-24 18:27:07 +03:00
5b8dc1acc4 Add shotgun, and a way to swap weapons 2026-07-24 17:35:05 +03:00
46bc9115ae Add sending chat messages as well 2026-07-24 04:11:18 +03:00
c414e6d7c4 Add some preliminary chat messages 2026-07-24 02:49:46 +03:00
f053c789a6 Add announcements 2026-07-24 02:13:21 +03:00
95e0032948 Fix warnings 2026-07-24 00:55:16 +03:00
214d7a0939 Refactor some files to player directory 2026-07-24 00:47:02 +03:00
9c0d71f24e Use default name 2026-07-23 22:12:20 +03:00
3980439a91 Improve how popups appear 2026-07-23 19:48:25 +03:00
5e6c8b3fac Add popup when client disconnects 2026-07-23 19:40:22 +03:00
db2bb852f4 Go to main menu on disconnect 2026-07-23 19:23:35 +03:00
445344492a Add popup for error hosting 2026-07-23 19:17:26 +03:00
1a877d6f75 Add simple popup 2026-07-23 19:14:17 +03:00
77457904b1 Implement some command line arguments 2026-07-22 23:44:55 +03:00
15a898b477 Iron out some bugs 2026-07-22 21:48:27 +03:00
a9d99390d9 Implement resetting the game 2026-07-22 21:31:03 +03:00
40681ba470 Implement making goals 2026-07-22 05:46:32 +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
afdc8458d8 Move jumping code to PlayerMovement 2026-07-22 03:18:07 +03:00
317d60fca4 Disable team switch button without rights 2026-07-22 01:41:46 +03:00
4164232b49 Allow changing teams 2026-07-22 01:37:19 +03:00
8a1b6d3e62 Move common data from Player to NetPlayer 2026-07-22 01:37:19 +03:00
dba77889ed Remove hands from local player, add proper gun_node 2026-07-21 23:31:28 +03:00
9590f853a0 Move sync and net processing to physics_process 2026-07-21 22:53:14 +03:00
683671a50e Implement ball_sync 2026-07-21 22:15:53 +03:00
92103256e8 Add throwing the ball 2026-07-21 22:05:37 +03:00
5a85964216 Make sure that ball cannot be picked up by the same player instantly 2026-07-21 21:54:09 +03:00
163dcf3f4a Implement dropping the ball 2026-07-21 21:41:58 +03:00
0214c652d8 Add ball and be able to pick it up 2026-07-21 21:07:50 +03:00
1f27e00d5e Despawn ball on contact 2026-07-21 20:45:14 +03:00
33631e4391 Add ball 2026-07-21 20:31:39 +03:00
b8ce30826d Use DamageSource instead of player_id always 2026-07-21 02:35:35 +03:00
1fc0e17118 Add killbox 2026-07-21 01:47:35 +03:00
c091c46a13 Clean up some unused imports 2026-07-21 01:12:39 +03:00
b4ee962c3a Make sure killer and damage-dealer player id is propagated 2026-07-20 23:36:46 +03:00
46c1c68fe7 Finish killing 2026-07-20 22:00:00 +03:00
4de9e2d19e Update raycasting to work properly for all players 2026-07-20 21:08:57 +03:00
cf9b47afc6 Improve how raycasting is done 2026-07-20 20:44:49 +03:00
c8d0c22e26 Add proper shooting effect 2026-07-20 01:46:51 +03:00
16277edd5b Add shooting 2026-07-19 22:49:21 +03:00
74d3e4f6f2 Implement some sort of look up rotation 2026-07-19 21:50:17 +03:00
25867a0909 Sync jumps 2026-07-18 03:19:55 +03:00
66082a7f04 Sync local player too if too far 2026-07-18 03:00:45 +03:00
1402b10180 Implement syncing 2026-07-18 02:55:41 +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