aboutsummaryrefslogtreecommitdiff
path: root/src/content_sao.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-221-4/+6
* Add some missing getter functions to the lua APITeTpaAka2015-05-281-0/+8
* Spare some string copiesest312015-05-271-4/+4
* Add get and set functions for the nametag colorTeTpaAka2015-05-151-0/+5
* Send Position packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-041-3/+0
* Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-041-2/+0
* Remove unused m_wielded_item_not_sentLoic Blot2015-03-031-1/+0
* Send Breath packet on event, don't check it at each AsyncRunStepLoic Blot2015-03-031-1/+0
* Send Player HP when setHP (or a setHP caller) is called instead of looping an...Loic Blot2015-03-031-1/+0
* SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...Loic Blot2015-02-171-8/+4
* Replace setting unlimited_player_transfer_distance with player_transfer_distanceSmallJoker2014-11-081-1/+0
* Pass arguments by referenceSelat2014-03-121-2/+2
* Add sneak and sneak_glitch to set_physics_override()PilzAdam2013-12-031-0/+2
* Send player damage to all clients and apply [brightenPilzAdam2013-08-171-0/+2
* Rename LagPool's member variables to avoid MSVC freaking up due to it's #defi...Perttu Ahola2013-08-061-11/+11
* Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola2013-08-041-1/+2
* Fix anticheatPerttu Ahola2013-08-031-1/+37
* Add an option to disable object <-> object collision for Lua entitiesPilzAdam2013-07-201-0/+2
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-201-1/+3
* Allow modifying movement speed, jump height and gravity per-player via the Lu...MirceaKitsune2013-04-051-3/+6
* Closed add object <-> object collision handlingsapier2013-03-281-0/+3
* lua methods set_look_pitch and set_look_yawRealBadAngel2013-03-171-0/+2
* 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-2/+2
* A bunch of fixesMirceaKitsune2012-11-251-12/+12
* Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune2012-11-251-7/+7
* Send animations, bone overrides and attachments in entity initialization. Cli...MirceaKitsune2012-11-251-1/+1
* Enable client-side attachments, add detachment codeMirceaKitsune2012-11-251-1/+32
* Complete the attachment framework.MirceaKitsune2012-11-251-0/+2
* 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-1/+4
* Joint positioning and rotation code, and fix a problem related to their lua APIMirceaKitsune2012-11-251-0/+1
* Add dtime_s to entity activationPerttu Ahola2012-09-091-2/+2
* Remove special handling of creative modePerttu Ahola2012-07-251-2/+0
* Server-side checking of digging; disable_anticheat settingPerttu Ahola2012-07-211-0/+28
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Don't apply player movement cheat detection in singleplayerPerttu Ahola2012-04-011-2/+5
* Add server-side enforcement of the 'fast' privilege; also fix client checking...Perttu Ahola2012-03-311-1/+8
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-301-0/+5
* ObjectPropertiesPerttu Ahola2012-03-301-3/+3
* Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola2012-03-291-3/+12
* Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola2012-03-291-1/+4
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-291-4/+100
* LuaEntity armor groupsPerttu Ahola2012-03-101-0/+2
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-101-165/+17
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-4/+4
* Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()Perttu Ahola2012-01-021-0/+3
* ObjectRef:get_entity_name() and fixing of comments in default/init.luaPerttu Ahola2012-01-021-0/+1
* Remove obsolete createPickedUpItem()Perttu Ahola2011-12-021-4/+0