aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dungeons: Use biome 'node_stone' if normal stone types not detectedparamat2017-07-308-22/+61
* GenericCAO: Fix dark model below y = 0paramat2017-07-301-1/+1
* Darkness detection: Reduce chance of false positives darkening the skyboxLars Hofhansl2017-07-301-3/+3
* Make direct item selection keys freely bindableWuzzy2017-07-306-17/+158
* Move the nametag back to the top of the player (#6179)TeTpaAka2017-07-293-7/+18
* Noise: Prevent unittest crash caused by division by zeroSmallJoker2017-07-291-1/+3
* Revert "Noise::perlinMap2D,3D: replace a loop init with a single memset call"Loïc Blot2017-07-271-3/+4
* Fix a warning introduced by 4eb59aeeb2f2b535f4eb2a1608189bb03098454eLoïc Blot2017-07-271-1/+1
* Add LuaEntity on_death callback (#6177)Loïc Blot2017-07-275-7/+44
* Rename previous_was_found to previous_existsLoic Blot2017-07-271-5/+5
* MapBlock::actuallyUpdateDayNightDiff(): little performance optimizationLoic Blot2017-07-271-1/+8
* compressZlib: don't use a SharedBuffer but a raw u8 * pointerLoic Blot2017-07-273-40/+34
* Massive performance improvement on correctBlockNodeIdsLoic Blot2017-07-271-1/+23
* Noise::perlinMap2D,3D: replace a loop init with a single memset callLoic Blot2017-07-271-4/+3
* Remove one unused variable in Server::Receive functionLoic Blot2017-07-271-1/+0
* Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot2017-07-263-68/+2
* TileLayer: use shared_ptr for FrameSpec vector (#6171)Loïc Blot2017-07-265-14/+14
* VoxelManip cleanups (const ref, const move) + function removal (#6169)Loïc Blot2017-07-2613-198/+85
* Create_schematic documentation: Update for per-node force-placeparamat2017-07-261-5/+12
* Mgv7: Add 'mount_zero_level' parameterparamat2017-07-264-2/+14
* Move MapEditEventAreaIgnorer to emerge.cppLoic Blot2017-07-252-25/+25
* Network protocol: Document settable player collisionbox (#6168)Paramat2017-07-251-2/+7
* Clouds API: change speed from 'y' to 'z', ColorSpecs in Lua docs (#6164)Ben Deutsch2017-07-242-4/+5
* LBM: use range based for and fixed a loop variable overloading in applyLBMsLoic Blot2017-07-241-33/+24
* Mgv7: Add option to repeat surface biomes in floatlandsparamat2017-07-224-20/+29
* Player collisionbox: Make settableTeTpaAka2017-07-214-8/+13
* In-cloud fog: Strengthen effect when small view range is usedLars Hofhansl2017-07-181-1/+2
* Window size: use 1024x600 to avoid a smaller UIparamat2017-07-183-3/+3
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-1818-29/+136
* Copy lua51.dll (luajit) to bindir (#6148)adrido2017-07-181-0/+6
* LBM content mapping map doesn't need to be ordered, use std::unordered_mapLoic Blot2017-07-182-3/+3
* Very little performance fix on correctBlockNodeIdsLoic Blot2017-07-181-18/+13
* Mgfractal: Improve spawning behaviourparamat2017-07-172-6/+7
* Mesh generation: Fix performance regression caused by 'plantlike_rooted' PRnumber Zero2017-07-171-4/+10
* Chat: Move chat text down to not overlap 3rd line of debug text (#6145)Paramat2017-07-171-1/+1
* Add information about the button heightcx3842017-07-162-0/+2
* F5 debug display: Reformat and remove some information (#6125)Paramat2017-07-161-24/+43
* Chat protocol rewrite (#5117)Loïc Blot2017-07-1616-51/+251
* Camera: Fix wieldmesh glitch after teleporting (#6138)kilbith2017-07-151-1/+2
* Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand""Loic Blot2017-07-159-3/+108
* Default window size: Increase to 1024x576, aspect ratio 16:9paramat2017-07-153-6/+6
* CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"rubenwardy2017-07-159-108/+3
* Sneak: Stripped down versionSmallJoker2017-07-152-231/+176
* Remove remaining modstore code (#6120)Elijah Duffy2017-07-1414-1241/+1
* Dont search for locale folders if gettext is disabled (#6133)adrido2017-07-141-1/+1
* Advanced settings: Reformat noise parameter format exampleparamat2017-07-111-2/+3
* Biomes/decorations/ores: Make relative to 'water_level' settingparamat2017-07-1114-43/+90
* Add 'plantlike_rooted' drawtypenumber Zero2017-07-119-121/+193
* Mapgen Carpathian: Add lava_depth parametervlapsley2017-07-074-2/+13
* Expose getPointedThing to LuaDániel Juhász2017-07-0725-313/+671