summaryrefslogtreecommitdiff
path: root/src/serverobject.h
Commit message (Collapse)AuthorAge
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola2012-03-30
| | | | players too!
* Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola2012-03-29
|
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-29
|
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-10
|
* Fix some warnings on some compilersGiuseppe Bilotta2012-02-02
| | | | | | ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-12
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* Make players be again visible from a long distancePerttu Ahola2011-12-02
|
* Players are more like objects + related stuffPerttu Ahola2011-12-01
|
* Player-is-SAO WIPPerttu Ahola2011-12-01
|
* Add ServerActiveObject::removingFromEnvironment()Perttu Ahola2011-12-01
|
* CraftItem rework and Lua interfaceKahrl2011-11-29
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-29
| | | | node/tool/item/whatever types
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-29
|
* ServerRemotePlayer implements ServerActiveObjectPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
|
* Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs ↵Perttu Ahola2011-10-16
| | | | setting
* Improve mobv2Perttu Ahola2011-10-15
|
* Rats are now eatable. Also made their selection box move smoothly.Perttu Ahola2011-07-30
|
* reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola2011-06-26
| | | | doing it
* Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola2011-05-22
|
* Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola2011-04-21
|
* better support for old mapsPerttu Ahola2011-04-10
|
* new-style rats are now generated in the mapPerttu Ahola2011-04-10
|
* implemented rats in new system to verify that it worksPerttu Ahola2011-04-10
|
* items now fall by gravity... also some other random updatingPerttu Ahola2011-04-10
|
* new object systemPerttu Ahola2011-04-10
|
* Some progress on transitioning from MapBlockObject to ActiveObject.Perttu Ahola2011-04-08
|
* Removed lua stuffPerttu Ahola2011-04-03
|
* mainly work on object scripting apiPerttu Ahola2011-02-23
|
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-21
|
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-21