aboutsummaryrefslogtreecommitdiff
path: root/src/localplayer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Swing the camera down when the player lands on the ground, based on the veloc...MirceaKitsune2013-04-111-0/+3
* Dont allow fast move in water or ladder when aux1_descend is trueMirceaKitsune2013-04-051-18/+10
* Allow modifying movement speed, jump height and gravity per-player via the Lu...MirceaKitsune2013-04-051-3/+3
* Fix camera "jumping" when attached and the parent goes too fastZeg92013-04-031-0/+1
* Closed add object <-> object collision handlingsapier2013-03-281-18/+20
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-1/+1
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Improved Player PhysicsMirceaKitsune2013-02-141-85/+101
* Don't fall off nodes if sneaking with free_move on but without fly privilegesShadowNinja2013-02-101-1/+1
* Add a setting to enable always flying fastPilzAdam2013-01-071-2/+7
* Use aux1 to move fast when flyingPilzAdam2012-12-271-13/+22
* Fix falling damage when not flyingPilzAdam2012-12-171-1/+1
* Dont sneak while flyingPilzAdam2012-12-111-2/+2
* Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam2012-12-111-3/+6
* Don't send player position from client to server if the player hasn't movedMirceaKitsune2012-12-021-0/+5
* Fix head shifting downards in glass, nodeboxes...Calinou2012-11-281-1/+1
* Fix more things I forgot for attached players. Such players will now properly...MirceaKitsune2012-11-251-7/+16
* Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune2012-11-251-0/+7
* Fix shift-descend to ladders from a floorPerttu Ahola2012-09-031-5/+8
* Fix the bouncy node related stuff a bitPerttu Ahola2012-09-011-2/+1
* Add bouncy node groupPerttu Ahola2012-09-011-8/+16
* Add disable_jump and fall_damage_add_percent node groupsPerttu Ahola2012-09-011-2/+12
* Make shift the default descent control on ladders and when flyingsfan52012-09-011-18/+57
* Fix hovering after mining a block underneath you while sneakingMatthew I2012-07-211-13/+32
* Custom boxy nodes (stairs, slabs) and collision changesKahrl2012-06-171-196/+18
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-0/+2
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add server-side enforcement of the 'fast' privilege; also fix client checking...Perttu Ahola2012-03-311-1/+1
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-311-0/+638