Commit Graph

1018 Commits (master)

Author SHA1 Message Date
Maksim ee75dd125b Final commit 2022-05-12 15:33:57 +03:00
Maksim 9a5bb1eb32 Mobile: minor update 2022-03-19 01:59:59 +01:00
MoNTE48 41b3b70e23 Mobile: improve simple Settings Menu 2022-01-15 19:52:42 +01:00
luk3yx d35ab4f2f3 Select the first world by default (hopefully) 2022-01-05 15:39:26 +13:00
MoNTE48 86fe0c99c5 Update year in Copyright 2022-01-03 14:56:25 +01:00
MoNTE48 ce1f519ce2 Mobile: forcibly set `enable_shaders=true` for GLES2 in Settings menu 2022-01-03 14:41:32 +01:00
MoNTE48 4e9dd3f1a7 Version 1.19-release 2021-12-28 18:13:36 +01:00
Maksim 997f6c40da Mobile: improve simple Settings Menu 2021-12-28 18:13:36 +01:00
Maksim b2dc09ad3a Update intllib, add `core.get_translator_auto()` wrapper 2021-12-28 18:13:36 +01:00
Maksim 11a7f2a8a2 Mobile: add simple Settings Menu 2021-12-14 18:19:43 +01:00
MoNTE48 26c8724bf0 Improve delete world dialog 2021-11-17 03:22:17 +02:00
MoNTE48 3e36fcbc4a Android: upgrade to SDK 31 and NDK 23 2021-09-14 18:38:46 +02:00
MoNTE48 5be70a7441 Align text in death formspec 2021-09-12 16:28:01 +02:00
luk3yx 03d7d8d5ce Add `use_texture_alpha` compatibility code 2021-09-05 10:51:50 +02:00
luk3yx b112040114 Add Lua-based `player:get_meta()` wrapper 2021-09-05 10:51:16 +02:00
Bektur 02c91ac585 Backport open url feature (#221) 2021-08-20 11:53:22 +03:00
MoNTE48 2793e9c655 Minor changes and fixes 2021-07-26 12:45:14 +02:00
MoNTE48 06dd435139 Remove preloaded worlds 2021-07-10 17:13:54 +03:00
MoNTE48 484a20083f Builtin: minor patches 2021-06-15 12:39:25 +02:00
MoNTE48 191bb343f9 Builtin: fix word-wrap hack in error window 2021-05-30 21:09:54 +02:00
Maksim 39228e3bff Add Lua UTF-8 lib (#201)
Co-Authored-By: Vitaliy <numzer0@yandex.ru>
2021-01-26 15:29:42 +01:00
luk3yx 49d200d086
Remove core.remove_detached_inventory (#193) 2020-12-20 16:40:51 +01:00
MoNTE48 47fdf55e9c Backport 'Add minetest.is_creative_enabled' from MT5 2020-12-01 18:01:48 +01:00
Vitaliy 24e388f721
Shaders support for GLES2. Drop bump mapping, parallax occlusion and normal maps support (#186) 2020-11-07 19:30:18 +01:00
Maksim c527b25094 macOS: fix locale detection 2020-11-03 23:45:00 +01:00
Maksim 2b5ec20aaa MainMenu: localize creative checkbox 2020-10-27 12:29:11 +01:00
MoNTE48 2f88030976 MainMenu: cleanup 2020-10-25 19:07:30 +01:00
Maksim 2cb281935a MainMenu: minor cleanup 2020-10-10 21:53:27 +02:00
MoNTE48 9bce637615 Builtin: update `game` 2020-10-02 18:46:39 +02:00
MoNTE48 c2d13411ca Remove builtin Weather 2020-07-24 16:46:20 +02:00
Maksim 8a931d30e3 Mainmenu: improve the look of messagebox 2020-06-30 13:23:19 +02:00
Maksim 56455f4297 Fix "Can't serialize data of type userdata" 2020-06-29 19:35:12 +02:00
Maksim eeb50936d6 Mainmenu: update 2020-06-29 18:04:54 +02:00
MoNTE48 819df4c016 Backport "Add HTTP API to main menu"
60bab8b2d7
2020-06-20 14:29:39 +02:00
MoNTE48 bae6461397 Revert "Mainmenu: improve creative/survival switch"
This reverts commit 8bb1aaa0fc.
2020-05-27 16:46:25 +02:00
luk3yx e55581a402
Mainmenu: fix showing non mobile_friendly favourite servers. (#157) 2020-05-25 17:04:15 +02:00
MoNTE48 3044b24681 intllib: allow use of "lang.tr" files 2020-05-25 17:02:32 +02:00
MoNTE48 8bb1aaa0fc Mainmenu: improve creative/survival switch 2020-05-20 18:02:16 +02:00
MoNTE48 a0a5fec1ae Mainmenu: add 'mobile_friendly' filter 2020-04-26 19:19:15 +02:00
MoNTE48 19ea0829af Fix collecting item without age 2020-04-26 19:19:15 +02:00
Maksim 4803641fee Add NaN check to core.is_valid_pos
Because `NaN != NaN`
2020-04-26 19:19:15 +02:00
MoNTE48 c430f18ad4 Fixed a possible crash when checking 'attached_node2' 2020-04-26 19:19:15 +02:00
Maksim 345c82692d Credits clarification 2020-04-20 00:42:14 +02:00
Maksim c59b9009cd Builtin: minor cleanup 2020-04-16 21:00:57 +02:00
MoNTE48 06bbc3b387 Builtin: minor chatcommands update 2020-04-08 01:02:16 +02:00
MoNTE48 2464ae3f37 Hunger: set full saturation after respawn, other fixes 2020-04-02 19:51:18 +02:00
MoNTE48 ee325c451a minetest.is_valid_pos improvement 2020-04-02 19:51:18 +02:00
MoNTE48 09b290421c Try to improve files auth db
It is definitely not designed for such loads! This is the last attempt to continue using the files database. LuaVM is about to run out of memory for the auth table! Trying to delay OOM's...
2020-03-26 23:17:32 +01:00
MoNTE48 fa384341f4 Drop the left item when collecting 2020-03-26 20:26:23 +01:00
MoNTE48 61fc60c562 Fix `item_throw` entity detection 2020-03-23 21:01:54 +01:00