overte icon indicating copy to clipboard operation
overte copied to clipboard

Overte open source virtual worlds platform.

Results 409 overte issues
Sort by recently updated
recently updated
newest added

This fixes deadlock in Interface and in Assignment Client due to Recording API calls. Earlier all Recording script API calls happened on main thread using BLOCKING_INVOKE_METHOD, which is fine for...

bug
needs CR
needs QA
fix before release

This is mostly an exploratory experiment on refactoring the UI of Overte. Feedback welcome! Main Goals: - Modernize interface - General cleanup - Simplification - Theming support - Support custom...

enhancement
work in progress

The simplified UI script had some issues. First major issue is due to conflicting IDs in the [QML](https://github.com/overte-org/overte/blob/8661e8a858663b48e8485c2cd7120dc3e2d7b87e/interface/resources/qml/hifi/simplifiedUI/settingsApp/general/General.qml#L178) on line 178 and 187, the QML would never properly render. As...

This is probably caused by mismatch between MyCharacterController Ray shotgun area and BulletPhysics collision shape after collision shape location got fixed in https://github.com/overte-org/overte/pull/866 This is most visible with avatars which...

bug

For some worlds dynamically regulating view ranges doesn't work well, with dynamic objects getting stuck mid air. Setting `Workload.getConfig("controlViews")["regulateViewRanges"]` to false and setting ranges manually fixes this, but for performance...

enhancement

It seems that now, for the event to trigger the entity has to have collision enabled and be dynamic. This was not always the case,` collisionWithEntity` has been used extensively...

While manually scaling/offsetting the UV in blender and exporting works when imported to Overte, using blender's node-based UV scaling and offset does not work in overte. This property is part...

bug

What happens: every version you test leaves you with a massive cache (about 7GB) What should happen: leftover files should be removed upon uninstalling Version: all

bug

MyAvatar.skeletonModelURL from Interface script is returning null even if it is from a local file ![image](https://github.com/overte-org/overte/assets/60075796/636a3819-b6cd-4f96-b544-a31eff01e671) Download the community app repo on your machine run the application "flyAvatar" set a...