Zughy
|
d1f6e3d1a5
|
Signs are now signs_lib's
|
2020-09-25 15:52:25 +02:00 |
|
Zughy
|
21ec90e00e
|
Editor: team toggler is now hidden if no team has been declared
|
2020-09-24 20:18:47 +02:00 |
|
Zughy
|
16e613c17f
|
Bugfix: only arena_lib signs can't be broken
|
2020-09-21 21:37:06 +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 |
|
_Zaizen_
|
ace05f73ca
|
Fixed spawner imprecise positions, now you can add them more precisely.
|
2020-09-15 21:23:08 +02:00 |
|
Zughy
|
ce93e9422f
|
Signs can't be broken by anyone anymore
|
2020-09-14 23:12:39 +02:00 |
|
Zughy
|
b82ee0c9e5
|
Version update
|
2020-09-11 15:28:22 +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
|
f0bd65acc4
|
Bugfix: on_disconnect wasn't called
|
2020-09-08 00:23:31 +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
|
64531a239d
|
CRASHFIX: checking an arena info while in progress, made the game crash if it had teams but they weren't enabled in that specific arena
|
2020-09-05 15:36:54 +02:00 |
|
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 |
|