1072 Commits

Author SHA1 Message Date
Wuzzy
3d05d4f8bd Return unknown_node if call get_tiles w/ bad node 2024-10-28 14:07:31 +01:00
Wuzzy
91f4316998 Fix particle texture error for mech-broken block 2024-10-28 13:30:30 +01:00
Wuzzy
d8b9a1309a Creative: Add nodes after mods loaded 2024-10-28 13:18:04 +01:00
Wuzzy
24819d54bb Remove dot.sh 2024-10-28 11:13:34 +01:00
Wuzzy
78108b87ad Update screenshot 2024-10-28 11:12:39 +01:00
Wuzzy
65e821f70a Rename Minetest to Luanti 2024-10-28 11:05:53 +01:00
Wuzzy
d56ce6c456 Fixed offset in show_wielded_item 2024-10-28 11:05:07 +01:00
Wuzzy
405c1c1433 Remove "install music" step from readme 2024-10-28 10:59:17 +01:00
Wuzzy
46389a01ff Update TODO list 2024-10-28 10:58:19 +01:00
Wuzzy
e97dc76561 Fix hud_elem_type_warning 2024-10-28 10:54:01 +01:00
Wuzzy
650128ff48 Remove settings support in show_wielded_item 2024-10-28 10:52:53 +01:00
Wuzzy
b52569cccb Update show_wielded_item mod 2024-10-28 10:51:41 +01:00
Wuzzy
c89457b4c5 Refactor field name of door open/close snds 2024-10-28 10:47:40 +01:00
Wuzzy
cff65658ee Fix fencegate sounds causing node def collision 2024-10-28 10:43:17 +01:00
Wuzzy
89c45ad967 Add missing dependencies to creative and skybox 2024-10-28 10:42:56 +01:00
Wuzzy
e59bd9e3d4 Update main readme WRT music 2024-10-28 10:32:48 +01:00
Wuzzy
c565ed8122 Add music: Pixelsphere album by The Cynic Project 2024-10-28 10:28:55 +01:00
Wuzzy
7a43bc9d16 Music: Make jukebox work again 2024-10-28 10:15:10 +01:00
Wuzzy
9474b1c6ae Remove localmusic optdepends; add music.set_tracks 2024-10-28 10:11:35 +01:00
Wuzzy
44fcf5cb86 Save box name if clicking "End editing box" 2024-10-28 09:51:52 +01:00
Wuzzy
7347328e4b Don't close formspec if clicking empty box list 2024-10-28 09:40:16 +01:00
Wuzzy
3dac1db5e0 Series menu: Pre-select first series if possible 2024-10-28 09:31:29 +01:00
Wuzzy
834bd8901e Reduce log level of creative mod log messages 2024-10-28 09:13:51 +01:00
Wuzzy
da95c63770 Fix creative inv not working for player 'trash' 2024-10-28 09:09:59 +01:00
Wuzzy
5fbf01e11c Disallow sign rotation for now 2024-10-28 09:07:25 +01:00
Wuzzy
825b10d4a5 Fix crash if use revealtool on detect node w/ node 2024-10-28 09:03:10 +01:00
sofar
999af1ff47 connector tool: do not use :metadata() to avoid serialization bug in MT
The way MT serializes this data is fundamentally unsafe now since 5.1 or
so, and will randomly break due to random box positions. One day it
works fine and the next day the server crashes on the same apparent
link operation. All because the itemstack data can likely not handle
\000 data during either serialization or deserialization. The outcome
is 5, or even 4 bytes returned from deserialization, and thus a server
crash.

This is BW compatible. Old connector tools will be functional and appear
as linked in the tooltip, but there will be an error to the user telling
them to "start" the link again first. No box is broken - this is only
affecting itemstacks.
2022-10-29 00:23:34 +02:00
Wuzzy
62ac4da027 Add missing translation for "Game" tab 2022-10-07 05:26:36 +02:00
Wuzzy
3882128d85 Use player:respawn() if damage disabled 2022-10-07 05:21:18 +02:00
Wuzzy
15c4e2d54e Fix mirrored waterlily texture on downside 2022-10-07 05:06:47 +02:00
Wuzzy
cfe4a86295 Hide seed from world creation dialog 2022-08-05 03:36:44 +02:00
Wuzzy
874839cc0d Add Wuzzy to mailmap info 2022-08-01 10:57:20 +02:00
Wuzzy
d519215bc0 Add game title to game.conf 2022-07-22 15:21:04 +02:00
Wuzzy
185c10e849 Change HUD images of slabs and stairs 2022-06-05 22:44:38 +02:00
Wuzzy
6a1214b5d9 Update translation 2022-06-05 22:33:08 +02:00
Wuzzy
583598e3e2 Fix crash in reveal tool 2022-06-05 22:33:02 +02:00
Wuzzy
9256ea5522 Fix crash in boxes mod 2022-05-30 14:49:18 +02:00
Wuzzy
9444208fa7 Add tutorial entry/exit boxes (not used for now) 2022-05-30 14:46:12 +02:00
Wuzzy
09699e2109 Move special entry/exit boxes to -1, -2 2022-05-30 14:32:53 +02:00
Wuzzy
10e28d87e2 Remove release number from game.conf 2022-05-29 04:15:05 +02:00
Wuzzy
435a2370fb Update TODO 2022-05-29 04:14:51 +02:00
Wuzzy
283803a0ef Update German 2022-05-29 03:34:18 +02:00
Wuzzy
1bbe54fafe Update translation templates 2022-05-29 03:23:17 +02:00
Wuzzy
143facabfa Fix incorrect translation 2022-05-29 03:20:54 +02:00
Wuzzy
9ac1873758 Award box score to reviewers, too 2022-05-28 22:27:21 +02:00
Wuzzy
508a23f66a Implement box_order argument of box series insert 2022-05-28 18:59:50 +02:00
Wuzzy
482dbdbcdc Remove deprecated 'edit' command 2022-05-28 17:17:24 +02:00
Wuzzy
3c8cfade42 Call player_success after announce
This makes sure the "Box X completed" message shows the "Tutorial completed" message.
2022-05-28 17:06:39 +02:00
Wuzzy
3102ed10d2 Don't show error if press enter in level select 2022-05-28 17:04:25 +02:00
Wuzzy
ddc05e3d44 Fix hardclay slabs dig by axe, not pickaxe 2022-05-28 16:59:18 +02:00