aboutsummaryrefslogtreecommitdiff
path: root/src/client/camera.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attachments: Fix interpolation from (0,0,0) after detachSmallJoker2019-12-071-3/+7
| | | | | | GenericCAO::getPosition() did not take the camera offset into account LocalPlayer attachment cleanup: Use sane getParent() function Make that getPosition() (GenericCAO and LocalPlayer) always return the absolute position
* Add support for per-player FOV overrides and multipliersAnand S2019-09-191-3/+17
|
* Load CSM environment after the restrictions are knownSmallJoker2019-09-141-2/+2
| | | | | | | Safety-guards for CSM callbacks to abort on a bad implementation Only run callbacks when the mods are loaded (and with it: builtin) Duplication checks inside constructors
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
| | | Finish getNode cleanup
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+658
Update Android.mk Remove 'src/client' from include_directories