Commit Graph

63 Commits (master)

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 244d272379 Spectate areas
implements #101
2022-05-27 21:12:15 +00:00
Zughy b0512d80d9 Custom lighting per arena 2022-04-01 10:26:26 +00:00
Zughy 1f16ea2dd0 Spectators share the same HPs of the player they're spectating 2022-01-27 22:07:31 +01:00
Zughy 86d8467fac Bugfix: sky features half broken in the editor because of a refactor (whoopsie) 2022-01-25 13:27:36 +01:00
Zughy 13a5edf9a4 Version bump (5.2.0-dev) 2022-01-24 22:13:10 +01:00
Zughy bf335041f4 Version bump (5.1.0) 2022-01-24 21:36:17 +01:00
Zughy 4691bd2d0e Editor: clean up (new Customise section) 2022-01-09 23:26:52 +01:00
Zughy 4f7c905a8a Custom sky per arena 2022-01-07 22:14:41 +00:00
Zughy fedb3b0274 Version bump (5.1.0-dev) 2021-03-03 00:50:09 +01:00
Zughy a1b7189e16 Version bump (5.0.0) 2021-03-02 23:43:14 +01:00
Zughy 13d1457f61 Split api.lua in more files, inside a folder with the same name | removed (useless) global teleport_in_arena 2021-02-17 22:41:21 +01:00
Zughy 3d11a4bcb4 Removed useless database update when arenas ended 2021-02-17 22:20:21 +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 6b8321ea64 Version bump (5.0.0-dev) 2021-01-23 20:36:58 +01:00
Zughy 1a342cf6fc Version bump (4.6.0) 2021-01-23 20:21:23 +01:00
marco_a 3b6ba272e4 Version bump (4.6.0-dev) 2021-01-19 16:56:58 +01:00
marco_a d2d550cef3 Version bump (4.5.0) 2021-01-19 16:42:15 +01:00
Zughy b14b97b629 Dev version bump (4.5.0-dev) 2021-01-01 21:08:04 +01:00
Zughy 883b7e10a0 Version bump (4.4.0) 2020-12-20 13:39:11 +01:00
Zughy 82bbfb8b3d depends.txt removed 2020-12-12 21:13:53 +01:00
Zughy b63242fb00 Version bump (4.3.0) 2020-12-12 20:33:18 +01:00
Zughy 691edf8a41 Background music per arena 2020-12-01 21:30:27 +00:00
Zughy a2474307ef New arena parameter: author 2020-11-24 20:48:29 +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 4a77769649 Init.lua cleaning 2020-11-22 15:16:30 +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 6d5cc0406b Removed immunity 2020-10-15 09:52:11 +02: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 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 b82ee0c9e5 Version update 2020-09-11 15:28:22 +02:00
Zughy b695c388e9 Editor: arenas can be now renamed via editor (new section: settings) 2020-08-31 01:29:32 +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
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 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
Marco 9acf645210 Editor: icon to enable an arena while leaving the editor 2020-06-13 14:44:15 +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