aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Collapse)Author
2012-03-27voxalgo::clearLightAndCollectSourcesPerttu Ahola
2012-03-27Post-mapgen lighting optimizationPerttu Ahola
2012-03-27Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola
2012-03-16Move ClientMap to clientmap.{h,cpp}Perttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl
light, removed footprints
2012-03-11Clean up log messages everywherePerttu Ahola
2012-01-22Create node metadata when placing nodes againKahrl
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
2011-11-29Print debug stacks to infostream rather than errorstream when placing ↵Perttu Ahola
CONTENT_IGNORE
2011-11-29Quick fix to a bug that makes it possible to raise water levels everywhere ↵Perttu Ahola
with one source
2011-11-29GenericNodeMetadata and an example furnacePerttu Ahola
2011-11-29Replace old active block random node modifying things with actual ↵Perttu Ahola
ActiveBlockModifiers
2011-11-29Fix a random commented-out piece of lighting code, altough it doesn't work ↵Perttu Ahola
any better
2011-11-29Make map generator as much threaded as possible (not much benefit with ↵Perttu Ahola
current generator because of small generator chunk size (a single MapBlock))
2011-11-29Print out number of blocks in memory at unloadPerttu Ahola
2011-11-29Don't allow placing CONTENT_IGNORE with Map::setNode() because it is never ↵Perttu Ahola
useful and is only caused by bugs.
2011-11-29Make liquid_alternative_* to be stringsPerttu Ahola
2011-11-29Store metadata as metadata name in node definitionPerttu Ahola
2011-11-29Default to saving stuff more often to minimize lag caused by a single savePerttu Ahola
2011-11-29Don't print 'Blocks modified by: ' in Map::timerUpdate if no blocks were writtenPerttu Ahola
2011-11-29Don't print all block saves to verbosestream; rather print counts of ↵Perttu Ahola
distinct modifiers
2011-11-29Add reason parameter to setModified and print it out to verbosestream when ↵Perttu Ahola
saving block
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola
wrapper in old code
2011-11-29Node definition namesPerttu Ahola
2011-11-29Remove node content-dependent stuff from map.cppPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-08Reset block usage timer on client only if it is very probably drawnPerttu Ahola
2011-11-03Possible fix to bases of islands/hills getting culled out too earlyPerttu Ahola
2011-11-03Tune occlusion culling a bit morePerttu Ahola
2011-11-03Tune occlusion culling a bitPerttu Ahola
2011-11-03Very simple occlusion cullingPerttu Ahola
2011-11-02occlusion culling fix, a little reshaping of map rendering for more useful ↵Perttu Ahola
profiler output and dynamic profiler text size
2011-10-20Improve Connection with threading and some kind of congestion controlPerttu Ahola
2011-10-18Try to tune fog to work well on high-end machines alsoPerttu Ahola
2011-10-18Tune map rendering and related diagnosticsPerttu Ahola
2011-10-18Add /clearobjectsPerttu Ahola
2011-10-17Add some rendering statistics to profilerPerttu Ahola
2011-10-17Fix chest not working after walked away and came backPerttu Ahola
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola
on OS)
2011-10-16Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola
--info-on-stderr to enable crap.
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
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 ↵Mark Holmquist
MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
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