Add scroll_container formspec element (redo) (#9101)
[oweals/minetest.git] / src / map.h
2019-10-23 random-geekRemove legacy flat-file map code
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-08-24 sfan5Improve occlusion culling in corridors with additional...
2019-08-23 sfan5Restore approximate occlusion check
2019-08-23 SmallJokerOcclusion: Check for light_propagates and do mapblock...
2019-08-23 SmallJokerOcclusion: Begin cleanup
2019-08-13 Jozef BehranFix unnecessary exception use in Map::getSectorXXX...
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-08-16 SmallJokerCheck node updates whether the blocks are known (#7568)
2018-07-25 lhofhanslAllow an optional readonly base database (#7544)
2018-02-26 paramatSAO limits: Allow SAOs to exist outside the set 'mapgen...
2018-02-11 Loic Blotmap.cpp: Initialize NodeNeighbor, set NeighborType...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-08-19 Loïc BlotServerMap saving: cleanups (#6274)
2017-08-19 Loic BlotCode modernization: src/m* (part 2)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-26 Loic BlotRemove unused Map::getDayNightDiff + fix one undefined...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-06-03 Loïc BlotProperly remove SAO when worldedges are overtaken ...
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 Auke KokAdd on_flood() callback.
2017-04-20 Dániel JuhászLight update for map blocks
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-18 Loïc BlotFix various variables passed by copy instead of const...
2017-03-27 paramatMap generation limit: Make per-world
2017-03-12 Lars HofhanslAllow server side occlusion culling.
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-10-27 Dániel JuhászImproved lighting
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-06-11 EkdohibsMake node timers more efficient
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-08-13 est31Add count based unload limit for mapblocks
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-06 ShadowNinjaDon't start a server for map migration 2395/head
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-03-04 Loic BlotABMHandler and player_collisions use sequential read...
2015-02-17 Loic BlotReplace std::list by std::vector into timerUpdate calls
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-17 Craig RobbinsDo not allow the m_transforming_liquid queue to increas...
2014-11-19 ShadowNinjaClean up rollback
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't copy back already generated blocks on map generation
2014-07-07 kwolekrDon't unload blocks if save failed
2014-06-22 sapierRemove MapVoxelManipulator not really used by anyone 1359/head
2014-06-15 sapierMinor stability improvements in block emerge handling 1371/head
2014-04-18 prollerRemove liquid_finite and weather 1235/head
2014-02-09 kwolekrServerEnvironment: Remove direct dependency on EmergeMa...
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-01-07 ShadowNinjaRevert "Improve (re)spawn, add cache_block_before_spawn...
2013-12-14 kwolekrUpdate mapgen params in ServerMap after Mapgen init
2013-12-05 sweetbomberImprove (re)spawn, add cache_block_before_spawn and...
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-30 MetaDuckyFixed potential NULL pointer and leak when setting...
2013-11-17 kwolekrActually fix weather
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-10 KahrlAdd license headers and remove useless includes
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-07-27 prollerWeather support
2013-06-28 kwolekrFix issue of VManip occasionally not blitting back...
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-03 KahrlAdd and implement setting max_clearobjects_extra_loaded...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-23 Mukul SatiSet of changes to build mineTest using Visual Studio...
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-26 kwolekrMisc. cleanup and minor fixes
2013-02-26 kwolekrAdd multi-Emerge thread support
2013-02-26 kwolekrAdd emerge.cpp, initial EmergeThread changes
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-24 prollernew adjustable finite liquid 482/head
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-02 WeblateMerge remote branch 'origin/master'
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-29 kwolekrMerge pull request #441 from kwolekr/mapgen_factories
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-23 kwolekrMake mapgen factory setup more elegant, add mapgen_v6.h 441/head
2013-01-21 kwolekrFinish and clean up mapgen configuration
next