]> git.lizzy.rs Git - dragonfireclient.git/history - src/map.cpp
Make node timers more efficient
[dragonfireclient.git] / src / map.cpp
2016-06-11 EkdohibsMake node timers more efficient
2016-05-22 Loic BlotImplement a PostgreSQL backend
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup
2016-03-30 gregorycuRemove expensive copy of ContentFeatures
2016-01-20 paramatLiquid flow: Prevent water spreading on ignore
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width...
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-08-13 Perttu AholaFix segfault caused by a8e238ed06ee8285ed4459e9deda3117...
2015-08-13 est31Add count based unload limit for mapblocks
2015-08-02 rubenwardyAdd map limit config option
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-05-08 kwolekrEnsure that Map::findNodesWithMetadata() reports nodes...
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 ngosangRespect game mapgen flags and save world noise params
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
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-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-17 Loic BlotReplace std::list by std::vector into ClientMap::update...
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-27 kwolekrFix missing map_meta.txt error when creating new worlds
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-18 gregorycuWater fixes
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-15 unknownChange UniqueQueue to use a queue and a set.
2015-01-14 Craig RobbinsFix use of uninitialized data
2015-01-13 kwolekrAttempt to fix occasional issue of uninitialized MapBlo...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2014-12-29 Craig RobbinsFix -Wtype-limits warnings and remove disabling of...
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-23 Craig RobbinsMake limiting of the reflow liquids queue size optional
2014-12-17 Craig RobbinsDo not allow the m_transforming_liquid queue to increas...
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-11-01 kwolekrSplit up mapgen.cpp
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-09-01 kwolekrSave previously generated blocks on Mapgen blitback
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
2014-06-22 sapierRemove emerge and speedup addArea by using memcopy...
2014-06-15 sapierMinor stability improvements in block emerge handling
2014-04-18 prollerFix warnings
2014-04-18 prollerRemove liquid_finite and weather
2014-04-16 Sfan5Add redis database backend
2014-04-15 Sfan5Fix all warnings reported by clang
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-05 sweetbomberImprove (re)spawn, add cache_block_before_spawn and...
2013-12-01 sapierCleanup jthread and fix win32 build
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-11-09 kwolekrWeather: Fix uninitialized weather_update_time (sorry...
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-11-02 PilzAdamFix liquid_range
2013-09-17 prollerFix null dereference in weather update functions
2013-09-17 kwolekrFix some warnings and other minor details
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-10 KahrlFix loading leveldb worlds
2013-09-09 Sfan5Use STL containers instead of irr::core::list
2013-09-09 Sfan5Make it compile
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-08-29 prollerNormalized heat and adjusted humidity
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 PilzAdamDont write directly to files but rather write and copy...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-08-01 prollerWeather backward compatibility
2013-07-28 prollerWarnings fix
2013-07-28 prollerBetter snow fall, finite liquid transform, leveled...
2013-07-27 prollerWeather support
2013-07-20 PilzAdamAdd liquid_range to nodedef
2013-07-15 PilzAdamFix lighting bug caused by disappearing lava
2013-07-04 prollerImprove finite liquid distribution, fix small bug
2013-07-02 sapierReplace C++ mainmenu by formspec powered one
2013-06-28 kwolekrFix issue of VManip occasionally not blitting back...
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-20 PilzAdamAdd a setting for max loop count per step in liquid...
2013-06-03 KahrlAdd and implement setting max_clearobjects_extra_loaded...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-31 prollerLiquid adjusting: continue to drop
2013-05-20 kwolekrFix nearly all warnings
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-25 prollerTune finite liquids, indev huge caves
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-09 sapierfix emergemanager memory leaks
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-06 prollerAdjusting water removing above unloaded blocks
next