930 Commits

Author SHA1 Message Date
Zughy
d87779599b Move all the credits inside the license file 2023-11-29 15:38:54 +01:00
Robert Wolniak
f1814dc80c Update Polish translation 2023-11-29 15:19:25 +01:00
Zughy
3e42cba8f5 Debug: print more info about bgm 2023-11-27 23:56:35 +01:00
Zughy
4bf3f40b6f BREAKING: make set_bgm(..) request a table instead of separate bgm parameters | add description parameter (closes #252) 2023-11-27 23:55:57 +01:00
Zughy
3b1059aacc Use better translation format in debug messages 2023-11-22 15:57:22 +01:00
Zughy
6ec57ea07c Print player properties in debug | Hide team properties in debug if teams are not enabled 2023-11-22 15:27:03 +01:00
Zughy
ec3ce0d9cd Fix issue introduced with the previous commit 2023-11-22 14:48:34 +01:00
Zughy
fb9eb26c9c Add audio_lib support for HUD functions sounds | make the default countdown sound use audio_lib 2023-11-21 19:34:08 +01:00
Zughy
d5a0683360 Use audio_lib for entering and leaving sounds 2023-11-21 18:55:39 +01:00
Zughy
77410aa3cc Use audio_lib to play/stop arenas music when entering/leaving an arena 2023-11-16 23:11:24 +01:00
Zughy
80c2072b43 Bugfix: armor groups weren't taking into account damage groups 2023-11-16 18:59:28 +01:00
Zughy
c18b7f6356 Stop server bgm when opening the custom bgm formspec and continue when closing it 2023-11-15 16:53:41 +01:00
Zughy
0c6d2d3a0b Add global callbacks register_on_join_editor and register_on_leave_editor 2023-11-15 16:36:16 +01:00
Zughy
1c2df254a5 Add audio_lib dependency to manage background music 2023-11-15 16:28:39 +01:00
Zughy
f4ffebadaf DOCS: small clarifications 2023-11-14 10:08:36 +00:00
Zughy
ce38628598 Add damage_modifiers recipe 2023-11-11 22:32:00 +01:00
Zughy
9dcbd254f1 Bugfix: correctly order arguments in on_*_editor callbacks (closes #251) 2023-11-11 21:39:28 +01:00
Zughy
0acc618f86 Different custom messages when eliminating players (closes #249) 2023-11-10 16:58:59 +01:00
Zughy
4fc02ab2fa Add get_arena_by_pos(..) 2023-11-10 10:14:57 +01:00
Zughy
9867c5d34c When someone gets eliminated, have their spectators spectate the executioner (if any) 2023-10-21 15:46:55 +02:00
Zughy
c9baec1d15 When eliminated by a player, automatically spectate them (if spectate mode is enabled) | Bugfix: set the correct team ID of a player when forced to spectate them 2023-10-21 15:28:57 +02:00
Zughy
eb1914513f Fix crash introduced with last two commits 2023-10-01 22:37:05 +02:00
Zughy
12f1c3928f Forgot to decomment a couple lines from previous commit 2023-10-01 21:26:59 +02:00
Zughy
9860b59f94 BREAKING: rework on_end to have it called before the arena is flushed 2023-10-01 18:11:37 +02:00
Zughy
3436ad3d62 Update to new parties feature where players can remain in a party even when disconnecting 2023-09-21 16:10:03 +02:00
Zughy
2d2dd7d333 If min_players ingredient is greater than 2, change arenas' min_players with that value (and in case, also max_players if smaller) (closes #247) 2023-09-20 23:14:42 +02:00
Rodion Borisov
717775d8de Fix a couple strings in Russian translation 2023-09-20 21:09:34 +02:00
Zughy
3f6e132510 Add eliminate_on_death ingredient (closes #246) 2023-09-20 19:05:52 +02:00
Zughy
aa53bad020 DOCS: better clarify xc_name 2023-09-20 16:09:31 +00:00
Zughy
43eb5e0e82 Add xc_name in on_eliminate callback 2023-09-20 17:54:38 +02:00
Zughy
40bab99d1c Don't delete spawners when changing max players amount, if such amount is greater than the spawners amount 2023-09-19 00:31:53 +02:00
Zughy
6d058c5e3f DOCS: better clarify the use of "executioner" in remove_player_from_arena(..) 2023-09-16 12:06:21 +00:00
Zughy
0ae0459353 DOCS: fix MT function name (closes #245) 2023-09-11 22:22:22 +00:00
Wuzzy
8000ac74a9 Update German translation 2023-09-10 18:31:33 +02:00
Wuzzy
5b67e3981d
Update locale files and fix some locale errors 2023-09-09 22:55:46 +00:00
Rodion Borisov
180a7c395c
Add Russian translation 2023-08-28 22:54:10 +03:00
Zughy
d62b542025 Bugfix: don't play leave sound when spectators leave 2023-08-23 18:21:09 +02:00
Zughy
5e2268446b Document previous commit 2023-08-23 13:07:59 +02:00
Zughy
6cf46b62bc Add icon for minigames that don't specify one 2023-08-23 13:03:09 +02:00
Zughy
2bb38a9548 Increase volume of leave sound 2023-08-21 18:30:57 +02:00
Zughy
a4b3bb744b Customise entering and leaving sounds (closes #239) 2023-08-21 16:06:45 +02:00
Zughy
ef692f6e1b BREAKING: have get_players_in_game return names as value (before: as key, undocumented) 2023-08-21 01:25:19 +02:00
Robert Wolniak
14798d28d2 Add Polish Translation 2023-08-20 14:06:16 +00:00
Zughy
829491c189 Bugfix: run on_time_tick also when timer reaches 0 (closes #242) 2023-08-20 14:00:28 +02:00
Zughy
9daaee8307 Forgot file from previous commit 2023-08-19 19:10:28 +02:00
Zughy
18bb7b5aef Add barrier node (closes #234) 2023-08-19 19:04:16 +02:00
Zughy
da4e02d1bc Remove (deprecated) example file 2023-08-19 15:52:38 +02:00
Zughy
6434f4985e Add missing translation line, add a couple Spanish translations 2023-08-19 15:47:38 +02:00
Zughy
858809c783 Update Spanish translation 2023-08-19 15:36:25 +02:00
Zughy
b2180183d1 Make spam-clicking queues less strict 2023-08-17 23:27:01 +02:00