aboutsummaryrefslogtreecommitdiff
path: root/src/player.h
AgeCommit message (Expand)Author
2016-03-14Fix player teleportation bug whilst sneakingHybridDog
2016-02-14Player::accelerateHorizontal/Vertical should be member of LocalPlayerLoic Blot
2016-02-11v2d & aabbox3d<f32> & sky cleanupsnerzhul
2015-12-15Get movement setting instead of hard coded valueasl97
2015-11-06Add server side ncurses terminalest31
2015-08-23Clean up threadingShadowNinja
2015-07-23Optional reconnect functionalityest31
2015-07-02Fix code style from recent commits and add misc. optimizationskwolekr
2015-05-28Add some missing getter functions to the lua APITeTpaAka
2015-03-31Fix usage of destroyed mutexkwolekr
2015-03-22Player: Fix a deadlock triggered by previous commit 0e5e49736c0a5fa29bca257ba...Loic Blot
2015-03-22Protect Player::hud from concurrent modificationsLoic Blot
2015-03-12handleCommand_Breath mustn't update breath is player is dead. A dead player d...Loic Blot
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2014-11-08Implement WieldMeshSceneNode which improves wield mesh renderingKahrl
2014-10-01Make players check inventory modification properlyShadowNinja
2014-10-01Only set player dirty flag if values changeShadowNinja
2014-10-01Simplify player modification checksShadowNinja
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-04-15Fix all warnings reported by clangSfan5
2014-04-12Use integers instead of float valuesBlockMen
2014-04-12Add third person viewBlockMen
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-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-05-19Fix nearly all warningskwolekr
2013-04-25Move player collisionbox to player classsapier
2013-04-24Added support to disable built-in HUD elementsDiego Martínez
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-18Lua HUDJonathon Anderson
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-14Improved Player PhysicsMirceaKitsune
2013-01-03Tilt camera on player damage (tweaked by PilzAdam)Jeija
2012-12-02Don't send player position from client to server if the player hasn't movedMirceaKitsune
2012-11-25RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune
2012-07-25Remove special handling of creative modePerttu Ahola
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola
2012-06-17Optimize headersPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu 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