Commit Graph

79 Commits (4f7c905a8a9fd8aa78208f60ad8fca4cf3c81a39)

Author SHA1 Message Date
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
Zughy 729cb61156 Italian translation fixes 2020-12-01 15:16:43 +01: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
Zughy 8b55b171c2 when eliminated/kicked, players can now be informed about who did it, via the 'executioner' field in remove_player_from_arena(...). By default on on /kick and /forceend 2020-08-26 00:19:48 +02:00
Zughy 80e45aad85 Commands: parameters added in the /help window 2020-08-25 23:22:49 +02:00
Zughy dab851ac71 Arenas can now forcibly terminated by admins via /forceend | spring cleaning 2020-08-25 22:28:45 +02:00
Zughy c84985be8a parameter 'teams_color_overlay' implemented, for better distinguish players in enemy teams 2020-07-26 17:13:20 +02:00
_Zaizen_ b3a682f415 Translation: Italian small fix 2020-07-25 11:36:30 +02:00
Zughy 3ffa1a7f04 Added parties callbacks: invites now work only when they should 2020-07-19 16:22:37 +02:00
Marco 24a139f039 Signs: when an arena is queueing, it now says 'queueing' instead of 'waiting' 2020-06-29 16:22:12 +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 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 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 8b97d83ab7 Change min/max players in game (both editor and CLI) + small fixes 2020-06-23 23:13:11 +02:00
Marco f1bf19e6d0 Editor: visible spawners via waypoints | Folders refactoring 2020-06-19 23:37:26 +02:00