Commit Graph

70 Commits

Author SHA1 Message Date
74464a17f1 Add 200 fake ping 2026-08-08 23:25:40 +03:00
2ebcb6755c Fix ping simulation 2026-08-08 23:12:46 +03:00
8e1bf9b129 Add identifier print at start 2026-08-08 00:09:52 +03:00
d3c6602901 Use GIT_HASH for network identifier 2026-08-08 00:01:34 +03:00
5ccfc651a1 Add blood decals for clients as well 2026-08-07 23:55:16 +03:00
e2c02d45ae Refactor code 2026-08-06 20:01:01 +03:00
56e4875a7b Add necessary boilerplate for triggers 2026-08-06 16:31:41 +03:00
f6400640e3 Add kick-method for NetworkManager 2026-08-04 21:04:00 +03:00
d95746b63e Use CloseReason correctly 2026-08-04 20:58:06 +03:00
4aa60ba6a4 Add some team options 2026-08-03 20:56:48 +03:00
6ba4e37bab Send game options to player at connection 2026-08-03 19:51:49 +03:00
ec566b3ecf Add goal scoring chat message 2026-07-29 20:37:13 +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
7e6672fd0c Add identifier to network_manager 2026-07-28 21:24:04 +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
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
fb799acdbe Implement punching 2026-07-26 00:10:04 +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
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
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
afdc8458d8 Move jumping code to PlayerMovement 2026-07-22 03:18:07 +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
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