124 Commits

Author SHA1 Message Date
Zughy
4ff47d8621 Make Italian translation inclusive 2023-02-12 14:41:51 +01:00
Zughy
dc9973ce82 Editor: item in the sign section to be teleported onto the arena sign, if any (closes #202) 2023-02-12 14:05:11 +01:00
Zughy
988030a61b Custom arenas' return point | show the return point of the arena whilst in the editor 2023-02-11 20:56:33 +00:00
Zughy
0f175e8aa6 Possibility to declare a variable teams amount per arena 2023-02-02 22:55:44 +00:00
Zughy
4e845543d1 Add /arenas help command (closes #199) 2023-01-29 00:16:53 +01:00
Zughy
dc5a055e32 Version bump (5.4.0) 2023-01-23 21:31:05 +01:00
Zughy
88c6a32eb0 Infobox: show players in queue 2023-01-23 02:09:00 +01:00
Zughy
882302b8ef Show players currently in a minigame by right-clicking a sign 2023-01-22 21:53:28 +00:00
Zughy
00fdcc5810 Add arenas thumbnails (closes #91) 2023-01-15 20:08:26 +01:00
Zughy
ad73759f1b Prevent people from entering and leaving queues repeatedly in a short amount of time (block them for 10 seconds) (closes #160) 2023-01-15 01:06:17 +01:00
Zughy
e2dc6061d3 CRASHFIX: don't enter as a spectator if there is nothing to spectate (e.g. arenas terminating) (fixes #192) 2023-01-13 23:52:18 +01:00
Zughy
fc6ed75e1a Redo signs infobox (closes #140) 2023-01-12 22:44:25 +01:00
Zughy
f3df599b30 Turn /flusharena and /forceend into /arenas flush and /arenas forceend 2023-01-01 18:20:40 +01:00
Zughy
fe3d95ef26 Massive refactor of the join functions 2022-12-26 21:18:42 +00:00
Zughy
8ddfeccc77 Allow most arena operations (creation, editing, removal etc) to be run through built-in commands 2022-12-25 23:08:21 +00:00
Zughy
383810c125 CRASHFIX: gracefully fail if, when creating an arena, the minigame doesn't exist 2022-12-25 01:14:22 +01:00
Zughy
b54286849c Possibility to run /quit even when there is only one player left, but can't quit anymore during the celebration phase (closes #184) 2022-11-21 01:52:37 +01:00
Zughy
2546db9082 Let spectators and players interact with each other in the celebration phase (closes #171) 2022-11-10 00:30:30 +01:00
Zughy
7ffcb68912 CRASHFIX: new arenas were bugged (due to the new entrance system). Bump to 5.3.1 2022-11-03 23:03:49 +01:00
Zughy
75dc17059e Bump version (5.4.0-dev) 2022-11-03 00:24:21 +01:00
Zughy
81c1df2e05 Update to 5.3 2022-11-02 23:58:23 +01:00
Zughy
2ad2f53726 Bundle ChatCMDBuilder and add more subcommands to /arenas 2022-11-02 23:55:59 +01:00
Zughy
69315b2c19 Reorder translation files. Fixes #179 2022-11-02 00:48:56 +01:00
Zughy
b92d23daa7 Allow third-party mods to register custom entrance types to enter arenas 2022-11-01 21:52:18 +00:00
Zughy
71ee5b84f5 Remove unused translations 2022-10-15 01:41:44 +02:00
Zughy
69f9ddb70e Remove unused code (fixes #163) 2022-10-14 23:08:21 +02:00
Zughy
4d29da467e More translations cleaning 2022-06-05 23:29:33 +02:00
Zughy
a9649fa4f3 Translations clean up 2022-06-05 19:53:26 +02:00
Zughy
ec5e46c0e2 Separate queuing system from signs (check description)
* adds `arena_lib.join_queue(mod, arena, p_name)`
* adds `arena_lib.get_players_amount_left_to_start_queue(arena)`
* `arena_lib.remove_player_from_queue(p_name)` now returns `true` if successful
2022-06-05 12:20:28 +00:00
Zughy
cf4f8e97b9 Spanish translation minor fix 2022-05-31 10:33:38 +02:00
Zughy
6c80a54370 Version bump (5.3.0-dev) 2022-05-28 01:25:01 +02:00
Zughy
9225d40a4d Version bump (5.2.0) 2022-05-28 01:11:15 +02:00
Zughy
d9aeb1f629 Debugger: add spectatable entities/areas + clean up 2022-05-28 01:06:19 +02:00
Zughy
e79598c268 Remove unused undocumented function 2022-05-28 00:32:19 +02:00
Zughy
244d272379 Spectate areas
implements #101
2022-05-27 21:12:15 +00:00
Zughy
1b9f3e1383 Spectate entities 2022-05-25 21:25:39 +00:00
Zughy
b0512d80d9 Custom lighting per arena 2022-04-01 10:26:26 +00:00
Zughy
12cd4bfe1c Editor: add clouds transparency in cel. vault formspec 2022-02-24 00:31:27 +01:00
Zughy
bf335041f4 Version bump (5.1.0) 2022-01-24 21:36:17 +01:00
Zughy
dcc8f945e7 Allow multiple players and multiple teams to win a match
This introduces a compatibility issue for minigames with teams when a team wins by being the only one left; however, considering that the only minigame with teams not developed by me or friends is Gems and that the current code is way better than before, I prefer warn Gems developer and give the possibility to everyone to use such a feature
2022-01-23 23:57:49 +01:00
Zughy
4f29df7e22 Don't allow players attached to something to join queues and ongoing games 2022-01-13 00:19:28 +01:00
Zughy
29f868ae00 Redesign set_sign + CRASHFIX when moved with WorldEdit 2022-01-11 23:44:53 +01:00
Zughy
4691bd2d0e Editor: clean up (new Customise section) 2022-01-09 23:26:52 +01:00
Zughy
429d94f109 Editor: remove BGM section and instantly open the BGM window instead 2022-01-09 12:55:19 +01:00
Zughy
1cf51640cb Update BGM and celestial vault translations 2022-01-08 00:03:27 +01:00
Zughy
4f7c905a8a Custom sky per arena 2022-01-07 22:14:41 +00:00
Zughy
a1b7189e16 Version bump (5.0.0) 2021-03-02 23:43:14 +01:00
Zughy
d67355b85f Hypertext translations (5.4) 2021-02-26 21:17:23 +01:00
Zughy
0b35627377 Proper folders structure (src) 2021-02-17 17:03:03 +01:00
Zughy
68e725d74b Spectate mode | /flusharena | send_message_players_in_arena -> send_message_in_arena 2021-02-15 22:53:32 +00:00