]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
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'.

5 years agoRemove settings properly (#7676)
SmallJoker [Sun, 30 Sep 2018 17:57:31 +0000 (19:57 +0200)]
Remove settings properly (#7676)

5 years agoSoftware inventorycube (#7651)
Vitaliy [Sat, 29 Sep 2018 18:40:17 +0000 (21:40 +0300)]
Software inventorycube (#7651)

Fixes missing/upside-down images on Android.

5 years agoAdd test_config.h to gitignore (#7708)
ClobberXD [Sat, 29 Sep 2018 14:25:10 +0000 (19:55 +0530)]
Add test_config.h to gitignore (#7708)

5 years agoFix temporary path crash in TestAuthDatabase (#7753)
SmallJoker [Fri, 28 Sep 2018 18:12:11 +0000 (20:12 +0200)]
Fix temporary path crash in TestAuthDatabase (#7753)

The constructor of TestAuthDatabase was called immediately, at a time when the settings weren't initialized properly yet.

5 years agoFix stretched stars bug, change render order
Aspen [Wed, 26 Sep 2018 03:36:40 +0000 (20:36 -0700)]
Fix stretched stars bug, change render order

5 years agoBuiltin//misc_helpers: Various fixes (#7737)
Paramat [Sun, 23 Sep 2018 20:06:51 +0000 (21:06 +0100)]
Builtin//misc_helpers: Various fixes (#7737)

Remove unused variable 'seplen'.
Fix 'cparam2'->'param2'.
Do not initialise variable 'p' twice.

5 years agoFix various code issues found by cppcheck (#7741)
Paramat [Sun, 23 Sep 2018 19:12:39 +0000 (20:12 +0100)]
Fix various code issues found by cppcheck (#7741)

Mapgen Singlenode: Remove 'flags' that duplicates a 'class Mapgen' member.
Dungeongen: Initialise 'MMVManip *vm' to 'nullptr'.
Inventorymanager: Remove assignment error 'found = '.

5 years agoFix "Hunk #1 FAILED at 9 (different line endings)."
Lourens-Rich [Tue, 11 Sep 2018 16:09:02 +0000 (19:09 +0300)]
Fix "Hunk #1 FAILED at 9 (different line endings)."

5 years agoMake OpenGL preference configurable, default to LEGACY (#7666)
SmallJoker [Sat, 22 Sep 2018 18:54:43 +0000 (20:54 +0200)]
Make OpenGL preference configurable, default to LEGACY (#7666)

This partially reverts 1ec5028
Add option OPENGL_GL_PREFERENCE

5 years agoLight curve: Simplify and improve code, fix darkened daytime sky (#7693)
Vitaliy [Sun, 16 Sep 2018 16:59:42 +0000 (19:59 +0300)]
Light curve: Simplify and improve code, fix darkened daytime sky (#7693)

5 years agoInv deSerialize(): Prevent infinite loop, error on failure (#7711)
SmallJoker [Fri, 14 Sep 2018 18:29:21 +0000 (20:29 +0200)]
Inv deSerialize(): Prevent infinite loop, error on failure (#7711)

Throws an error about potentially damaged player inventories but proceeds converting the rest of them

5 years agomarkAliasDeprecated: Fix MSVC build
SmallJoker [Tue, 11 Sep 2018 17:32:10 +0000 (19:32 +0200)]
markAliasDeprecated: Fix MSVC build

5 years agoParticles: Make collision with objects optional (#7682)
Paramat [Fri, 7 Sep 2018 23:38:35 +0000 (00:38 +0100)]
Particles: Make collision with objects optional (#7682)

Also set it to false for node dig particles, as they are often created
and high in number.

Improve particle documentation.

5 years agoMenu content tab: Fix clipped description and missing depends (#7703)
SmallJoker [Fri, 7 Sep 2018 01:46:58 +0000 (03:46 +0200)]
Menu content tab: Fix clipped description and missing depends (#7703)

5 years agoget_node_drops: Make empty drop return empty table (#7592)
tenplus1 [Thu, 30 Aug 2018 18:32:33 +0000 (19:32 +0100)]
get_node_drops: Make empty drop return empty table (#7592)

This stops get_node_drops from returning an empty string when using drop = "" and instead returns the supposed empty table instead {}

5 years agoShaders: Fix comment line (#7668)
xzcx [Thu, 30 Aug 2018 18:32:17 +0000 (19:32 +0100)]
Shaders: Fix comment line (#7668)

Fixed comment as finalColorBlend() does not exist in the code base.

5 years agoDamage flash/hurt tilt: Make shorter to reduce player blindness (#7399)
Paramat [Wed, 29 Aug 2018 21:00:49 +0000 (22:00 +0100)]
Damage flash/hurt tilt: Make shorter to reduce player blindness (#7399)

Damage flash is shortened from 0.98-1.27s to 0.25s-0.33s to reduce
player in-game blindness, especially useful for combat situations.
It is also visually more comfortable.
Camera hurt tilt is made slightly shorter to match in duration.

Both flash and camera tilt are now of similar length to a typical
damage sound, such as the one used by Minetest Game which is 0.27s.
The 3 effects become more synchronised and unified.

5 years agoPlay damage sound on player death (#7679)
Paramat [Tue, 28 Aug 2018 22:23:04 +0000 (23:23 +0100)]
Play damage sound on player death (#7679)

Also run CSM 'on_damage_taken' callback.
Improve function logic and remove 'return'.

5 years agoContent tab: Fix clipped text in texture pack button (#7667)
Paramat [Wed, 22 Aug 2018 20:36:56 +0000 (21:36 +0100)]
Content tab: Fix clipped text in texture pack button (#7667)

Wider buttons to not clip 'Disable Texture Pack' text when using a
small game window (1024x600, the default).

5 years agoChange mapgen order to ores > dungeons > decorations (#7656)
Paramat [Mon, 20 Aug 2018 17:24:53 +0000 (18:24 +0100)]
Change mapgen order to ores > dungeons > decorations (#7656)

Previously dungeons > decorations > ores.
Decorations depend on the node they are placed on, and ore types are
increasingly able to place large continuous volumes of nodes, such as
strata. Decorations are increasingly being used underground.

The new order avoids a node being changed by ore generation after a
decoration has been placed on it.
The new order also avoids ores appearing in the walls of a dungeon if
the wall nodes match the local stone node.

5 years agoFormspecs: Fix invalid background warning
rubenwardy [Mon, 20 Aug 2018 12:56:16 +0000 (13:56 +0100)]
Formspecs: Fix invalid background warning

Clipped backgrounds are still valid with no size[] tag, as they will apply themselves correctly to any size

Fixes #7197

5 years agoLua_api.txt: Update mapgen alias docs, add Singlenode use (#7659)
Paramat [Sun, 19 Aug 2018 18:04:17 +0000 (19:04 +0100)]
Lua_api.txt: Update mapgen alias docs, add Singlenode use (#7659)

5 years agoSet OpenGL preference to GLVND
ShadowNinja [Sat, 18 Aug 2018 15:37:30 +0000 (11:37 -0400)]
Set OpenGL preference to GLVND

This silences a CMake warning introduced in CMAKE 3.11.

5 years agoReally delete things in fs::RecursiveDelete (#7433)
Vitaliy [Sat, 18 Aug 2018 09:00:06 +0000 (12:00 +0300)]
Really delete things in fs::RecursiveDelete (#7433)

* Really delete things in fs::RecursiveDelete

5 years agoWorld config: Add modpack descriptions and remove dependencies there (#7397)
HybridDog [Fri, 17 Aug 2018 18:34:08 +0000 (20:34 +0200)]
World config: Add modpack descriptions and remove dependencies there (#7397)

* Allow adding descriptions to modpacks using description.txt
* Use a proper multiline formspec element: textarea

5 years agoMgv5: Change tunnel parameters to those of other mapgens (#7641)
Paramat [Thu, 16 Aug 2018 18:10:56 +0000 (19:10 +0100)]
Mgv5: Change tunnel parameters to those of other mapgens (#7641)

Make tunnels wider and use the noise parameters of most other mapgens.
All other underground features are already identical to all other
non-mgv6 mapgens, this final change modernises and improves the tunnels.

5 years agoCheck node updates whether the blocks are known (#7568)
SmallJoker [Thu, 16 Aug 2018 18:10:34 +0000 (20:10 +0200)]
Check node updates whether the blocks are known (#7568)

* Remove unused ignore_id

5 years agoRaycast: export exact pointing location (#6304)
Dániel Juhász [Thu, 16 Aug 2018 18:10:08 +0000 (20:10 +0200)]
Raycast: export exact pointing location (#6304)

* Return intersection point in node coordinates.
* Clarify 'intersection_point' documentation

5 years agolua_api.txt: Refine 'Item types' for 4e2eeee (#7648)
SmallJoker [Wed, 15 Aug 2018 19:35:38 +0000 (21:35 +0200)]
lua_api.txt: Refine 'Item types' for 4e2eeee (#7648)

5 years agoFormspecs: Fix missing trim() when checking for no_prepend[]
rubenwardy [Wed, 15 Aug 2018 19:06:09 +0000 (20:06 +0100)]
Formspecs: Fix missing trim() when checking for no_prepend[]

5 years agolua_api.txt: Various fixes and improvements (#7638)
pauloue [Wed, 15 Aug 2018 15:05:11 +0000 (11:05 -0400)]
lua_api.txt: Various fixes and improvements (#7638)

Improve item types descriptions.
Add replacements field to fuel definition.
Shorten two headers.
Markdown fixes.
Remove extra example.

Add blank lines after headings.

Linkify section references.
Bracketed section names can be linked when compiled to HTML.

5 years agoSave debug.txt to build dir for RUN_IN_PLACE build (#7615)
pauloue [Wed, 15 Aug 2018 09:36:40 +0000 (05:36 -0400)]
Save debug.txt to build dir for RUN_IN_PLACE build (#7615)

5 years agotexture_packs.txt: Add information for leaves texturing (#7637)
Paramat [Mon, 13 Aug 2018 23:30:13 +0000 (00:30 +0100)]
texture_packs.txt: Add information for leaves texturing (#7637)

Explain texture requirements due to the leaves rendering options.

5 years agoLua_api.txt: Move item def section nearby node def (#7636)
ClobberXD [Sun, 12 Aug 2018 21:36:16 +0000 (03:06 +0530)]
Lua_api.txt: Move item def section nearby node def (#7636)

5 years agoFeature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618)
zeuner [Sun, 12 Aug 2018 11:37:17 +0000 (13:37 +0200)]
Feature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618)

adds `entity_independent_selectionbox` to minetest.features

5 years agoSome minor Fastface optimizations. (#7628)
lhofhansl [Wed, 8 Aug 2018 13:53:06 +0000 (17:53 +0400)]
Some minor Fastface optimizations. (#7628)

5 years agoFix debug and info text being the wrong color
rubenwardy [Sun, 5 Aug 2018 22:14:24 +0000 (23:14 +0100)]
Fix debug and info text being the wrong color

Fixes #7623

5 years agoPrevent objects from colliding with own child attachments (#7610)
SmallJoker [Sun, 5 Aug 2018 20:28:41 +0000 (22:28 +0200)]
Prevent objects from colliding with own child attachments (#7610)

Also, use a better distance calculation for 'collide with objects'.
Fixes the issue of a vehicle occasionally colliding with its own driver,
causing one of the velocity components to be set to zero.

5 years agoFormspecs: Add tooltip element for area
rubenwardy [Wed, 20 Jun 2018 20:55:39 +0000 (21:55 +0100)]
Formspecs: Add tooltip element for area

5 years agoReplace auth.txt with SQLite auth database (#7279)
Ben Deutsch [Sun, 5 Aug 2018 11:13:38 +0000 (13:13 +0200)]
Replace auth.txt with SQLite auth database (#7279)

* Replace auth.txt with SQLite auth database

5 years agoFix tooltip colors specified by formspec part
rubenwardy [Sat, 4 Aug 2018 17:40:34 +0000 (18:40 +0100)]
Fix tooltip colors specified by formspec part

5 years agoFix sky objects not rendering with ogles (#7598)
stujones11 [Sat, 4 Aug 2018 17:46:39 +0000 (18:46 +0100)]
Fix sky objects not rendering with ogles (#7598)

5 years agoguiFormspecMenu: Allow fraction values for container[] (#7497)
SmallJoker [Sat, 4 Aug 2018 16:55:54 +0000 (18:55 +0200)]
guiFormspecMenu: Allow fraction values for container[] (#7497)

Switch spacing and pos_offset to v2f32 for percision, add helper function

5 years agolua_api.txt: Improve code block format (#7599)
pauloue [Fri, 3 Aug 2018 20:36:24 +0000 (16:36 -0400)]
lua_api.txt: Improve code block format (#7599)

Remove ^ and --[[ ]] symbols.
Fix comment indentation level.
Separate fields with blank lines.
Remove period from single-sentence descriptions, add periods to
multi-sentence descriptions.
Separate inline comments from the code with two spaces.

5 years agoSmoothed yaw rotation for objects (#6825)
SmallJoker [Thu, 2 Aug 2018 22:25:37 +0000 (00:25 +0200)]
Smoothed yaw rotation for objects (#6825)

5 years agoLuaVoxelManip: Throw warning or error instead of silently doing nothing (#7567)
HybridDog [Thu, 2 Aug 2018 18:54:44 +0000 (20:54 +0200)]
LuaVoxelManip: Throw warning or error instead of silently doing nothing (#7567)

Error on missing parameter.
Warning when using a method on the incorrect type of LuaVoxelManip.

5 years agoMake the primary, flow-advancing action the right-most (#7594)
texmex [Tue, 31 Jul 2018 20:00:42 +0000 (22:00 +0200)]
Make the primary, flow-advancing action the right-most (#7594)

5 years agoLua_api.txt: Improve Player HUD flags documentation (#7588)
ClobberXD [Tue, 31 Jul 2018 12:00:02 +0000 (17:30 +0530)]
Lua_api.txt: Improve Player HUD flags documentation (#7588)

5 years agoLua_api.txt: Clarify entity 'initial_properties' and related deprecation (#7596)
Paramat [Sun, 29 Jul 2018 21:07:55 +0000 (22:07 +0100)]
Lua_api.txt: Clarify entity 'initial_properties' and related deprecation (#7596)

5 years agoDocument default values for general cmake options (#7595)
pauloue [Sun, 29 Jul 2018 08:21:09 +0000 (04:21 -0400)]
Document default values for general cmake options (#7595)

And fix a typo

5 years agoAdd protocol_version and supported package types to ContentDB urls
rubenwardy [Sat, 28 Jul 2018 23:26:03 +0000 (00:26 +0100)]
Add protocol_version and supported package types to ContentDB urls

5 years agoAllow enter to select items from combobox's list (#7351)
Rob Blanckaert [Sat, 28 Jul 2018 10:58:16 +0000 (03:58 -0700)]
Allow enter to select items from combobox's list (#7351)

5 years agoLog server shutdown using actionstream (#7589)
ClobberXD [Sat, 28 Jul 2018 10:58:02 +0000 (16:28 +0530)]
Log server shutdown using actionstream (#7589)

5 years agoFix build on gcc 5.0 (#7586)
zeuner [Thu, 26 Jul 2018 19:49:38 +0000 (21:49 +0200)]
Fix build on gcc 5.0 (#7586)

5 years agoLua_api.txt: Various improvements (#7582)
pauloue [Thu, 26 Jul 2018 02:56:11 +0000 (22:56 -0400)]
Lua_api.txt: Various improvements (#7582)

Fixes and format improvements.
Shorten definition tables headers and clarify when they are used.
Add subheadings for craft recipes.

5 years agoReplace apt-get with apt (#7583)
niansa [Wed, 25 Jul 2018 17:07:22 +0000 (19:07 +0200)]
Replace apt-get with apt (#7583)

5 years agoSettings: Fix indents, chat_message_*. Update translations (#7580)
SmallJoker [Wed, 25 Jul 2018 16:07:11 +0000 (18:07 +0200)]
Settings: Fix indents, chat_message_*. Update translations (#7580)

5 years agoAllow an optional readonly base database (#7544)
lhofhansl [Wed, 25 Jul 2018 15:54:23 +0000 (17:54 +0200)]
Allow an optional readonly base database (#7544)

* Allow an optional readonly base database

* Added basic documentation

5 years agoAdd a MSVC / Windows compatible snprintf function (#7353)
nOOb3167 [Sun, 22 Jul 2018 19:56:06 +0000 (21:56 +0200)]
Add a MSVC / Windows compatible snprintf function (#7353)

Use sizeof where applicable for mt_snprintf

5 years agoUpdate gradle android tool to 3.1.3
Loic Blot [Sat, 21 Jul 2018 07:25:49 +0000 (09:25 +0200)]
Update gradle android tool to 3.1.3
Thanks to Monte48 for the correct maven URL outside of android studio

5 years agoUpdate Android defaults for modern H/W. (#7572)
lhofhansl [Sun, 22 Jul 2018 09:16:32 +0000 (11:16 +0200)]
Update Android defaults for modern H/W. (#7572)

5 years agoOptimize ABM checks.
Lars Hofhansl [Sat, 21 Jul 2018 10:07:43 +0000 (03:07 -0700)]
Optimize ABM checks.

See #7555

Cache (up to 64) node types for each active block.
Check this cache first to see whether any ABM needs to be triggered for a block.

5 years agoDisable shaders GUI on unsupported drivers (#7563)
Vitaliy [Sat, 21 Jul 2018 07:26:40 +0000 (10:26 +0300)]
Disable shaders GUI on unsupported drivers (#7563)

* Disable shaders GUI on unsupported drivers (#2060)

* Disable shaders if unavailable

5 years agoUpdate mip mapping and textarea documentation (#7315)
HybridDog [Thu, 19 Jul 2018 16:28:26 +0000 (18:28 +0200)]
Update mip mapping and textarea documentation (#7315)

* Fix textarea formspec documentation
The label is shown and the background isn't
* Document the missing gamma correction when generating mip maps
* Remove duplicate text (such as size parameter descriptions)

5 years agoCSM: Disallow exploitable clientside mod functions by default (#7547)
Paramat [Thu, 19 Jul 2018 02:58:48 +0000 (03:58 +0100)]
CSM: Disallow exploitable clientside mod functions by default (#7547)

5 years agoMgvalleys: Make river depth variation and humidity drop optional (#7532)
Paramat [Wed, 18 Jul 2018 02:34:05 +0000 (03:34 +0100)]
Mgvalleys: Make river depth variation and humidity drop optional (#7532)

Add 2 new mapgen flags to make river depth variation and humidity drop
with altitude independently optional, instead of both being enabled by
the 'humid rivers' flag.

Simplify and clarify related code by removing a low priority
optimisation regarding 't_heat'.
Remove unnecessary optimisation bools and use spflags directly instead.
Improve and fix documentation in settingtypes.txt.
A few minor code cleanups.

5 years agoBuiltin: Replace deprecated function calls (#7561)
SmallJoker [Tue, 17 Jul 2018 18:17:54 +0000 (20:17 +0200)]
Builtin: Replace deprecated function calls (#7561)

5 years agoCheck if player exists on use of /privs (#7554)
ClobberXD [Mon, 16 Jul 2018 12:55:04 +0000 (18:25 +0530)]
Check if player exists on use of /privs (#7554)

* /privs: Check if player exists

5 years agoLua_api.txt: Various minor improvements (#7560)
Paramat [Mon, 16 Jul 2018 03:57:44 +0000 (04:57 +0100)]
Lua_api.txt: Various minor improvements (#7560)

Add missing section title for 'Node paramtypes'.
Clarify documentation for schematic Y-slice table.
Document that schematic Y-slice behaviour does not invert for ceiling
schematic decorations.

5 years agoRemove legacy client handling code.
Lars Hofhansl [Sat, 14 Jul 2018 18:38:52 +0000 (11:38 -0700)]
Remove legacy client handling code.

5 years agoMake player liquid speed independent of FPS (#7543)
Paramat [Sat, 14 Jul 2018 17:41:26 +0000 (18:41 +0100)]
Make player liquid speed independent of FPS (#7543)

Make player liquid speed independent of FPS.
Fix codestyle issues in code block.

5 years agoDocument config updates in minetest.conf.example.
Lars Hofhansl [Fri, 13 Jul 2018 22:10:35 +0000 (15:10 -0700)]
Document config updates in minetest.conf.example.

5 years agoAdjust some settings to modern environments and networks. (#7549)
lhofhansl [Fri, 13 Jul 2018 20:11:49 +0000 (22:11 +0200)]
Adjust some settings to modern environments and networks. (#7549)

5 years agoFix bug setting channel window size.
Lars Hofhansl [Fri, 13 Jul 2018 12:02:08 +0000 (05:02 -0700)]
Fix bug setting channel window size.

5 years agoEnsure that legacy mode is correctly disabled.
Lars Hofhansl [Fri, 13 Jul 2018 09:50:01 +0000 (02:50 -0700)]
Ensure that legacy mode is correctly disabled.

5 years agoReduce block load glitches
Lars Hofhansl [Thu, 12 Jul 2018 07:53:50 +0000 (00:53 -0700)]
Reduce block load glitches

See #7542
This reduces glitches in deep water and underground caves.

5 years agoAndroid: Add 'aux' button (#7477)
Muhammad Rifqi Priyo Susanto [Tue, 10 Jul 2018 22:33:40 +0000 (05:33 +0700)]
Android: Add 'aux' button (#7477)

Add 'aux' button.
Use joystick to trigger 'aux' button when forward and out of main circle, by enabling
'virtual_joystick_triggers_aux' setting.

5 years agoFormspecs: Remove accidental empty 'quit' field
SmallJoker [Tue, 10 Jul 2018 16:27:03 +0000 (18:27 +0200)]
Formspecs: Remove accidental empty 'quit' field

5 years agocore.spawn_falling_node: Keep metadata (#7476)
SmallJoker [Mon, 9 Jul 2018 21:33:21 +0000 (23:33 +0200)]
core.spawn_falling_node: Keep metadata (#7476)

5 years agoBuiltin/../misc.lua: Replace minetest. with core., improve codestyle (#7540)
ClobberXD [Mon, 9 Jul 2018 18:11:35 +0000 (23:41 +0530)]
Builtin/../misc.lua: Replace minetest. with core., improve codestyle (#7540)

5 years agoLua templating reading (part 4): s16, v2s16, v2f (#7512)
Loïc Blot [Sun, 8 Jul 2018 21:06:33 +0000 (23:06 +0200)]
Lua templating reading (part 4): s16, v2s16, v2f (#7512)

5 years agoRevert 6587 - Optimize entity-entity collision (#7539)
lhofhansl [Sun, 8 Jul 2018 20:30:55 +0000 (13:30 -0700)]
Revert 6587 - Optimize entity-entity collision (#7539)

5 years agoLua_api.txt: Formatting and grammar fixes (#7534)
pauloue [Sun, 8 Jul 2018 03:18:53 +0000 (23:18 -0400)]
Lua_api.txt: Formatting and grammar fixes (#7534)

Use tree output for directory structure.
Remove 2 blank lines near document top.
Spelling and grammar fixes.
Markdown fixes.
Condense paths section.
Fix skipped heading levels.

5 years agoLua_api.txt: Improve section titles, clarify sections (#7533)
Paramat [Fri, 6 Jul 2018 20:02:54 +0000 (21:02 +0100)]
Lua_api.txt: Improve section titles, clarify sections (#7533)

5 years agoFix memory leak in guiConfirmRegistration
HybridDog [Wed, 27 Jun 2018 16:09:45 +0000 (18:09 +0200)]
Fix memory leak in guiConfirmRegistration

5 years agoRun code style linter first (#7213)
rubenwardy [Thu, 5 Jul 2018 21:04:39 +0000 (22:04 +0100)]
Run code style linter first (#7213)

The code style linter is the most likely to fail, so should be
placed at the top of the list so it's started first. Note that
a failed job doesn't stop others from running

5 years agoZoom: Correctly verify client passed zoom at the server (#7526)
lhofhansl [Mon, 2 Jul 2018 23:16:17 +0000 (16:16 -0700)]
Zoom: Correctly verify client passed zoom at the server (#7526)

Fixes generation of distant world when not zooming in creative mode
(in creative mode zoom FOV is 15 degrees).

5 years agoDrop ClientEvent CEE_PLAYER_BREATH: triggering function is not called.
Loic Blot [Sun, 1 Jul 2018 11:47:50 +0000 (13:47 +0200)]
Drop ClientEvent CEE_PLAYER_BREATH: triggering function is not called.

Also drop 3 useless IntervalLimiter

5 years agoLog deprecated Lua function calls (#7491)
SmallJoker [Sun, 1 Jul 2018 10:31:49 +0000 (12:31 +0200)]
Log deprecated Lua function calls (#7491)

5 years agoMake the server status message customizable (#7357)
SmallJoker [Sun, 1 Jul 2018 10:31:28 +0000 (12:31 +0200)]
Make the server status message customizable (#7357)

Remove now redundant setting show_statusline_on_connect
Improve documentation of `minetest.get_server_status`

5 years agoBackport Android cleanup parts from #7123 (#7513)
Loïc Blot [Sun, 1 Jul 2018 10:23:38 +0000 (12:23 +0200)]
Backport Android cleanup parts from #7123 (#7513)

Also resync properly the dependencies versions.

Don't let the makefile handle the cleanups itself. Let gradle do it.

This is one of the first steps to remove the makefile and replace it with a full gradle support

5 years agoAndroid: Resize jump and sneak buttons' touch target (#7498)
Muhammad Rifqi Priyo Susanto [Sat, 30 Jun 2018 21:33:14 +0000 (04:33 +0700)]
Android: Resize jump and sneak buttons' touch target (#7498)

5 years agoModernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot [Sat, 30 Jun 2018 15:11:38 +0000 (17:11 +0200)]
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)

* Modernize lua read (part 2 & 3): C++ templating assurance

Implement the boolean reader
Implement the string reader
Also remove unused & unimplemented script_error_handler
Add a reader with default value

5 years agoFix memory leaks in mod storage (#7500)
red-001 [Sat, 30 Jun 2018 15:11:04 +0000 (16:11 +0100)]
Fix memory leaks in mod storage (#7500)