aboutsummaryrefslogtreecommitdiff
path: root/src/serverobject.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Detach the player from entities on death." (#5087)Loïc Blot2017-01-211-2/+0
* Detach the player from entities on death. (#5077)red-0012017-01-211-0/+2
* Fix missing const in ServerActiveObject::getStaticDataLoic Blot2017-01-141-1/+1
* Optimize SAO getStaticData by using std::string pointer instead of return copyLoic Blot2017-01-131-2/+2
* Performance fix + SAO factorizationRogier2017-01-111-4/+4
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-1/+1
* Attached particle spawnersraymoo2016-10-131-0/+10
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-081-13/+12
* Prevent attached models from disappearing during parent reload (#4128)Foghrye42016-10-081-2/+2
* Fix invisible player when the attached entity is removedTeTpaAka2015-07-181-0/+6
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-221-2/+2
* Fix typo in variable nameKahrl2015-05-281-1/+1
* Add some missing getter functions to the lua APITeTpaAka2015-05-281-0/+8
* Consistent const string paramsest312015-05-271-2/+2
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-051-1/+1
* SAO: re-add old ActiveObjectTypes for a future migration layerLoic Blot2015-02-171-1/+1
* SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...Loic Blot2015-02-171-1/+1
* Replace setting unlimited_player_transfer_distance with player_transfer_distanceSmallJoker2014-11-081-3/+0
* Remove remenants of mob codePavel Puchkin2014-10-231-2/+0
* Allow modifying movement speed, jump height and gravity per-player via the Lu...MirceaKitsune2013-04-051-0/+2
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-1/+1
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Full protocol 13 compatibility on server sidePerttu Ahola2012-11-291-1/+1
* A bunch of fixesMirceaKitsune2012-11-251-2/+2
* Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune2012-11-251-1/+1
* Framework for the attachment system, new object property which allows changin...MirceaKitsune2012-11-251-0/+2
* Get the new animation framework properly workingMirceaKitsune2012-11-251-0/+4
* Add dtime_s to entity activationPerttu Ahola2012-09-091-1/+1
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-3/+2
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-301-0/+5
* Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola2012-03-291-0/+7
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-291-1/+1
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-101-4/+6
* Fix some warnings on some compilersGiuseppe Bilotta2012-02-021-1/+1
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-9/+18
* Make players be again visible from a long distancePerttu Ahola2011-12-021-0/+3
* Players are more like objects + related stuffPerttu Ahola2011-12-011-11/+13
* Player-is-SAO WIPPerttu Ahola2011-12-011-4/+14
* Add ServerActiveObject::removingFromEnvironment()Perttu Ahola2011-12-011-2/+9
* CraftItem rework and Lua interfaceKahrl2011-11-291-0/+2
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-1/+2
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-291-18/+19
* ServerRemotePlayer implements ServerActiveObjectPerttu Ahola2011-11-291-3/+4
* Scripting WIPPerttu Ahola2011-11-291-0/+3
* Scripting WIPPerttu Ahola2011-11-291-2/+5
* Scripting WIPPerttu Ahola2011-11-291-7/+10
* Scripting WIPPerttu Ahola2011-11-291-2/+4