266 Commits

Author SHA1 Message Date
Zughy
c88764fc34 Editor: arenas can now be deleted via settings > delete arena (confirmation included, to avoid damage) 2020-09-04 23:47:16 +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
bf8dde51cd Merge branch 'properties' into 'master'
Properties can now be tweaked: both via editor and via chat

See merge request zughy-friends-minetest/arena_lib!7
2020-09-03 15:29:09 +00: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
b695c388e9 Editor: arenas can be now renamed via editor (new section: settings) 2020-08-31 01:29:32 +02:00
Giov4
a88a521b98 CRASHFIX: broadcasting a message via the builitin HUD made the game crash if it had a duration specified 2020-08-28 21:33:22 +02: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
36e671b469 CRASHFIX: declaring an unknown mod in get_arena_by_name made the game crash 2020-08-25 23:23:37 +02:00
Zughy
80e45aad85 Commands: parameters added in the /help window 2020-08-25 23:22:49 +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
9c713a0de8 Removed hub_manager as a soft dependency (it's more of an add-on) 2020-08-22 18:54:49 +02:00
Zughy
24528375c8 If Hub Manager is present, it'll set its physical values when matches end and when people quit 2020-08-12 23:08:22 +02:00
Zughy
b377f425d0 Editor: better players and sign icons 2020-08-11 10:28:52 +02:00
Zughy
02cd6ccecc Crashfix: toggling teams on/off and changing the players amount made the game crash if a sign wasn't declared 2020-08-11 10:21:09 +02:00
Zughy
687140796f Editor: right-click items now use on_secondary_use instead of on_place 2020-08-09 22:24:28 +02:00
Zughy
767293c8f2 Crashfix: broadcasting a message via the builtin HUD made the game crash 2020-08-09 00:34:13 +02:00
Zughy
b001987f59 README: added CC BY-SA 4.0 declaration 2020-07-27 21:05:12 +00:00
Zughy
e87c4c399e Example file updated 2020-07-27 14:18:36 +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
bbbfc6cab0 Chat: when teams are enabled, allies in global chat now appear in white 2020-07-26 22:51:09 +02:00
Zughy
83a04c60a9 README: SkinsDB incompatibility 2020-07-26 17:18:14 +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
e7ca4eb98f Bugfix: sometimes the countdown was displaying the wrong second. This should fix it 2020-07-25 19:30:47 +02:00
_Zaizen_
b3a682f415 Translation: Italian small fix 2020-07-25 11:36:30 +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
ac4200e8eb Bugfix, Editor: teams were shown in the Spawners section even if disabled 2020-07-01 14:58:07 +02:00
Marco
e5d5c721b6 Editor: less checks when performing actions 2020-07-01 14:47:23 +02:00
Marco
06b74d0bb0 README teeny tiny fix 2020-06-29 16:38:00 +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
b2729002ad Bugfix: upper HUD didn't disappear when switching to another arena's queue 2020-06-29 15:52:14 +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
ab58d5c551 Crashfix: quitting as the last player in an arena made the game crash 2020-06-29 14:09:20 +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
81c74d59e6 Teams: they can be enabled/disabled per arena (both via editor and CLI) 2020-06-27 01:04:42 +02:00
Marco
043053690f Editor: warning that min/max players are per team 2020-06-26 18:43:13 +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
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
dd37bb7296 update_sign: removed useless field 2020-06-23 23:43:07 +02:00
Marco
aaf582926a DOCS updated (players management) 2020-06-23 23:26:58 +02:00
Marco
8b97d83ab7 Change min/max players in game (both editor and CLI) + small fixes 2020-06-23 23:13:11 +02:00
Zughy
2ab59fbb9c Arenas can now be renamed 2020-06-21 00:26:55 +02:00
Marco
f1bf19e6d0 Editor: visible spawners via waypoints | Folders refactoring 2020-06-19 23:37:26 +02:00
Marco
8ce7a56e4e Editor: less redundancy when setting spawners 2020-06-19 23:13:43 +02:00
Marco
e659c60515 Bugfix: overwritten/deleted spawners weren't updated in the storage 2020-06-19 22:39:22 +02:00
Marco
d085162222 Formspecs automatically closed when entering an arena 2020-06-17 22:08:43 +02:00
Marco
57f8921227 Bugfix: now craft inventory is emptied too 2020-06-16 22:43:54 +02:00