aboutsummaryrefslogtreecommitdiff
path: root/src/player.cpp
AgeCommit message (Expand)Author
2016-03-14Fix player teleportation bug whilst sneakingHybridDog
2016-02-14Player::accelerateHorizontal/Vertical should be member of LocalPlayerLoic Blot
2015-12-15Get movement setting instead of hard coded valueasl97
2015-08-23Clean up threadingShadowNinja
2015-08-13minimap: Add ability to disable from serverkwolekr
2015-07-23Optional reconnect functionalityest31
2015-07-21Remove profiler.h include where it's not needed. Remove some unreachable and ...Loic Blot
2015-06-16Add list-ringsest31
2015-03-28Fix uninitialized variable Player::local_animation_speedLoic Blot
2015-03-22Player: Fix a deadlock triggered by previous commit 0e5e49736c0a5fa29bca257ba...Loic Blot
2015-03-22Protect Player::hud from concurrent modificationsLoic Blot
2015-02-05Give full breath after deathSmallJoker
2014-11-08Implement WieldMeshSceneNode which improves wield mesh renderingKahrl
2014-10-01Make players check inventory modification properlyShadowNinja
2014-10-01Simplify player modification checksShadowNinja
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-07-02Fix memory leaks in GenericCAO, ShaderSource and Player classessapier
2014-06-29Make player files saving againSmallJoker
2014-06-23Store the maximum player file tries in a constantShadowNinja
2014-06-23Only try to load from possible player filesShadowNinja
2014-06-23Only keep players loaded while they're connectedShadowNinja
2014-05-31Small cleanup of hud add/remove codesapier
2014-01-16Prevent player jumping into nodes from belowBlockMen
2013-12-03Add sneak and sneak_glitch to set_physics_override()PilzAdam
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-07Fix various memory access problems detected by valgrindKahrl
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-06-28Dont write player files all the timePilzAdam
2013-06-22Print playername when failing to read playerfile and ignore files starting wi...PilzAdam
2013-06-19Add drowningPilzAdam
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl
2013-04-25Generalize hud_builtin_enable into hud_set_flagskwolekr
2013-04-25Move player collisionbox to player classsapier
2013-04-24Added support to disable built-in HUD elementsDiego Martínez
2013-04-05Allow modifying movement speed, jump height and gravity per-player via the Lu...MirceaKitsune
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola
2013-02-15Restore old acceleration behavior until something is actually agreed on (part 2)Perttu Ahola
2013-02-14Improved Player PhysicsMirceaKitsune
2012-09-01Add InventoryList width property & allow custom crafting grids.Ilya Zhuravlev
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-29Simple fix for camera blinking black when jumping into ceiling with current s...Perttu Ahola
2012-03-29added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl
2012-03-24Add event manager and use it to trigger soundsPerttu Ahola