remove content_* things from map.cpp
[oweals/minetest.git] / src / map.cpp
2011-09-23 darkroseremove content_* things from map.cpp
2011-09-22 darkroseadded locking chests - clean patch
2011-09-06 Perttu AholaRemove block file from disk when saved to database
2011-09-06 Perttu AholaSpeed up periodical map unloading by moving beginSave...
2011-09-06 Perttu AholaMerge remote-tracking branch 'queatz/sqlite-map'
2011-09-06 Kahrlallow specifying a fixed seed in the config file for...
2011-09-04 JacobFThese numbers were well exceeding 2^32...
2011-09-02 JacobFInitial sqlite3 maps.
2011-08-22 Giuseppe BilottaHopefully fix 'dangling water'
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/me_cmd'
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/new_input'
2011-08-22 Perttu AholaFlowing lava updates lighting
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/liquid_fixes'
2011-08-22 Perttu AholaMerge branch 'lava'
2011-08-16 Giuseppe BilottaOptimize for viscosity 1
2011-08-16 Giuseppe BilottaViscous fluids
2011-08-16 Giuseppe BilottaMake sure all neighbors of changed fluids are activated
2011-08-16 Giuseppe BilottaLet the liquids flow in the open
2011-08-16 Giuseppe BilottaEnsure air neighbors to liquids that can flow are enque...
2011-08-16 Giuseppe BilottaEnsure param2 is set correctly in transformLiquids
2011-08-16 Giuseppe BilottaUse defines for liquid levels
2011-08-16 Giuseppe BilottatransformLiquid: small optimization and whitespace...
2011-08-15 Perttu Aholasmall fix to transformLiquids
2011-08-05 Perttu Aholamerged delta and c55
2011-08-05 Giuseppe BilottaSome obvious errors in the new fluid flow management
2011-08-03 Perttu Ahola* fix for broken water
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-24 Perttu Aholaand now fixed a bug in removing that debug output
2011-07-24 Perttu Aholaremoved a remaining debug print
2011-07-24 Perttu AholaAdded a mapblock analyzing function for debugging use...
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-23 Perttu Aholaswitched to old transformLiquids, new one is not ready
2011-07-23 Perttu Aholamerged some stuff from upstream while merging delta
2011-07-22 Constantin WengerMerge remote-tracking branch 'upstream/master'
2011-07-22 Constantin WengerMerge remote-tracking branch 'upstream/master'
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-21 Perttu AholaFixed new map generator causing a crash when generating...
2011-07-21 Perttu AholaMerged minetest-delta a624fe549bc75855a170
2011-07-21 Perttu AholaAttempt to fix the big bug. Now server either stops...
2011-07-20 Nils Dagsson MoskoppMerge pull request #27 from Oblomov/master
2011-07-20 Nils Dagsson MoskoppMerge pull request #27 from Oblomov/master
2011-07-20 Nils Dagsson MoskoppMerge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson MoskoppMerge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson MoskoppMerge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson MoskoppMerge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson MoskoppMerge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson MoskoppMerge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-19 Nils Dagsson Moskopp* initialize liquid_kind properly so compiler does...
2011-07-19 Nils Dagsson Moskopp* initialize liquid_kind properly so compiler does...
2011-07-18 Felix Krausefinal fixes to liquid flow, works now as intended
2011-07-18 Felix Krausefinal fixes to liquid flow, works now as intended
2011-07-18 Felix Krausefixes to liquid transformation
2011-07-18 Felix Krausefixes to liquid transformation
2011-07-18 Felix Krausefixed refactoring issues // slowed down water flow...
2011-07-18 Felix Krausefixed refactoring issues // slowed down water flow...
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-17 Perttu AholaA small fix to an unlikely situation where the map...
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson Moskopp* possibly improved water flow, by flyx86
2011-07-14 Nils Dagsson Moskopp* possibly improved water flow, by flyx86
2011-07-01 Perttu AholaFixed objects being sometimes not able to be stored...
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Perttu Aholatried to fix block selection in map rendering a bit
2011-06-26 Perttu Aholamap unloading is now a whole lot better
2011-06-26 Perttu Aholafixed block unloading from memory (a better fix coming...
2011-06-26 Perttu Aholareorganized stuff
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-25 Perttu Aholaeven more code refactoring
2011-06-25 Perttu Aholamore reorganizing of map code
2011-06-25 Perttu Aholacleaned map stuff
2011-06-25 Perttu Aholamoved mapgen stuff around abit
2011-06-25 Perttu Aholamoved map generator to separate source files
2011-06-25 Perttu Aholamapgen stuff
2011-06-25 Perttu AholaNew map generator added (and SQLite, messed up the...
2011-06-18 Perttu AholaChanged MapBlockObjects to be never written anymore...
2011-06-18 Perttu Aholafarmesh is now usable.
2011-06-17 Perttu Aholamodified iron amount a bit
2011-06-17 Perttu AholaMoved stuff from mapblock{h,cpp} to mapblock_mesh....
2011-06-17 Perttu AholaMoved some mapnode content stuff from mapnode.{h,cpp...
2011-06-16 Perttu AholaProbably fixed the single-MapBlock generator using...
2011-06-05 Perttu Aholatried to reduce unnecessary map saving disk i/o a bit
2011-06-04 Perttu AholaMessed around with genmap.py. Now supports format versi...
2011-06-02 Nils Dagsson Moskopp+ papyrus
2011-06-02 Nils Dagsson Moskopp+ papyrus
2011-06-01 Perttu Aholamore merging - hopefully all spare heads are now gone
next