aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Print debug stacks to infostream rather than errorstream when placing CONTENT...Perttu Ahola2011-11-291-1/+1
* Quick fix to a bug that makes it possible to raise water levels everywhere wi...Perttu Ahola2011-11-291-1/+3
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-291-2/+7
* Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola2011-11-291-10/+9
* Fix a random commented-out piece of lighting code, altough it doesn't work an...Perttu Ahola2011-11-291-3/+3
* Make map generator as much threaded as possible (not much benefit with curren...Perttu Ahola2011-11-291-1/+11
* 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 us...Perttu Ahola2011-11-291-0/+9
* 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 distinct...Perttu Ahola2011-11-291-6/+14
* Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola2011-11-291-1/+8
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-291-1/+1
* 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 node/tool/item/what...Perttu Ahola2011-11-291-12/+15
* 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 pr...Perttu Ahola2011-11-021-75/+107
* 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
* Tune map rendering and related diagnosticsPerttu Ahola2011-10-181-17/+56
* Add /clearobjectsPerttu Ahola2011-10-181-146/+52
* Add some rendering statistics to profilerPerttu Ahola2011-10-171-0/+14
* Fix chest not working after walked away and came backPerttu Ahola2011-10-171-3/+15
* Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola2011-10-161-14/+14
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-96/+95
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-7/+11
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-261-0/+1
|\
| * Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist2011-09-231-0/+1
* | Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-2/+34
|\ \
| * | trying something else... also replaced M_PI by PI everywhereKahrl2011-09-081-1/+1
| * | Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl2011-09-081-2/+5
| * | Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl2011-09-071-0/+29
| |/
* | remove content_* things from map.cppdarkrose2011-09-231-14/+1
* | added locking chests - clean patchdarkrose2011-09-221-2/+17
|/
* Remove block file from disk when saved to databasePerttu Ahola2011-09-061-0/+3
* Speed up periodical map unloading by moving beginSave() and endSave() to oute...Perttu Ahola2011-09-061-2/+2
* Merge remote-tracking branch 'queatz/sqlite-map'Perttu Ahola2011-09-061-9/+243
|\
| * These numbers were well exceeding 2^32...JacobF2011-09-041-4/+5
| * Initial sqlite3 maps.JacobF2011-09-021-9/+242
* | allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl2011-09-061-4/+11
|/