Commit Graph

57 Commits

Author SHA1 Message Date
a267f22406 Make goal icon only show up when holding ball 2026-08-08 21:06:56 +03:00
c088a04156 Raycast floor cast on layer 6 as well 2026-08-08 00:26:21 +03:00
7fc2da4800 Implement footstepbox checking with raycasts 2026-08-07 22:22:39 +03:00
c530cfedba Use floor normal instead of Vector3::UP 2026-08-07 22:09:46 +03:00
3549cfd351 Add footstep sounds 2026-08-07 22:07:29 +03:00
99d351885e Add some sort of footstepbox 2026-08-07 22:04:42 +03:00
01bd04c905 Fix bug where ball could be thrown twice with rapid button presses 2026-08-07 20:08:18 +03:00
e2c02d45ae Refactor code 2026-08-06 20:01:01 +03:00
a34884fb27 Add play_fx for weapons 2026-08-06 18:36:07 +03:00
56e4875a7b Add necessary boilerplate for triggers 2026-08-06 16:31:41 +03:00
c5d386b755 Refactor code 2026-08-06 15:21:02 +03:00
d3a2997514 Add on_body_entered to player common code 2026-08-03 22:21:26 +03:00
6056b2cc1b Add telefragging 2026-08-03 22:18:52 +03:00
1393338839 Add buffs to replay data as well 2026-07-29 22:36:41 +03:00
e763db9108 Add buffs at player spawn 2026-07-29 22:36:41 +03:00
a71bc513ac Make spawn protection work 2026-07-29 22:36:41 +03:00
6a2d8564d5 Add buffs, add spawnprotection buff effect 2026-07-29 22:36:41 +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
6284c49bb9 Add kill command 2026-07-29 20:07:30 +03:00
c5880c4b1a Add replay telegrenades 2026-07-28 22:18:28 +03:00
f7e287c22f Make telefrag throw harder 2026-07-27 22:59:44 +03:00
b738271d75 Forbid throwing telegrenade with ball 2026-07-27 22:57:44 +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
3a2b2d609d Sync telegrenades 2026-07-27 22:28:55 +03:00
81402f2cf4 Add initial support for telegrenades 2026-07-27 22:17:05 +03:00
9187e6abff Register pickups 2026-07-27 19:07:47 +03:00
2384eb90ba Move hud stuff to hud 2026-07-27 02:11:54 +03:00
6992bc5eff Fix ball problem in a neater way 2026-07-27 01:41:03 +03:00
463004639c Revert "Possibly fix bugs with ball in replay"
This reverts commit 9a33403761.
2026-07-27 01:36:20 +03:00
9a33403761 Possibly fix bugs with ball in replay 2026-07-27 01:27:38 +03:00
b8578a0a95 Fix slow slope speed with CharacterBody3D's Constant Speed instead 2026-07-26 21:45:28 +03:00
0c87c2fe19 Fix floating when hitting the ceiling and slope slowdown 2026-07-26 20:10:13 +03:00
b53b6289bd Add punch animation as well 2026-07-26 00:29:26 +03:00
fb799acdbe Implement punching 2026-07-26 00:10:04 +03:00
606eed9255 Apply client-side sync info rarely 2026-07-25 00:45:39 +03:00
a00ced88d0 Add killbox kinds 2026-07-24 23:22:06 +03:00
6c6c05d0a9 Split player.rs into three files 2026-07-24 22:47:35 +03:00
2e71105ea2 Add own health number 2026-07-24 22:38:49 +03:00
9535227e6f Add health bar to remote players 2026-07-24 22:31:11 +03:00
4512734395 Fix footstep sounds when jumping 2026-07-24 21:19:46 +03:00
efa350ff20 Fix remote player shooting 2026-07-24 21:15:42 +03:00
f162da8a41 Fix ball not moving in hand correctly 2026-07-24 21:12:30 +03:00
9d78db008d Add some rotation to shooting animation 2026-07-24 20:17:47 +03:00
cae47f86ed Transfer cd from previous weapon 2026-07-24 20:10:05 +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
3b994283af Use compressed sound effects 2026-07-24 16:06:55 +03:00