Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes a regression introduced by the color pass flags rework. The various rasterizer state structs were not being reset for each flag combination, which meant some state changes were wrongly applied to some flag combinations.
|
|
|
|
|
|
|
|
|
|
|
|
Calinou/animation-track-editor-keyframe-draw-hover
|
|
|
|
|
|
|
|
|
|
|
|
This helps reduce confusion around sRGB <> Linear conversions by making
both input and output color spaces explicit.
|
|
|
|
|
|
Rename `NavigationServer`'s `free` method to `free_rid`
|
|
Rearrange TriangleMesh function to workaround MSVC compiler bug
|
|
optimization bug
|
|
error for attempting to create gizmos twice
|
|
Redesign InputEvent editor and fix `Window.popup_centered()` rect calculation.
|
|
Add documentation to CheckBox
|
|
Added set_extra_headers() to WebSocketServer
|
|
|
|
|
|
LightningAA/project-manager-sort-by-most-recent-as-default
|
|
Fixed initialization of TRS Track in blend tree for root motion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use vertical layout and add text wrapping
- Fix Window.popup_centered() rect calculation
|
|
When double-clicking on a function name the graph will now correctly jump to the function relative to the zoom ratio.
|
|
|
|
|
|
Remove get_data() from CowData
|
|
|
|
|
|
|
|
Fix incorrect parsing array's `length()` at return statement in shader
|
|
|
|
|
|
Not using any of the new options yet so we preserve compatibility with 13.0,
which is still the recommended version as 14.0 actually has a regression.
|
|
|