aboutsummaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)Author
2016-06-03Initial Gamepad supportest31
2016-05-06Android: Increase player_stepheight for thicker snow nodeboxMaksim Gamarnik
2016-03-14Fix player teleportation bug whilst sneakingHybridDog
2016-03-12Nodebox: Allow nodeboxes to "connect"Auke Kok
2016-02-14Player::accelerateHorizontal/Vertical should be member of LocalPlayerLoic Blot
2016-01-29Don't pass non-const references to collision methodsest31
2015-11-08Fix misc. MinGW and Valgrind warningskwolekr
2015-11-03Only go fast in autorun if fast move is enabledest31
2015-10-26Fix jittering sounds on entities (fixes #2974)BlockMen
2015-08-15Fix sneaking (fixes #665 and #3045)BlockMen
2015-08-06Fix detection of sneaking nodegregorycu
2015-08-02Fix "bouncy" blocksMiner59
2015-05-30Only retrieve always_fly_fast setting onceSmallJoker
2015-05-28Add some missing getter functions to the lua APITeTpaAka
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-04ABMHandler and player_collisions use sequential read/write. Switch from std::...Loic Blot
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-11Fix invalid stepheight increase calculation on androidsapier
2015-01-11Increase stepheight on android by 0.5 to smoothen movementsapier
2014-11-14Remove most exceptions from getNode() (and variants)Craig Robbins
2014-11-08Implement WieldMeshSceneNode which improves wield mesh renderingKahrl
2014-10-01Simplify player modification checksShadowNinja
2014-05-18Add support for interlaced polarized 3d screenssapier
2014-04-19Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier
2014-04-15Fix all warnings reported by clangSfan5
2014-04-13Reorder initialization of member variables to make GCC happyShadowNinja
2014-04-12Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen
2014-04-12Add third person viewBlockMen
2013-12-03Add sneak and sneak_glitch to set_physics_override()PilzAdam
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam
2013-05-19Dont teleport back if holding sneak when detaching/turn freemove offPilzAdam
2013-04-25Move player collisionbox to player classsapier
2013-04-11Swing the camera down when the player lands on the ground, based on the veloc...MirceaKitsune
2013-04-05Dont allow fast move in water or ladder when aux1_descend is trueMirceaKitsune
2013-04-05Allow modifying movement speed, jump height and gravity per-player via the Lu...MirceaKitsune
2013-04-03Fix camera "jumping" when attached and the parent goes too fastZeg9
2013-03-28Closed add object <-> object collision handlingsapier
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-14Improved Player PhysicsMirceaKitsune
2013-02-10Don't fall off nodes if sneaking with free_move on but without fly privilegesShadowNinja
2013-01-07Add a setting to enable always flying fastPilzAdam
2012-12-27Use aux1 to move fast when flyingPilzAdam
2012-12-17Fix falling damage when not flyingPilzAdam
2012-12-11Dont sneak while flyingPilzAdam
2012-12-11Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam
2012-12-02Don't send player position from client to server if the player hasn't movedMirceaKitsune
2012-11-28Fix head shifting downards in glass, nodeboxes...Calinou