aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-17/+70
|
* Implement node timersdarkrose2012-07-231-0/+53
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Add ignore_world_load_errors configuration option and provide better error ↵Perttu Ahola2012-06-041-7/+13
| | | | messages
* NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola2012-06-031-3/+9
|
* WIP node metadata, node timersKahrl2012-06-031-47/+3
|
* Remove unnecessary debug outputPerttu Ahola2012-03-291-1/+0
|
* Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update ↵Perttu Ahola2012-03-291-13/+14
| | | | until it is actually needed
* Re-implement and re-tune mapgen v2Perttu Ahola2012-03-271-19/+40
|
* Remove usage of mapgen::add_random_objects(block)Perttu Ahola2012-03-271-15/+0
|
* Remove some debug outputPerttu Ahola2012-03-271-3/+1
|
* Do post-mapgen lighting using the VoxelManipulator-based functions (causes ↵Perttu Ahola2012-03-271-2/+9
| | | | glitches currently)
* voxalgo::clearLightAndCollectSourcesPerttu Ahola2012-03-271-4/+11
|
* Post-mapgen lighting optimizationPerttu Ahola2012-03-271-13/+26
|
* Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola2012-03-271-106/+93
|
* Move ClientMap to clientmap.{h,cpp}Perttu Ahola2012-03-161-529/+0
|
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl2012-03-151-268/+53
| | | | light, removed footprints
* Clean up log messages everywherePerttu Ahola2012-03-111-32/+17
|
* Create node metadata when placing nodes againKahrl2012-01-221-0/+2
|
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-18/+5
| | | | | | | | - 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.
* Print debug stacks to infostream rather than errorstream when placing ↵Perttu Ahola2011-11-291-1/+1
| | | | CONTENT_IGNORE
* Quick fix to a bug that makes it possible to raise water levels everywhere ↵Perttu Ahola2011-11-291-1/+3
| | | | with one source
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-291-2/+7
|
* Replace old active block random node modifying things with actual ↵Perttu Ahola2011-11-291-10/+9
| | | | ActiveBlockModifiers
* Fix a random commented-out piece of lighting code, altough it doesn't work ↵Perttu Ahola2011-11-291-3/+3
| | | | any better
* Make map generator as much threaded as possible (not much benefit with ↵Perttu Ahola2011-11-291-1/+11
| | | | current generator because of small generator chunk size (a single MapBlock))
* Print out number of blocks in memory at unloadPerttu Ahola2011-11-291-0/+3
|
* Don't allow placing CONTENT_IGNORE with Map::setNode() because it is never ↵Perttu Ahola2011-11-291-0/+9
| | | | useful and is only caused by bugs.
* Make liquid_alternative_* to be stringsPerttu Ahola2011-11-291-6/+6
|
* Store metadata as metadata name in node definitionPerttu Ahola2011-11-291-5/+4
|
* Default to saving stuff more often to minimize lag caused by a single savePerttu Ahola2011-11-291-4/+12
|
* Don't print 'Blocks modified by: ' in Map::timerUpdate if no blocks were writtenPerttu Ahola2011-11-291-3/+5
|
* Don't print all block saves to verbosestream; rather print counts of ↵Perttu Ahola2011-11-291-6/+14
| | | | distinct modifiers
* Add reason parameter to setModified and print it out to verbosestream when ↵Perttu Ahola2011-11-291-1/+8
| | | | saving block
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola2011-11-291-1/+1
| | | | wrapper in old code
* Node definition namesPerttu Ahola2011-11-291-3/+3
|
* Remove node content-dependent stuff from map.cppPerttu Ahola2011-11-291-46/+1
|
* GameDef compilesPerttu Ahola2011-11-291-71/+93
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-291-12/+15
| | | | node/tool/item/whatever types
* Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola2011-11-291-4/+4
|
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-1/+2
|
* Reset block usage timer on client only if it is very probably drawnPerttu Ahola2011-11-081-3/+3
|
* Possible fix to bases of islands/hills getting culled out too earlyPerttu Ahola2011-11-031-2/+2
|
* Tune occlusion culling a bit morePerttu Ahola2011-11-031-1/+1
|
* Tune occlusion culling a bitPerttu Ahola2011-11-031-12/+14
|
* Very simple occlusion cullingPerttu Ahola2011-11-031-14/+84
|
* occlusion culling fix, a little reshaping of map rendering for more useful ↵Perttu Ahola2011-11-021-75/+107
| | | | profiler output and dynamic profiler text size
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-0/+2
|
* Try to tune fog to work well on high-end machines alsoPerttu Ahola2011-10-181-6/+6
|