Commit Graph

331 Commits

Author SHA1 Message Date
7db901c749 Move some stats to PlayerStats 2026-08-02 21:49:19 +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
4bbc5a805a Rename rust project 2026-07-30 19:46:51 +03:00
34bb145de3 Remove unused print 2026-07-30 19:41:22 +03:00
2fbb1983a4 Fix warnings 2026-07-30 19:40:57 +03:00
bcbd7b0b03 Fix team swapping nonsense 2026-07-30 19:38:22 +03:00
678add5b1c Remove unused prints 2026-07-30 19:23:55 +03:00
8f45b16d18 Fix selecting default map 2026-07-30 19:20:47 +03:00
b8b42e31ac Fix nonsense with changing map selection 2026-07-30 19:16:54 +03:00
254aa640fa Fix map selection interface 2026-07-30 01:27:17 +03:00
cf68bd7887 Allow maps to be hidden 2026-07-30 01:11:10 +03:00
be5960dba8 Add support for map icons 2026-07-30 01:07:23 +03:00
9e4db39b21 Fix goals showing for incorrect player 2026-07-30 00:42:14 +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
6d3e01348e Possibly fix spawn protection bubble not showing 2026-07-29 23:21:44 +03:00
c5308af272 Add health pickup sfx 2026-07-29 23:02:35 +03:00
94c050b444 Move saving replay file to separate thread 2026-07-29 22:52:20 +03:00
a6c346ddb9 Make ball move when shot again 2026-07-29 22:39:39 +03:00
4b00adfc77 Make spawn protection time configurable 2026-07-29 22:38:10 +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
ec566b3ecf Add goal scoring chat message 2026-07-29 20:37:13 +03:00
f45f15b3bf Fix warnings 2026-07-29 20:20:00 +03:00
eb6ea6caf3 Move commands to game/commands.rs 2026-07-29 20:19:05 +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
2b00253924 Update players properly on lobby 2026-07-29 02:25:40 +03:00
5e7de8d936 Make menu players move and slide 2026-07-29 02:13:50 +03:00
35c5209257 Add simple menu player to lobby 2026-07-29 01:40:38 +03:00
72a35ab568 Tint player color based on team 2026-07-29 01:09:10 +03:00
5ccb0cd794 Fix music not looping 2026-07-29 00:57:42 +03:00
8d4ee54d98 Allow switching which player is being spectated 2026-07-28 23:30:39 +03:00
227dea72c6 Fix time formatting 2026-07-28 23:14:50 +03:00
0685b83555 Fix errors 2026-07-28 23:11:54 +03:00
620ed980a2 Implement videoplayer feature for replay 2026-07-28 23:02:43 +03:00
c5880c4b1a Add replay telegrenades 2026-07-28 22:18:28 +03:00
86a8d998b4 Add maximized option for windowmode 2026-07-28 21:48:30 +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
bea1b29bc7 Move local hit sound from kill to take_damage 2026-07-28 21:16:05 +03:00
927a904c72 Make music loop 2026-07-28 21:13:07 +03:00
fac936b97a Set telegrenades_allowed in deferred call 2026-07-28 21:02:43 +03:00