Node placement / mineral / serialization / iron freq / node_dig callback
[oweals/minetest.git] / src / map.cpp
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2011-11-29 Perttu AholaPrint debug stacks to infostream rather than errorstrea...
2011-11-29 Perttu AholaQuick fix to a bug that makes it possible to raise...
2011-11-29 Perttu AholaGenericNodeMetadata and an example furnace
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaFix a random commented-out piece of lighting code,...
2011-11-29 Perttu AholaMake map generator as much threaded as possible (not...
2011-11-29 Perttu AholaPrint out number of blocks in memory at unload
2011-11-29 Perttu AholaDon't allow placing CONTENT_IGNORE with Map::setNode...
2011-11-29 Perttu AholaMake liquid_alternative_* to be strings
2011-11-29 Perttu AholaStore metadata as metadata name in node definition
2011-11-29 Perttu AholaDefault to saving stuff more often to minimize lag...
2011-11-29 Perttu AholaDon't print 'Blocks modified by: ' in Map::timerUpdate...
2011-11-29 Perttu AholaDon't print all block saves to verbosestream; rather...
2011-11-29 Perttu AholaAdd reason parameter to setModified and print it out...
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaRemove node content-dependent stuff from map.cpp
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaAllocate MapBlock::m_node_metadata on heap to allow...
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-08 Perttu AholaReset block usage timer on client only if it is very...
2011-11-03 Perttu AholaPossible fix to bases of islands/hills getting culled...
2011-11-03 Perttu AholaTune occlusion culling a bit more
2011-11-03 Perttu AholaTune occlusion culling a bit
2011-11-03 Perttu AholaVery simple occlusion culling
2011-11-02 Perttu Aholaocclusion culling fix, a little reshaping of map render...
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-10-18 Perttu AholaTry to tune fog to work well on high-end machines also
2011-10-18 Perttu AholaTune map rendering and related diagnostics
2011-10-17 Perttu AholaAdd /clearobjects
2011-10-17 Perttu AholaAdd some rendering statistics to profiler
2011-10-16 Perttu AholaFix chest not working after walked away and came back
2011-10-16 Perttu AholaFix map delete on windows (concatenate paths correctly...
2011-10-16 Perttu AholaUse the logger; also, default to not showing much crap...
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-23 darkroseremove content_* things from map.cpp
2011-09-22 darkroseadded locking chests - clean patch
2011-09-08 Kahrltrying something else... also replaced M_PI by PI every...
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 KahrlCollected and moved existing camera infrastructure...
2011-09-07 KahrlRemoved unused camera_position and camera_direction...
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'
next