Commit Graph

85 Commits (61d57011d96ea35c001c2931fb317aab1bdc73e1)

Author SHA1 Message Date
Zughy 794e033b34 Per server configuration added (queue waiting time and spawn point), via /minigamesettings 2020-11-23 14:10:13 +01:00
Zughy 32738a9707 DOCS: arena.players_amount_per_team, arena.spawn_points documented + warning to not edit arena fields manually 2020-11-11 14:28:01 +01:00
Zughy 2b56098325 DOCS: detailed arena.players 2020-11-10 21:58:43 +01:00
Zughy de309bcdd4 a few getters ordered 2020-11-10 21:46:44 +01:00
Zughy ebdb9a59c5 DOCS: mandatory on_time_tick if time_mode ~= 0 2020-11-10 20:22:48 +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 509109a544 README/DOCS: LuaJIT notice 2020-11-08 17:48:16 +01:00
Zughy 88e8eda58d DOCS: changed commands example from Quake to Block League 2020-11-05 17:35:03 +00:00
Zughy be44b7b4e7 Custom hotbar 2020-11-05 18:22:47 +01:00
Zughy a03304de14 custom physics override 2020-10-28 15:03:04 +01:00
Zughy b5db1eecd2 /kick -> /arenakick 2020-10-28 12:37:24 +01:00
Zughy 44220a7e89 DOCS: table of contents 2020-10-25 09:59:21 +00:00
Zughy 269ba89fb5 Extendable editor 2020-10-25 11:16:45 +01:00
Zughy 6d5cc0406b Removed immunity 2020-10-15 09:52:11 +02:00
Zughy 298c2ee240 Time system redo + timer option in editor 2020-10-11 14:49:23 +00: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 2d8e9dd3dc CRASHFIX: /forceend made arenas with timers crash 2020-09-19 18:29:22 +02:00
Zughy df65dbb6cc Added default timer value 2020-09-19 17:59:20 +02:00
Zughy aaeb616135 Bugfix: timers didn't work 2020-09-19 17:06:56 +02:00
Zughy 2b6230ce34 DOCS: documented editor's utils and getters + cleaning 2020-09-17 00:43:25 +02:00
Zughy 40d44975a4 Callbacks: added on_enable and on_disable to run custom checks when enabling/disabling an arena 2020-09-11 15:23:55 +02:00
Zughy cb5ca60fae DOCS: wrong function name 2020-09-06 13:29:29 +02:00
Zughy f82e066991 Several properties fixes 2020-09-06 00:31:58 +02:00
Zughy 3dbd64dfb7 Properties are now automatically updated when changed in register_minigame 2020-09-05 16:23:22 +02:00
Zughy 80c092a132 CRASHFIX: the debug utility wasn't converting tables in strings, making the game crash if a table was present 2020-09-03 19:07:27 +02:00
Zughy 97094fdc55 Arena properties can now be tweaked in-game, both via editor and via chat 2020-09-03 15:29:09 +00: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 d1762e396f on_quit now gets called automatically if on_kick/on_eliminate is not declared (when kicking/eliminating a player) 2020-08-25 22:37:45 +02:00
Zughy dab851ac71 Arenas can now forcibly terminated by admins via /forceend | spring cleaning 2020-08-25 22:28:45 +02:00
Zughy f9cf57f12c Changing the minimum amount of players doesn't reset the spawners anymore | Bugfix: an error was shown when editing the amount of players while in the editor (even if the action was performed) 2020-07-27 13:12:00 +02:00
Zughy c84985be8a parameter 'teams_color_overlay' implemented, for better distinguish players in enemy teams 2020-07-26 17:13:20 +02:00
Zughy 3ffa1a7f04 Added parties callbacks: invites now work only when they should 2020-07-19 16:22:37 +02:00
Zughy 0c2ba46fd4 DOCS: removed the "Collaborating" section as it was redundant (it's already in the README) 2020-07-14 11:54:02 +00:00
Marco e5d5c721b6 Editor: less checks when performing actions 2020-07-01 14:47:23 +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 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 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 27cab5ab3b Chat per team option + customisable chat all/team colors and prefixes 2020-06-25 01:16:13 +02:00
Marco aaf582926a DOCS updated (players management) 2020-06-23 23:26:58 +02:00
Zughy 2ab59fbb9c Arenas can now be renamed 2020-06-21 00:26:55 +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 fc1110162f Teleport function for admins added (automatic when entering the editor) 2020-06-15 01:21:07 +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 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