Commit Graph

84 Commits

Author SHA1 Message Date
7a9292242f Start adding replays 2026-07-26 21:59:00 +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
88e9d912a2 Update volumes via audio buses 2026-07-25 22:46:16 +03:00
b10acbeb96 Play local hit sound on kill 2026-07-25 21:26:28 +03:00
6545f54cfc Disable walk effects when dead 2026-07-25 21:21:42 +03:00
02c39f01dc Fix warnings 2026-07-25 21:20:59 +03:00
dd75677321 Move movement to physics_process 2026-07-25 01:20:32 +03:00
3e5a9b3163 Calculate y-rot differently 2026-07-25 01:19:01 +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
27869e9072 Swap weapon on scroll wheel 2026-07-24 23:10:15 +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
430de3e1f1 Make shotgun prettier and add shotgun sounds 2026-07-24 20:04:06 +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
95bd5d9365 Add chat & chat box 2026-07-24 03:58:44 +03:00
c414e6d7c4 Add some preliminary chat messages 2026-07-24 02:49:46 +03:00
b44179eb24 Add some effects for walking 2026-07-24 01:34:11 +03:00
c589832268 Move cd management to weapon itself 2026-07-24 00:58:41 +03:00
95e0032948 Fix warnings 2026-07-24 00:55:16 +03:00
cf364ddcff Move splorch to player effects, add hit sound 2026-07-24 00:53:39 +03:00
214d7a0939 Refactor some files to player directory 2026-07-24 00:47:02 +03:00