oweals/minetest.git
3 years agoContentCAO: Update light of all attached entities (#9975)
SmallJoker [Mon, 1 Jun 2020 17:01:47 +0000 (19:01 +0200)]
ContentCAO: Update light of all attached entities (#9975)

3 years agoimageScaleNNAA: Fix image clipping on rect- instead of image dimensions (#9896)
Hugues Ross [Mon, 1 Jun 2020 13:22:04 +0000 (09:22 -0400)]
imageScaleNNAA: Fix image clipping on rect- instead of image dimensions (#9896)

Fixes GUI scaling filters applied on animated images and 9slice backgrounds.

3 years agoDevtest: Fix missing/incorrect liquid properties (#9955)
Wuzzy [Fri, 29 May 2020 23:46:57 +0000 (01:46 +0200)]
Devtest: Fix missing/incorrect liquid properties (#9955)

3 years agoClean up CAO nametag handling and remove deprecated AO_CMD
sfan5 [Tue, 26 May 2020 14:05:06 +0000 (16:05 +0200)]
Clean up CAO nametag handling and remove deprecated AO_CMD

AO_CMD_UPDATE_NAMETAG_ATTRIBUTES was deprecated in
9eee3c3f465c071bb9908749cf48be3c131a1bdf (0.4.14)

3 years agocontent_cao: Do not expire visuals when not necessary
sfan5 [Mon, 25 May 2020 21:36:45 +0000 (23:36 +0200)]
content_cao: Do not expire visuals when not necessary

fixes #6572

3 years agoAdd disable_jump check for the player's feet
MoNTE48 [Wed, 11 Dec 2019 19:03:12 +0000 (20:03 +0100)]
Add disable_jump check for the player's feet

3 years agoAdd minetest.is_creative_enabled
Wuzzy [Tue, 26 May 2020 00:11:19 +0000 (02:11 +0200)]
Add minetest.is_creative_enabled

3 years agoUpdate ContentDB dialog (#9949)
rubenwardy [Thu, 28 May 2020 23:52:48 +0000 (00:52 +0100)]
Update ContentDB dialog (#9949)

3 years agoValue copy / allocation optimizations mostly in server, SAO and serialize code
sfan5 [Tue, 26 May 2020 15:38:31 +0000 (17:38 +0200)]
Value copy / allocation optimizations mostly in server, SAO and serialize code

3 years agoChange item entity collisionbox so that they don't sink into the ground
sfan5 [Wed, 27 May 2020 13:41:28 +0000 (15:41 +0200)]
Change item entity collisionbox so that they don't sink into the ground

3 years agoFix falling entity not falling through players
sfan5 [Wed, 27 May 2020 13:10:47 +0000 (15:10 +0200)]
Fix falling entity not falling through players

3 years agoMake ContentDB downloads not block the UI (#9948)
rubenwardy [Wed, 27 May 2020 16:02:09 +0000 (17:02 +0100)]
Make ContentDB downloads not block the UI (#9948)

3 years agoFix liquids refusing to flow in X+ or Z+ in some cases (#9874)
sfan5 [Tue, 26 May 2020 22:17:23 +0000 (00:17 +0200)]
Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)

Applies when a different:
- falling liquid is neighboring
- liquid is below

3 years agoDevtest game: Update biome registrations (#9936)
Paramat [Tue, 26 May 2020 22:11:33 +0000 (23:11 +0100)]
Devtest game: Update biome registrations (#9936)

3 years agoFix devtest being ignored by .gitignore
rubenwardy [Tue, 26 May 2020 20:31:54 +0000 (21:31 +0100)]
Fix devtest being ignored by .gitignore

3 years agoDevtest: Fix crash in player unittest (#9937)
Wuzzy [Tue, 26 May 2020 17:49:02 +0000 (19:49 +0200)]
Devtest: Fix crash in player unittest (#9937)

Happened if player unittests run when player has exactly 3 HP

3 years agoRename “Minimal development test” to “Development Test” (#9928) 9929/head
Wuzzy [Mon, 25 May 2020 22:17:52 +0000 (00:17 +0200)]
Rename “Minimal development test” to “Development Test” (#9928)

3 years agoL-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931)
Paramat [Mon, 25 May 2020 20:11:57 +0000 (21:11 +0100)]
L-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931)

Games often and increasingly do not use this mapgen alias, as it
is only required for Mapgen V6. Such games were triggering the
recently added error message.

Even if this mapgen alias was defined, dirt nodes placed under a
wide trunk were inconsistent with biomes that do not use dirt
surface nodes.

Place trunk nodes below a wide trunk instead of 'mapgen_dirt'.
On sloping ground, the trunk then extends down to the surface,
instead of the surface rising up to meet the trunk. This looks
more natural and does not alter the terrain.

3 years agoSilence GCC warning in mapblock_mesh
SmallJoker [Mon, 25 May 2020 17:10:23 +0000 (19:10 +0200)]
Silence GCC warning in mapblock_mesh

Fixes following warning:
  warning: ‘waving’ may be used uninitialized in this function [-Wmaybe-uninitialized]

3 years agoFix build on FreeBSD, broken since open_url
rubenwardy [Sun, 24 May 2020 14:31:06 +0000 (15:31 +0100)]
Fix build on FreeBSD, broken since open_url

3 years agoAdd engine version string to ContentDB API request (#9890)
rubenwardy [Sun, 24 May 2020 13:46:50 +0000 (14:46 +0100)]
Add engine version string to ContentDB API request (#9890)

3 years agoReplacement for Minimal Development Test (PR) (#9450)
Wuzzy [Sun, 24 May 2020 13:46:26 +0000 (15:46 +0200)]
Replacement for Minimal Development Test (PR) (#9450)

3 years agoAdd chat_font_size setting (#9736)
SmallJoker [Sun, 24 May 2020 12:24:13 +0000 (14:24 +0200)]
Add chat_font_size setting (#9736)

Default font sizes are used when the setting value is 0 or below (clamped by Settings).

3 years agoFix two bugs in content_cao
sfan5 [Sun, 24 May 2020 09:48:51 +0000 (11:48 +0200)]
Fix two bugs in content_cao

fixes #9889 (backface_culling with visual = "cube")
fixes #9916 (crash with visual = "upright_sprite")

3 years agoFix constant re-queueing of emerges that will always be unsuccessful
sfan5 [Mon, 11 May 2020 18:22:32 +0000 (20:22 +0200)]
Fix constant re-queueing of emerges that will always be unsuccessful

3 years agoFix documentation of emergequeue_limit settings
sfan5 [Mon, 11 May 2020 18:19:02 +0000 (20:19 +0200)]
Fix documentation of emergequeue_limit settings

3 years agolua_api.txt: Fix minor typo (#9917)
ANAND [Sun, 24 May 2020 09:48:19 +0000 (15:18 +0530)]
lua_api.txt: Fix minor typo (#9917)

3 years agoOptimize particlespawner sending by not sending to distant players
sfan5 [Fri, 22 May 2020 13:25:47 +0000 (15:25 +0200)]
Optimize particlespawner sending by not sending to distant players

3 years agoImplement spawning particles with node texture appearance
sfan5 [Fri, 22 May 2020 12:17:03 +0000 (14:17 +0200)]
Implement spawning particles with node texture appearance

3 years agoAdd on_authplayer callback and 'last_login' to on_joinplayer (#9574)
sorcerykid [Sat, 23 May 2020 11:24:06 +0000 (06:24 -0500)]
Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)

    Replace on_auth_fail callback with more versatile on_authplayer
    Better clarify account login process in Lua API documentation
    Change initial timestamp for newly registered accounts to -1

3 years agoModernize include guards and add missing ones (#9898)
Awkor [Sat, 23 May 2020 11:23:05 +0000 (13:23 +0200)]
Modernize include guards and add missing ones (#9898)

3 years agoCheck for valid base64 before decoding (#9904)
Lejo1 [Wed, 20 May 2020 19:54:52 +0000 (21:54 +0200)]
Check for valid base64 before decoding (#9904)

3 years agoMacOS: Fix environ not being found
SmallJoker [Fri, 22 May 2020 12:19:07 +0000 (14:19 +0200)]
MacOS: Fix environ not being found

3 years agoCleanup of particle & particlespawner structures and code (#9893)
sfan5 [Fri, 22 May 2020 11:23:25 +0000 (13:23 +0200)]
Cleanup of particle & particlespawner structures and code (#9893)

3 years agoVarious documentation fixes in settingtypes.txt (#9910)
Paramat [Fri, 22 May 2020 00:32:20 +0000 (01:32 +0100)]
Various documentation fixes in settingtypes.txt (#9910)

Fix incorrect value of 'mgv7_floatland_density'.
Use correct spelling of 'persistence'.
Move '3d_paralax_strength' into correct section (3D mode).
Refer to 'active_object_send_range_blocks' instead of non-existent 'active_object_range'.

3 years agoCache liquid alternative IDs (#8053)
Vitaliy [Wed, 20 May 2020 21:52:10 +0000 (00:52 +0300)]
Cache liquid alternative IDs (#8053)

3 years agoAllow more than 255 biomes, document new maximum (#9855)
Paramat [Wed, 20 May 2020 21:16:14 +0000 (22:16 +0100)]
Allow more than 255 biomes, document new maximum (#9855)

Change biomemap data type from u8 to u16.
New technical (not practical) maximum is 65535 biomes.

3 years agoStop wasting memory on identical textures when texture filtering is disabled
sfan5 [Tue, 19 May 2020 18:45:02 +0000 (20:45 +0200)]
Stop wasting memory on identical textures when texture filtering is disabled

3 years agoCSM: Fix crashing minetest.get_item_def()
sfan5 [Wed, 20 May 2020 18:13:16 +0000 (20:13 +0200)]
CSM: Fix crashing minetest.get_item_def()

fixes #9884

3 years agoRework functionality of leveled nodes (#9852)
Wuzzy [Tue, 19 May 2020 19:08:37 +0000 (21:08 +0200)]
Rework functionality of leveled nodes (#9852)

Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
3 years agoAdd ability to scale HUD text (#9814)
LoneWolfHT [Tue, 19 May 2020 17:10:39 +0000 (10:10 -0700)]
Add ability to scale HUD text (#9814)

Add 'size' property to HUD text elements that is used for relative font size calculations.

3 years agoAdd missing sao->isGone() checks
sfan5 [Mon, 18 May 2020 21:23:25 +0000 (23:23 +0200)]
Add missing sao->isGone() checks

fixes #9883

3 years agobuiltin: Move common/async_event.lua to mainmenu/async_event.lua
sfan5 [Fri, 15 May 2020 14:38:19 +0000 (16:38 +0200)]
builtin: Move common/async_event.lua to mainmenu/async_event.lua

It only works in the context of the mainmenu.

3 years agocontent_mapblock: Move static initialization out of functions
sfan5 [Fri, 15 May 2020 13:42:33 +0000 (15:42 +0200)]
content_mapblock: Move static initialization out of functions

3 years agoClient: Add sum and average to packetcounter
sfan5 [Fri, 15 May 2020 13:12:37 +0000 (15:12 +0200)]
Client: Add sum and average to packetcounter

3 years agoAdd core.open_url() to main menu API (#8592)
rubenwardy [Sun, 17 May 2020 18:09:10 +0000 (19:09 +0100)]
Add core.open_url() to main menu API (#8592)

3 years agoMake automatic_rotate relative, allow setting rotation (#8468)
ANAND [Sat, 16 May 2020 19:42:31 +0000 (01:12 +0530)]
Make automatic_rotate relative, allow setting rotation (#8468)

automatic_rotate does not make sense if it is absolute. Make it relative.

To avoid bouncing, set_rotation did not update the client when automatic_rotate was set. That's no longer necessary because the new spinning method applies the rotation on top of the current one, and the updates are necessary for set_rotation to actually transform the object.

Co-authored-by: ANAND <ClobberXD@gmail.com>
Co-authored-by: Pedro Gimeno <pgimeno@users.noreply.notabug.org>
3 years agoError msg if trying to teleport attached player (#9824)
Wuzzy [Sat, 16 May 2020 19:41:41 +0000 (21:41 +0200)]
Error msg if trying to teleport attached player (#9824)

3 years agoLog protocol ver on mismatched client connect too
sfan5 [Sat, 16 May 2020 10:03:36 +0000 (12:03 +0200)]
Log protocol ver on mismatched client connect too

3 years agoAdd new Mapgen V7 floatland implementation (#9296)
Paramat [Thu, 14 May 2020 21:27:54 +0000 (22:27 +0100)]
Add new Mapgen V7 floatland implementation (#9296)

Floatland structure is vertically-compressed 3D noise.
Uses a lacunarity of 1.618 (the golden ratio) for high quality
noise.
Floatlands appear between user-settable Y limits, with smooth
tapering at each limit.
Simple user-settable density adjustment.
Shadow propagation is disabled in and just below floatlands, no
shadows are cast on the world surface.
Can be reconfigured to create a solid upper world layer between
the Y limits, lakes/seas can be optionally added to this.

3 years agonetwork: Replace a fatal_error with just error logging
sfan5 [Thu, 14 May 2020 19:18:26 +0000 (21:18 +0200)]
network: Replace a fatal_error with just error logging

3 years agoCSM: Bugfixes to camera:get_pos() and camera:get_fov()
sfan5 [Thu, 14 May 2020 19:16:45 +0000 (21:16 +0200)]
CSM: Bugfixes to camera:get_pos() and camera:get_fov()

closes #9857

3 years agoCollision detection - #9343 follow-up (#9764)
TheTermos [Thu, 14 May 2020 17:28:27 +0000 (19:28 +0200)]
Collision detection - #9343 follow-up (#9764)

* truncate speed to prevent inf result

* code styling

* change truncate() input parameters

3 years agoAdd chat_log_level setting (#9223)
SmallJoker [Thu, 14 May 2020 17:26:15 +0000 (19:26 +0200)]
Add chat_log_level setting (#9223)

Log all higher levels in LogOutputBuffer
Move StreamLogOutput::logRaw to source file like LogOutputBuffer::logRaw for compiling speed

3 years agoItem Entity: Add message to moveresult assertion (#9797)
rubenwardy [Thu, 14 May 2020 15:54:17 +0000 (16:54 +0100)]
Item Entity: Add message to moveresult assertion (#9797)

3 years agoAllow placing auto-rotating nodes on other nodes in on_rightclick (#9859)
Yaman Qalieh [Wed, 13 May 2020 11:57:05 +0000 (07:57 -0400)]
Allow placing auto-rotating nodes on other nodes in on_rightclick (#9859)

3 years agoDocument inf value in rollback commands (#9789)
Zughy [Wed, 13 May 2020 11:56:26 +0000 (11:56 +0000)]
Document inf value in rollback commands (#9789)

3 years agoAdd mapgen settings to world creation dialog (#9254)
Wuzzy [Tue, 12 May 2020 01:52:52 +0000 (03:52 +0200)]
Add mapgen settings to world creation dialog (#9254)

3 years agoDamage texture modifier (#9833)
Lars Müller [Mon, 11 May 2020 19:41:36 +0000 (21:41 +0200)]
Damage texture modifier (#9833)

Adds a new object property "damage_texture_modifier"

3 years agoAdd support for statbar “off state” icons (#9462)
Wuzzy [Mon, 11 May 2020 19:40:45 +0000 (21:40 +0200)]
Add support for statbar “off state” icons (#9462)

This adds support for optional “off state” icons for statbars. “off state icons” can be used to denote the lack of something, like missing hearts or bubbles.

Add "off state" textures to the builtin statbars.

Co-authored-by: SmallJoker <mk939@ymail.com>
3 years agoRequest the dedicated GPU when starting Minetest from the `.desktop` file (#9827)
Hugo Locurcio [Sun, 10 May 2020 11:37:30 +0000 (13:37 +0200)]
Request the dedicated GPU when starting Minetest from the `.desktop` file (#9827)

See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html>
for more information about this newly added `.desktop` entry property.

3 years agoColor gradient for default and 'regular' type sky (#9502)
TheTermos [Sat, 9 May 2020 15:14:56 +0000 (17:14 +0200)]
Color gradient for default and 'regular' type sky (#9502)

* add regular sky gradient

* add regular sky gradient

* Update sky.cpp

* change default day sky colors

3 years agoAlways use same default tabheader height (#9319)
Paul Ouellette [Sat, 9 May 2020 15:14:29 +0000 (11:14 -0400)]
Always use same default tabheader height (#9319)

Previously the default tabheader height was different when using
real coordinates. This resulted in the height of tabs changing when
switching tabs in sfinv if some tabs used real coordinates.

3 years agoServer class code cleanups (#9769)
Loïc Blot [Thu, 7 May 2020 20:38:41 +0000 (22:38 +0200)]
Server class code cleanups (#9769)

* Server::overrideDayNightRatio doesn't require to return bool
There is no sense to sending null player, the caller should send a valid object

* Server::init: make private & cleanup
This function is always called before start() and loads some variables which can be loaded in constructor directly.
Make it private and call it directly in start

* Split Server inventory responsibility to a dedicated object

This splits permit to found various historical issues:
* duplicate lookups on player connection
* sending inventory to non related player when a player connects
* non friendly lookups on detached inventories ownership

This reduce the detached inventory complexity and also increased the
lookup performance in a quite interesting way for servers with thousands
of inventories.

3 years agoFix Server triggering wrong errors if environment init fails
sfan5 [Thu, 7 May 2020 19:39:04 +0000 (21:39 +0200)]
Fix Server triggering wrong errors if environment init fails

3 years agoGet rid of non-ascii characters in the debug display code (#8821)
Jozef Behran [Wed, 6 May 2020 19:35:18 +0000 (21:35 +0200)]
Get rid of non-ascii characters in the debug display code (#8821)

3 years agoFormSpec: Add universal style selector `*` (#9718)
v-rob [Wed, 6 May 2020 17:36:02 +0000 (10:36 -0700)]
FormSpec: Add universal style selector `*` (#9718)

3 years agoAndroid: porting_android.cpp refactoring (#9687)
Maksim [Wed, 6 May 2020 12:25:57 +0000 (14:25 +0200)]
Android: porting_android.cpp refactoring (#9687)

* Android: porting_android.cpp refactoring

* Replace assert to FATAL_ERROR_IF

3 years agoEnable collide_with_objects for falling entities
sfan5 [Fri, 1 May 2020 12:56:56 +0000 (14:56 +0200)]
Enable collide_with_objects for falling entities

falling nodes intentionally still fall through players
fixes #5313

3 years agoRewrite falling entity to make use of collision info
sfan5 [Mon, 27 Apr 2020 15:53:20 +0000 (17:53 +0200)]
Rewrite falling entity to make use of collision info

fixes #4781, fixes #9293

3 years agoExpose collided objects in moveresult
sfan5 [Sun, 26 Apr 2020 20:52:00 +0000 (22:52 +0200)]
Expose collided objects in moveresult

closes #9787

3 years agoFix crash when exiting server during running mapgen
sfan5 [Tue, 5 May 2020 18:19:47 +0000 (20:19 +0200)]
Fix crash when exiting server during running mapgen

easily reproducible with a high num_emerge_threads and /emergeblocks

3 years agoFix thread safety of PcgRandom use in BiomeGen
sfan5 [Sun, 26 Apr 2020 16:33:50 +0000 (18:33 +0200)]
Fix thread safety of PcgRandom use in BiomeGen

3 years agoUpdate num_emerge_threads description
sfan5 [Sat, 11 Apr 2020 21:38:54 +0000 (23:38 +0200)]
Update num_emerge_threads description

3 years agoFix remaining issues with mapgen scriptapi
sfan5 [Fri, 10 Apr 2020 00:43:49 +0000 (02:43 +0200)]
Fix remaining issues with mapgen scriptapi

3 years agoGive the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy
sfan5 [Fri, 10 Apr 2020 00:05:20 +0000 (02:05 +0200)]
Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy

3 years agoAllow ObjDefManager instances to be cloned
sfan5 [Thu, 9 Apr 2020 21:40:12 +0000 (23:40 +0200)]
Allow ObjDefManager instances to be cloned

3 years agoServer: Improve some log messages (#9820)
sfan5 [Tue, 5 May 2020 15:05:11 +0000 (17:05 +0200)]
Server: Improve some log messages (#9820)

3 years agoAdd MSVC build (#9740)
adrido [Tue, 5 May 2020 06:42:55 +0000 (08:42 +0200)]
Add MSVC build (#9740)

* Add MSVC build

3 years agoFix broken client if openal cannot be opened (#9804)
Loïc Blot [Tue, 5 May 2020 06:38:18 +0000 (08:38 +0200)]
Fix broken client if openal cannot be opened (#9804)

3 years agoSky API: Rename *_tint to fog_*_tint for consistency
SmallJoker [Mon, 4 May 2020 18:19:12 +0000 (20:19 +0200)]
Sky API: Rename *_tint to fog_*_tint for consistency

3 years agoRename moveresult speed to velocity
SmallJoker [Mon, 4 May 2020 18:02:33 +0000 (20:02 +0200)]
Rename moveresult speed to velocity

3 years agoFix small typo (#9813)
oilboi [Tue, 5 May 2020 06:35:55 +0000 (02:35 -0400)]
Fix small typo (#9813)

3 years agoAndroid: some java-part improvements (#9760)
Maksim [Mon, 4 May 2020 06:47:00 +0000 (08:47 +0200)]
Android: some java-part improvements (#9760)

Replace Log to Toast.
Start Native only after successful unpacking.
Light refactoring in CopyZipTask.
Update NDK version.

Co-authored-by: ubulem <berkut87@gmail.com>
3 years agoChange default keys for cam/minimap to C/V (#9779)
Wuzzy [Mon, 4 May 2020 06:45:31 +0000 (08:45 +0200)]
Change default keys for cam/minimap to C/V (#9779)

3 years agoAdd 'content_offset' and 'padding' style properties for buttons (#9661)
Hugues Ross [Sat, 2 May 2020 11:32:02 +0000 (07:32 -0400)]
Add 'content_offset' and 'padding' style properties for buttons (#9661)

* Add padding and content_offset style properties to buttons

3 years agoAdd a convention about z_index (#9701)
Wuzzy [Sat, 2 May 2020 11:12:02 +0000 (13:12 +0200)]
Add a convention about z_index (#9701)

3 years agoAuto delete MetaData when = 0 (#8770)
Lejo [Sat, 2 May 2020 10:57:04 +0000 (12:57 +0200)]
Auto delete MetaData when = 0 (#8770)

* Auto delete MetaData when = 0

3 years agoci: Update Github Actions workflows (#9774)
sfan5 [Sat, 2 May 2020 10:52:51 +0000 (12:52 +0200)]
ci: Update Github Actions workflows (#9774)

3 years agoset_fov: Add support for time-based transitions (#9705)
ANAND [Sat, 2 May 2020 10:52:11 +0000 (16:22 +0530)]
set_fov: Add support for time-based transitions (#9705)

3 years agoAllow connection info to be missing from minetest.get_player_information() (#9739)
sfan5 [Fri, 1 May 2020 19:44:28 +0000 (21:44 +0200)]
Allow connection info to be missing from minetest.get_player_information() (#9739)

fixes #9352
This reverts commit 23c907befea02005e2c0c87fca0131b60aace18a.

3 years agoGive the online lua mainmenu also the client_list and mods (#8691)
Lejo [Fri, 1 May 2020 14:47:17 +0000 (16:47 +0200)]
Give the online lua mainmenu also the client_list and mods (#8691)

3 years agoFix gettext detection and locale building (#9772)
Juozas [Wed, 29 Apr 2020 10:49:55 +0000 (13:49 +0300)]
Fix gettext detection and locale building (#9772)

broken since a368e7e

3 years agoAdd docker build stage on Github actions
Loic Blot [Mon, 27 Apr 2020 06:31:51 +0000 (08:31 +0200)]
Add docker build stage on Github actions

3 years agoAdd MetricsBackend with prometheus counter support
Loic Blot [Mon, 27 Apr 2020 06:31:37 +0000 (08:31 +0200)]
Add MetricsBackend with prometheus counter support

4 years agoFix breath_bar scaling; delay breath_bar hiding by one second (#8271)
ANAND [Tue, 28 Apr 2020 17:30:57 +0000 (23:00 +0530)]
Fix breath_bar scaling; delay breath_bar hiding by one second (#8271)

PLAYER_MAX_BREATH_DEFAULT was earlier set to 11, so that 10 bubbles are shown before the breath bar disappears.

Now, PLAYER_MAX_BREATH_DEFAULT is set to 10, and the breath_bar scaling code in builtin has been tweaked to show all 10 bubbles before hiding the breath_bar

4 years agocmake: Silence warnings. (#9750)
orbea [Tue, 28 Apr 2020 14:34:18 +0000 (14:34 +0000)]
cmake: Silence warnings. (#9750)

Fixes https://github.com/minetest/minetest/issues/9734

4 years agoRewrite builtin item entity to use collision info
sfan5 [Tue, 14 Apr 2020 14:55:16 +0000 (16:55 +0200)]
Rewrite builtin item entity to use collision info

fixes #8967

4 years agoExpose collision information to LuaEntity on_step
sfan5 [Tue, 14 Apr 2020 12:11:33 +0000 (14:11 +0200)]
Expose collision information to LuaEntity on_step

4 years agoRemove /LTCG from when compiling with clang-cl (#9765)
k.h.lai [Mon, 27 Apr 2020 18:44:52 +0000 (02:44 +0800)]
Remove /LTCG from when compiling with clang-cl (#9765)

Remove /LTCG from CMAKE_EXE_LINKER_FLAGS_RELEASE when compiling with clang on Windows