Properly and efficiently use split utility headers
[oweals/minetest.git] / src / map.cpp
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaAdd ignore_world_load_errors configuration option and...
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-06-03 KahrlWIP node metadata, node timers
2012-03-28 Perttu AholaRemove unnecessary debug output
2012-03-28 Perttu AholaReduce EnvRef:set_node() time tenfold by postponing...
2012-03-27 Perttu AholaRe-implement and re-tune mapgen v2
2012-03-27 Perttu AholaRemove usage of mapgen::add_random_objects(block)
2012-03-27 Perttu AholaRemove some debug output
2012-03-27 Perttu AholaDo post-mapgen lighting using the VoxelManipulator...
2012-03-27 Perttu Aholavoxalgo::clearLightAndCollectSources
2012-03-27 Perttu AholaPost-mapgen lighting optimization
2012-03-27 Perttu AholaMake mapgen generate stuff in chunks of 3^3 mapblocks
2012-03-15 Perttu AholaMove ClientMap to clientmap.{h,cpp}
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-11 Perttu AholaClean up log messages everywhere
2012-01-22 KahrlCreate node metadata when placing nodes again
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
next