Commit Graph

104 Commits

Author SHA1 Message Date
a267f22406 Make goal icon only show up when holding ball 2026-08-08 21:06:56 +03:00
5083e8a738 Add mouse/controller sensitivity 2026-08-08 20:09:27 +03:00
c088a04156 Raycast floor cast on layer 6 as well 2026-08-08 00:26:21 +03:00
64d8c148ce Clean imports 2026-08-07 23:55:42 +03:00
c8172f736f Update blood amount 2026-08-07 23:55:16 +03:00
5ccfc651a1 Add blood decals for clients as well 2026-08-07 23:55:16 +03:00
3ef771d0b6 Add some blood effects 2026-08-07 23:55:16 +03:00
f9ed07988b Add tons of new footstep platforms 2026-08-07 22:30:24 +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
387778b9ec Add some controller controls 2026-08-07 19:53:10 +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
050e4b6021 Add decals to shotgun as well 2026-08-04 22:02:25 +03:00
c65c3b0ac4 Add bullet decals for raygun 2026-08-04 22:02:25 +03:00
79711ad3f0 Update theme for labels 2026-08-03 23:23:02 +03:00
ef6b5a83be Fix some positions in players 2026-08-03 22:41:46 +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
1db75b27cf Fetch telegrenades allowed per team 2026-08-03 21:36:16 +03:00
40c119d1c8 Add possibility for alternate team colors 2026-08-03 20:33:40 +03:00
d28ba31d74 Disable shooting with spawn protection, lower default spawn protection 2026-08-03 19:57:16 +03:00
59d1bc415c Add telegrenade cooldown 2026-08-03 16:57:34 +03:00
31b7a053e6 Update weapon rotation on shoot correctly 2026-08-03 15:45:48 +03:00
ab4d3ed849 Add arrow that is visible on ball and player holding ball 2026-07-30 23:46:48 +03:00
0e2b86de76 Add ball throw sfx 2026-07-30 22:57:27 +03:00
2fbb1983a4 Fix warnings 2026-07-30 19:40:57 +03:00
a997783d50 Add ball sfx 2026-07-30 00:23:38 +03:00
f5af799531 Add goal sounds 2026-07-30 00:03:37 +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
bfddd3129f Add shield effects 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
05584b9d28 Attempt to fix double goals 2026-07-29 19:51:10 +03:00
f8422a9d53 Make respawn timer a game option, set it to 5 2026-07-29 19:45:52 +03:00
72a35ab568 Tint player color based on team 2026-07-29 01:09:10 +03:00
c5880c4b1a Add replay telegrenades 2026-07-28 22:18:28 +03:00
bea1b29bc7 Move local hit sound from kill to take_damage 2026-07-28 21:16:05 +03:00
fac936b97a Set telegrenades_allowed in deferred call 2026-07-28 21:02:43 +03:00
0ad90d24dd Add option for telegrenades_allowed 2026-07-28 20:10:24 +03:00
6147640213 Fix telegrenade throw direction 2026-07-27 23:06:25 +03:00