arena_lib/src
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
..
api Separate queuing system from signs (check description) 2022-06-05 12:20:28 +00:00
dependencies Proper folders structure (src) 2021-02-17 17:03:03 +01:00
editor Bugfix: custom editor section was mixed with the settings section 2022-06-04 01:11:17 +02:00
hud CRASHFIX: check for player in HUD_send_msg and log a traceback if not found 2022-01-23 00:46:18 +01:00
spectate Crashfix introduced by latest commit + small cleaning 2022-05-27 23:31:26 +02:00
callbacks.lua callback for when the spectated target changes 2022-01-29 21:58:15 +01:00
chat.lua Document previous commit about chat registration order 2022-01-18 00:04:32 +01:00
commands.lua CRASHFIX: flushing nonexistent arenas made the game crash 2021-12-24 19:47:11 +01:00
debug_utilities.lua Debugger: add spectatable entities/areas + clean up 2022-05-28 01:06:19 +02:00
minigame_settings.lua Refactor AL_value_to_string -> AL_property_to_string 2022-01-08 00:11:22 +01:00
player_manager.lua Refill spectator life when spectated player respawns 2022-01-29 21:57:13 +01:00
privs.lua Proper folders structure (src) 2021-02-17 17:03:03 +01:00
signs.lua Separate queuing system from signs (check description) 2022-06-05 12:20:28 +00:00
utils.lua Remove possibility to jump from an editor into another (debatably useful and probably bugged) 2022-04-03 00:39:00 +02:00