Commit Graph

46 Commits

Author SHA1 Message Date
d34eb0bd33 Fix error 2026-08-09 22:00:15 +03:00
cf9efafd36 Add better error for logging as well 2026-08-09 21:59:50 +03:00
8856300e8f Fix checksum error 2026-08-09 21:58:01 +03:00
edeb899f9c Fix main scene, add checksum error 2026-08-09 21:52:15 +03:00
64d8c148ce Clean imports 2026-08-07 23:55:42 +03:00
5ccfc651a1 Add blood decals for clients as well 2026-08-07 23:55:16 +03:00
32299fa11a Add trigger de/activate to protocol 2026-08-06 16:32:29 +03:00
748c13935b Update protocol.rs 2026-08-04 21:00:05 +03:00
d95746b63e Use CloseReason correctly 2026-08-04 20:58:06 +03:00
4c8c010174 Propagate team options to clients as well 2026-08-03 21:36:16 +03:00
e0fd2cf804 Actually handle GameOptions package 2026-08-03 19:54:20 +03:00
6ba4e37bab Send game options to player at connection 2026-08-03 19:51:49 +03:00
bcbd7b0b03 Fix team swapping nonsense 2026-07-30 19:38:22 +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
ec566b3ecf Add goal scoring chat message 2026-07-29 20:37:13 +03:00
f45f15b3bf Fix warnings 2026-07-29 20:20:00 +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
3e1dd1eb2f Use DNS for joining server 2026-07-28 21:36:09 +03:00
a0ce60c238 Allow activating telegrenade in-flight 2026-07-27 22:54:00 +03:00
a6e6e66d28 Propagate teleport when teleport grenade collides 2026-07-27 22:43:57 +03:00
81402f2cf4 Add initial support for telegrenades 2026-07-27 22:17:05 +03:00
f92ddf567d Implement picking up on game side 2026-07-27 19:32:05 +03:00
fb799acdbe Implement punching 2026-07-26 00:10:04 +03:00
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
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
9c0d71f24e Use default name 2026-07-23 22:12:20 +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
15a898b477 Iron out some bugs 2026-07-22 21:48:27 +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