91 Commits

Author SHA1 Message Date
Zughy
7c18026c25 README: add Weblate link 2024-09-29 21:44:41 +00:00
marco_a
476f8270d1 Forgot to remove folder from previous commit 2024-09-18 01:24:07 +02:00
marco_a
420884b8c8 Remove bundles chatcmdbuilder lib, use dependency instead 2024-09-18 01:23:26 +02:00
marco_a
7d6585b6df Version bump (2.2.1) 2024-09-17 15:07:26 +02:00
marco_a
b14c8294b3 Restore locale files divided by file names (whoopsie from previous commits) 2024-09-17 15:05:27 +02:00
marco_a
63dac158a5 Translate mod title and description into Italian 2024-09-17 14:37:10 +02:00
marco_a
c019250cb1 Remove audio_lib deprecation warning 2024-09-17 14:36:37 +02:00
marco_a
b1be125d7a Make mod title and description translatable 2024-09-17 14:36:23 +02:00
marco_a
f54ddd6ea2 mod.conf: add description 2024-09-17 14:35:22 +02:00
Zughy
00b2981b1d Merge branch 'de' into 'master'
Update German translation

See merge request zughy-friends-minetest/parties!4
2024-06-29 11:43:58 +00:00
Wuzzy
39a9b54401 Update German translation 2024-06-29 13:37:07 +02:00
marco_a
775fd66979 Version bump (2.2.0) 2024-03-11 23:47:17 +01:00
marco_a
cf48895a05 DOCS: remove not yet implemented 'disconnected' reason for on_party_leave 2024-02-23 16:52:53 +01:00
marco_a
d31afad391 Rename audio_lib type "system" into "notifications" 2024-01-25 01:33:54 +01:00
marco_a
c45a6df871 Play join sound also to the player who's just joined (closes #15) 2024-01-19 01:47:15 +01:00
marco_a
265cacb45b audio_lib: use custom "system" type for sounds 2024-01-19 00:45:43 +01:00
marco_a
8b8f9f015f Add audio_lib as optional dependency (closes #13) 2024-01-03 20:17:06 +01:00
Zughy
297b860418 Version bump (2.1.0) 2023-11-24 16:48:50 +01:00
Zughy
2a7cabf0cd Warn the group leader if a player fails to enter (closes #12) 2023-11-24 16:44:25 +01:00
Zughy
c307f978c1 Remove pointless double on_pre_party_join check 2023-11-24 16:24:26 +01:00
Zughy
63e8d2124f Interrupt the invite countdown if prejoin conditions return false (closes #11) 2023-11-24 16:22:37 +01:00
Zughy
63e96aaddd Specify in the invitee message how much they have to accept the invite 2023-11-24 16:02:30 +01:00
Zughy
62800c1528 Increase invitation time from 15 to 60 seconds 2023-11-24 15:55:19 +01:00
Zughy
7c2813d051 Fix documentation 2023-11-23 17:08:59 +01:00
Zughy
f1aa574819 Improve invitation structure 2023-11-23 17:07:13 +01:00
Zughy
f7aebcc33a Clean up translation files 2023-11-23 16:24:07 +01:00
Zughy
4769c4ea8d Bugfix: cancel_invites(..) wasn't really working 2023-11-23 16:21:11 +01:00
Zughy
e73b1c0d0e Add missing /party kick in /party help 2023-10-20 14:47:17 +02:00
Zughy
92d759cefa Version bump (2.1.0-dev) 2023-10-20 14:38:49 +02:00
Zughy
8036c538cc Version bump (2.0) 2023-10-20 14:25:05 +02:00
Zughy
bc757332a2 Bugfix: don't display «No answer from X...» if the party is full (closes #10) 2023-10-20 13:04:09 +02:00
Zughy
73d62d0e15 DOCS: "about the author" section 2023-09-21 14:19:07 +00:00
Zughy
366e260be1 Add online_only as optional parameter in get_party_members 2023-09-21 15:52:08 +02:00
Zughy
f72b18ed2f Don't leave a party when disconnecting (closes #9) | Add setting to leave the party when players disconnect, off by default (closes #8) 2023-09-21 10:20:49 +02:00
Zughy
03cb6fdbdb Add MAX_PLAYERS_PER_PARTY setting 2023-09-18 22:55:04 +02:00
Zughy
2d51ec0e7b Forgot one file 2023-09-18 22:30:57 +02:00
Zughy
58310d751f Update translations via Wuzzy's script 2023-09-18 22:29:00 +02:00
Zughy
24ecc98084 Add more information when doing /help p and /help party 2023-08-24 00:44:18 +02:00
Zughy
373304c8ed Remove on_disband callback, integrate it into on_leave 2023-08-24 00:34:06 +02:00
Zughy
d95faed2b2 commands.lua: use 2 space-indentantion instead of 4 2023-08-23 21:00:03 +02:00
Zughy
c35526f1b9 Add /party help with in-game translatable explanation 2023-08-23 20:57:58 +02:00
Zughy
77387760d8 Remove on_kick callback and integrate it into on_leave 2023-08-23 14:15:10 +02:00
Zughy
75ce39a0eb Add settings system (closes #6) 2023-08-23 13:49:37 +02:00
Zughy
9f85564753 Allow get_party_members() to also take a normal party member (and not forcibly the party leader) 2023-08-22 21:28:15 +02:00
Zughy
855c390164 Call disband, kick and leave callbacks before removing the player(s) 2023-08-22 13:51:09 +02:00
Zughy
4556b9c44d Move chatcmdbuilder into a separate folder 2023-08-22 00:54:59 +02:00
Zughy
4f9b22c0ac Little improvements 2023-08-22 00:51:01 +02:00
Zughy
4ecc69492a Possibility to specify the party leader in is_player_in_party 2023-08-22 00:40:25 +02:00
Zughy
1331282ce9 Add /party kick 2023-08-22 00:34:48 +02:00
Zughy
3fdcb3abe6 Merge branch 'Szkodnix-master-patch-72065' into 'master'
Added Polish translation.

See merge request zughy-friends-minetest/parties!3
2023-08-07 21:42:45 +00:00