luk3yx
3a7a77f3b2
Fix race when joining SSCSM mod channel ( #51 )
...
* builtin/client/sscsm.lua: Replace "minetest" with "core"
* Try and improve SSCSM init
2022-05-08 11:36:50 +02:00
sfan5
686a119e0f
Apply disallow_empty_password to password changes too
2022-05-08 17:56:52 +12:00
Maksim
11abe53d2b
Builtin: MainMenu update, other minor fixes
...
Update dlg_create_world_default.lua
2022-04-28 23:48:40 +03:00
luk3yx
b3e81ae06d
Add superflat "mapgen" ( #52 )
2022-04-27 09:31:13 +03:00
SmallJoker
915f986e3d
Builtin: Sanity-check /time inputs
...
This enforces the documented bounds for the /time command.
2022-04-14 06:45:10 +12:00
Maksim
98f2fc92df
Minor fixes and changes
2022-04-10 13:20:59 +02:00
luk3yx
f8f32cc628
Make protocol version <37 compatibility a setting
2022-04-08 18:58:07 +12:00
HybridDog
a5c86dd19b
Restructure teleport command code
2022-03-25 20:26:05 +01:00
luk3yx
5722b9ad23
Switch to MultiCraft server list ( #43 )
...
Co-authored-by: Maksim <MoNTE48@mail.ua>
2022-03-11 08:49:13 +01:00
Maksim
3b200d6e48
Update MainMenu look
2022-03-08 10:23:00 +01:00
luk3yx
299c0d211c
SSCSM: update from upstream and report SSCSM errors to server ( #40 )
2022-02-26 10:02:26 +01:00
Vitaliy
e0b0513465
Transparency sorting for DrawList and Materials ( #41 )
2022-02-25 17:23:03 +01:00
Maksim
cdb68c2e0d
Builtin: few minor patches
2022-02-16 18:17:51 +02:00
luk3yx
bb25210dd0
Make core.item_drop work properly with pipeworks ( #32 )
...
get_player_velocity is deprecated
2022-02-13 14:46:27 +02:00
Maksim
2102765483
Show "motd" instead of server status when a player join
2022-02-13 13:49:32 +02:00
luk3yx
e3636b43bf
Add core.get_translator_auto(true)
2022-02-11 10:04:21 +13:00
TheBrokenRail
5cf79ce632
Touch UI support for desktop builds ( #10729 )
2022-02-06 22:42:54 +02:00
Maksim
90ab16ef7d
Improve client-side death formspec
2022-02-01 13:37:10 +02:00
luk3yx
dae831a223
Generate MT 0.4 character.b3d files at load time
...
These generated files are kept in RAM and not on disk.
2022-01-28 00:22:13 +01:00
MoNTE48
e8ed7f95aa
Add string:trim8()
and fix intllib
2022-01-21 15:11:17 +01:00
luk3yx
4f45afdba5
Intllib: add core.get_translator_auto()
wrapper
2021-12-28 18:46:29 +13:00
MoNTE48
8763f41ed9
Intllib: minor cleanup
2021-12-23 15:17:18 +01:00
Maksim
ff04baa9b3
Show in /help
only commands available to the player
2021-12-13 18:49:28 +01:00
MoNTE48
34d0166af9
Improve delete world dialog
2021-11-17 03:12:33 +02:00
MoNTE48
0dc4830be2
Write settings after executing /set
command
2021-11-03 23:52:29 +01:00
sfence
d40a598fe4
Add min_y and max_y checks for Active Block Modifiers (ABM) ( #11333 )
...
This check can be used by ABM to reduce CPU usage.
2021-11-03 23:49:48 +01:00
MoNTE48
e91813755c
Builtin: minor fixes
2021-10-21 00:28:35 +02:00
MoNTE48
5d1b891c6b
Align text in death formspec
2021-09-12 16:27:25 +02:00
MoNTE48
96bc43a459
Update Credits tab
2021-09-04 19:58:50 +02:00
luk3yx
db15e61216
Make messagebox() the same size as the main tabs
2021-09-03 21:28:40 +12:00
MoNTE48
95e1e263c6
macOS: minor fixes
2021-08-30 22:53:49 +02:00
luk3yx
0174b486f2
Fix hunger crash
2021-08-30 08:57:32 +12:00
luk3yx
05b757a9cb
Hunger: make hunger.get_saturation return nil when metadata doesn't exist
2021-08-22 11:37:48 +03:00
MoNTE48
7ed95a454d
Hunger: replace deprecated API methods
2021-08-07 11:02:12 +02:00
MoNTE48
0534d696f7
Merge MultiCraft Legacy changes
2021-07-25 12:06:24 +02:00
luk3yx
62f2f4546a
Create default worlds on restart if none exist
2021-07-25 12:06:24 +02:00
luk3yx
9bd686216a
Make it compile
2021-07-25 12:06:24 +02:00
luk3yx
1aabc2ca14
Merge tag '5.4.1' into main
...
5.4.1
2021-06-08 10:37:38 +12:00
HybridDog
4fbfe9443b
Add minetest.get_artificial_light and minetest.get_natural_light ( #5680 )
...
Add more detailed light detection functions, a function to get the artificial light (torches) and a function to get the sunlight as seen by the player (you can specify timeofday).
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-05-10 13:40:25 +02:00
sfan5
e5f802ab5c
Fix server favorites not saving when client/serverlist/ doesn't exist already ( #11152 )
2021-04-05 16:02:32 +02:00
Elias Fleckenstein
67be50b706
Make pkgmgr handle modpacks containing modpacks properly
...
fixes #10550
2021-04-05 16:01:10 +02:00
rubenwardy
cd840b7c9d
pkgmgr: Fix crash when .conf release field is invalid
...
Fixes #10942
2021-04-05 16:01:03 +02:00
luk3yx
acb862a115
Add missing nil check
2021-04-05 21:10:49 +12:00
Vitaliy
c123af8fc6
Shader support for OpenGL ES 2 devices
...
Co-authored-by: sfan5 <sfan5@live.de>
2021-02-28 14:57:34 +01:00
sfan5
35b476c65d
Update credits tab and mailmap
2021-02-23 19:40:44 +01:00
Wuzzy
c12e9cdcba
Fail gracefully if main_menu_script has bad value ( #10938 )
...
Builtin: Move :close() before dofile
2021-02-19 19:59:48 +01:00
Elias Fleckenstein
b2ab5fd161
Replace deprecated call to add_player_velocity in builtin ( #10968 )
2021-02-18 14:39:04 +00:00
rubenwardy
f85e9ab925
Add nametag background setting and object property ( #10937 )
2021-02-17 19:51:28 +00:00
rubenwardy
a8f6befd39
Fix short_description fallback order ( #10943 )
2021-02-17 18:53:44 +00:00
Lars
9f8c34c357
Remove all bump mapping and parallax occlusion related code.
2021-02-14 09:58:29 +01:00
hecks
924f7353cb
Remove "generate normal maps" feature ( #10313 )
...
Erase all traces of normal "generation" from fragment shaders
Remove the "feature" from the engine and default config
Remove any leftover documentation of it
2021-02-14 09:58:29 +01:00
MoNTE48
6227f9c72c
Add MultiCraft MainMenu
2021-02-14 09:58:28 +01:00
MoNTE48
af540c389e
Add MultiCraft builtin improvements
2021-02-14 09:58:28 +01:00
luk3yx
46a453012d
Add client-side SSCSM support.
2021-02-14 09:58:28 +01:00
luk3yx
90211350a5
Add server-side SSCSM support.
2021-02-12 19:13:36 +01:00
rubenwardy
4db7fb4a3b
Replace 'minetest.' with 'core.' in builtin
2021-02-11 10:18:22 +00:00
rubenwardy
b28749057a
Fix crash in tab_online when cURL is disabled
2021-02-09 12:41:11 +00:00
rubenwardy
3a8c37181a
Use consistent temp folder path ( #10892 )
2021-02-07 15:27:24 +00:00
sfan5
40ad976753
Revise dynamic_add_media API to better accomodate future changes
2021-02-01 23:00:13 +01:00
sfan5
a01a02f7a1
Preserve immortal group for players when damage is disabled
2021-01-31 20:38:12 +01:00
rubenwardy
6e0e0324a4
Fix minetest.dig_node returning true when node isn't diggable ( #10890 )
2021-01-31 18:49:51 +00:00
sfan5
83229921e5
Rework use_texture_alpha to provide three opaque/clip/blend modes
...
The change that turns nodeboxes and meshes opaque when possible is kept,
as is the compatibility code that warns modders to adjust their nodedefs.
2021-01-29 17:34:41 +01:00
sfan5
edd8c3c664
Drop never documented 'alpha' property from nodedef
...
Includes minimal support code for practical reasons.
We'll need it for a slightly different purpose next commit.
2021-01-29 17:34:41 +01:00
rubenwardy
82deed2d7d
ContentDB: Order installed content first ( #10864 )
2021-01-28 11:24:36 +00:00
Yaman Qalieh
6417f4d314
Fix ESC in error dialog from closing Minetest ( #10838 )
2021-01-23 21:40:48 +00:00
rubenwardy
67aa75d444
Use JSON for favorites, move server list code to Lua ( #10085 )
...
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-22 15:08:57 +00:00
Zughy
8ff209c412
Load system-wide texture packs too ( #10791 )
...
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2021-01-21 19:01:37 +00:00
Zughy
45ccfe26fb
Removed some obsolete code ( #10562 )
...
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2021-01-21 18:17:09 +00:00
Zughy
eb8af614a5
Local tab: rename 'Configure' to 'Select Mods' ( #10779 )
...
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-01-20 22:32:18 +00:00
luk3yx
7b37f2c1d8
Re-add protocol v25-33 support for servers.
2021-01-19 13:24:17 +01:00
rubenwardy
5e6df0e7be
ContentDB: Ignore content not installed from ContentDB
2021-01-16 17:51:49 +00:00
JDiaz
08ee9794fb
Implement on_rightclickplayer callback ( #10775 )
...
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-01-11 18:03:31 +01:00
Zughy
fcb3ed840a
Sanitize server IP field in mainmenu ( #10793 )
2021-01-10 20:10:12 +01:00
rubenwardy
edd0836011
ContentDB: Add overwrite dialog when content is already installed ( #10768 )
2021-01-04 15:18:31 +00:00
hecks
dd5a732fa9
Add on_deactivate callback for luaentities ( #10723 )
2021-01-02 15:14:29 +01:00
Zughy
92aac69b36
"Browse online content" formspec improvement ( #10756 )
2021-01-02 15:13:02 +01:00
Zughy
55dba1bc6d
Display Minetest header when menu_last_game value isn't available anymore ( #10751 )
2020-12-28 13:56:58 +01:00
Lars Mueller
8f72d4b294
Fix minetest.is_nan
2020-12-24 22:07:04 +01:00
rubenwardy
d2bbf13dfe
Add dependency resolution to ContentDB ( #9997 )
2020-12-23 14:42:18 +00:00
Wuzzy
535557cc2e
Fix fallnode rotation of wallmounted nodebox/mesh ( #10643 )
2020-12-22 14:54:27 +01:00
Markus
af22dd86e3
Fix some more joystick issues ( #10624 )
2020-12-19 22:01:05 +01:00
Andrey
5066fe7583
MainMenu: Add clear button and icon for search input ( #10363 )
2020-12-19 22:00:20 +01:00
rubenwardy
664f5ce960
Add open user data button to main menu ( #10579 )
2020-12-19 13:27:15 +00:00
Lars
e638056523
Allow configuring block disk and net compression. Change default disk level.
2020-12-15 10:15:25 -08:00
sfan5
07e0b527cf
Revert "Increase limit for simultaneous blocks sent per client and the meshgen cache."
...
This reverts commit 2f6393f49d5ebf21abfaa7bff876b8c0cf4ca191.
2020-12-04 19:06:16 -08:00
HybridDog
e73c5d4585
Fix MSAA stripes ( #9247 )
...
This only works when shaders are enabled.
The centroid varying avoids that the textures (which repeat themselves out of bounds) are sampled out of bounds in MSAA.
If MSAA (called FSAA in minetest) is disabled, the centroid keyword does nothing.
2020-12-04 20:16:12 +01:00
sfan5
ecd4f45318
Fix certain connected nodeboxes crashing when falling
...
fixes #10695
2020-12-04 11:28:45 +01:00
Lars
2f6393f49d
Increase limit for simultaneous blocks sent per client and the meshgen cache.
2020-11-16 10:30:52 -08:00
Wuzzy
ee1853e9bc
Fix falling image of torchlike if paramtype2="none" ( #10612 )
2020-11-15 17:37:09 +01:00
sfan5
61bbdd6807
Copy position for can_dig
...
fixes #10514
2020-11-12 21:08:26 +01:00
Lars
be8d1d2d99
Increase default emerge queue limits and limit enqueue requests for active blocks.
2020-11-12 09:04:10 -08:00
DS
be3fe161fc
Do not set a default for description in itemdef table ( #10559 )
...
* Do not set a default for description in itemdef table
* improve documentation
2020-11-10 21:03:10 +01:00
Lars
aa4d3cb148
Increase defaults for viewing_range, active_object_range and related settings #10597
2020-11-03 15:55:53 -08:00
rubenwardy
89dd05fdf3
Fix segfault in deprecation logging due to tail call, log by default ( #10174 )
2020-10-31 18:19:23 +00:00
Vitaliy
707c8c1e95
Shaders for Android (GLES 2) ( #10506 )
...
Shader support for OpenGL ES 2 devices (Android)
Co-authored-by: sfan5 <sfan5@live.de>
2020-10-25 18:01:03 +01:00
DS
9d370b78da
Add documentation to builtin core.run_callbacks ( #10494 )
2020-10-21 21:05:32 +01:00
Lars
ed22260822
Remove all bump mapping and parallax occlusion related code.
2020-10-17 13:09:16 -07:00
Paramat
d671102546
Give unnamed world names incrementing numbers. Format 'world<number>' ( #10247 )
...
Code created with help from GitHub users sirrobzeroone and pauloue, thank you.
2020-10-13 00:52:53 +01:00
DS
f3ae45b2b2
Add a short_description to be used by mods ( #8980 )
2020-10-09 19:11:21 +01:00
Hugo Locurcio
aae7d4ff8e
Improve the fsaa
setting description ( #10279 )
...
See https://github.com/minetest/minetest/issues/8459 .
2020-10-06 20:50:20 +02:00