summaryrefslogtreecommitdiff
path: root/src/map.cpp
Commit message (Expand)AuthorAge
...
* | remove content_* things from map.cppdarkrose2011-09-23
* | added locking chests - clean patchdarkrose2011-09-22
|/
* Remove block file from disk when saved to databasePerttu Ahola2011-09-06
* Speed up periodical map unloading by moving beginSave() and endSave() to oute...Perttu Ahola2011-09-06
* Merge remote-tracking branch 'queatz/sqlite-map'Perttu Ahola2011-09-06
|\
| * These numbers were well exceeding 2^32...JacobF2011-09-04
| * Initial sqlite3 maps.JacobF2011-09-02
* | allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl2011-09-06
|/
* Hopefully fix 'dangling water'Giuseppe Bilotta2011-08-22
* Flowing lava updates lightingPerttu Ahola2011-08-22
* Optimize for viscosity 1Giuseppe Bilotta2011-08-16
* Viscous fluidsGiuseppe Bilotta2011-08-16
* Make sure all neighbors of changed fluids are activatedGiuseppe Bilotta2011-08-16
* Let the liquids flow in the openGiuseppe Bilotta2011-08-16
* Ensure air neighbors to liquids that can flow are enqueued for transformationGiuseppe Bilotta2011-08-16
* Ensure param2 is set correctly in transformLiquidsGiuseppe Bilotta2011-08-16
* Use defines for liquid levelsGiuseppe Bilotta2011-08-16
* transformLiquid: small optimization and whitespace cleanupGiuseppe Bilotta2011-08-16
* small fix to transformLiquidsPerttu Ahola2011-08-15
* Some obvious errors in the new fluid flow managementGiuseppe Bilotta2011-08-05
* * fix for broken waterPerttu Ahola2011-08-03
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-30
|\
| * and now fixed a bug in removing that debug outputPerttu Ahola2011-07-24
| * removed a remaining debug printPerttu Ahola2011-07-24
| * Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola2011-07-24
| * merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-24
| |\
| | * Attempt to fix the big bug. Now server either stops sending map or mapgen sta...Perttu Ahola2011-07-21
| * | merged the content type extension and deltaPerttu Ahola2011-07-23
| |\ \
| | * | switched to old transformLiquids, new one is not readyPerttu Ahola2011-07-23
| | * | merged some stuff from upstream while merging deltaPerttu Ahola2011-07-23
| | |\ \
| * | | | extended content-type rangePerttu Ahola2011-07-23
| | |/ / | |/| |
* | | | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-22
|\| | | | |/ / |/| |
| * | Fixed new map generator causing a crash when generating at map limitPerttu Ahola2011-07-22
| |/
* | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-20
|\|
| * A small fix to an unlikely situation where the map generator requires a block...Perttu Ahola2011-07-17
* | * initialize liquid_kind properly so compiler does not bitch about itNils Dagsson Moskopp2011-07-19
* | final fixes to liquid flow, works now as intendedFelix Krause2011-07-18
* | fixes to liquid transformationFelix Krause2011-07-18
* | fixed refactoring issues // slowed down water flow a bitFelix Krause2011-07-18
* | * refactored liquid transformation code (has some flaws)Felix Krause2011-07-18
* | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-14
|\|
| * Fixed objects being sometimes not able to be stored statically in a block whe...Perttu Ahola2011-07-01
| * tried to fix block selection in map rendering a bitPerttu Ahola2011-06-27
| * map unloading is now a whole lot betterPerttu Ahola2011-06-27
| * fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-26
| * reorganized stuffPerttu Ahola2011-06-26
| * reorganized a lot of stuff and modified mapgen and objects slightly while doi...Perttu Ahola2011-06-26
| * even more code refactoringPerttu Ahola2011-06-26
| * more reorganizing of map codePerttu Ahola2011-06-26
| * cleaned map stuffPerttu Ahola2011-06-26