681 Commits

Author SHA1 Message Date
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
Zughy
601af6d1c4 Implement arena regions (pos1 and pos2 parameter) 2023-03-30 17:52:07 +00:00
Zughy
544228bfd7 Bugfix: minigames can't declare properties with the same name of an arena optional field 2023-03-28 19:59:21 +02:00
Zughy
2287cc4cb1 Version bump (6.2.0-dev) 2023-03-28 00:21:43 +02:00
Zughy
b95111daac Version bump (6.1.0) 2023-03-27 23:45:18 +02:00
Zughy
c040223dd0 Allow incremental time mode for endless minigames (closes #217) 2023-03-27 20:50:25 +02:00
Zughy
4ff0d3f56e Bugfix: avoid items in the players editor section to be placed for an instant when right-clicking 2023-03-27 16:20:23 +02:00
Zughy
39cc5b87a2 Editor: players section, show current value as stack (closes #218) 2023-03-27 16:17:08 +02:00
Zughy
ff824337ba Editor: show item description in the hotbar HUD (closes #209) 2023-03-27 15:44:19 +02:00
Zughy
7c2b1c1049 Wrong template file path 2023-03-20 13:17:13 +00:00
Zughy
61b813a586 Add feature request issue template 2023-03-20 13:16:09 +00:00
Zughy
155cea2d43 Add bug report template 2023-03-20 13:11:25 +00:00
Zughy
5963e6e6a8 CRASHFIX: gracefully fail when right-clicking a sign of a disabled minigame 2023-03-20 13:51:50 +01:00
Zughy
9052a3a802 Improve the way spawners are deleted (by proximity) (closes #211) 2023-03-20 01:19:22 +01:00
Giov4
80fe27fc45 Fixed typo and some wrong capital letters in DOCS 2023-03-19 00:03:12 +00:00
Zughy
33b88f4e74 Bugfix: avoid signs formspec to appear when it should not (closes #215) 2023-03-18 16:07:55 +01:00
Zughy
9fc238d237 Version bump (6.1.0-dev) 2023-03-17 22:26:52 +01:00
Zughy
d6795a7ccc Bump version (6.0.0) 2023-03-17 21:39:55 +01:00
Zughy
5c0d8c108a BREAKING: have toggle_teams_per_arena get a boolean instead of an int 2023-03-17 20:09:02 +01:00
Zughy
358e6f9530 Fix crash introduced with previous commit, when creating a new arena (closes #213) 2023-03-17 15:25:59 +01:00
Zughy
a5645d1f1d Bugfix: avoid people interacting with opened formspecs when getting teleported into an arena (closes #210) 2023-03-17 01:34:54 +01:00
Zughy
875623d720 Possibility to have no max players limit | possibility for arenas to declare less spawners than max_players | BREAKING: remove overwrite as an option in set_spawner 2023-03-16 23:27:32 +00:00
Zughy
0b895d4991 BREAKING: remove is_team_declared util function | BREAKING: set_spawner can now only take team_ID (not the team name anymore) 2023-03-06 15:20:47 +01:00
Zughy
3b98609067 Allow games to continue when only one player is left in a multiplayer match (closes #115) 2023-03-04 23:53:32 +01:00
Zughy
8bc364b858 Option for minigames to run endlessly | BREAKING: Custom entrances, on_load(arena) -> on_load(mod, arena) 2023-03-04 11:54:42 +00:00
Zughy
6131022ba7 Fix operation when creating arena 2023-03-03 22:06:37 +00:00
Zughy
0ce7a3bab8 Fix previous commit 2023-03-03 13:29:57 +00:00
Giov4
94d4769a8a Removing an entity, without saving it, when static_save = false 2023-03-03 14:15:22 +01:00
Giov4
d808579411 Merge branch 'master' of https://gitlab.com/zughy-friends-minetest/arena_lib 2023-03-03 01:54:52 +01:00
Zughy
51031790a5 DOCS: specify minigame callbacks can be called just once per minigame 2023-02-27 21:33:54 +00:00
Zughy
310002ed3e Forgot docs from previous commit 2023-02-27 15:55:49 +01:00
Zughy
b9aacb4027 Possibility for minigames to declare a global minimum amount of players (closes #206) 2023-02-27 15:44:51 +01:00
Zughy
57e902103d Fix the crashfix (:o) 2023-02-26 23:44:24 +01:00
Zughy
569b2ad1b1 CRASHFIX: gracefully fails when restoring entities that instantly despawn 2023-02-26 23:09:39 +01:00
Zughy
b7a34108a9 CRASHFIX: prevent hollow broken entities from crashing the server 2023-02-26 02:18:59 +01:00