aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-07Builtin/../falling: Fix bugs caused by 'ignore' nodesparamat
Original commit by t4im, rebased and developed by paramat. Fix CONTENT_IGNORE being replaced by falling nodes or causing large areas of sand to collapse into itself. Format some conditional code for clarity. Add and clarify some comments.
2016-11-07Privileges: Only give singleplayer 4 basic privsWuzzy
- interact - shout - privs - basic_privs
2016-11-07Windows: Add manifest file and set "High DPI Aware" trueadrido
This resolves washy font and incorrect mouse handling on Windows if a screen with high DPI is used.
2016-11-06MSVC: Generate debug information for release builds (#4674)SmallJoker
Replace parameters with the equivalent /Ox
2016-11-05Separate optional from required mod dependencies in main menu (#4721)Wuzzy
* Separate optional from require dep's in main menu * Simplify modmgr mod dependency listing code
2016-11-05PlayerSAO saving fix (#4734)Ner'zhul
PlayerSAO::disconnected() function was historical and remove the link between SAO and RemotePlayer session. With previous attributes linked to RemotePlayer saving was working. But now attributes are read from SAO not RemotePlayer and the current serialize function verify SAO exists to save the player attributes. Because PlayerSAO::disconnected marks playersao for removal, only mark playerSAO for removal and let PlayerSAO::removingFromEnvironment do the correct saving behaviour and all the disconnection process instead of doing a partial removal and let the server loop doing the RemotePlayer cleanup and remove some saved attributes...
2016-11-05Fix memory leak in ::safeLoadFile (#4730)Zeno-
2016-11-04Remove unused shader matrices. (#4723)lhofhansl
2016-11-04Cycle directly to nothing shown instead of showing the profiler graph againlhofhansl
Fix for previous commit.
2016-11-04Add debug priv, and allow player to display the scene as wire-frame. (#4709)lhofhansl
2016-11-02Add minetest.get_server_uptime() function to Lua API (#4702)Brandon
Add minetest.get_server_uptime() function to Lua API
2016-10-31Add version APIShadowNinja
2016-10-31Lua voxelmanip: Add optional buffer param for 'get param2 data'paramat
Update lua_api.txt.
2016-10-31Core.rotate_and_place: Remove unused call to get_look_pitch()Auke Kok
2016-10-30Optionally disable optimization that causes underwater and cave rendering ↵lhofhansl
glitches. (#4686)
2016-10-30Fix overloading problems mentioned by clangLoic Blot
2016-10-30PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul
* Create UnitSAO, a common part between PlayerSAO & LuaEntitySAO * Move breath to PlayerSAO & LocalPlayer * Migrate m_yaw from (Remote)Player & LuaEntitySAO to UnitSAO * Migrate m_yaw from Player to LocalPlayer for client * Move some functions outside of player class to PlayerSAO/RemotePlayer or LocalPlayer depending on which class needs it * Move pitch to LocalPlayer & PlayerSAO * Move m_position from Player to LocalPlayer * Move camera_barely_in_ceiling to LocalPlayer as it's used only there * use PlayerSAO::m_base_position for Server side positions * remove a unused variable * ServerActiveObject::setPos now uses const ref * use ServerEnv::loadPlayer unconditionnaly as it creates RemotePlayer only if it's not already loaded * Move hp from Player to LocalPlayer * Move m_hp from LuaEntitySAO to UnitSAO * Use m_hp from PlayerSAO/UnitSAO instead of RemotePlayer
2016-10-30Rename testsounds/ directory to sounds/ (#1984)Hugo Locurcio
2016-10-28Add missing keyname_to_keycode function (needed on Android)sfan5
When rewriting keycode.cpp I overlooked this function, fixes #4683 completely
2016-10-28Add missing remoteplayer.cpp to Android buildNer'zhul
this should fix #4683
2016-10-27Add unittests to test player saving/loading (#4679)Ner'zhul
2016-10-27CleanupDániel Juhász
2016-10-27Use node lighting for liquid spreadingDániel Juhász
This commit modifies the liquid transforming procedure to light and unlight nodes instead of whole map blocks.
2016-10-27Improved lightingDániel Juhász
This commit rewrites the procedure that is responsible for light updating. this commit -provides iterative solutions for unlighting and light spreading -introduces a new priority queue-like container for the iteration -creates per-node MapBlock caching to reduce retrieving MapBlocks from the map -calculates with map block positions and in-block relative node coordinates -skips light updating if it is not necessary since the node's new light will be the same as its old light was
2016-10-27Document item use callbacks (#4668)raymoo
2016-10-26Shaders: Remove special handling for liquids. (#4670)lhofhansl
2016-10-25Adding LuaError on attempt to assign vectors with values out of rangeFoghrye4
2016-10-25ParticleSpawner: fix offset being added twiceGael-de-Sailly
2016-10-25Windows: dont link to libraries that are already linked by cmakeadrido
This solves the problem whith building where build fails if the libaries have different names.
2016-10-25Shaders: Apply tone mapping before fog calculation.Lars Hofhansl
2016-10-24Shaders: Harmonize Irrlicht and shader fog calculationsLars Hofhansl
2016-10-21Lua_api.txt: Clarify 'override_meta' bool in 'set mapgen setting'paramat
2016-10-21Damage flash: Reduce maximum alpha. Avoid fade overloadparamat
Flash alpha maximum is reduced from 180 to 127 to avoid player blindness in combat. Flash alpha minimum is unchanged. The 'damage_flash' value is now limited to max alpha, to avoid multiple hits creating a huge value that causes flash to stay at maximum alpha for a long period. Now alpha always starts to fade immediately after taking damage. Both problems can be seen in Minetest let's play videos. Simplify and optimise some code.
2016-10-20Changes to static object storage limit and error messageparamat
Move static object storage force-delete message from errorstream to warningstream. Increase 'max objects per block' setting to 64. Add missing spaces in warning code.
2016-10-20Chat commands: Trim whitespaces from input of `/privs` commandred-001
2016-10-19Fix crash on attaching player to entityFoghrye4
Rename "refresh" to "processInitData"
2016-10-17Builtin: Add vector.floor helper functionrubenwardy
2016-10-17Revert changes to toggleNoClip and toggleFreeMoveLars Hofhansl
2016-10-17Don't use day light sky unless noclip and free_move are enabledLars Hofhansl
2016-10-16Enable mod security by defaultShadowNinja
2016-10-16Builtin/../chatcommands: Add /grantme commandred-001
2016-10-16Emergeblocks: Fix occasional crashRogier
Modification of the emergeblocks internal state was not protected by a lock, causing a race condition. This can be reproduced by repeatedly running emergeblocks for an already-generated section of the map (with multiple emerge threads).
2016-10-15Travis: Only trigger a compile, when C/C++ related files were touched (#4284)Tim
2016-10-15Make documentation about ItemStack:set_{name,count,wear} clearersfan5
These methods do not actually fail but instead clear the item stack and return false if a value like e.g. "" is passed.
2016-10-14Builtin/../falling.lua: Code optimisationtenplus1
2016-10-13Use range-based fog instead of z-plane based.Lars Hofhansl
2016-10-13Attached particle spawnersraymoo
2016-10-12Don't use unordered maps for ProfilerGraph (fixes flickering)sfan5
2016-10-12Add a button for disabling all mods to world config. (#3900)red-001
2016-10-11Add missing languages to the settingsSmallJoker