930 Commits

Author SHA1 Message Date
marco_a
acadc4aba3 Fix regression due to latest commit 2024-07-19 19:33:42 +02:00
Zughy
2291ec8e3b * Spectate: add "blind" mode
* Spectate: add item to rotate between party members
* Follow party members first when getting eliminated and joining spectate mode
* Add utils `get_party_members_playing(..)` and `get_party_members_spectating(..)`
2024-07-19 17:20:03 +00:00
Zughy
a1394e7499 If the world outside removed the red flash when taking fall damage but the minigame features fall damage, restore the flash whilst in the minigame 2024-07-16 20:24:08 +00:00
Wuzzy
8b6332b6df Fix two bad German translations 2024-07-11 12:17:29 +02:00
Wuzzy
ab33c4bedb Update German translation 2024-07-07 20:37:18 +00:00
marco_a
b1cbec9603 Add debug to spot team assignment crash 2024-06-30 14:11:08 +02:00
marco_a
6fb1adce38 DOCS: specify how player properties are handled when they join/leave a match (closes #327) 2024-06-29 20:56:43 +02:00
marco_a
4bd8ba590e Use new hub mod technical name 2024-06-29 17:34:49 +02:00
marco_a
d11cb76967 Use the new to_players audio_lib function 2024-06-28 12:08:06 +02:00
marco_a
b8a3ea92f0 Add sounds when someone enters/leaves a queue (closes #326) 2024-06-16 16:32:20 +02:00
marco_a
c9de077d59 Version bump (7.6.0-dev) 2024-06-15 14:55:05 +02:00
marco_a
98e891100a Version bump (7.5.0) 2024-06-15 14:42:23 +02:00
marco_a
ea45bf9537 Fix regression introduced with previous commits 2024-06-15 14:41:31 +02:00
marco_a
4ec7b09f32 Fix previous commit 2024-06-15 01:57:20 +02:00
marco_a
3863de359c Return the whole spawner with get_random_spawner and deprecate the pos only return 2024-06-15 01:38:51 +02:00
marco_a
9064b0400a Force spawners rotation when respawning | Add util teleport_onto_spawner(..) 2024-06-15 01:37:00 +02:00
Zughy
7782b0a039 Spawners: also store rotation | Bugfix: in case of variable teams amount, spectators_amount_per_team wasn't resized to the new teams amount 2024-06-14 09:24:41 +00:00
marco_a
2149972171 Return points: possibility to customise rotation as well (closes #324) 2024-06-10 23:27:27 +02:00
marco_a
1ed2d892f9 Bugfix: prevent spectators from hitting players by going in 3rd person view (closes #322) 2024-06-10 16:05:16 +02:00
Giov4
35c4ce209f Keeping track of changed nodes in a LUA table, without loading them from the DB each time 2024-06-09 22:16:35 +00:00
marco_a
0022ba6492 CRASHFIX: matchmaking was broken when two teams were already in a queue and a solo player joined 2024-06-09 23:23:01 +02:00
marco_a
401e18760a Bugfix: spectate hand wasn't overwritten if there was already another hand put by another mod 2024-04-24 22:59:23 +02:00
marco_a
287687df6f Add friendly_fire ingredient 2024-04-09 22:36:08 +02:00
marco_a
4f8d1347df Continue dev version (7.5.0-dev) 2024-04-07 01:01:41 +02:00
marco_a
9afab945ac Version bump (7.4.1) 2024-04-07 00:57:37 +02:00
marco_a
623d86fba1 CRASHFIX: correctly manage group members that have disconnected whilst queuing 2024-04-06 15:52:23 +02:00
marco_a
68d0463ee6 Specify which mod is printing deprecation warnings, whenever possible (closes #320) 2024-04-05 17:19:48 +02:00
marco_a
d723f772eb Add sanity checks in signs GUI 2024-03-25 01:35:34 +01:00
marco_a
c570092a60 CRASHFIX: fix sorting algorithm (parties related) 2024-03-25 00:15:24 +01:00
marco_a
6097e0f615 Version bump (7.5.0-dev) 2024-03-24 18:44:39 +01:00
marco_a
6656737344 Version bump (7.4.0) 2024-03-24 18:29:35 +01:00
marco_a
176f0ad0ae Bugfix: right amount grammatical agreement in celebration messages when a list of players or teams that only contains 1 entry wins (closes #316) 2024-03-16 21:12:33 +01:00
marco_a
fdd2fa7afb Bugfix: when a party entered an ongoing match, only the name of the leader was printed (multiple times) 2024-03-14 01:46:50 +01:00
Zughy
c7e56ca4dc Bugfix: translation of play tooltip wasn't working (closes #313) 2024-03-11 00:20:08 +00:00
marco_a
c058b3a544 Add team assignment callback also for people joining an ongoing match (and rename the one when queuing) 2024-03-05 00:06:33 +01:00
marco_a
f1b7c025b1 When hitting a sign of an arena that's been removed from the db, tell the player it doesn't exist anymore 2024-03-04 14:20:14 +01:00
marco_a
32eb638112 Clearer error message when hitting signs of minigames/arenas that don't exist anymore 2024-03-04 14:16:07 +01:00
marco_a
624a7dd2c6 Possibility to use a custom algorithm to assign teams before the loading phase (closes #310) 2024-03-03 13:04:41 +01:00
marco_a
ed6fc7b1bd Bugfix: parties couldn't join arenas without a max player limit 2024-03-02 23:24:52 +01:00
marco_a
f9456d0654 Bugfix: it wasn't possible to change players amount for infinite minigames 2024-03-02 23:22:40 +01:00
marco_a
9b4fa327e6 CRASHFIX: gracefully fail when hitting a sign of an arena that doesn't exist anymore (i.e. through database deletion) 2024-03-02 23:07:31 +01:00
marco_a
68a0c950ce CRASHFIX: run join callbacks after every player in a party has been added to the match (so not to crash when accessing player properties in on_join) 2024-03-02 23:02:24 +01:00
Zughy
2c26a66abe Assign teams after queue 2024-03-02 00:40:34 +00:00
Zughy
18a9fe86e5 DOCS: specify that min_players and max_players are per team 2024-02-26 23:33:18 +00:00
marco_a
37ca0a9c94 Small cleaning 2024-02-24 16:45:28 +01:00
marco_a
63144da2ad DOCS: fix incorrect spectators structure declaration 2024-02-23 00:23:02 +01:00
marco_a
bc8971bd5c Version bump (7.4.0-dev) 2024-02-22 15:57:28 +01:00
marco_a
d06d8352a4 Version bump (7.3.1) 2024-02-22 15:50:55 +01:00
marco_a
db30aebfa6 Bugfix: admins could enter the editor whilst being in queue or in game 2024-02-22 15:27:18 +01:00
Wuzzy
5a17f75401 Update German translation 2024-02-20 08:56:39 +01:00