Commit Graph

328 Commits

Author SHA1 Message Date
0ad90d24dd Add option for telegrenades_allowed 2026-07-28 20:10:24 +03:00
a4711b132e Hook-up replay fps 2026-07-28 20:04:02 +03:00
216de579c1 Fix warnings 2026-07-28 20:02:44 +03:00
a6846302fe Add some new settings 2026-07-28 20:02:01 +03:00
264a81e072 Add map music 2026-07-28 19:55:17 +03:00
e42b0e6627 Add main menu music 2026-07-28 19:51:19 +03:00
2405078bf6 Reorder exports for game manager 2026-07-28 19:33:58 +03:00
8bb39f9572 Optimize instant replay 2026-07-27 23:54:35 +03:00
6147640213 Fix telegrenade throw direction 2026-07-27 23:06:25 +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
d32b3cade0 Fix warnings 2026-07-27 20:52:05 +03:00
5cd4f3cc3e Set ball and player visibility to false if playback exists 2026-07-27 20:26:58 +03:00
1a0a11cccc Update player health from state in replays 2026-07-27 20:23:19 +03:00
def6539bbc Add double health bar 2026-07-27 20:13:14 +03:00
c38526bc48 Make pickups actually function 2026-07-27 19:56:20 +03:00
e6793fde61 Add pickup visibility for replays 2026-07-27 19:46:12 +03:00
f92ddf567d Implement picking up on game side 2026-07-27 19:32:05 +03:00
9187e6abff Register pickups 2026-07-27 19:07:47 +03:00
e64bcc0427 Make goals work correctly in replay 2026-07-27 02:48:11 +03:00
ba1b1bf6f1 Make hud exit button work on replay 2026-07-27 02:39:36 +03:00
f5f375db1e Add semi-working hud to replays 2026-07-27 02:37:33 +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
327e19fd1a Reapply "Fix bug with respawning"
This reverts commit 5bd1fb9ff6.
2026-07-27 01:36:09 +03:00
5bd1fb9ff6 Revert "Fix bug with respawning"
This reverts commit e259aacc01.
2026-07-27 01:35:12 +03:00
9a33403761 Possibly fix bugs with ball in replay 2026-07-27 01:27:38 +03:00
e259aacc01 Fix bug with respawning 2026-07-27 00:36:21 +03:00
bc1bad8ab5 Show kills and deaths correctly in after-replay view 2026-07-27 00:21:36 +03:00
7c0957f7cf Add gzip compression to replay files 2026-07-27 00:06:21 +03:00
36424543a8 Remove unused prints 2026-07-26 23:43:20 +03:00
06ca80a529 Read replay faster as well 2026-07-26 23:42:36 +03:00
212a10e16c Store replay whole buffer at a time 2026-07-26 23:40:20 +03:00
9747681d75 Only clone replay every second during gameplay 2026-07-26 23:34:28 +03:00
5b1f840e40 Fix beam spawning in replays 2026-07-26 23:17:41 +03:00
8093ffb2be Add replay events to server too 2026-07-26 23:11:58 +03:00
e75cb79c86 Add replay finished screen 2026-07-26 22:55:34 +03:00
6cd8515449 Fix error 2026-07-26 22:01:18 +03:00
460b362d5c Fix fetching Game singleton 2026-07-26 21:59:00 +03:00
8c0d5b99ff Add playing replays from file 2026-07-26 21:59:00 +03:00
5687adbf8a Store replay to file 2026-07-26 21:59:00 +03:00
b3ecbfccd8 Stop recording when game ends 2026-07-26 21:59:00 +03:00
506d0f3b50 Move prefabs to game_manager from map 2026-07-26 21:59:00 +03:00
934b06657b Put player name and color into ReplayPlayer 2026-07-26 21:59:00 +03:00
d79411b7e7 Use separate ball for replays 2026-07-26 21:59:00 +03:00
8abcd9ec68 Record taking damage in replay 2026-07-26 21:59:00 +03:00
c0e746a8e2 Implement punches as well 2026-07-26 21:59:00 +03:00
721e98f63c Remove ball when replay ends 2026-07-26 21:59:00 +03:00
b33ba26b5e Extend replay from recording live 2026-07-26 21:59:00 +03:00
a304691d1b Record jumps 2026-07-26 21:59:00 +03:00
e9343f9f48 Apply spectated player_id correctly 2026-07-26 21:59:00 +03:00
6c533b522d Make regular ball invisible during playback 2026-07-26 21:59:00 +03:00
8552aeb55d Add replay ball 2026-07-26 21:59:00 +03:00
6badb845b5 Fix problem with weapon swapping in replays 2026-07-26 21:59:00 +03:00
91f76b3836 Implement concept of fast forwarding 2026-07-26 21:59:00 +03:00
f67843cc59 Clear replay players when replay ends 2026-07-26 21:59:00 +03:00
5748a0af7b Stop playback on local player respawn 2026-07-26 21:59:00 +03:00
5c51e25a11 Hide players during replay 2026-07-26 21:59:00 +03:00
9b522f0789 Record deaths and shoots 2026-07-26 21:59:00 +03:00
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
70890beb25 Make settings resettable 2026-07-26 03:42:45 +03:00
26cdffe0de Add kenney icons, add reset button to settings 2026-07-26 03:21:47 +03:00
9504eb7a88 Add jump keybind, fix binding space 2026-07-26 02:33:36 +03:00
2464ad00db Allow remapping keybinds correctly 2026-07-26 02:17:29 +03:00
97cc8b1712 Start adding keybinds 2026-07-26 02:03:10 +03:00
58a3b74d2b Make settings look a lot better 2026-07-26 01:24:49 +03:00
0527567350 Fix goal game option propagating to client 2026-07-26 00:49:41 +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
b0a0fe077a Remove unused imports 2026-07-25 23:49:45 +03:00
520d44d564 Add credits 2026-07-25 23:48:20 +03:00
2ece3a573b Add credits 2026-07-25 23:28:35 +03:00
bde066af06 Don't update map if it really didn't change 2026-07-25 22:53:47 +03:00
88e9d912a2 Update volumes via audio buses 2026-07-25 22:46:16 +03:00
0e40fe7f94 Make sure settings are listed in-order 2026-07-25 22:12:01 +03:00
b6a4cd59bf Add new settings 2026-07-25 22:09:53 +03:00
0d745a7789 Respawn ball if holding player disconnects 2026-07-25 22:01:14 +03:00
bc3606a6ad Add respawn_ball command 2026-07-25 21:57:50 +03:00
29a98c686c Reset kill streak on death 2026-07-25 21:27:28 +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
e2a71eb014 uncommit again 2026-07-25 01:30:18 +03:00
4afee426d8 Comment self_sync position again 2026-07-25 01:29:13 +03:00
fcda202c49 Send syncs every physics_tick 2026-07-25 01:26:13 +03:00
9769e7f91a Re-apply self-sync position with 1000 divisor 2026-07-25 01:24:19 +03:00
b13fa8d54a Comment out position syncing in apply_self_sync 2026-07-25 01:23:10 +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
fe2d586a50 Mult ping by /500. 2026-07-25 01:04:43 +03:00
51b87daa9f Throw apply_self_sync overboard 2026-07-25 00:57:03 +03:00
4b8c017530 Loosen up apply_self_sync 2026-07-25 00:54:46 +03:00
b3b4a299bc Fix self sync calculation 2026-07-25 00:46:23 +03:00