715 Commits

Author SHA1 Message Date
Zughy
3707b1fd58 Bugfix: override of minigame properties was called also when such properties were identical 2023-07-31 14:22:09 +02:00
Zughy
ec9250da1b Remove disabled damage types from debug (as it's not a per arena property) 2023-07-29 20:59:15 +02:00
Zughy
73b9565b15 Add minigame recipe disabled_huds to choose which HUDs will be disabled during the minigame | Deprecate show_minimap 2023-07-29 20:55:25 +02:00
Zughy
65bf7a9946 Bugfix: don't show chat in red during celebration 2023-07-29 00:38:34 +02:00
Zughy
7cfc3e79c6 Add on_prejoin callback 2023-07-27 15:41:21 +02:00
Zughy
a4565ff120 Let entities damage people in minigames 2023-07-26 23:27:18 +02:00
Zughy
39217d5578 Improve HUD position (title and broadcast) 2023-07-26 12:41:29 +02:00
Zughy
9a15fafceb Bugfix: title HUD wasn't hidden when calling HUD_hide all 2023-07-25 15:00:37 +02:00
Zughy
f2af3ae3a7 Change License GPL -> AGPL 2023-07-17 18:02:37 +00:00
Zughy
845635ec0e Version bump (7.0.0) 2023-06-26 01:39:56 +02:00
Zughy
d84086e481 Version bump (6.3.0) 2023-06-26 01:19:58 +02:00
Zughy
8cf685392a Automatically rename an old palette entry into the new one (related to the weather commit) 2023-06-26 01:17:03 +02:00
Zughy
3cc8545f05 Improve dust effect (see previous commit) 2023-06-25 23:27:13 +02:00
Zughy
f06920ba84 Possibility to change arena weather 2023-06-25 14:59:31 +00:00
Zughy
ec3af4b61a Remove deprecated function call | fix missing translation 2023-06-07 01:57:20 +02:00
Zughy
fb17fe70b1 README: wiki link 2023-06-03 09:40:01 +00:00
Zughy
85320654e7 Possibility to change arenas saturation (and some cleaning) 2023-05-24 10:01:04 +00:00
Zughy
faaf91db51 Bugfix: sign formspec - join button sometimes incorrectly resulted full 2023-05-21 12:28:34 +02:00
Zughy
024d091e1d Remove deleted string from locale 2023-05-18 14:40:01 +02:00
nyomi
b3656956da Add Hungarian translation 2023-05-16 19:05:56 +00:00
Zughy
9da5ea1173 Bugfix: it was impossible to remove a BGM (closes #230) 2023-05-14 11:11:24 +02:00
Zughy
c8359c358a Actually, nevermind, I shouldn't have touched anything in the first place. Reverting 2023-05-07 22:17:54 +02:00
Zughy
e6ab98f008 Properly fix @95ba4ab1 2023-05-07 22:11:45 +02:00
Zughy
2eca7401bc Call on_end before emptying temporary properties (arena and teams) 2023-05-05 12:38:16 +02:00
Zughy
02207ec07a Editor: display arena initial time in the timer formspec when opened 2023-05-04 18:56:55 +02:00
Zughy
95ba4ab106 Bugfix: timer was starting with +-1 second of difference from the actual value 2023-05-04 18:52:08 +02:00
Zughy
4692131655 HUD: add option to send a message to all the members of a team (closes #229) 2023-05-04 12:08:15 +02:00
Zughy
08cb243c3a Remove temp fix (fixed with MT 5.7) 2023-05-01 12:37:23 +02:00
Zughy
b033690b63 Show current spectators when joining spectate mode (closes #226) 2023-04-30 23:15:59 +02:00
Zughy
18b9e09568 DOCS: explain how to retrieve mod_ref in global callbacks 2023-04-30 00:18:52 +02:00
Zughy
684be7a82d Use /quit to also leave queues (closes #228) 2023-04-30 00:18:19 +02:00
Zughy
81b7a10d19 Version bummp (6.3.0-dev) 2023-04-17 23:34:49 +02:00
Zughy
a595f0a1c1 Version bump (6.2.0) 2023-04-17 23:24:54 +02:00
Zughy
b9a5d93f0a Add callbacks for when players enter and leave the editor 2023-04-17 22:36:20 +02:00
Zughy
7ba5af7e8e DOCS: explain how to call arena_lib functions whilst inside a custom editor section 2023-04-17 22:31:55 +02:00
Zughy
80262e2811 DOCS: improve the extendable editor section 2023-04-16 17:12:18 +00:00
Zughy
c25dbcae65 Automatically save/restore players' nametag when entering/leaving a minigame (closes #224) 2023-04-15 21:20:50 +02:00
Zughy
bf6a0dea2a Automatically hide arena_lib HUDs when players leave an arena (closes #223) 2023-04-11 19:12:07 +02:00
Wuzzy
a94bc53059 Add German translation 2023-04-08 21:00:53 +02:00
Zughy
ccd164e16c Stop items from being moved when disable_inventory is true and an external inventory has been opened (closes #222) 2023-04-07 14:56:33 +02:00
Zughy
7fbf99ed3f Possibility for minigames to stop players from dropping items 2023-04-07 00:08:33 +02:00
Zughy
8bc51b4c78 Block people in minigames from placing/digging nodes by default (closes #221) 2023-04-06 00:39:44 +02:00
Zughy
5533d47646 Prevent punch damage during loading and celebration phase (closes #220) 2023-04-04 23:49:56 +02:00
Zughy
6278a21af7 README: grammar 2023-04-03 08:56:56 +00:00
Zughy
02a26e604f DOCS: update field name 2023-04-03 00:24:36 +00:00
Zughy
59092bfad7 DOCS: ellipsis with only two dots, to avoid confusion with the lua built-in ellipsis 2023-04-01 12:26:03 +00:00
Zughy
7c23503289 Move the crash due to missing on_timeout callback when time_mode = decremental at launch 2023-04-01 14:20:31 +02:00
Zughy
dc014c2399 DOCS: typo 2023-03-31 13:03:01 +00:00
Zughy
21bdc311f2 Update DOCS 2023-03-31 13:01:42 +00:00
Zughy
5a6dfdb95d Don't enable arenas having a region set with spawners outside the region (closes #219) 2023-03-31 00:34:40 +02:00