]> git.lizzy.rs Git - dragonfireclient.git/history - src/map.cpp
Fix most warnings, re-fix MSVC compile error
[dragonfireclient.git] / src / map.cpp
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
2011-11-29 Perttu AholaStore metadata as metadata name in node definition
2011-11-29 Perttu AholaDefault to saving stuff more often to minimize lag...
2011-11-29 Perttu AholaDon't print 'Blocks modified by: ' in Map::timerUpdate...
2011-11-29 Perttu AholaDon't print all block saves to verbosestream; rather...
2011-11-29 Perttu AholaAdd reason parameter to setModified and print it out...
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaRemove node content-dependent stuff from map.cpp
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaAllocate MapBlock::m_node_metadata on heap to allow...
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-08 Perttu AholaReset block usage timer on client only if it is very...
2011-11-03 Perttu AholaPossible fix to bases of islands/hills getting culled...
2011-11-03 Perttu AholaTune occlusion culling a bit more
2011-11-03 Perttu AholaTune occlusion culling a bit
2011-11-03 Perttu AholaVery simple occlusion culling
2011-11-02 Perttu Aholaocclusion culling fix, a little reshaping of map render...
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-10-18 Perttu AholaTry to tune fog to work well on high-end machines also
2011-10-18 Perttu AholaTune map rendering and related diagnostics
2011-10-17 Perttu AholaAdd /clearobjects
2011-10-17 Perttu AholaAdd some rendering statistics to profiler
2011-10-16 Perttu AholaFix chest not working after walked away and came back
2011-10-16 Perttu AholaFix map delete on windows (concatenate paths correctly...
2011-10-16 Perttu AholaUse the logger; also, default to not showing much crap...
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-23 darkroseremove content_* things from map.cpp
next