overte-thingvellir/interface
Phil Palmer cba79c72f5 Re-added API features that are no longer used internally; marked them as deprecated.
As suggested in the review here: https://github.com/vircadia/vircadia/pull/928/files#r549821976

Re-added and deprecated MyAvatar.userRecenterModel.  Retained the functionality of setUserRecenterModel, and approximated that of getUserRecenterModel (some stand+lean preference pairs had no equivalent before).

Re-added and deprecated MyAvatar.isSitStandStateLocked.  Approximated the functionality of getIsSitStandStateLocked.
Didn't retain that of setIsSitStandStateLocked, because it wouldn't be useful on its own; someone using it would probably want setUserRecenterModel instead (or new functions to set the standing and leaning preferences).

isSitStandStateLocked's reason to exist was that we could stop keeping track of the user's real-world sit/stand state (in updateSitStandState), and instead pretend the user was always standing (for SitStandModelType::ForceStand) or always sitting (for SitStandModelType::ForceSit).
That determined whether the avatar was allowed to lean (wouldn't lean if the user was sitting or in ForceSit).
Now though, the user explicitly chooses when the avatar may lean: never / just when the user is standing / even when the user is sitting.

These API features were removed in 2179c153de ("VR fixes for: couldn't sit on the floor, wrong walk directions").
2020-12-30 01:01:35 -05:00
..
compiledResources
external
i18n
icon Update interface and server-console icons. 2020-06-07 20:43:38 -04:00
resources Merge pull request #906 from vircadia/fix/update-references 2020-12-15 01:29:47 -05:00
src Re-added API features that are no longer used internally; marked them as deprecated. 2020-12-30 01:01:35 -05:00
ui
CMakeLists.txt Set OpenGL_GL_PREFERENCE to LEGACY 2020-10-13 20:13:45 +02:00
interface.entitlements
interface.exe.manifest