Update Copyright Years
[oweals/minetest.git] / src / serverobject.cpp
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-10 Perttu AholaDigging time groups WIP
2012-01-12 KahrlThe huge item definition and item namespace unification...
2011-12-01 Perttu AholaPlayers are more like objects + related stuff
2011-12-01 Perttu AholaAdd ServerActiveObject::removingFromEnvironment()
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaScripting WIP
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-16 Perttu AholaAttempt to fix a problem with the factory mappings...
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-01 Perttu Aholamerged an old head into main branch
2011-05-22 Perttu AholaPreliminary "active block" stuff + set up test code...
2011-04-24 Perttu Aholaupdated menu a bit, and some other small fixes
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-11 Perttu Aholafixed problem with vc++ build crashing at startup
2011-04-10 Perttu Aholafixed the object update interval thingy
2011-04-10 Perttu Aholabetter support for old maps
2011-04-10 Perttu Aholaa commit before starting to reorganize the map loading...
2011-04-10 Perttu Aholanew-style rats are now generated in the map
2011-04-10 Perttu Aholaimplemented rats in new system to verify that it works
2011-04-10 Perttu Aholaitems now fall by gravity... also some other random...
2011-04-10 Perttu Aholanew object system
2011-04-07 Perttu AholaSome progress on transitioning from MapBlockObject...
2011-04-03 Perttu AholaRemoved lua stuff
2011-02-23 Perttu Aholaupdated scripting api a bit
2011-02-23 Perttu Aholamainly work on object scripting api
2011-02-21 Perttu Aholasome tidying
2011-02-21 Perttu Aholapreliminary lua scripting framework for objects
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff