aboutsummaryrefslogtreecommitdiff
path: root/src/serverobject.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-29Add missing files for a previous commitPerttu Ahola2-0/+243
2011-11-29Update version number to 0.4.dev-20111129Perttu Ahola1-1/+1
2011-11-29Add a note about the default mod not using the modname_ prefix in texturesPerttu Ahola1-0/+1
2011-11-29CraftItem rework and Lua interfaceKahrl21-1230/+2142
2011-11-29Fix active_object_count and active_object_count_wider not getting updated bet...Perttu Ahola1-17/+20
2011-11-29Add NULL terminations to EnumString definitionsPerttu Ahola1-0/+4
2011-11-29Some MSVC fixesPerttu Ahola3-11/+14
2011-11-29Fix CMake install data pathPerttu Ahola1-1/+3
2011-11-29Silly MSVC doesn't know how to handle type conversions for parameters of pow(...Perttu Ahola1-1/+1
2011-11-29Update installation in CMakeLists.txtPerttu Ahola1-3/+5
2011-11-29Rename menu background to menubg.png, move unknown_block.png and unknown_obje...Perttu Ahola5-5/+7
2011-11-29GenericNodeMetadata and an example furnacePerttu Ahola7-156/+964
2011-11-29Fix stuff in inventory.{cpp,h}Perttu Ahola2-3/+25
2011-11-29Comment out debug output in ServerEnvironment::activateBlockPerttu Ahola1-4/+4
2011-11-29Handle ActiveBlockModifier intervals properly, down to 1sPerttu Ahola2-14/+36
2011-11-29Initial NodeMetaRef stuffPerttu Ahola3-17/+177
2011-11-29Lua interface for ActiveBlockModifierPerttu Ahola2-30/+165
2011-11-29Remove creation of builtin.lua defined minetest.registered_* tables in CPerttu Ahola1-14/+0
2011-11-29Comment fix in builtin.luaPerttu Ahola1-1/+1
2011-11-29For consistency, implement calling of on_chat_message callbacks in CPerttu Ahola2-21/+21
2011-11-29Implement callback registration in Lua instead of CPerttu Ahola2-86/+15
2011-11-29Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola11-420/+526
2011-11-29Add chat message callback and send functionsPerttu Ahola5-1/+98
2011-11-29Print errors from local log to chatPerttu Ahola2-1/+69
2011-11-29Add a third log output interface methodPerttu Ahola2-0/+3
2011-11-29Use log_deregister_thread in EmergeThreadPerttu Ahola1-0/+2
2011-11-29Add log_remove_output and log_deregister_threadPerttu Ahola2-0/+19
2011-11-29Fix mod dependency sortPerttu Ahola1-2/+2