aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
2013-04-07Adjusting water removing above unloaded blocksproller
2013-04-06Don't re-write entire map_meta.txt if a setting is missingkwolekr
2013-04-06Don't flow finite liquid into an unloaded chunkproller
2013-03-18Fix Map::initBlockMake to actually use chunksize settingkwolekr
2013-03-17Don't erase modified_blocksIlya Zhuravlev
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-14Liquid fine tuningproller
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr
2013-02-25Merge pull request #482 from proller/liquidkwolekr
2013-02-25Fix most walled-off caveskwolekr
2013-02-25Misc. cleanup and minor fixeskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24new adjustable finite liquidproller
2013-02-06Add flag string settings, flat map optionkwolekr
2013-02-06Improve random map seed generationkwolekr
2013-01-23Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr
2013-01-21Use a string identifier for a mapgen instead of versionkwolekr
2013-01-21Removed Mapgen V7 for nowkwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Clean up EmergeManager, do initial work on Mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2013-01-21Only clear block modified flag if writing to db was successfulkwolekr
2013-01-12fix integer overflow (fixes #414)Jürgen Doser
2012-09-07Add liquid_renewable property.Ilya Zhuravlev
2012-09-04Reorganize ClientMap rendering code for a bit more performancePerttu Ahola
2012-07-27Tweak rollback and liquidsPerttu Ahola
2012-07-27Tweak rollback stuffPerttu Ahola
2012-07-27ABM and liquid overload skipPerttu Ahola
2012-07-27Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola
2012-07-27Don't track liquids for rollback because of too much logPerttu Ahola
2012-07-27Experimental-ish rollback functionalityPerttu Ahola
2012-07-23Implement node timersdarkrose
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-06-04Add ignore_world_load_errors configuration option and provide better error me...Perttu Ahola
2012-06-03NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola
2012-06-03WIP node metadata, node timersKahrl
2012-03-29Remove unnecessary debug outputPerttu Ahola
2012-03-29Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u...Perttu Ahola
2012-03-27Re-implement and re-tune mapgen v2Perttu Ahola
2012-03-27Remove usage of mapgen::add_random_objects(block)Perttu Ahola
2012-03-27Remove some debug outputPerttu Ahola
2012-03-27Do post-mapgen lighting using the VoxelManipulator-based functions (causes gl...Perttu Ahola
2012-03-27voxalgo::clearLightAndCollectSourcesPerttu Ahola
2012-03-27Post-mapgen lighting optimizationPerttu Ahola