aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add liquid_range to nodedefPilzAdam2013-07-201-1/+2
|
* Fix lighting bug caused by disappearing lavaPilzAdam2013-07-161-2/+4
|
* Improve finite liquid distribution, fix small bugproller2013-07-051-6/+13
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-6/+7
|
* Fix issue of VManip occasionally not blitting back blocks, and pitch black ↵kwolekr2013-06-271-14/+24
| | | | lighting bug
* Add a setting for max loop count per step in liquid updatePilzAdam2013-06-201-2/+6
|
* Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl2013-06-031-0/+25
| | | | | Now Environment::clearAllObjects() unloads unused blocks in an interval defined by max_clearobjects_extra_loaded_blocks (default 4096).
* Liquid adjusting: continue to dropproller2013-05-311-1/+1
|
* Fix nearly all warningskwolekr2013-05-191-5/+5
|
* Tune finite liquids, indev huge cavesproller2013-04-251-1/+1
|
* fix emergemanager memory leakssapier2013-04-091-0/+2
|
* Adjusting water removing above unloaded blocksproller2013-04-071-2/+2
|
* Don't re-write entire map_meta.txt if a setting is missingkwolekr2013-04-061-2/+10
|
* Don't flow finite liquid into an unloaded chunkproller2013-04-061-4/+8
|
* Fix Map::initBlockMake to actually use chunksize settingkwolekr2013-03-181-7/+3
|
* Don't erase modified_blocksIlya Zhuravlev2013-03-171-3/+3
|
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-161-0/+1
|
* Liquid fine tuningproller2013-03-141-37/+90
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-173/+141
|
* Fix most warnings, re-fix MSVC compile errorkwolekr2013-02-261-1/+1
|
* Merge pull request #482 from proller/liquidkwolekr2013-02-251-0/+312
|\ | | | | finite liquid
| * new adjustable finite liquidproller2013-02-241-0/+312
| |
* | Fix most walled-off caveskwolekr2013-02-251-13/+10
| |
* | 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
| | | | | | | | | | | | | | - Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks
* | 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
| | | | | | liquid_kind was declared as an u8, but used to hold a content_t value, which is delcared to be a u16. changing this fixes (at least for me) the problem reported in bug #414.
* Add liquid_renewable property.Ilya Zhuravlev2012-09-071-2/+2
|
* Reorganize ClientMap rendering code for a bit more performancePerttu Ahola2012-09-041-2/+2
| | | | | - Don't select blocks for drawing in every frame - Sort meshbuffers by material before drawing
* 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 ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors