Add reason parameter to setModified and print it out to verbosestream when saving...
[oweals/minetest.git] / src /
2011-11-29 Perttu AholaAdd reason parameter to setModified and print it out...
2011-11-29 Perttu AholaImprove LuaEntity velocity/acceleration handling (by...
2011-11-29 Perttu AholaMess up with node definitions to make CONTENT_IGNORE...
2011-11-29 Perttu AholaOptimize map generator for the dynamic content ids...
2011-11-29 Perttu AholaMake added nodes give the corresponding NodeItem as...
2011-11-29 Perttu AholaFix tool wear
2011-11-29 Perttu AholaFalling sand and gravel
2011-11-29 Perttu AholaNode place/dig Lua callbacks
2011-11-29 Perttu AholaRemove crafting definitions from content_craft.cpp
2011-11-29 Perttu AholaCatch SerializationError in CCraftDefManager::getCraftR...
2011-11-29 Perttu AholaAdd note about craft_get_result() not being used anymor...
2011-11-29 Perttu AholaCrafting definition in scripts
2011-11-29 Perttu AholaImprove item serialization
2011-11-29 Perttu AholaAllow inputting nodename of MaterialItem in ItemSpec...
2011-11-29 Perttu AholaFix another silly mistake making CONTENT_IGNORE definit...
2011-11-29 Perttu AholaFix silly misspelling in mapgen that made junglegrass...
2011-11-29 Perttu AholaActually fill in the NewNameGetter names to allow map...
2011-11-29 Perttu AholaMapNode constructor to allow ndef+name
2011-11-29 Perttu AholaInitial node definition stuff
2011-11-29 Perttu AholaFix camera MaterialItem draw logic
2011-11-29 Perttu AholaClean InventoryItem interface a bit
2011-11-29 Perttu AholaImproved MaterialItem (stores nodename)
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaAdd name field to ContentFeatures
2011-11-29 Perttu AholaRemove burn time definitions from FurnaceNodeMetadata
2011-11-29 Perttu AholaRemove old comments
2011-11-29 Perttu AholaMove cook result properly to ContentFeatures
2011-11-29 Perttu AholaRemove node content-dependent stuff from map.cpp
2011-11-29 Perttu AholaRemove content_mapnode.h and nodedef.h #includes
2011-11-29 Perttu AholaRemove content dependencies from mapblock.cpp
2011-11-29 Perttu AholaRemove #include <content_mapnode.h> from game.cpp
2011-11-29 Perttu AholaSaner sized sapling
2011-11-29 Perttu AholaCut down content transfer verbosity
2011-11-29 Perttu AholaCut down TextureSource verbosity
2011-11-29 Perttu AholaImprove loading screen and protocol
2011-11-29 Perttu AholaClean nodefeat and content_mapnode a bit
2011-11-29 Perttu AholaFix flowing water being always opaque
2011-11-29 Perttu AholaFix MaterialProperties serialization (constant_time...
2011-11-29 Perttu AholaImprove glass
2011-11-29 Perttu AholaFix NDT_PLANTLIKE scaling to always keep the bottom...
2011-11-29 Perttu AholaReplace direct irrlicht texture fetching in CAO content...
2011-11-29 Perttu AholaClean mapnode.h and fix other files accordingly
2011-11-29 Perttu AholaNode definitions transfer
2011-11-29 Perttu AholaCompletely generalized mesh generation; ContentFeatures...
2011-11-29 Perttu AholaClean more
2011-11-29 Perttu AholaRemove commented out code
2011-11-29 Perttu AholaPrepare more for node definition serialization
2011-11-29 Perttu AholaBetter node texture generation
2011-11-29 Perttu AholaUpdate inventory texture too
2011-11-29 Perttu AholaProperly update textures in node definitions
2011-11-29 Perttu AholaSending of textures WIP
2011-11-29 Perttu AholaFix yet-another serialization error in utility.h and...
2011-11-29 Perttu AholaModify mod and texture directory hierarchies
2011-11-29 Perttu AholaUpdate TODO list in scriptapi.cpp
2011-11-29 Perttu AholaMove tool definitions to script
2011-11-29 Perttu AholaTool definition transfer to client
2011-11-29 Perttu AholaToolDefManager serialization
2011-11-29 Perttu AholaToolDefinition serialization
2011-11-29 Perttu AholaMake fence post selection box smaller and create code...
2011-11-29 Perttu AholaTune gravel and picks
2011-11-29 Perttu AholaMake possible and do update textures in node definition...
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaMove tool stuff to tool.{h,cpp}
2011-11-29 Perttu AholaTune the tool speed thing
2011-11-29 Perttu AholaNew kind of tool speed and wear calculation thingy
2011-11-29 Perttu AholaClean headers a bit
2011-11-29 Perttu AholaAllocate MapBlock::m_node_metadata on heap to allow...
2011-11-29 Perttu AholaGeneric NodeMetadata text input
2011-11-29 Perttu AholaGeneralize selection boxes
2011-11-29 Perttu AholaSet the BS constant to be floating-point; this removes...
2011-11-29 Perttu AholaClean code and modify comments in mapnode_contentfeatures.h
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-29 Perttu AholaScripting: Allow multiple global step callbacks and...
2011-11-29 Perttu AholaHandle undefined objects better
2011-11-29 Perttu AholaScripting WIP: Add global environment step function...
2011-11-29 Perttu AholaScripting WIP: dynamic object stuff
2011-11-29 Perttu AholaServerRemotePlayer implements ServerActiveObject
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP; Lua entity step callback works
2011-11-29 Perttu Aholarandom scripting work-in-progress
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaMove images to data/textures and fix some path stuff...
2011-11-29 Perttu AholaMake it actually build
2011-11-29 Perttu AholaAdd Lua
2011-11-13 Perttu AholaBetter spawn position finding and checking
2011-11-08 Perttu AholaFix water-glass and water-lava surfaces
2011-11-08 Perttu AholaReset block usage timer on client only if it is very...
2011-11-07 KahrlMake Connection::Receive return the data via a SharedBu...
2011-11-07 Kahrlutility.h: Change Buffer's interface to be more compati...
2011-11-07 Perttu AholaAdd new Connection test in test.cpp in case needed...
2011-11-06 Perttu AholaInfinite packet flood test for debugging the new networ...
next