aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure air neighbors to liquids that can flow are enqueued for transformationGiuseppe Bilotta2011-08-161-1/+7
* Ensure param2 is set correctly in transformLiquidsGiuseppe Bilotta2011-08-161-4/+4
* Use defines for liquid levelsGiuseppe Bilotta2011-08-161-4/+4
* transformLiquid: small optimization and whitespace cleanupGiuseppe Bilotta2011-08-161-18/+11
* small fix to transformLiquidsPerttu Ahola2011-08-151-6/+5
* Some obvious errors in the new fluid flow managementGiuseppe Bilotta2011-08-051-3/+4
* * fix for broken waterPerttu Ahola2011-08-031-2/+2
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-301-53/+114
|\
| * and now fixed a bug in removing that debug outputPerttu Ahola2011-07-241-0/+1
| * removed a remaining debug printPerttu Ahola2011-07-241-2/+3
| * Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola2011-07-241-1/+20
| * merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-241-17/+57
| |\
| | * Attempt to fix the big bug. Now server either stops sending map or mapgen sta...Perttu Ahola2011-07-211-15/+55
| * | merged the content type extension and deltaPerttu Ahola2011-07-231-3/+5
| |\ \
| | * | switched to old transformLiquids, new one is not readyPerttu Ahola2011-07-231-207/+216
| | * | merged some stuff from upstream while merging deltaPerttu Ahola2011-07-231-27/+41
| | |\ \
| * | | | extended content-type rangePerttu Ahola2011-07-231-35/+35
| | |/ / | |/| |
* | | | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-221-27/+41
|\| | | | |/ / |/| |
| * | Fixed new map generator causing a crash when generating at map limitPerttu Ahola2011-07-221-27/+41
| |/
* | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-201-4/+17
|\|
| * A small fix to an unlikely situation where the map generator requires a block...Perttu Ahola2011-07-171-4/+17
* | * initialize liquid_kind properly so compiler does not bitch about itNils Dagsson Moskopp2011-07-191-1/+1
* | final fixes to liquid flow, works now as intendedFelix Krause2011-07-181-15/+5
* | fixes to liquid transformationFelix Krause2011-07-181-5/+5
* | fixed refactoring issues // slowed down water flow a bitFelix Krause2011-07-181-7/+29
* | * refactored liquid transformation code (has some flaws)Felix Krause2011-07-181-251/+200
* | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-161/+252
|\|
| * Fixed objects being sometimes not able to be stored statically in a block whe...Perttu Ahola2011-07-011-12/+40
| * tried to fix block selection in map rendering a bitPerttu Ahola2011-06-271-6/+6
| * map unloading is now a whole lot betterPerttu Ahola2011-06-271-29/+70
| * fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-261-56/+39
| * reorganized stuffPerttu Ahola2011-06-261-0/+19
| * reorganized a lot of stuff and modified mapgen and objects slightly while doi...Perttu Ahola2011-06-261-7/+3
| * even more code refactoringPerttu Ahola2011-06-261-27/+57
| * more reorganizing of map codePerttu Ahola2011-06-261-1/+3
| * cleaned map stuffPerttu Ahola2011-06-261-26/+18
* | * possibly improved water flow, by flyx86Nils Dagsson Moskopp2011-07-141-7/+39
|/
* moved mapgen stuff around abitPerttu Ahola2011-06-251-6/+7
* moved map generator to separate source filesPerttu Ahola2011-06-251-1899/+6
* mapgen stuffPerttu Ahola2011-06-251-194/+341
* New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-251-2448/+1807
* Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola2011-06-181-2/+3
* farmesh is now usable.Perttu Ahola2011-06-181-9/+28
* modified iron amount a bitPerttu Ahola2011-06-171-3/+2
* Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola2011-06-171-1/+1
* Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola2011-06-171-0/+1
* Probably fixed the single-MapBlock generator using 1 block lower water height...Perttu Ahola2011-06-161-1/+1
* tried to reduce unnecessary map saving disk i/o a bitPerttu Ahola2011-06-051-5/+5
* Messed around with genmap.py. Now supports format version 17.Perttu Ahola2011-06-051-2/+4
* Reduced the CPU usage of the sent block selector algorithmPerttu Ahola2011-05-311-3/+3