aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Misc. cleanup and minor fixeskwolekr2013-02-251-22/+7
* | Add multi-Emerge thread supportkwolekr2013-02-251-13/+52
* | Add emerge.cpp, initial EmergeThread changeskwolekr2013-02-251-0/+1
* | Update Copyright YearsSfan52013-02-241-1/+1
* | Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|/
* Add flag string settings, flat map optionkwolekr2013-02-061-8/+1
* Improve random map seed generationkwolekr2013-02-061-4/+4
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-231-28/+7
* Use a string identifier for a mapgen instead of versionkwolekr2013-01-211-5/+5
* Removed Mapgen V7 for nowkwolekr2013-01-211-10/+0
* Finish and clean up mapgen configurationkwolekr2013-01-211-50/+45
* Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-211-8/+57
* Readded and optimized mapgen V6kwolekr2013-01-211-122/+124
* The new mapgen, noise functions, et al.kwolekr2013-01-211-14/+33
* Only clear block modified flag if writing to db was successfulkwolekr2013-01-211-6/+14
* fix integer overflow (fixes #414)Jürgen Doser2013-01-121-1/+1
* Add liquid_renewable property.Ilya Zhuravlev2012-09-071-2/+2
* Reorganize ClientMap rendering code for a bit more performancePerttu Ahola2012-09-041-2/+2
* Tweak rollback and liquidsPerttu Ahola2012-07-271-3/+2
* Tweak rollback stuffPerttu Ahola2012-07-271-2/+2
* ABM and liquid overload skipPerttu Ahola2012-07-271-1/+1
* Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola2012-07-271-16/+19
* Don't track liquids for rollback because of too much logPerttu Ahola2012-07-271-4/+5
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-17/+70
* Implement node timersdarkrose2012-07-231-0/+53
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add ignore_world_load_errors configuration option and provide better error me...Perttu Ahola2012-06-041-7/+13
* NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola2012-06-031-3/+9
* WIP node metadata, node timersKahrl2012-06-031-47/+3
* Remove unnecessary debug outputPerttu Ahola2012-03-291-1/+0
* Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u...Perttu Ahola2012-03-291-13/+14
* Re-implement and re-tune mapgen v2Perttu Ahola2012-03-271-19/+40
* Remove usage of mapgen::add_random_objects(block)Perttu Ahola2012-03-271-15/+0
* Remove some debug outputPerttu Ahola2012-03-271-3/+1
* Do post-mapgen lighting using the VoxelManipulator-based functions (causes gl...Perttu Ahola2012-03-271-2/+9
* voxalgo::clearLightAndCollectSourcesPerttu Ahola2012-03-271-4/+11
* Post-mapgen lighting optimizationPerttu Ahola2012-03-271-13/+26
* Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola2012-03-271-106/+93
* Move ClientMap to clientmap.{h,cpp}Perttu Ahola2012-03-161-529/+0
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl2012-03-151-268/+53
* Clean up log messages everywherePerttu Ahola2012-03-111-32/+17
* Create node metadata when placing nodes againKahrl2012-01-221-0/+2
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-18/+5
* Print debug stacks to infostream rather than errorstream when placing CONTENT...Perttu Ahola2011-11-291-1/+1
* Quick fix to a bug that makes it possible to raise water levels everywhere wi...Perttu Ahola2011-11-291-1/+3
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-291-2/+7
* Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola2011-11-291-10/+9
* Fix a random commented-out piece of lighting code, altough it doesn't work an...Perttu Ahola2011-11-291-3/+3
* Make map generator as much threaded as possible (not much benefit with curren...Perttu Ahola2011-11-291-1/+11