Imre Péntek
dbfaad4610
cb renamed to callback
2024-03-31 23:59:09 +02:00
Imre Péntek
c2cfa87cf2
to make bones_mode = keep work
2024-03-31 18:23:19 +02:00
Imre Péntek
5cc2b46aa4
coding style fix
2024-03-31 17:22:32 +02:00
Imre Péntek
cc6b859ce0
coding style fix
2024-03-31 14:13:06 +02:00
Imre Péntek
cd8cb78856
coding style fix
2024-03-31 14:03:34 +02:00
Imre Péntek
e62cfaafd4
whitespace fix
2024-03-31 03:03:14 +02:00
Imre Péntek
48099ebcb5
luacheck fix
2024-03-30 21:15:03 +01:00
Imre Péntek
58797832e3
bones inventory reordering
2024-03-30 21:13:41 +01:00
Imre Péntek
dfd0805e84
whitespace fix
2024-03-30 19:51:51 +01:00
Imre Péntek
e7d483bef9
scroll fix
2024-03-30 19:20:26 +01:00
Imre Péntek
704f11d9bf
testing/debug code to make the bones go full, needs to be reverted
2024-03-30 18:12:55 +01:00
Imre Péntek
9d4142772c
debug code removed
2024-03-28 16:49:45 +01:00
Imre Péntek
7c119feb51
scrollbar vs bones formspec
2024-03-28 16:49:36 +01:00
Imre Péntek
e27ad580d6
as per https://github.com/minetest/minetest_game/pull/3030#discussion_r1538212559
2024-03-28 11:29:07 +01:00
Imre Péntek
25ff385294
fix for https://github.com/minetest/minetest_game/pull/3030#pullrequestreview-1912657094
2024-03-28 10:33:21 +01:00
Imre Péntek
da3c36ded8
NS routine as per code review
2024-03-28 10:33:21 +01:00
Imre Péntek
5b35ea553e
as per https://github.com/minetest/minetest_game/pull/3030#pullrequestreview-1899419816
2024-03-28 10:33:21 +01:00
Imre Péntek
b62713f0db
PR #3030 fix
2024-03-28 10:33:21 +01:00
Lars Mueller
738e0d7292
Refactor
2024-03-28 10:33:21 +01:00
Lars Müller
bd60bfb549
Fix table.insert
usage
2024-03-28 10:33:21 +01:00
Lars Müller
224ae80626
Use Minetest's table.insert_all
2024-03-28 10:33:21 +01:00
Imre Péntek
4b2228066f
fixes as per code review completed (4)
2024-03-28 10:33:21 +01:00
Imre Péntek
5141c96c01
fixes as per code review completed (3)
2024-03-28 10:33:21 +01:00
Imre Péntek
eeec7d6be0
fixes as per code review completed (2)
2024-03-28 10:33:21 +01:00
Imre Péntek
3dad8a530d
fixes as per code review completed
2024-03-28 10:33:21 +01:00
Imre Péntek
b0545dc5c2
bones: bones are now holding 150 item slots and register_transfer_inventory_to_bones_on_player_death callback
2024-03-28 10:33:21 +01:00
Uwuewsky
a3b171e317
Update Russian translation ( #3058 )
2023-12-30 11:32:05 +01:00
Andriy
bff7596364
Update Ukrainian translation ( #3070 )
2023-11-04 16:40:07 +01:00
OgelGames
110c23560e
Don't check protection of air when placing bones ( #2964 )
2023-07-06 10:17:35 +02:00
imre84
d86435d86c
Extend inventory action logging to include bones ( #3040 )
2023-07-05 23:14:02 +02:00
Wuzzy
8dee348d97
Fix syntax errors in bones.sv.tr
2023-03-14 10:25:37 +01:00
Romain
06daee4c6d
Correct some Esperanto translations ( #2910 )
2022-07-25 13:26:49 +02:00
mrkubax10
b57700a75b
Add polish translation ( #2926 )
2022-05-29 16:20:42 +02:00
baytuch
cc3e7be429
Update Ukranian (uk) translation
2022-01-30 15:20:14 +01:00
baytuch
a5547a3a76
Add ukrainian (uk) translation ( #2921 )
...
Co-authored-by: sfan5 <sfan5@live.de>
2022-01-30 00:35:28 +01:00
ROllerozxa
c8a1454e2b
Fix and update Swedish translation ( #2920 )
2022-01-29 18:35:45 +01:00
nogajun
31f7d57889
Add and fix Japanese translation ( #2904 )
2021-10-31 19:17:21 +01:00
雷哲翰
953fcfe09e
Improve zh_CN translation ( #2885 )
2021-09-04 23:37:39 +02:00
SmallJoker
c6171a8f29
Add Esperanto translation ( #2739 )
...
Co-authored-by: Jason Cartwright <cartwrightjason49@gmail.com>
2021-04-17 15:08:37 +02:00
Wuzzy
2c9733ac45
Add Lojban translation ( #2835 )
2021-02-23 20:00:46 +01:00
Ronoaldo Pereira
b6377a7c0e
Added Brazilian Portuguese translation ( #2834 )
...
Added the Brazilian Portuguese translation to all mods in the Minetest Game.
2021-02-23 20:00:02 +01:00
ExeVirus
6bd059915c
Safe texture compression ( #2808 )
...
Only a single program was used to safely compress all textures in MTG.
* `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`
The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.
utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
Wuzzy
9d419bfac6
Update translation templates
2021-02-06 15:07:07 +01:00
Maksim
e6aec880de
Use Minetest 5.3 'minetest.is_creative_enabled' API ( #2795 )
2020-12-13 18:59:19 +01:00
auouymous
7ae983b669
Don't replace protected liquids with bones ( #2790 )
2020-12-08 22:20:16 +01:00
Daretmavi
2953bf2bd6
Slovak translations ( #2772 )
2020-11-05 19:47:48 +01:00
Muhammad Rifqi Priyo Susanto
8c01a5b288
Add Indonesian translations ( #2693 )
2020-06-29 18:41:50 +02:00
IFRFSX
91ac075cff
Update Chinese Translation, Add Traditional Chinese Translation ( #2596 )
2020-03-02 21:53:12 +01:00
Zaoqi
da39bae50e
Add zh_CN translation
2020-01-22 19:09:38 +01:00
Muhammad Nur Hidayat Yasuyoshi (MNH48)
710605687b
Add Malay translation
2019-11-30 17:31:40 +01:00