zmv7
|
3439a5e61f
|
Rename world_format.txt to world_format.md
|
2022-08-18 09:08:56 +00:00 |
zmv7
|
ba74c1a1c1
|
Rename texture_packs.txt to texture_packs.md
|
2022-08-18 09:08:33 +00:00 |
zmv7
|
99fddbfaec
|
Rename menu_lua_api.txt to menu_lua_api.md
|
2022-08-18 09:07:53 +00:00 |
zmv7
|
0a95169846
|
Rename fst_api.txt to fst_api.md
|
2022-08-18 09:07:04 +00:00 |
zmv7
|
52094e1cff
|
Rename client_lua_api.txt to client_lua_api.md
|
2022-08-18 09:06:41 +00:00 |
zmv7
|
5bf4885166
|
Rename builtin_entities.txt to builtin_entities.md
|
2022-08-18 09:06:23 +00:00 |
zmv7
|
a879a48b34
|
Actually it has md markup
|
2022-08-18 09:05:42 +00:00 |
zmv7
|
c596d89cd8
|
Merge branch 'MultiCraft:main' into main
|
2022-08-15 10:03:02 +00:00 |
luk3yx
|
a6299e1cb5
|
Remove C++ wielded item status text
This clashes with the status text in some games that implement the same
thing in Lua
|
2022-08-14 10:11:50 +12:00 |
Maksym H
|
6f87b3855d
|
Drop `intllib` and `string.trim8` (#88)
|
2022-08-13 22:39:37 +02:00 |
zmv7
|
1d879b2353
|
Merge branch 'MultiCraft:main' into main
|
2022-08-12 07:05:12 +00:00 |
luk3yx
|
d006cb54f5
|
Fix crash when built with RUN_IN_PLACE=TRUE
|
2022-08-11 19:05:42 +12:00 |
zmv7
|
25cdf23f10
|
Return default MT contendDB
|
2022-08-11 03:39:29 +05:00 |
zmv7
|
1b4c421348
|
Fix contendDB page
WTF content type selector was hidden?
|
2022-08-11 03:35:02 +05:00 |
zmv7
|
0fb0b436c8
|
Fix `create server` and `announce` GUI elements
|
2022-08-10 02:09:27 +05:00 |
zmv7
|
232d665836
|
custom bg - default_grass from multicraft_game
|
2022-08-09 14:11:15 +00:00 |
zmv7
|
0c1d12d753
|
RUS locale
|
2022-08-09 12:51:40 +00:00 |
zmv7
|
de74b6d014
|
CSMs parser - not working now - just disabling
|
2022-08-09 17:49:37 +05:00 |
zmv7
|
c7d404c440
|
Change Title
|
2022-08-09 17:35:07 +05:00 |
zmv7
|
aaa2321915
|
jetpack toggling
|
2022-08-09 17:33:39 +05:00 |
zmv7
|
cbd70c2e4d
|
jetpack in movement
|
2022-08-09 17:31:25 +05:00 |
zmv7
|
026f1433cf
|
toggle_jetpack key
|
2022-08-09 17:28:50 +05:00 |
zmv7
|
efa1827a33
|
toggle_jetpack key
|
2022-08-09 17:27:41 +05:00 |
zmv7
|
ab08d62920
|
jetpack in settings
|
2022-08-09 17:26:49 +05:00 |
zmv7
|
44ac8991bd
|
hud unlock
|
2022-08-09 17:24:55 +05:00 |
zmv7
|
5358859056
|
extended hand(tool) range
|
2022-08-09 17:23:54 +05:00 |
zmv7
|
298b78f338
|
disable fall damage
|
2022-08-09 17:22:40 +05:00 |
zmv7
|
d3289c1e17
|
fullbright(when smoothlighting disabled)
|
2022-08-09 17:21:10 +05:00 |
zmv7
|
8c642dfdc7
|
unlock limits
|
2022-08-09 17:19:37 +05:00 |
zmv7
|
86fd31df03
|
Update misc_helpers.lua
|
2022-08-09 17:17:31 +05:00 |
Maksim
|
0810698049
|
Version 2.0.2-release
|
2022-08-08 00:31:01 +02:00 |
Maksim
|
bd4b420ccd
|
Minor changes and fixes
|
2022-08-08 00:31:01 +02:00 |
luk3yx
|
c658140b4b
|
Add `string.buffer` to Lua environment (if it exists)
|
2022-08-06 23:00:45 +02:00 |
luk3yx
|
17f710bfd5
|
Send SSCSMs in singleplayer and add more APIs to SSCSM sandbox (#72)
|
2022-08-05 20:53:08 +02:00 |
AFCMS
|
fdd2efbbbe
|
Add `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.txt` (#12131)
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
|
2022-08-04 11:39:06 +12:00 |
Maksim
|
7f4d379e02
|
Update Credits and Readme
|
2022-08-03 11:40:14 +02:00 |
sfan5
|
735b01bd5f
|
Protect a few more settings from being set from mods
Of those settings main_menu_script has concrete security impact, the rest are added out of abundance of caution.
|
2022-08-03 19:34:20 +12:00 |
sfan5
|
36883505da
|
Protect mg_name and mg_flags from being set by Lua (#11010)
|
2022-08-03 19:34:15 +12:00 |
luk3yx
|
7f85835a8f
|
Re-add static_spawn.lua (fixes #81)
|
2022-08-03 14:01:36 +12:00 |
luk3yx
|
fb78a8a0cd
|
Add update reminder (#49)
Co-authored-by: Maksym <Maksym48@pm.me>
Co-authored-by: ubulem <berkut87@gmail.com>
|
2022-08-02 09:48:01 +02:00 |
x2048
|
0fed6077fe
|
Use legacy image implementation (no NNAA filter) when not using 9-slice image (#12608)
|
2022-08-01 17:33:59 +12:00 |
luk3yx
|
65dc4b42d3
|
Mobile: add change language dropdown and reset settings button (#75)
|
2022-07-29 13:12:22 +02:00 |
Maksym H
|
1c19f6069f
|
Drop the `mobile_friendly` server feature (#79)
|
2022-07-28 17:53:11 +02:00 |
luk3yx
|
e22b748ce9
|
Only log large invalid JSON strings when built in debug mode
|
2022-07-22 19:04:49 +12:00 |
luk3yx
|
d31d2387f3
|
MainMenu: some changes and fixes (#68)
Co-authored-by: Maksim <Maksym48@pm.me>
|
2022-07-18 23:09:48 +03:00 |
Maksim
|
17ebe562a3
|
Android: minor update
|
2022-07-13 14:07:19 +03:00 |
Wuzzy
|
f9d97b5d05
|
Tweak duration_to_string formatting
|
2022-07-12 00:07:19 +03:00 |
luk3yx
|
357d3aaf8e
|
Make /setspawn world specific (#67)
|
2022-07-06 22:15:27 +03:00 |
Maksim
|
7b0794d243
|
Temporary fix for the transparent particles glitch
|
2022-07-03 23:35:56 +03:00 |
Vincent Robinson
|
0bfc98fe26
|
Backport (II): "FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)"
* FormSpec: 9-slice images and animated_images
* Add fgimg_middle; clean up code
* Address issues, add tests
* Fix stupid error; bump formspec version
* Re-add image[] elements without a size
|
2022-07-03 21:31:56 +03:00 |