index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_localplayer.cpp
Age
Commit message (
Expand
)
Author
2022-10-04
Consolidate API object code (#12728)
Jude Melton-Houghton
2022-08-12
Physics overrides: Move values to a common struct (#12591)
SmallJoker
2022-01-09
Restore pass-through of direction keys (#11924)
sfan5
2021-10-01
Split liquid_viscosity to liquid_viscosity and move_resistance (#10810)
Wuzzy
2021-08-27
Joystick sensitivity for player movement (#11262)
NeroBurner
2021-08-21
HUD: Reject and warn on invalid stat types (#11548)
SmallJoker
2021-05-30
script: Replace calls to depreated luaL_openlib
sfan5
2020-08-15
Allow binding dig, place actions to keys; remove LMB/RMB hardcoding
ANAND
2020-04-11
Various features and fixes
sfan5
2019-12-07
Attachments: Fix interpolation from (0,0,0) after detach
SmallJoker
2019-09-14
Load CSM environment after the restrictions are known
SmallJoker
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin
2018-01-20
[CSM] Add basic HUD manipulation. (#6067)
red-001
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-06-19
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-05-05
[CSM] Add camera API (#5609)
bigfoot547
2017-05-03
Sneak: Improve and fix various things
SmallJoker
2017-04-11
Replace occurrence of luaL_reg in l_localplayer (#5566)
t0ny2
2017-04-10
Clang-format styles fixes since previous commit
Loïc Blot
2017-04-10
Clang format: fix LINT on old PR which doesn't have LINT enabled
Loic Blot
2017-04-08
LocalPlayer api lua
Vincent Glize