aboutsummaryrefslogtreecommitdiff
path: root/src/content_sao.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Players are more like objects + related stuffPerttu Ahola2011-12-011-30/+5
* Player-is-SAO WIPPerttu Ahola2011-12-011-0/+25
* CraftItem rework and Lua interfaceKahrl2011-11-291-1/+0
* Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola2011-11-291-0/+3
* Reshape LuaEntityCAO implementation a bit and make TNT to blinkPerttu Ahola2011-11-291-0/+2
* Relatively snappy object-ground collision detectionPerttu Ahola2011-11-291-0/+1
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-291-0/+4
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-1/+1
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-291-12/+7
* Scripting WIPPerttu Ahola2011-11-291-0/+3
* Scripting WIPPerttu Ahola2011-11-291-1/+2