Breath cheat fix: server side
[oweals/minetest.git] / src / content_sao.cpp
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-11-26 TeTpaAkaWieldhand: Allow overriding the hand
2016-11-10 Rogier-5Fix mob deserialization errors in the client (#4743)
2016-11-05 Ner'zhulPlayerSAO saving fix (#4734)
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Foghrye4Prevent attached models from disappearing during parent...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-09-09 SmallJokerAnticheat: Use the physics_override modifiers aswell
2016-08-10 Rogier-5Add infotext containing entity type (e.g. mobs:cow...
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-01-29 est31Don't pass non-const references to collision methods
2015-12-19 SapierAdd support for limiting rotation of automatic face... 3457/head
2015-12-15 BlockMenAdd option to give every object a nametag 3393/head
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-09-23 Loic BlotSave and remove player by pointer
2015-07-21 Loic BlotRemove profiler.h include where it's not needed. Remove...
2015-07-18 TeTpaAkaFix invisible player when the attached entity is removed
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-06-14 SmallJokerIgnore punches with no damage in the actionstream
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-27 est31Spare some string copies
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 BrandonAdd minetest.register_on_punchplayer
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-19 Loic BlotReset the old HP method on PlayerSAO::setHP
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-03-04 Loic BlotSend Position packet on event, don't check it at each...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotRemove unused m_wielded_item_not_sent
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2014-11-08 SmallJokerReplace setting unlimited_player_transfer_distance...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-06-23 ShadowNinjaOnly keep players loaded while they're connected
2014-03-12 SelatPass arguments by reference
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
2013-08-16 PilzAdamSend player damage to all clients and apply [brighten 871/head
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 sapierAdd support for entities to automatic face movement...
2013-08-07 KahrlFix various memory access problems detected by valgrind
2013-08-03 Perttu AholaAllow mods to listen to cheat detections using minetest...
2013-08-03 Perttu AholaFix anticheat
2013-07-30 sapierAdd support for setting stepheight for entities
2013-07-20 PilzAdamAdd an option to disable object <-> object collision...
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-05-19 sapierAllow nil as puncher e.g. to do damage by tnt
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-25 sapierMove player collisionbox to player class
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-09 sapierfix objects colliding with its own collision boxes 637/head
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 MirceaKitsuneAllow modifying movement speed, jump height and gravity...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 PilzAdamNew damage system, add damageGroups to ToolCapabilities...
2013-03-27 sapierClosed add object <-> object collision handling
2013-03-17 RealBadAngellua methods set_look_pitch and set_look_yaw
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-12-23 Perttu AholaInitialize all member variables of LuaEntitySAO
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-29 Perttu AholaFull protocol 13 compatibility on server side
2012-11-26 Perttu AholaFix LuaEntitySAO::getClientInitializationData() and...
2012-11-25 MirceaKitsuneA bunch of fixes
2012-11-25 MirceaKitsuneAllow Vanessa's texture filtering / mipmap patch to...
2012-11-25 MirceaKitsuneUpdate attachments at the ending of the addToScene...
2012-11-25 MirceaKitsuneSend animations, bone overrides and attachments in...
2012-11-25 MirceaKitsuneEnable client-side attachments, add detachment code
2012-11-25 MirceaKitsuneFix some remaining issues with attachments, now they...
2012-11-25 MirceaKitsuneComplete the attachment framework.
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-11-25 MirceaKitsuneGet the new animation framework properly working
2012-11-25 MirceaKitsuneJoint positioning and rotation code, and fix a problem...
2012-11-25 MirceaKitsuneProperly read the mesh from LUA.
2012-11-25 MirceaKitsune3D model support for players using Irrlicht. Also ready...
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-09-09 Perttu AholaAdd dtime_s to entity activation
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-21 Perttu AholaServer-side checking of digging; disable_anticheat...
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-11 Perttu AholaAdd comment about ItemSAO being deprecated
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-04-08 Perttu AholaFix crash after 'LuaEntity name "particles:smoke" not...
2012-04-01 Perttu AholaFix disabling of player movement cheat detection in...
next