Wuzzy [Fri, 29 May 2020 23:46:57 +0000 (01:46 +0200)]
Devtest: Fix missing/incorrect liquid properties (#9955)
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)
sfan5 [Mon, 25 May 2020 21:36:45 +0000 (23:36 +0200)]
content_cao: Do not expire visuals when not necessary
fixes #6572
MoNTE48 [Wed, 11 Dec 2019 19:03:12 +0000 (20:03 +0100)]
Add disable_jump check for the player's feet
Wuzzy [Tue, 26 May 2020 00:11:19 +0000 (02:11 +0200)]
Add minetest.is_creative_enabled
rubenwardy [Thu, 28 May 2020 23:52:48 +0000 (00:52 +0100)]
Update ContentDB dialog (#9949)
sfan5 [Tue, 26 May 2020 15:38:31 +0000 (17:38 +0200)]
Value copy / allocation optimizations mostly in server, SAO and serialize code
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
sfan5 [Wed, 27 May 2020 13:10:47 +0000 (15:10 +0200)]
Fix falling entity not falling through players
rubenwardy [Wed, 27 May 2020 16:02:09 +0000 (17:02 +0100)]
Make ContentDB downloads not block the UI (#9948)
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
Paramat [Tue, 26 May 2020 22:11:33 +0000 (23:11 +0100)]
Devtest game: Update biome registrations (#9936)
rubenwardy [Tue, 26 May 2020 20:31:54 +0000 (21:31 +0100)]
Fix devtest being ignored by .gitignore
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
Wuzzy [Mon, 25 May 2020 22:17:52 +0000 (00:17 +0200)]
Rename “Minimal development test” to “Development Test” (#9928)
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.
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]
rubenwardy [Sun, 24 May 2020 14:31:06 +0000 (15:31 +0100)]
Fix build on FreeBSD, broken since open_url
rubenwardy [Sun, 24 May 2020 13:46:50 +0000 (14:46 +0100)]
Add engine version string to ContentDB API request (#9890)
Wuzzy [Sun, 24 May 2020 13:46:26 +0000 (15:46 +0200)]
Replacement for Minimal Development Test (PR) (#9450)
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).
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")
sfan5 [Mon, 11 May 2020 18:22:32 +0000 (20:22 +0200)]
Fix constant re-queueing of emerges that will always be unsuccessful
sfan5 [Mon, 11 May 2020 18:19:02 +0000 (20:19 +0200)]
Fix documentation of emergequeue_limit settings
ANAND [Sun, 24 May 2020 09:48:19 +0000 (15:18 +0530)]
lua_api.txt: Fix minor typo (#9917)
sfan5 [Fri, 22 May 2020 13:25:47 +0000 (15:25 +0200)]
Optimize particlespawner sending by not sending to distant players
sfan5 [Fri, 22 May 2020 12:17:03 +0000 (14:17 +0200)]
Implement spawning particles with node texture appearance
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
Awkor [Sat, 23 May 2020 11:23:05 +0000 (13:23 +0200)]
Modernize include guards and add missing ones (#9898)
Lejo1 [Wed, 20 May 2020 19:54:52 +0000 (21:54 +0200)]
Check for valid base64 before decoding (#9904)
SmallJoker [Fri, 22 May 2020 12:19:07 +0000 (14:19 +0200)]
MacOS: Fix environ not being found
sfan5 [Fri, 22 May 2020 11:23:25 +0000 (13:23 +0200)]
Cleanup of particle & particlespawner structures and code (#9893)
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'.
Vitaliy [Wed, 20 May 2020 21:52:10 +0000 (00:52 +0300)]
Cache liquid alternative IDs (#8053)
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.
sfan5 [Tue, 19 May 2020 18:45:02 +0000 (20:45 +0200)]
Stop wasting memory on identical textures when texture filtering is disabled
sfan5 [Wed, 20 May 2020 18:13:16 +0000 (20:13 +0200)]
CSM: Fix crashing minetest.get_item_def()
fixes #9884
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>
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.
sfan5 [Mon, 18 May 2020 21:23:25 +0000 (23:23 +0200)]
Add missing sao->isGone() checks
fixes #9883
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.
sfan5 [Fri, 15 May 2020 13:42:33 +0000 (15:42 +0200)]
content_mapblock: Move static initialization out of functions
sfan5 [Fri, 15 May 2020 13:12:37 +0000 (15:12 +0200)]
Client: Add sum and average to packetcounter
rubenwardy [Sun, 17 May 2020 18:09:10 +0000 (19:09 +0100)]
Add core.open_url() to main menu API (#8592)
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>
Wuzzy [Sat, 16 May 2020 19:41:41 +0000 (21:41 +0200)]
Error msg if trying to teleport attached player (#9824)
sfan5 [Sat, 16 May 2020 10:03:36 +0000 (12:03 +0200)]
Log protocol ver on mismatched client connect too
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.
sfan5 [Thu, 14 May 2020 19:18:26 +0000 (21:18 +0200)]
network: Replace a fatal_error with just error logging
sfan5 [Thu, 14 May 2020 19:16:45 +0000 (21:16 +0200)]
CSM: Bugfixes to camera:get_pos() and camera:get_fov()
closes #9857
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
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
rubenwardy [Thu, 14 May 2020 15:54:17 +0000 (16:54 +0100)]
Item Entity: Add message to moveresult assertion (#9797)
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)
Zughy [Wed, 13 May 2020 11:56:26 +0000 (11:56 +0000)]
Document inf value in rollback commands (#9789)
Wuzzy [Tue, 12 May 2020 01:52:52 +0000 (03:52 +0200)]
Add mapgen settings to world creation dialog (#9254)
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"
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>
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.
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
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.
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.
sfan5 [Thu, 7 May 2020 19:39:04 +0000 (21:39 +0200)]
Fix Server triggering wrong errors if environment init fails
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)
v-rob [Wed, 6 May 2020 17:36:02 +0000 (10:36 -0700)]
FormSpec: Add universal style selector `*` (#9718)
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
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
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
sfan5 [Sun, 26 Apr 2020 20:52:00 +0000 (22:52 +0200)]
Expose collided objects in moveresult
closes #9787
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
sfan5 [Sun, 26 Apr 2020 16:33:50 +0000 (18:33 +0200)]
Fix thread safety of PcgRandom use in BiomeGen
sfan5 [Sat, 11 Apr 2020 21:38:54 +0000 (23:38 +0200)]
Update num_emerge_threads description
sfan5 [Fri, 10 Apr 2020 00:43:49 +0000 (02:43 +0200)]
Fix remaining issues with mapgen scriptapi
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
sfan5 [Thu, 9 Apr 2020 21:40:12 +0000 (23:40 +0200)]
Allow ObjDefManager instances to be cloned
sfan5 [Tue, 5 May 2020 15:05:11 +0000 (17:05 +0200)]
Server: Improve some log messages (#9820)
adrido [Tue, 5 May 2020 06:42:55 +0000 (08:42 +0200)]
Add MSVC build (#9740)
* Add MSVC build
Loïc Blot [Tue, 5 May 2020 06:38:18 +0000 (08:38 +0200)]
Fix broken client if openal cannot be opened (#9804)
SmallJoker [Mon, 4 May 2020 18:19:12 +0000 (20:19 +0200)]
Sky API: Rename *_tint to fog_*_tint for consistency
SmallJoker [Mon, 4 May 2020 18:02:33 +0000 (20:02 +0200)]
Rename moveresult speed to velocity
oilboi [Tue, 5 May 2020 06:35:55 +0000 (02:35 -0400)]
Fix small typo (#9813)
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>
Wuzzy [Mon, 4 May 2020 06:45:31 +0000 (08:45 +0200)]
Change default keys for cam/minimap to C/V (#9779)
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
Wuzzy [Sat, 2 May 2020 11:12:02 +0000 (13:12 +0200)]
Add a convention about z_index (#9701)
Lejo [Sat, 2 May 2020 10:57:04 +0000 (12:57 +0200)]
Auto delete MetaData when = 0 (#8770)
* Auto delete MetaData when = 0
sfan5 [Sat, 2 May 2020 10:52:51 +0000 (12:52 +0200)]
ci: Update Github Actions workflows (#9774)
ANAND [Sat, 2 May 2020 10:52:11 +0000 (16:22 +0530)]
set_fov: Add support for time-based transitions (#9705)
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.
Lejo [Fri, 1 May 2020 14:47:17 +0000 (16:47 +0200)]
Give the online lua mainmenu also the client_list and mods (#8691)
Juozas [Wed, 29 Apr 2020 10:49:55 +0000 (13:49 +0300)]
Fix gettext detection and locale building (#9772)
broken since
a368e7e
Loic Blot [Mon, 27 Apr 2020 06:31:51 +0000 (08:31 +0200)]
Add docker build stage on Github actions
Loic Blot [Mon, 27 Apr 2020 06:31:37 +0000 (08:31 +0200)]
Add MetricsBackend with prometheus counter support
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
orbea [Tue, 28 Apr 2020 14:34:18 +0000 (14:34 +0000)]
cmake: Silence warnings. (#9750)
Fixes https://github.com/minetest/minetest/issues/9734
sfan5 [Tue, 14 Apr 2020 14:55:16 +0000 (16:55 +0200)]
Rewrite builtin item entity to use collision info
fixes #8967
sfan5 [Tue, 14 Apr 2020 12:11:33 +0000 (14:11 +0200)]
Expose collision information to LuaEntity on_step
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
sfan5 [Sat, 25 Apr 2020 13:44:32 +0000 (15:44 +0200)]
Fix detection of in-place path_locale when RUN_IN_PLACE=0
broken by
2349d31bae1bfc4d58fd88efbc88261e69b11dad (side effect)
fixes #9745
sfan5 [Sat, 25 Apr 2020 13:24:42 +0000 (15:24 +0200)]
Add STATIC_LOCALEDIR to BUILD_INFO and move it to version.cpp