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
/
client
/
camera.cpp
Age
Commit message (
Expand
)
Author
2022-07-24
Add setting to mirror hands
mirror_hands
Elias Fleckenstein
2022-07-23
Dual Wielding
Elias Fleckenstein
2022-07-09
Enforce limits of settings that could cause buggy behaviour (#12450)
SmallJoker
2022-05-20
Fix lighting of the wield mesh (#12341)
x2048
2022-01-27
Rework drawtime and related timekeeping code to use microseconds
sfan5
2021-11-01
Localize error messages in mainmenu (#11495)
Riceball LEE
2021-10-25
Limit stepheight smoothing to the stepheight and stop smoothing during jumps ...
Jude Melton-Houghton
2021-10-20
Fix view bobbing not resetting when resting
Lars Müller
2021-09-27
Various code improvements
SmallJoker
2021-05-03
refacto: protect some RenderingEngine::get_scene_manager
Loic Blot
2021-05-03
refacto: RenderingEngine is now better hidden
Loic Blot
2021-03-16
GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls
Jean-Patrick Guerrero
2021-02-17
Add nametag background setting and object property (#10937)
rubenwardy
2020-12-14
Semi-transparent background for nametags (#10152)
Zughy
2020-09-09
Darwin platform build fix (#10376)
David CARLIER
2020-07-05
Apply camera smoothing to 'air stepheight' (#10025)
Paramat
2020-05-14
CSM: Bugfixes to camera:get_pos() and camera:get_fov()
sfan5
2020-05-02
set_fov: Add support for time-based transitions (#9705)
ANAND
2020-04-19
Reuse object_shader for "wielditem" and "item" entity drawtypes (#9537)
Danila Shutov
2020-04-16
Camera: Fix shooting line offsets (#9681)
SmallJoker
2020-03-28
Ignore near_plane setting on non-Android platforms (#8749)
ANAND
2020-03-08
Improve arm physics (#9485)
Jean-Patrick Guerrero
2019-12-07
Attachments: Fix interpolation from (0,0,0) after detach
SmallJoker
2019-09-19
Add support for per-player FOV overrides and multipliers
Anand S
2019-09-14
Load CSM environment after the restrictions are known
SmallJoker
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin