Commit Graph

89 Commits (ec5e46c0e2e4c9efc91c77ff7993ce764face54a)

Author SHA1 Message Date
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 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
Zughy 1a342cf6fc Version bump (4.6.0) 2021-01-23 20:21:23 +01:00
marco_a d2d550cef3 Version bump (4.5.0) 2021-01-19 16:42:15 +01:00
marco_a 231686460f Added missing translation strings for set_author 2021-01-19 00:43:21 +01:00
marco_a d039b16fe3 Infobox on right-clicking signs 2021-01-18 23:43:34 +01:00
Zughy 883b7e10a0 Version bump (4.4.0) 2020-12-20 13:39:11 +01:00
Zughy 502bc1aeed String changed to avoid a grammar error (1 seconds) 2020-12-20 13:36:11 +01:00
Zughy b63242fb00 Version bump (4.3.0) 2020-12-12 20:33:18 +01:00
Zughy c44d140482 BGM formspec improved 2020-12-12 20:30:37 +01:00
Zughy f3dee4d768 Arenas default global chat prefix is now [arena] 2020-12-05 14:50:05 +01:00
Zughy 691edf8a41 Background music per arena 2020-12-01 21:30:27 +00:00
Joaquin Villalba c2588cdf6d Spanish localization 2020-11-29 11:28:20 +00:00
Zughy 70368e8460 Parties: party leaders can't join an arena if some party members are still in an ongoing game 2020-11-25 20:21:54 +01:00
Zughy a2474307ef New arena parameter: author 2020-11-24 20:48:29 +01:00
Zughy 61d57011d9 A few commands translations were missing 2020-11-23 14:31:45 +01:00
Zughy 794e033b34 Per server configuration added (queue waiting time and spawn point), via /minigamesettings 2020-11-23 14:10:13 +01:00
Zughy bd661d6477 Bugfix: on_disconnect wasn't called | remove player callbacks are now called AFTER the removal 2020-11-09 01:38:21 +01:00
Zughy 2ca9d86a6b Version bump 2020-11-08 18:38:11 +01:00
Zughy 3370600555 version bump 2020-10-25 12:56:21 +01:00
Zughy 20b56dc00b deprecated code removed for the upcoming 4.0 2020-10-11 18:09:13 +02:00
Zughy c10bc65954 Version bump 2020-10-11 16:55:46 +02:00
Zughy 298c2ee240 Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
Zughy 4ddb1b5ca4 CRASHFIX: hitting a sign while being in a party not as a party leader made the game crash 2020-10-02 19:20:09 +02:00
Zughy 207b5a0755 Not declaring on_timeout when a decreasing timer is used makes the server crash with a custom message 2020-09-26 21:53:54 +02:00
Zughy 6cba4b03e3 Arenas names now features signs_lib supported characters only 2020-09-26 21:05:01 +02:00
Zughy dc1db46dcb Version update + cleaning 2020-09-26 00:57:06 +02:00
Zughy d1f6e3d1a5 Signs are now signs_lib's 2020-09-25 15:52:25 +02:00
Zughy b82ee0c9e5 Version update 2020-09-11 15:28:22 +02:00
Zughy c88764fc34 Editor: arenas can now be deleted via settings > delete arena (confirmation included, to avoid damage) 2020-09-04 23:47:16 +02:00
Zughy b695c388e9 Editor: arenas can be now renamed via editor (new section: settings) 2020-08-31 01:29:32 +02:00