mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:08:29 +02:00
* Removed the deprecated MyAvatar.setToggleHips script function and the "Toggle Hips Following" option from the Developer menu. They had no effect on any code. * In CharacterController::applyMotor, prevented unnecessary calls to btVector3::rotate() when the motor has no rotation. This change also improves readability through the use of clearly-named lambdas. * In AvatarData::getFauxJointIndex, prevented unnecessary string comparisons when the named joint is a real joint rather than a faux one. * In Avatar::getJointIndex, removed an unnecessary call to QHash<QString, int>::contains(), by supplying a default index for QHash<QString, int>::value(). * Removed unnecessary condition "forwardLeanAmount < 0" in MyAvatar::FollowHelper::shouldActivateHorizontal_userSitting. * Corrected the return type of MyAvatar::getSitStandStateChange from float to bool. * Added a missing 'f' suffix to a float literal in PreferencesDialog.cpp. |
||
---|---|---|
.. | ||
animation | ||
audio | ||
audio-client | ||
auto-updater | ||
avatars | ||
avatars-renderer | ||
baking | ||
controllers | ||
display-plugins | ||
embedded-webserver | ||
entities | ||
entities-renderer | ||
fbx | ||
gl | ||
gpu | ||
gpu-gl | ||
gpu-gl-common | ||
gpu-gles | ||
graphics | ||
graphics-scripting | ||
hfm | ||
image | ||
input-plugins | ||
ktx | ||
material-networking | ||
midi | ||
model-baker | ||
model-networking | ||
networking | ||
octree | ||
oculusMobile | ||
oculusMobilePlugin | ||
physics | ||
platform | ||
plugins | ||
pointers | ||
procedural | ||
qml | ||
recording | ||
render | ||
render-utils | ||
script-engine | ||
shaders | ||
shared | ||
task | ||
test-utils | ||
ui | ||
ui-plugins | ||
workload |