index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map.cpp
Age
Commit message (
Expand
)
Author
2012-01-22
Create node metadata when placing nodes again
Kahrl
2012-01-22
Node placement / mineral / serialization / iron freq / node_dig callback
Kahrl
2011-11-29
Print debug stacks to infostream rather than errorstream when placing CONTENT...
Perttu Ahola
2011-11-29
Quick fix to a bug that makes it possible to raise water levels everywhere wi...
Perttu Ahola
2011-11-29
GenericNodeMetadata and an example furnace
Perttu Ahola
2011-11-29
Replace old active block random node modifying things with actual ActiveBlock...
Perttu Ahola
2011-11-29
Fix a random commented-out piece of lighting code, altough it doesn't work an...
Perttu Ahola
2011-11-29
Make map generator as much threaded as possible (not much benefit with curren...
Perttu Ahola
2011-11-29
Print out number of blocks in memory at unload
Perttu Ahola
2011-11-29
Don't allow placing CONTENT_IGNORE with Map::setNode() because it is never us...
Perttu Ahola
2011-11-29
Make liquid_alternative_* to be strings
Perttu Ahola
2011-11-29
Store metadata as metadata name in node definition
Perttu Ahola
2011-11-29
Default to saving stuff more often to minimize lag caused by a single save
Perttu Ahola
2011-11-29
Don't print 'Blocks modified by: ' in Map::timerUpdate if no blocks were written
Perttu Ahola
2011-11-29
Don't print all block saves to verbosestream; rather print counts of distinct...
Perttu Ahola
2011-11-29
Add reason parameter to setModified and print it out to verbosestream when sa...
Perttu Ahola
2011-11-29
Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...
Perttu Ahola
2011-11-29
Node definition names
Perttu Ahola
2011-11-29
Remove node content-dependent stuff from map.cpp
Perttu Ahola
2011-11-29
GameDef compiles
Perttu Ahola
2011-11-29
Create framework for getting rid of global definitions of node/tool/item/what...
Perttu Ahola
2011-11-29
Allocate MapBlock::m_node_metadata on heap to allow less header bloat
Perttu Ahola
2011-11-29
Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff
Perttu Ahola
2011-11-08
Reset block usage timer on client only if it is very probably drawn
Perttu Ahola
2011-11-03
Possible fix to bases of islands/hills getting culled out too early
Perttu Ahola
2011-11-03
Tune occlusion culling a bit more
Perttu Ahola
2011-11-03
Tune occlusion culling a bit
Perttu Ahola
2011-11-03
Very simple occlusion culling
Perttu Ahola
2011-11-02
occlusion culling fix, a little reshaping of map rendering for more useful pr...
Perttu Ahola
2011-10-20
Improve Connection with threading and some kind of congestion control
Perttu Ahola
2011-10-18
Try to tune fog to work well on high-end machines also
Perttu Ahola
2011-10-18
Tune map rendering and related diagnostics
Perttu Ahola
2011-10-18
Add /clearobjects
Perttu Ahola
2011-10-17
Add some rendering statistics to profiler
Perttu Ahola
2011-10-17
Fix chest not working after walked away and came back
Perttu Ahola
2011-10-16
Fix map delete on windows (concatenate paths correctly with / or \ depending ...
Perttu Ahola
2011-10-16
Use the logger; also, default to not showing much crap in console. Use --info...
Perttu Ahola
2011-10-12
Header file tweaking; mainly for speed
Perttu Ahola
2011-09-26
Merge remote-tracking branch 'marktraceur/master'
Perttu Ahola
2011-09-26
Merge branch 'view_bobbing_and_vielded_tool'
Perttu Ahola
2011-09-23
Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...
Mark Holmquist
2011-09-23
remove content_* things from map.cpp
darkrose
2011-09-22
added locking chests - clean patch
darkrose
2011-09-08
trying something else... also replaced M_PI by PI everywhere
Kahrl
2011-09-08
Collected and moved existing camera infrastructure from game.cpp to camera.cp...
Kahrl
2011-09-07
Removed unused camera_position and camera_direction fields from Client. Moved...
Kahrl
2011-09-06
Remove block file from disk when saved to database
Perttu Ahola
2011-09-06
Speed up periodical map unloading by moving beginSave() and endSave() to oute...
Perttu Ahola
2011-09-06
Merge remote-tracking branch 'queatz/sqlite-map'
Perttu Ahola
2011-09-06
allow specifying a fixed seed in the config file for generating the map (fixe...
Kahrl
[next]