oweals/minetest.git
5 years agoAdd an activeobject manager to hold active objects (#7939)
Loïc Blot [Thu, 13 Dec 2018 19:18:54 +0000 (20:18 +0100)]
Add an activeobject manager to hold active objects (#7939)

* Add an activeobject manager to hold active objects
* Add unittests

5 years agoNetwork: Send IEEE floats (#7768)
SmallJoker [Thu, 13 Dec 2018 10:20:57 +0000 (11:20 +0100)]
Network: Send IEEE floats (#7768)

5 years agoMake showOverlayMessage strings translatable (#7964)
Wuzzy [Thu, 13 Dec 2018 10:05:38 +0000 (11:05 +0100)]
Make showOverlayMessage strings translatable (#7964)

5 years ago(client_)lua_api.txt: Rename func -> function (#7960)
ClobberXD [Wed, 12 Dec 2018 08:50:40 +0000 (14:20 +0530)]
(client_)lua_api.txt: Rename func -> function (#7960)

5 years agoGitlab CI: docker image rename + add commit id tag
Loïc Blot [Wed, 12 Dec 2018 08:47:32 +0000 (09:47 +0100)]
Gitlab CI: docker image rename + add commit id tag

5 years agoMake MapNode handle paramtype2≠leveled properly (#7958)
Vitaliy [Tue, 11 Dec 2018 23:02:09 +0000 (02:02 +0300)]
Make MapNode handle paramtype2≠leveled properly (#7958)

5 years agoAdd a Dockerfile + gitlab CI build (#7968)
Loïc Blot [Tue, 11 Dec 2018 23:00:08 +0000 (00:00 +0100)]
Add a Dockerfile + gitlab CI build (#7968)

* Add a minetest docker file
* Clone minetest_game from git directly

5 years agolua_api.txt: Various fixes and improvements (#7945)
Paul Ouellette [Tue, 11 Dec 2018 16:37:06 +0000 (11:37 -0500)]
lua_api.txt: Various fixes and improvements (#7945)

* Add missing tables of registered things

* Eliminate some duplication

Registration functions in 'Registered definitions' section merged into
'Registration functions' section.

* Misc. fixes

* Add privilege definition table

* Remove not-special soil group from special groups

* Merge two registration functions sections

* Move 'added to' information to tables section

Also fix some capitalization and missing periods

* Minor fixes

* Split Registration functions into two subsections

And update Registered definition tables to match order

* Fixes

5 years agoporting.cpp: better minetest support on BSD
Loïc Blot [Tue, 11 Dec 2018 16:35:39 +0000 (17:35 +0100)]
porting.cpp: better minetest support on BSD

BSD folder detection is pretty raw, just use the same detection as Linux

5 years agoFix ContentDB packages timing out by using download_file instead (#7891)
rubenwardy [Tue, 11 Dec 2018 04:43:14 +0000 (04:43 +0000)]
Fix ContentDB packages timing out by using download_file instead (#7891)

5 years agoAdd object visual type 'item' (#7870)
Alex [Tue, 11 Dec 2018 02:57:04 +0000 (18:57 -0800)]
Add object visual type 'item' (#7870)

5 years agoContent store: Fix missing screenshot in package view dialog
random-geek [Mon, 10 Dec 2018 20:25:56 +0000 (12:25 -0800)]
Content store: Fix missing screenshot in package view dialog

5 years agoFix wrong parameter order for inventory callbacks (#7952)
Paul Ouellette [Mon, 10 Dec 2018 18:18:03 +0000 (13:18 -0500)]
Fix wrong parameter order for inventory callbacks (#7952)

5 years agoFix dissector script to work with newer versions of Wireshark (#7957)
meme [Mon, 10 Dec 2018 13:47:35 +0000 (08:47 -0500)]
Fix dissector script to work with newer versions of Wireshark (#7957)

5 years agoAdd eat sound (#7956)
Wuzzy [Mon, 10 Dec 2018 08:25:47 +0000 (09:25 +0100)]
Add eat sound (#7956)

5 years agoUpdate minetest.conf.example and run updatepo.sh (#7947)
Update Script [Sun, 9 Dec 2018 13:16:11 +0000 (14:16 +0100)]
Update minetest.conf.example and run updatepo.sh (#7947)

5 years agoFix crash if display resolution is not set (#7950)
Martin Renold [Sat, 8 Dec 2018 15:26:04 +0000 (16:26 +0100)]
Fix crash if display resolution is not set (#7950)

On my wayland / gnome3 setup DisplayHeightMM() returns 0. This resulted in a
misleading startup error suggesting to fix my font paths.

5 years agoMain menu style: Set to 'full' for Android, remove 'auto' option (#7936)
Paramat [Thu, 6 Dec 2018 23:52:11 +0000 (23:52 +0000)]
Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)

5 years agoDisable game bar and header on Android (#7940)
rubenwardy [Thu, 6 Dec 2018 23:32:15 +0000 (23:32 +0000)]
Disable game bar and header on Android (#7940)

5 years agoDraw all horizons and sky base, in front of stars (#7932)
Paramat [Thu, 6 Dec 2018 03:56:35 +0000 (03:56 +0000)]
Draw all horizons and sky base, in front of stars (#7932)

Move star draw to before sun glow texture draw and before sun draw,
not currently essential but the logical order. Will be necessary if
a 'no far ground' option is added, to draw stars behind the sun.

5 years agoGradle now copy most of assets
Loic Blot [Wed, 5 Dec 2018 19:08:46 +0000 (20:08 +0100)]
Gradle now copy most of assets
It depends on cleanAssets, ensuring they are always fresh

5 years agoFix player rotations (#7941)
CoderForTheBetter [Wed, 5 Dec 2018 08:28:09 +0000 (03:28 -0500)]
Fix player rotations (#7941)

5 years agoDeclare mapgens v5 and flat stable. Add missing carpathian (#7942)
Paramat [Wed, 5 Dec 2018 08:18:44 +0000 (08:18 +0000)]
Declare mapgens v5 and flat stable. Add missing carpathian (#7942)

5 years agoSend only changed node metadata to clients instead of whole mapblock (#5268)
SmallJoker [Tue, 4 Dec 2018 19:37:48 +0000 (20:37 +0100)]
Send only changed node metadata to clients instead of whole mapblock (#5268)

Includes newer style changes and fixes by est31

Improve the block position de-serialization
Add type NodeMetadataMap

5 years agoUpdate android version code (rebuild)
Loic Blot [Tue, 4 Dec 2018 18:11:03 +0000 (19:11 +0100)]
Update android version code (rebuild)

5 years agoRevert "Fix another GCC warning"
Loïc Blot [Tue, 4 Dec 2018 15:45:07 +0000 (16:45 +0100)]
Revert "Fix another GCC warning"

This reverts commit e6811184d5824bf7d8febc157495dbecd3e4e0f7.

5 years agoAdd testWrapDegrees_0_360_v3f unittests
Loïc Blot [Tue, 4 Dec 2018 15:18:17 +0000 (16:18 +0100)]
Add testWrapDegrees_0_360_v3f unittests

5 years agoFix another GCC warning
Loïc Blot [Tue, 4 Dec 2018 14:57:47 +0000 (15:57 +0100)]
Fix another GCC warning

```
[ 10%] Building CXX object src/CMakeFiles/minetest.dir/client/render/interlaced.cpp.o
cc1plus: warning: -Wabi won't warn about anything [-Wabi]
cc1plus: note: -Wabi warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. -Wabi=11 to warn about changes from GCC 7
```

5 years agoFix a stringop-truncation GCC warning
Loïc Blot [Tue, 4 Dec 2018 11:38:11 +0000 (12:38 +0100)]
Fix a stringop-truncation GCC warning

```
minetest/src/filesys.cpp:312:10: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 10000 equals destination size [-Wstringop-truncation]
   strncpy(argv_data[2], path.c_str(), 10000);
```

5 years agoFix uninitialized variable peer_id
Loïc Blot [Tue, 4 Dec 2018 11:39:10 +0000 (12:39 +0100)]
Fix uninitialized variable peer_id

Reported by GCC

```
minetest/src/server.cpp:996:42: warning: ‘peer_id’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   errorstream << "ProcessData: peer=" << peer_id << e.what() << std::endl;
```

5 years agoMirror 'sunrisebg' texture to fix chopped right edge (#7935)
Paramat [Tue, 4 Dec 2018 00:39:30 +0000 (00:39 +0000)]
Mirror 'sunrisebg' texture to fix chopped right edge (#7935)

5 years agoRe-master and improve touchscreen gui icons (#7931)
stujones11 [Mon, 3 Dec 2018 21:35:31 +0000 (21:35 +0000)]
Re-master and improve touchscreen gui icons (#7931)

Increase the resolution of the smaller icons to look better on modern HD screens.
All master SVGs included in the the Android build directory.

5 years agoFix Android build errors (caused by 5f1cd55)
Juozas [Mon, 3 Dec 2018 18:31:20 +0000 (20:31 +0200)]
Fix Android build errors (caused by 5f1cd55)

After commit 5f1cd55 touchscreengui.* files were pointing to old file locations

5 years agoREADME: Add linking table of contents (#7601)
woshiicyrus [Sun, 2 Dec 2018 23:43:02 +0000 (07:43 +0800)]
README: Add linking table of contents (#7601)

5 years agoImprove world configure menu (#7922)
Paul Ouellette [Sun, 2 Dec 2018 23:41:05 +0000 (18:41 -0500)]
Improve world configure menu (#7922)

Replace `Subgame mods` with <game name> mods.
Display game description on left instead of dependencies.
Fix double DIR_DELIM in some paths.

5 years agoUpdate Android java code (#7820)
Maksim [Sun, 2 Dec 2018 23:39:35 +0000 (00:39 +0100)]
Update Android java code (#7820)

Targets SDK 26 as required by the playstore.
Fixes screen auto-rotation closing game.
Hides on-screen navigation bar if present.

Update gradlew.
Fix display aspect on 18+/:9 displays (like a Samsung Galaxy S9).
Remove small app icons, not required.
Fix xml in unpacking activity.
Support Android permission: On Android 6.0+ you need to manually give write
permission (as required by google).
Background during unpacking (just a demo for now).
Material Design: no more Android 2 interface.
Immersive mode (Android 4.4+ - hide NavBar for fullscreen mode).

5 years agoRaise hotbar limit to 32 slots, add associated keybinding options (#7916)
Vanessa Dannenberg [Sun, 2 Dec 2018 22:34:29 +0000 (17:34 -0500)]
Raise hotbar limit to 32 slots, add associated keybinding options (#7916)

add associated keybinding options
update docs and settingtypes

5 years agoDocument which formspec fields are sent (#7717)
zeuner [Sun, 2 Dec 2018 15:05:56 +0000 (16:05 +0100)]
Document which formspec fields are sent (#7717)

5 years agoRemove unused settings (#7929)
Paul Ouellette [Sun, 2 Dec 2018 14:34:25 +0000 (09:34 -0500)]
Remove unused settings (#7929)

5 years agoFix spelling of setting descriptions (#7829)
kurzkopfgleitbeutler [Sun, 2 Dec 2018 14:33:49 +0000 (14:33 +0000)]
Fix spelling of setting descriptions (#7829)

5 years agoDraw stars behind the moon (#7928)
Paramat [Sun, 2 Dec 2018 07:25:43 +0000 (07:25 +0000)]
Draw stars behind the moon (#7928)

This time correctly, by resetting the 'material' to '1' after moon draw.

5 years agoSlightly alter star appearence time and full brightness time (#7921)
Paramat [Sun, 2 Dec 2018 04:17:05 +0000 (04:17 +0000)]
Slightly alter star appearence time and full brightness time (#7921)

At sunset:
Stars first appear slightly later, at the time the sun disappears over the horizon,
this fixes seeing dark stars in front of the sun horizon glow texture.
Stars reach full brightness slightly earlier at time 20000, not so excessively long
after sunset.

The above behaviour is also applied at sunrise, but of course, time-inverted.

5 years agoAdded pitch fly mode (#7817)
Gaël C [Sat, 1 Dec 2018 09:01:32 +0000 (10:01 +0100)]
Added pitch fly mode (#7817)

In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly.
It allows smoother and more complex movements.
Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf)

5 years agoFix sky bugs when using sun or moon textures (#7918)
Paramat [Sat, 1 Dec 2018 05:04:13 +0000 (05:04 +0000)]
Fix sky bugs when using sun or moon textures (#7918)

Reverts the render order change of commit
ce2d33eb97238e2e050d065a8f0838749a0b31d0

5 years agoMove client-specific files to 'src/client' (#7902)
Quentin Bazin [Wed, 28 Nov 2018 19:01:49 +0000 (20:01 +0100)]
Move client-specific files to 'src/client' (#7902)

Update Android.mk
Remove 'src/client' from include_directories

5 years agoClean up stack after script_get_backtrace (#7854)
Michael Muller [Wed, 28 Nov 2018 19:01:01 +0000 (14:01 -0500)]
Clean up stack after script_get_backtrace (#7854)

script_get_backtrace() was leaving its return value on the stack, corrupting
subsequent lua operations for functions that did not immediately return.

This problem can specifically be observed in the case of multiple "groupcaps"
entries, each of which provides the legacy "maxwear" property.  These cause a
backtrace and thus pollute the stack for the following lua_next() call.

5 years agoAdd Lua methods 'set_rotation()' and 'get_rotation()' (#7395)
CoderForTheBetter [Wed, 28 Nov 2018 08:38:50 +0000 (03:38 -0500)]
Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)

* Adds Lua methods 'set_rotation()' and 'get_rotation'. Also changed some method names to be more clear. Instead of an f32 being sent over network for yaw, now a v3f is sent for rotation on xyz axes. Perserved Lua method set_yaw/setyaw so that old mods still work, other wise to set yaw they would need to switch to set_rotation(0, yaw, 0).

5 years agoMake non-formspec modal menus respect gui scale (#7850)
stujones11 [Mon, 26 Nov 2018 21:55:24 +0000 (21:55 +0000)]
Make non-formspec modal menus respect gui scale (#7850)

5 years agoContent store: Hide navigation buttons when there's no packages
ClobberXD [Mon, 26 Nov 2018 18:47:33 +0000 (00:17 +0530)]
Content store: Hide navigation buttons when there's no packages

5 years agoFix macro warning due to incorrect define conjunction
rubenwardy [Sun, 25 Nov 2018 12:54:19 +0000 (12:54 +0000)]
Fix macro warning due to incorrect define conjunction

5 years agoCSM: Don't create the client script environment if CSM is disabled (#7874)
Paramat [Sat, 24 Nov 2018 10:41:11 +0000 (10:41 +0000)]
CSM: Don't create the client script environment if CSM is disabled (#7874)

Use the CSM death formspec when CSM is enabled and use the engine death formspec when CSM is disabled.
Move the CSM death formspec code to a dedicated file.

5 years agoMacOS: Fix default sneak key. Improve mouse response (#7885)
texmex [Sat, 24 Nov 2018 05:21:29 +0000 (06:21 +0100)]
MacOS: Fix default sneak key. Improve mouse response (#7885)

5 years agoClient-side autojump. Remove Android-only stepheight autojump (#7228)
Ben Deutsch [Thu, 22 Nov 2018 21:47:15 +0000 (22:47 +0100)]
Client-side autojump. Remove Android-only stepheight autojump (#7228)

Works by detecting a collision while moving forward and then
simulating a jump. If the simulated jump is more successful,
an artificial jump key press is injected in the client.

Includes setting and key change GUI element for enabling and
disabling this feature.

5 years agoLua_api.txt: Update glasslike_framed textures documentation (#7884)
Paramat [Thu, 22 Nov 2018 04:55:24 +0000 (04:55 +0000)]
Lua_api.txt: Update glasslike_framed textures documentation (#7884)

5 years agoAndroid: Fix recursive delete (#7882)
stujones11 [Wed, 21 Nov 2018 23:06:03 +0000 (23:06 +0000)]
Android: Fix recursive delete (#7882)

5 years agoAndroid settings: Develop adaptive HUD scaling (#7784)
Paramat [Sun, 18 Nov 2018 22:29:45 +0000 (22:29 +0000)]
Android settings: Develop adaptive HUD scaling (#7784)

Use font size 14 for phones.
Use x_inches < 3.7 instead of < 3.5 for small phones.
Add a new category x_inches < 6 for larger phones.
Use HUD scaling 0.85 for larger phones.
Use desktop defaults for tablets.

5 years agoRemove obsolete section in ipv6_server description
sfan5 [Sun, 18 Nov 2018 14:38:44 +0000 (15:38 +0100)]
Remove obsolete section in ipv6_server description

This section no longer applies since c66d97726931aa8dde7d8a1ffa5b8e41234f4660.

5 years agoFix Android build (#7873)
Vitaliy [Sun, 18 Nov 2018 10:48:16 +0000 (13:48 +0300)]
Fix Android build (#7873)

5 years agoAndroid: Improve UI scaling on smaller high-density displays (#7834)
stujones11 [Sun, 18 Nov 2018 10:31:19 +0000 (10:31 +0000)]
Android: Improve UI scaling on smaller high-density displays (#7834)

* Android: Improve UI scaling on smaller high-density displays

5 years agoFramed glasslike: Don't use cuboids to draw glass faces (#7828)
Paramat [Thu, 15 Nov 2018 18:45:44 +0000 (18:45 +0000)]
Framed glasslike: Don't use cuboids to draw glass faces (#7828)

Previously, each glass face used drawAutoLightedCuboid() to draw a
flat cuboid. This also disallowed backface culling, making the
backface culling inconsistent with 'glasslike'.

Use code from 'glasslike' to draw glass faces using drawQuad().

Remove long-unknown top/bottom textures feature:
Makes the code simpler and cleaner.
Never documented, long-unknown and not of much use.

5 years agoRename hasprivs command to haspriv (#7860)
Ezhh [Tue, 13 Nov 2018 19:24:20 +0000 (19:24 +0000)]
Rename hasprivs command to haspriv (#7860)

5 years agodlg_contentstore.lua: Various fixes and improvements (#7612)
ClobberXD [Tue, 13 Nov 2018 02:26:59 +0000 (07:56 +0530)]
dlg_contentstore.lua: Various fixes and improvements (#7612)

Add missing 'core.formspec_escape' to 'get_screenshot'.
Add warning label when no packages fetched.
Internal name of the "Update" button was the same as "Install". Rename to 'update_'.

5 years agoNight sky: Fix brightness threshold for applying night colours (#7859)
Paramat [Mon, 12 Nov 2018 22:25:35 +0000 (22:25 +0000)]
Night sky: Fix brightness threshold for applying night colours (#7859)

Previously, 'time_brightness' never fell below the threshold so
night sky colours were not applied.

Increase the threshold value. But now also set it to a value less
sensitive to possible future small changes in 'time_brightness',
by setting it halfway between the 'time_brightness' values for
darkest night and first stage of dawn.

5 years agoEnable subtle fall bobbing (#7856)
HybridDog [Mon, 12 Nov 2018 18:34:47 +0000 (19:34 +0100)]
Enable subtle fall bobbing (#7856)

Set the default value of fall_bobbing_amount to 0.03

5 years agoFix get_server_status() segfault due to uninitialized m_env
rubenwardy [Mon, 12 Nov 2018 14:34:01 +0000 (14:34 +0000)]
Fix get_server_status() segfault due to uninitialized m_env

Fixes #7857

5 years agoMinor changes for IrrLicht 1.9 support
number Zero [Mon, 5 Nov 2018 12:23:01 +0000 (15:23 +0300)]
Minor changes for IrrLicht 1.9 support

5 years agoDisable HW stereo for IrrLicht 1.9 (not supported anymore)
number Zero [Mon, 5 Nov 2018 12:22:13 +0000 (15:22 +0300)]
Disable HW stereo for IrrLicht 1.9 (not supported anymore)

5 years agoDrop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
number Zero [Mon, 5 Nov 2018 11:56:12 +0000 (14:56 +0300)]
Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX

5 years agoEscape special characters when searching the server list (#7842)
ChimneySwift [Sat, 10 Nov 2018 13:46:51 +0000 (23:46 +1000)]
Escape special characters when searching the server list (#7842)

Simple fix to stop searching for "[" or other special characters causing a crash.

5 years agoConf.example generation: Remove quotation marks from noise flags (#7844)
Muhammad Rifqi Priyo Susanto [Fri, 9 Nov 2018 00:24:36 +0000 (07:24 +0700)]
Conf.example generation: Remove quotation marks from noise flags (#7844)

5 years agoContent store: Add show_nonfree_packages setting to advanced settings (#7846)
Paramat [Thu, 8 Nov 2018 23:33:59 +0000 (23:33 +0000)]
Content store: Add show_nonfree_packages setting to advanced settings (#7846)

5 years agoContent store: Add setting to filter non-free packages (#7766)
rubenwardy [Thu, 8 Nov 2018 21:59:56 +0000 (21:59 +0000)]
Content store: Add setting to filter non-free packages (#7766)

Defaulting to hiding in order to help with Debian/etc distribution.
This could be changed at a later date.

5 years agoImprove content store layout (#7806)
random-geek [Thu, 8 Nov 2018 21:55:38 +0000 (13:55 -0800)]
Improve content store layout (#7806)

5 years agoNew sneak: Smoothen the climb up event (#7727)
SmallJoker [Thu, 8 Nov 2018 21:12:39 +0000 (22:12 +0100)]
New sneak: Smoothen the climb up event (#7727)

5 years agoFormspecs: Fix text clipped by scrollbars (#7816)
random-geek [Tue, 6 Nov 2018 22:28:34 +0000 (14:28 -0800)]
Formspecs: Fix text clipped by scrollbars (#7816)

5 years agoFix string.split returning an empty table if string starts with sepearator (#7827)
Pierre-Yves Rollo [Thu, 1 Nov 2018 20:07:01 +0000 (21:07 +0100)]
Fix string.split returning an empty table if string starts with sepearator (#7827)

Calling string.split(":A:B:C:D", ":") returns an empty array.
This is due to first empty string not making repeat loop decreasing max_split which has a 0 value when reaching until.
Changing max_splits default value from -1 to -2 fixes that issue.

5 years agoFramed glasslike: Fix z-fighting, improve codestyle (#7826)
Paramat [Wed, 31 Oct 2018 10:04:33 +0000 (10:04 +0000)]
Framed glasslike: Fix z-fighting, improve codestyle (#7826)

Increase inset distance of glass faces that is meant to avoid
z-fighting.
Note: Enabling basic shaders made the z-fighting more likely to
happen.

5 years agoFramed glasslike: Fix and document top/base textures feature (#7824)
Paramat [Tue, 30 Oct 2018 06:41:15 +0000 (06:41 +0000)]
Framed glasslike: Fix and document top/base textures feature (#7824)

5 years agoRemove un-needed header inclusion
stujones11 [Tue, 7 Aug 2018 19:58:26 +0000 (20:58 +0100)]
Remove un-needed header inclusion

5 years agoMove touchscreen input handling to base GUIModalMenu class
stujones11 [Sun, 24 Jun 2018 19:50:57 +0000 (20:50 +0100)]
Move touchscreen input handling to base GUIModalMenu class

5 years agoAdvanced settings: Fix noise parameter flags (#7819)
Paramat [Sun, 28 Oct 2018 20:53:08 +0000 (20:53 +0000)]
Advanced settings: Fix noise parameter flags (#7819)

Populate the 'checkboxes' table with bools when creating the editing formspec.

5 years agoWindows: Cpack wix installer (#6153)
adrido [Fri, 26 Oct 2018 19:37:51 +0000 (21:37 +0200)]
Windows: Cpack wix installer (#6153)

Create CPack WIX msi Installer for RUN_IN_PLACE=0 builds
Correct paths on Windows for RUN_IN_PLACE=0
Install only required font files
Games have their own components, and "minimal" is optional

5 years agoEase selection of entities behind nodes (#7739)
SmallJoker [Fri, 26 Oct 2018 17:23:33 +0000 (19:23 +0200)]
Ease selection of entities behind nodes (#7739)

5 years agoclear_craft: Return false if recipe not found, don't throw error (#7804)
Paramat [Wed, 24 Oct 2018 14:03:21 +0000 (15:03 +0100)]
clear_craft: Return false if recipe not found, don't throw error (#7804)

5 years agoMainmenu: Clean up and improve advanced settings dialogues (#7802)
SmallJoker [Sat, 20 Oct 2018 17:14:34 +0000 (19:14 +0200)]
Mainmenu: Clean up and improve advanced settings dialogues (#7802)

Improvements:
1. Formspec size and description box are calculated last
2. Width and height are now adjustable per setting type
3. Error message (dialogdata.error_message) shortens the description field and is placed below
4. Add more spacing for larger fonts
5. More comments and extensible by setting different height and width values

5 years agoSettingtypes.txt: Various language improvements, document stable mapgens (#7801)
Paramat [Sat, 20 Oct 2018 08:35:39 +0000 (09:35 +0100)]
Settingtypes.txt: Various language improvements, document stable mapgens (#7801)

5 years agoAndroid buttons: Inset 'rare controls', inset and resize 'gear icon' (#7792)
Paramat [Fri, 19 Oct 2018 03:52:47 +0000 (04:52 +0100)]
Android buttons: Inset 'rare controls', inset and resize 'gear icon' (#7792)

Previously these were both inconsistently close to the screen edge.
'gear icon' has been enlarged to match the width of 'zoom' and 'aux'
buttons.

5 years agoAdvanced settings tree menu: Resize, fix clipped values (#7790)
Paramat [Thu, 18 Oct 2018 04:42:15 +0000 (05:42 +0100)]
Advanced settings tree menu: Resize, fix clipped values (#7790)

5 years agoAdd release information to appdata file (#7771)
Carles Pastor Badosa [Tue, 16 Oct 2018 19:04:06 +0000 (21:04 +0200)]
Add release information to appdata file (#7771)

5 years agoAdd disable_repair group to prevent tool repair (#7381)
Wuzzy [Tue, 16 Oct 2018 04:25:34 +0000 (06:25 +0200)]
Add disable_repair group to prevent tool repair (#7381)

5 years agoAdvanced settings menu: Centre setting edit box (#7778)
Paramat [Thu, 11 Oct 2018 04:09:03 +0000 (05:09 +0100)]
Advanced settings menu: Centre setting edit box (#7778)

5 years agoSettingtypes.txt: Limit comments to 90 columns to fix clipped lines (#7777)
Paramat [Thu, 11 Oct 2018 02:23:08 +0000 (03:23 +0100)]
Settingtypes.txt: Limit comments to 90 columns to fix clipped lines (#7777)

5 years agoAdd a warning to the 'chunksize' setting (#7775)
Paramat [Wed, 10 Oct 2018 20:23:37 +0000 (21:23 +0100)]
Add a warning to the 'chunksize' setting (#7775)

Several users have been causing problems by increasing this value.

5 years ago Add core.remove_detached_inventory (#7684)
SmallJoker [Wed, 10 Oct 2018 18:48:58 +0000 (20:48 +0200)]
 Add core.remove_detached_inventory (#7684)

Breaks backwards compatibility for good
Bump protocol version

5 years agoVarious grammar improvements (#7769)
Paramat [Sat, 6 Oct 2018 02:43:26 +0000 (03:43 +0100)]
Various grammar improvements (#7769)

In builtin//pkgmgr.lua, README.md and settingtypes.txt.
Based on 2 pull requests by comradekingu.

5 years agoF5 debug info: Use full words for NSEW directions for readability (#7461)
Paramat [Fri, 5 Oct 2018 23:53:50 +0000 (00:53 +0100)]
F5 debug info: Use full words for NSEW directions for readability (#7461)

5 years agoPlayer hand list: require init by mods
SmallJoker [Wed, 9 May 2018 20:24:36 +0000 (22:24 +0200)]
Player hand list: require init by mods

Mods will now have to initialize the list/slot in order to define the default player hand.
They may use the inventory callbacks to prevent abuse of this list.

5 years agoDig particles: Various improvements (#7714)
Paramat [Thu, 4 Oct 2018 03:13:41 +0000 (04:13 +0100)]
Dig particles: Various improvements (#7714)

Improve codestyle.
Add clarifying comments.
Use 'movement_gravity' setting and physics override instead of hardcoded value.
Halve number of particles in final 'node dug' burst.
Avoid extremely small, near-invisible particles.
Increase velocity to increase number emerging from within a cubic node.

5 years agoFix Mapgen Valleys getSpawnLevelAtPoint() (#7756)
Treer [Tue, 2 Oct 2018 23:50:21 +0000 (09:50 +1000)]
Fix Mapgen Valleys getSpawnLevelAtPoint() (#7756)

5 years agoNight clouds: Boost brightness for a moonlit appearence (#7748)
Paramat [Mon, 1 Oct 2018 18:43:32 +0000 (19:43 +0100)]
Night clouds: Boost brightness for a moonlit appearence (#7748)

Previously, night clouds were almost indistinguishable from night sky,
especially since a recent commit that made night sky brighter.
They were lacking the beautiful luminosity caused by being lit by the
permanently-full moon.

When 'directional_colored_fog = false' allow the dawn/dusk cloud
brightness boost to apply through the night too.
Set an identical minimum cloud brightness for when
'directional_colored_fog = true'.