709 Commits

Author SHA1 Message Date
Zughy
cf4a4a73bf Update default return points when changed whilst people are inside the editor 2023-02-11 23:25:49 +01:00
Zughy
67a9ec63dc Bugfix: properly render the default return point 2023-02-11 23:24:45 +01:00
Zughy
d30b0e5884 Rename server setting hub_spawn_point to return_point (closes #203) 2023-02-11 22:57:06 +01:00
Zughy
988030a61b Custom arenas' return point | show the return point of the arena whilst in the editor 2023-02-11 20:56:33 +00:00
Zughy
5a76338f6e CRASHFIX: infoboxes caused sporadic crashes due to... well, that's a great question 2023-02-06 22:29:48 +01:00
Giov4
d36819b5cc Merge branch 'master' of https://gitlab.com/zughy-friends-minetest/arena_lib 2023-02-05 21:06:20 +01:00
Zughy
f2678050f9 Bugfix (regression): arena players amount wasn't displayed in the editor tools 2023-02-02 23:59:32 +01:00
Zughy
0f175e8aa6 Possibility to declare a variable teams amount per arena 2023-02-02 22:55:44 +00:00
Zughy
006a6791aa Add minigame parameter spectator_properties | Add spectate_target(..) to force a spectator to follow a specific target | Add get_target_spectators(..) to retrieve all the spectators following a specific target | Add is_forced as parameter to the on_change_spectated_target callback 2023-01-31 00:06:37 +01:00
Zughy
9775a4598d Comments 2023-01-30 23:36:13 +01:00
Zughy
4e845543d1 Add /arenas help command (closes #199) 2023-01-29 00:16:53 +01:00
Zughy
0702e9d1f0 Warn about STORE_INVENTORY_MODE deprecation 2023-01-28 14:18:42 +01:00
Zughy
5e73a5cdb6 Bugfix: spectators leaving an arena were still considered inside when on_quit callback was run 2023-01-28 13:51:58 +01:00
Zughy
3cefc54002 DOCS: remove deprecated commands 2023-01-26 21:51:22 +00:00
Giov4
fa1f1e7d39 Merge remote-tracking branch 'origin/master' 2023-01-26 19:46:15 +01:00
Giov4
26f1708913 niente 2023-01-26 19:45:40 +01:00
Zughy
e0407ec484 Remove now pointless arena_lib.STORE_INVENTORY_MODE global setting (closes #197) 2023-01-25 23:38:12 +01:00
Zughy
06696cbb6c Spectate: right-click to change subject counterwise (closes #188) 2023-01-24 14:23:07 +01:00
Zughy
c4c46427d8 Version bump (5.5.0-dev) 2023-01-23 22:37:24 +01:00
Zughy
dc5a055e32 Version bump (5.4.0) 2023-01-23 21:31:05 +01:00
Zughy
6a4563ccd9 Bugfix: run entrances updates when spectators leave 2023-01-23 18:40:11 +01:00
Zughy
88c6a32eb0 Infobox: show players in queue 2023-01-23 02:09:00 +01:00
Zughy
3ce1a70267 Fix thumbnails broken with latest commit 2023-01-23 01:49:09 +01:00
Zughy
882302b8ef Show players currently in a minigame by right-clicking a sign 2023-01-22 21:53:28 +00:00
Zughy
ba5466b697 Remove pointless TODO 2023-01-19 00:07:15 +01:00
MisterE
22feded6a8 Bugfix: players' textures were sometimes messed up when re-entering a minigame 2023-01-18 22:18:30 +00:00
Zughy
cd640651f4 Bugfix: forgot to properly uploads empty IGNOREME folders (closes #193) 2023-01-17 18:25:46 +01:00
Zughy
f30dcfea0b Clean up file_exists util function 2023-01-16 21:14:17 +01:00
Zughy
77f5ee8878 Document why keeping spectate hand is probably a good idea 2023-01-16 20:46:04 +01:00
Zughy
0fdac24f8d Declare signs texture_alpha channel (closes #195) 2023-01-16 13:57:32 +01:00
Zughy
e03a579a3c Infobox: increase thumbnail size a bit to avoid seeing the background with some screens resolution (closes #194) 2023-01-16 13:46:34 +01:00
Zughy
eeaa37b8fa Remove forgotten debug from previous commits 2023-01-16 13:45:15 +01:00
Zughy
8cde31001f Forgot to update IGNOREME folder 2023-01-15 22:54:06 +01:00
Zughy
00fdcc5810 Add arenas thumbnails (closes #91) 2023-01-15 20:08:26 +01:00
Zughy
ad73759f1b Prevent people from entering and leaving queues repeatedly in a short amount of time (block them for 10 seconds) (closes #160) 2023-01-15 01:06:17 +01:00
Zughy
7c767d0425 DOCS: missing word 2023-01-13 23:27:25 +00:00
Zughy
70c21eb2b6 Add /arenas gamelist | /arenas glist, to list all the installed minigames 2023-01-14 00:16:27 +01:00
Zughy
e2dc6061d3 CRASHFIX: don't enter as a spectator if there is nothing to spectate (e.g. arenas terminating) (fixes #192) 2023-01-13 23:52:18 +01:00
Zughy
5f8d703c78 Tweak position of an infobox element 2023-01-13 21:57:52 +01:00
Zughy
b1d511d152 Update sign infoboxes at runtime (if open) when arenas updates are called 2023-01-13 20:42:12 +00:00
Zughy
fc6ed75e1a Redo signs infobox (closes #140) 2023-01-12 22:44:25 +01:00
Zughy
6f613443a1 Add note about "dynamic media" BGM 2023-01-05 10:33:49 +00:00
Zughy
33b8f1d191 Fix documentation a little bit (closes #190) 2023-01-05 10:29:59 +00:00
Zughy
735d55627e load BGM from the world folder + move SETTINGS in the world folder 2023-01-04 10:44:49 +00:00
Zughy
cbf9733296 CRASHFIX: gracefully fails when hitting a sign of a removed minigame (closes #189) 2023-01-03 22:44:10 +01:00
Zughy
ecb7cf4f74 CRASHFIX: (regression) avoid amount of players overflowing when joining a queue 2023-01-01 23:48:25 +01:00
Zughy
f3df599b30 Turn /flusharena and /forceend into /arenas flush and /arenas forceend 2023-01-01 18:20:40 +01:00
Zughy
726f19e49d Forgot to bump version (5.4.0-dev) 2022-12-31 11:57:18 +00:00
Zughy
cfa2ff768f Join a game from spectate mode 2022-12-31 11:37:06 +00:00
Zughy
fe3d95ef26 Massive refactor of the join functions 2022-12-26 21:18:42 +00:00