aboutsummaryrefslogtreecommitdiff
path: root/src/content_sao.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...lhofhansl2016-11-301-0/+18
* Wieldhand: Allow overriding the handTeTpaAka2016-11-261-0/+36
* Fix mob deserialization errors in the client (#4743)Rogier-52016-11-101-16/+32
* PlayerSAO saving fix (#4734)Ner'zhul2016-11-051-9/+11
* Fix overloading problems mentioned by clangLoic Blot2016-10-301-14/+14
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-75/+80
* Attached particle spawnersraymoo2016-10-131-1/+9
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-081-3/+3
* Prevent attached models from disappearing during parent reload (#4128)Foghrye42016-10-081-4/+16
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-081-4/+3
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-061-10/+18
* Anticheat: Use the physics_override modifiers aswellSmallJoker2016-09-091-44/+44
* Add infotext containing entity type (e.g. mobs:cow) to unknown entities (#4431)Rogier-52016-08-111-0/+2
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-2/+2
* Don't pass non-const references to collision methodsest312016-01-291-1/+1
* Add support for limiting rotation of automatic face movement dir entitysSapier2015-12-191-2/+14
* Add option to give every object a nametagBlockMen2015-12-151-23/+1
* Rename macros with two leading underscoresShadowNinja2015-10-141-1/+1
* Save and remove player by pointerLoic Blot2015-09-231-2/+2
* Remove profiler.h include where it's not needed. Remove some unreachable and ...Loic Blot2015-07-211-1/+0
* Fix invisible player when the attached entity is removedTeTpaAka2015-07-181-0/+30
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-221-8/+18
* Ignore punches with no damage in the actionstreamSmallJoker2015-06-151-23/+18
* Add minetest.register_on_player_hpchangeTeTpaAka2015-06-131-0/+6
* Add some missing getter functions to the lua APITeTpaAka2015-05-281-0/+54
* Spare some string copiesest312015-05-271-4/+4
* Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka2015-05-151-2/+2
* Add minetest.register_on_punchplayerBrandon2015-05-151-9/+30
* Add get and set functions for the nametag colorTeTpaAka2015-05-151-1/+23
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Reset the old HP method on PlayerSAO::setHPLoic Blot2015-03-191-0/+4
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-3/+3
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-051-18/+18
* Send Position packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-041-11/+6
* Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-041-6/+0
* Remove unused m_wielded_item_not_sentLoic Blot2015-03-031-11/+2
* 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-15/+5
* SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...Loic Blot2015-02-171-246/+1
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-20/+16
* Replace setting unlimited_player_transfer_distance with player_transfer_distanceSmallJoker2014-11-081-5/+0
* Split settings into seperate source and header filesShadowNinja2014-09-211-2/+3
* Only keep players loaded while they're connectedShadowNinja2014-06-231-0/+2
* Pass arguments by referenceSelat2014-03-121-2/+2
* Add sneak and sneak_glitch to set_physics_override()PilzAdam2013-12-031-2/+8
* Add offset to automatic_face_movement_dirPilzAdam2013-09-101-2/+3
* Send player damage to all clients and apply [brightenPilzAdam2013-08-171-17/+13
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-9/+13
* Add support for entities to automatic face movement directionsapier2013-08-131-0/+5
* Fix various memory access problems detected by valgrindKahrl2013-08-071-0/+3