aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
2011-08-05Some obvious errors in the new fluid flow managementGiuseppe Bilotta
2011-08-03* fix for broken waterPerttu Ahola
2011-07-30Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-24and now fixed a bug in removing that debug outputPerttu Ahola
2011-07-24removed a remaining debug printPerttu Ahola
2011-07-24Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola
2011-07-24merged fix to decapitated trees; other bugs now existsPerttu Ahola
2011-07-23merged the content type extension and deltaPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-07-23switched to old transformLiquids, new one is not readyPerttu Ahola
2011-07-23merged some stuff from upstream while merging deltaPerttu Ahola
2011-07-22Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-07-22Fixed new map generator causing a crash when generating at map limitPerttu Ahola
2011-07-21Attempt to fix the big bug. Now server either stops sending map or mapgen sta...Perttu Ahola
2011-07-20Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-07-19* initialize liquid_kind properly so compiler does not bitch about itNils Dagsson Moskopp
2011-07-18final fixes to liquid flow, works now as intendedFelix Krause
2011-07-18fixes to liquid transformationFelix Krause
2011-07-18fixed refactoring issues // slowed down water flow a bitFelix Krause
2011-07-18* refactored liquid transformation code (has some flaws)Felix Krause
2011-07-17A small fix to an unlikely situation where the map generator requires a block...Perttu Ahola
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-07-14* possibly improved water flow, by flyx86Nils Dagsson Moskopp
2011-07-01Fixed objects being sometimes not able to be stored statically in a block whe...Perttu Ahola
2011-06-27tried to fix block selection in map rendering a bitPerttu Ahola
2011-06-27map unloading is now a whole lot betterPerttu Ahola
2011-06-26fixed block unloading from memory (a better fix coming next)Perttu Ahola
2011-06-26reorganized stuffPerttu Ahola
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while doi...Perttu Ahola
2011-06-26even more code refactoringPerttu Ahola
2011-06-26more reorganizing of map codePerttu Ahola
2011-06-26cleaned map stuffPerttu Ahola
2011-06-25moved mapgen stuff around abitPerttu Ahola
2011-06-25moved map generator to separate source filesPerttu Ahola
2011-06-25mapgen stuffPerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola
2011-06-18Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola
2011-06-18farmesh is now usable.Perttu Ahola
2011-06-17modified iron amount a bitPerttu Ahola
2011-06-17Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola
2011-06-16Probably fixed the single-MapBlock generator using 1 block lower water height...Perttu Ahola
2011-06-05tried to reduce unnecessary map saving disk i/o a bitPerttu Ahola
2011-06-05Messed around with genmap.py. Now supports format version 17.Perttu Ahola
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-24Added a check that avoids server crash (unhandled exception) when map generat...Perttu Ahola
2011-05-22mud placed in sunlight no longer instantly turns to grass; also tuned transfo...Perttu Ahola
2011-05-22Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola
2011-05-18New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks
2011-05-16Get rid of all the string format warnings caused by the DSTACK macroCiaran Gultnieks