106 Commits

Author SHA1 Message Date
Zughy
30cb0aa8d1 force_arena_ending: make sender actually optional 2021-01-30 01:05:53 +01:00
Zughy
63e30e1215 time_mode = ID -> time_mode = none/incremental/decremental 2021-01-25 16:44:23 +01:00
Zughy
f7a694f103 remove_from_queue -> remove_player_from_queue + missing documentation about it 2021-01-25 15:29:55 +01:00
Zughy
c4fa1e3979 Possibility to store inventories when keep_inventory is false 2021-01-23 17:59:02 +00:00
marco_a
d039b16fe3 Infobox on right-clicking signs 2021-01-18 23:43:34 +01:00
marco_a
6165e39535 BGM: added title and author attributes 2021-01-18 21:32:28 +01:00
Zughy
1f6999fd5b Noise on the x and z axis when teleporting back to the hub 2021-01-03 22:17:48 +01:00
Zughy
bc0950d673 Particle effect on winners | end_arena and on_end now optionally take winners as last parameter 2021-01-03 22:13:59 +01:00
Zughy
23664aff75 New HUD type: title | HUDs now support colors too 2021-01-01 20:37:20 +01:00
Zughy
997038089d on_time_tick is not mandatory anymore (when a minigame keeps track of time) 2020-12-19 14:04:43 +01:00
Zughy
ec66b5ff4d Custom fov per minigame 2020-12-19 03:38:10 +01:00
Zughy
4aedde4887 Custom camera offset per minigame 2020-12-17 15:33:50 +01:00
Zughy
19a964daa7 New getter: get_players_in_minigame(...) 2020-12-08 14:47:38 +01:00
Zughy
5156ba0f16 DOCS: minigame configuration macro-section now comes before arenas' 2020-12-05 18:27:19 +00:00
Zughy
f3dee4d768 Arenas default global chat prefix is now [arena] 2020-12-05 14:50:05 +01:00
Zughy
5836c1ca35 Bugfix: it was possible to enter the editor even when a match was taking place 2020-12-02 02:36:28 +01:00
Zughy
cd9cf85b33 Bugfix: bgm tracks weren't saved properly 2020-12-01 23:10:19 +01:00
Zughy
0a7655b233 DOCS: clarify where bgms shall be placed 2020-12-01 22:41:35 +01:00
Zughy
691edf8a41 Background music per arena 2020-12-01 21:30:27 +00:00
Zughy
18e2ac2c95 Revert author pop up in the loading phase: it shouldn't interfere with an ongoing game 2020-11-24 23:56:10 +01:00
Zughy
123963f290 Updated DOCS to the latest commits 2020-11-24 21:03: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
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