236 Commits

Author SHA1 Message Date
Marco
24a139f039 Signs: when an arena is queueing, it now says 'queueing' instead of 'waiting' 2020-06-29 16:22:12 +02:00
Marco
b2729002ad Bugfix: upper HUD didn't disappear when switching to another arena's queue 2020-06-29 15:52:14 +02:00
Marco
f032af09da Soft dependency added: 'Parties'. People can now be sure to join in the same/arena team creating a party first 2020-06-29 14:20:14 +02:00
Marco
ab58d5c551 Crashfix: quitting as the last player in an arena made the game crash 2020-06-29 14:09:20 +02:00
Marco
9622e29ced Editor: visible min/max players via stack amount 2020-06-27 11:41:07 +02:00
Marco
91b8af1dd5 DOCS updated 2020-06-27 01:58:47 +02:00
Marco
81c74d59e6 Teams: they can be enabled/disabled per arena (both via editor and CLI) 2020-06-27 01:04:42 +02:00
Marco
043053690f Editor: warning that min/max players are per team 2020-06-26 18:43:13 +02:00
Marco
69e8dd0cee Red enemy chat for when is_team_chat_default is false and the arena features teams 2020-06-26 02:06:18 +02:00
Marco
d802862ac7 /all and /t chat commands implemented 2020-06-25 21:26:46 +02:00
Marco
27cab5ab3b Chat per team option + customisable chat all/team colors and prefixes 2020-06-25 01:16:13 +02:00
Marco
dd37bb7296 update_sign: removed useless field 2020-06-23 23:43:07 +02:00
Marco
aaf582926a DOCS updated (players management) 2020-06-23 23:26:58 +02:00
Marco
8b97d83ab7 Change min/max players in game (both editor and CLI) + small fixes 2020-06-23 23:13:11 +02:00
Zughy
2ab59fbb9c Arenas can now be renamed 2020-06-21 00:26:55 +02:00
Marco
f1bf19e6d0 Editor: visible spawners via waypoints | Folders refactoring 2020-06-19 23:37:26 +02:00
Marco
8ce7a56e4e Editor: less redundancy when setting spawners 2020-06-19 23:13:43 +02:00
Marco
e659c60515 Bugfix: overwritten/deleted spawners weren't updated in the storage 2020-06-19 22:39:22 +02:00
Marco
d085162222 Formspecs automatically closed when entering an arena 2020-06-17 22:08:43 +02:00
Marco
57f8921227 Bugfix: now craft inventory is emptied too 2020-06-16 22:43:54 +02:00
Marco
b6d416e1f5 Crashfix: leaving a non-started queue with 2 or more players, made the game crash 2020-06-16 20:57:40 +02:00
Marco
81c095d612 Editor: player gets teleported back when leaving the editor | Crashfix: people were able to enter the same arena editor multiple times while already in it 2020-06-16 00:06:26 +02:00
Marco
122bf60dbf Crashfix: crashing when trying to edit a nonexistent arena 2020-06-15 23:17:53 +02:00
Marco
7821f50379 Editor: when entering the editor, the inventory is temporarily saved (lost if disconnecting or if shutting down the server) and retrieved when leaving it 2020-06-15 22:56:29 +02:00
Marco
789bbc0dc4 Crashfixes: team properties weren't working properly + variables in remove_player_arena removed in the wrong order 2020-06-15 21:24:06 +02:00
Marco
fc1110162f Teleport function for admins added (automatic when entering the editor) 2020-06-15 01:21:07 +02:00
Marco
039f31475e on_disconnect(): so pro I forgot the callback file, whoops 2020-06-13 17:08:32 +02:00
Marco
9acf645210 Editor: icon to enable an arena while leaving the editor 2020-06-13 14:44:15 +02:00
Marco
e8651a7d9d Arena automatically disabled when entering the editor (if possible) 2020-06-13 12:02:20 +02:00
Marco
4bb6cc59f7 on_disconnect() callback implemented 2020-06-13 10:49:54 +02:00
Zughy
4a492de7b4 EXAMPLE: updated with register_minigame 2020-06-11 11:36:52 +00:00
Zughy
47e2d5540e Player healed when joining an ongoing match 2020-06-11 12:29:42 +02:00
Zughy
dcb180d2a3 Bugfixes: /quit missed a variable + people weren't automatically healed while in celebration 2020-06-11 12:24:42 +02:00
Zughy
ffab8deb07 DOCS: privileges added + small fixes 2020-06-11 12:24:31 +02:00
Zughy
56216a2c65 /kick command implemented 2020-06-11 02:36:17 +02:00
Marco
55810ac7e2 General /quit command implemented + on_prequit callback 2020-06-10 14:22:18 +02:00
Marco
86a16e7c2b 'disabled_damage_types' paramater implemented. Per minigame 2020-06-10 01:14:46 +02:00
Marco
6f6edb438f Players in arenas can't see messages of players not in arenas and vice versa 2020-06-09 22:38:28 +02:00
Marco
c762719959 Players automatically healed when entering, quitting and leaving an arena 2020-06-09 19:37:34 +02:00
Marco
dcb795e879 Lighter textures with PngOptimizer 2020-06-08 23:51:06 +02:00
Zughy
457ee5364f Example file updated with a few teams features 2020-06-07 22:40:21 +00:00
Marco
8d48f35204 Merging teams fixes 2020-06-07 23:32:33 +02:00
Marco
27bd4c1cc0 Teams: several bugfixes + lighter management | DOCS: getters added 2020-06-07 23:30:50 +02:00
Marco
966675ae08 Bugfix: killed players weren't properly respawning during the celebration phase 2020-06-07 19:36:10 +02:00
Marco
59a238d7be Editor: removed steel sign 2020-06-07 17:20:38 +02:00
Marco
2e01e2fda3 Preventing arenas with absurd min and max players to be created 2020-06-06 19:45:26 +02:00
Marco
e52cff760e Reset spawners when they don't coincide with the maximum amount of players + improvements for 3.0 2020-06-06 18:03:59 +02:00
Zughy
d4c70e51af assign_team is now local 2020-06-05 17:36:57 +02:00
Zughy
e490f6b410 DOCS updated with editor and teams instructions + LiberaPay link (in README too) 2020-06-05 17:28:13 +02:00
Zughy
e92febfedb Teams implemented 2020-06-05 12:31:44 +02:00