Commit Graph

511 Commits (c32530bde9226aac7e8870d3cea6a9919529a870)

Author SHA1 Message Date
Marco 86d9c59b0f Added the deprecated function get_arena_players_count to not break the version 2020-05-25 14:18:44 +02:00
Marco 8c7b01c655 DOCS: timers, hub manager, register_minigame | README: dependencies updated 2020-05-25 00:18:25 +02:00
Marco a610860d02 Timers added | Rewritten initialisation process + deprecated warnings 2020-05-24 23:38:21 +02:00
Marco 397ac7c425 Bugfix: timer seconds check when queue was full wasn't set properly 2020-05-24 18:57:36 +02:00
Marco d02c55e73d Soft dependency added: hub_manager | hub_manager items are given on arena ending or when a player is removed 2020-05-24 13:38:49 +02:00
Marco 4300dd618f When the queue is full, its timer decreases to 5s (if it's not lower already) 2020-05-23 22:35:39 +02:00
Marco 7e3692896b Crashfix: a check was needed in get_queueID_by_player and get_arenaID_by_player 2020-05-23 16:17:38 +02:00
Zughy 53eec87754 Immunity item not droppable nor placeable 2020-05-22 12:40:28 +02:00
Zughy 8ad2ef508d Immunity item moved from slot #9 to slot #8. It's now visible to players when they respawn 2020-05-22 12:35:25 +02:00
Zughy 78eeaff42f DOCS updated with the new callbacks + reason explanation in remove_player_from_arena(...) 2020-05-19 09:04:04 +00:00
Zughy cd373fb3dd Added 'arena' paramater in on_eliminate, on_kick and on_quit 2020-05-19 11:59:31 +02:00
Zughy 3ec77f9e06 Debug warning message for when no arena has been found in remove_player_from_arena (AKA when the player is not in game nor in queue) 2020-05-19 11:58:46 +02:00
Zughy 221f4f5a22 Added on_quit, on_eliminate and on_kick callbacks 2020-05-19 01:46:30 +02:00
Zughy 5736c56cf9 get_arena_players_count() removed. There now is a separate parameter for every arena called arena.players_amount 2020-05-18 22:09:54 +02:00
Zughy f1def58b09 Removed hub spawn point. It shouldn't be up to arena_lib, but to a separate mod (look for Hub Manager on GitLab) 2020-05-16 16:20:49 +02:00
Zughy 8ebc397b28 DOCS: HUD manipulation added | HUD: refactoring new_msg -> msg 2020-05-16 13:19:22 +02:00
Zughy 2e7c9b17db Countdown sound kicks in when 5 seconds remain (before it was 3) 2020-05-15 23:27:14 +02:00
Zughy 24c7d7805b Bugfix: HUD wasn't updating properly sometimes pt2 2020-05-15 23:25:24 +02:00
Zughy c335ed9df7 Bugfix: HUD wasn't updating properly sometimes 2020-05-15 17:51:56 +02:00
Zughy e8e1a1dda9 join/leave messages graphically improved (also, less translations to do now) 2020-05-15 16:52:12 +02:00
Zughy 55f3418972 Queue: default countdown increased from 5 to 10 2020-05-15 12:32:02 +02:00
Zughy 3003370d9c Credits updated 2020-05-15 12:30:25 +02:00
Zughy 0c0ff56245 HUD: duration and sound option added + practical implementation in queue countdown 2020-05-15 12:27:06 +02:00
Zughy 365f1dc02a HUD: hotbar HUD slightly lighter 2020-05-14 23:18:16 +02:00
Zughy 3d2c044356 HUD: gelocalised 2020-05-14 22:42:31 +02:00
Zughy d2e91486ca basic HUD for announcements implemented + practical implementation for queues 2020-05-14 21:16:11 +02:00
Marco 2e473d9b26 Translations updated
locale version updated to mod version
2020-05-10 00:06:32 +02:00
Marco 91e9c8cb2b Bugfix: arenas signs weren't saved properly when overrided. ALSO beware the refactoring set_sign -> give_sign_tool 2020-05-10 00:01:28 +02:00
Marco af2d6a83fa More coherent example file 2020-05-09 14:07:01 +02:00
Marco 918d9236e9 It's now possible to leave a queue by entering a new one without having to leave the former first 2020-05-09 13:39:36 +02:00
Marco bb17280ea0 DOCS: removed kill_cap 2020-05-09 12:48:02 +02:00
Marco 89956b9863 kill_cap parameter removed (it was unused) + local files updated 2020-05-09 12:32:13 +02:00
Marco f89a3b0128 Translation: killstreak string removed 2020-05-08 14:33:10 +02:00
Marco dce6f2cb2d Crashfix: wrong field declaration in print_arena_stats made the game crash when a match wasn't in progress 2020-05-08 14:31:21 +02:00
Marco c827553f14 print_arena_stats now returns the custom player properties too 2020-05-08 14:29:16 +02:00
Marco 245f58ba8c removed debug message, whoops 2020-05-08 13:24:48 +02:00
Marco d89e36695a DOCS and EXAMPLE updated related to the previous commit 2020-05-08 13:20:46 +02:00
Marco 8a3dfa8d9a player_parameters table in settings implemented + killstreak field removed 2020-05-08 13:19:56 +02:00
Marco a93381e6d7 collaborating part now more explicit (on README too) 2020-05-07 17:18:19 +02:00
Marco 887b1544b5 Bugfix: signs were showing the wrong line when the game was loading 2020-05-07 16:37:46 +02:00
Zughy 3906a60732 mod-init.lua.example updated with more parameters 2020-05-07 13:36:05 +00:00
Zughy 6b5417c7c7 DOCS: missing link to the example file 2020-05-07 13:33:17 +00:00
Zughy 1fa8904587 DOCS: typo 2020-05-07 13:29:06 +00:00
Zughy db0bc297ff DOCS: Link was not pointing correctly 2020-05-07 13:27:29 +00:00
Marco 288f7f1c7f Add show_nametags option for more customisation + DOCS updated 2020-05-07 15:44:24 +02:00
Marco f7d460647a field queue_waiting_time added in settings for more customisation 2020-05-06 14:38:08 +02:00
Marco ead33cc31a Bugfix: when a player was eliminated, the nickname didn't turn visible 2020-05-04 23:57:40 +02:00
Marco 0f2be19e47 DOCS updated related to the previous commit 2020-05-04 23:22:06 +02:00
Marco cc3f5f22ff show_minimap customisation parameter added 2020-05-04 23:17:26 +02:00
Marco 6113b93b1f DOCS updated, related to the previous commit 2020-05-04 17:28:12 +02:00