aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
2011-09-26Merge remote-tracking branch 'marktraceur/master'Perttu Ahola
2011-09-26Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola
2011-09-23Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist
2011-09-23remove content_* things from map.cppdarkrose
2011-09-22added locking chests - clean patchdarkrose
2011-09-08trying something else... also replaced M_PI by PI everywhereKahrl
2011-09-08Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl
2011-09-07Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl
2011-09-06Remove block file from disk when saved to databasePerttu Ahola
2011-09-06Speed up periodical map unloading by moving beginSave() and endSave() to oute...Perttu Ahola
2011-09-06Merge remote-tracking branch 'queatz/sqlite-map'Perttu Ahola
2011-09-06allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl
2011-09-04These numbers were well exceeding 2^32...JacobF
2011-09-02Initial sqlite3 maps.JacobF
2011-08-22Hopefully fix 'dangling water'Giuseppe Bilotta
2011-08-22Flowing lava updates lightingPerttu Ahola
2011-08-16Optimize for viscosity 1Giuseppe Bilotta
2011-08-16Viscous fluidsGiuseppe Bilotta
2011-08-16Make sure all neighbors of changed fluids are activatedGiuseppe Bilotta
2011-08-16Let the liquids flow in the openGiuseppe Bilotta
2011-08-16Ensure air neighbors to liquids that can flow are enqueued for transformationGiuseppe Bilotta
2011-08-16Ensure param2 is set correctly in transformLiquidsGiuseppe Bilotta
2011-08-16Use defines for liquid levelsGiuseppe Bilotta
2011-08-16transformLiquid: small optimization and whitespace cleanupGiuseppe Bilotta
2011-08-15small fix to transformLiquidsPerttu Ahola
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