]> git.lizzy.rs Git - dragonfireclient.git/history - src/map.cpp
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / map.cpp
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
2013-04-06 kwolekrDon't re-write entire map_meta.txt if a setting is...
2013-04-06 prollerDon't flow finite liquid into an unloaded chunk
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-19 kwolekrFix Map::initBlockMake to actually use chunksize setting
2013-03-17 Ilya ZhuravlevDon't erase modified_blocks
2013-03-17 prollerinitial mapgen indev version with farscale feature...
2013-03-14 prollerLiquid fine tuning
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrFix most warnings, re-fix MSVC compile error
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-26 kwolekrFix most walled-off caves
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
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-08 WeblateMerge remote branch 'origin/master'
2013-02-06 kwolekrAdd flag string settings, flat map option
2013-02-06 kwolekrImprove random map seed generation
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
2013-01-21 kwolekrUse a string identifier for a mapgen instead of version
2013-01-21 kwolekrRemoved Mapgen V7 for now
2013-01-21 kwolekrFinish and clean up mapgen configuration
2013-01-21 kwolekrClean up EmergeManager, do initial work on Mapgen confi...
2013-01-21 kwolekrReadded and optimized mapgen V6
2013-01-21 kwolekrThe new mapgen, noise functions, et al.
2013-01-21 kwolekrOnly clear block modified flag if writing to db was...
2013-01-12 Jürgen Doserfix integer overflow (fixes #414)
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-03 PilzAdamMerge pull request #274 from PilzAdam/falling
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-09-07 Ilya ZhuravlevAdd liquid_renewable property.
2012-09-04 Perttu AholaReorganize ClientMap rendering code for a bit more...
2012-07-27 Perttu AholaTweak rollback and liquids
2012-07-27 Perttu AholaTweak rollback stuff
2012-07-27 Perttu AholaABM and liquid overload skip
2012-07-27 Perttu AholaMake the rollback system VERY FUCKING GOD DAMN POWERFUL
2012-07-26 Perttu AholaDon't track liquids for rollback because of too much log
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-23 darkroseImplement node timers
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaAdd ignore_world_load_errors configuration option and...
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-06-03 KahrlWIP node metadata, node timers
2012-03-28 Perttu AholaRemove unnecessary debug output
2012-03-28 Perttu AholaReduce EnvRef:set_node() time tenfold by postponing...
2012-03-27 Perttu AholaRe-implement and re-tune mapgen v2
2012-03-27 Perttu AholaRemove usage of mapgen::add_random_objects(block)
2012-03-27 Perttu AholaRemove some debug output
2012-03-27 Perttu AholaDo post-mapgen lighting using the VoxelManipulator...
2012-03-27 Perttu Aholavoxalgo::clearLightAndCollectSources
2012-03-27 Perttu AholaPost-mapgen lighting optimization
2012-03-27 Perttu AholaMake mapgen generate stuff in chunks of 3^3 mapblocks
2012-03-15 Perttu AholaMove ClientMap to clientmap.{h,cpp}
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-11 Perttu AholaClean up log messages everywhere
2012-01-22 KahrlCreate node metadata when placing nodes again
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2011-11-29 Perttu AholaPrint debug stacks to infostream rather than errorstrea...
2011-11-29 Perttu AholaQuick fix to a bug that makes it possible to raise...
2011-11-29 Perttu AholaGenericNodeMetadata and an example furnace
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaFix a random commented-out piece of lighting code,...
2011-11-29 Perttu AholaMake map generator as much threaded as possible (not...
2011-11-29 Perttu AholaPrint out number of blocks in memory at unload
2011-11-29 Perttu AholaDon't allow placing CONTENT_IGNORE with Map::setNode...
2011-11-29 Perttu AholaMake liquid_alternative_* to be strings
next