Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-11 | Add margins to Array and Dictionary editors | FireForge | |
2022-06-10 | Don't handle pending clicks outside scene tree | kobewi | |
2022-06-10 | Add tooltips to Export dialog icon buttons | Haoyu Qiu | |
2022-06-10 | Merge pull request #61454 from fire-forge/round-script | Rémi Verschelde | |
2022-06-10 | Merge pull request #59770 from fire-forge/rounded-corners | Rémi Verschelde | |
2022-06-10 | Merge pull request #59776 from fire-forge/more-round | Rémi Verschelde | |
2022-06-10 | Distinguish Length function name to Length2D/3D/4D in visual shaders | Yuri Rubinsky | |
2022-06-10 | Merge pull request #61487 from chungd87/fix-animation-UI-bug | Rémi Verschelde | |
2022-06-09 | Remove TooltipPanel and TooltipLabel | kobewi | |
2022-06-09 | Increase AnimationPlayer position SpinBox to fit more decimals | Danny Chung | |
Fixed UI bug where it appeared that pushing the up or down incrementing arrows did not increment the SpinBox value appropriately. Just needed to increase the size of the box horizontally, to display four decimal points consistently. | |||
2022-06-09 | Merge pull request #61648 from KoBeWi/dependency_editle | Rémi Verschelde | |
2022-06-08 | Add readable export errors. | bruvzg | |
2022-06-08 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
Remove some translation templates which were empty or almost empty (less than 10 strings translated, years without further activity). (cherry picked from commit f1eab40cdaefc899a120e674a752347cf9ffdced) | |||
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde | |
Adds some translator comments to solve some questions raised on Weblate. | |||
2022-06-07 | Merge pull request #61784 from ↵ | Rémi Verschelde | |
Geometror/visualeditors_editorsettings_propagation Fix visual editor settings change propagation | |||
2022-06-07 | Merge pull request #61319 from JFonS/taa_wip | Rémi Verschelde | |
Initial TAA implementation | |||
2022-06-07 | Merge pull request #59786 from V-Sekai/ok_color | Rémi Verschelde | |
Allow picking similar colours using OKHSL. | |||
2022-06-07 | Merge pull request #61779 from RechieKho/zoom_100_percent_error | Rémi Verschelde | |
Define zoom shortcut before using it | |||
2022-06-07 | Fix `EditorSpinSlider` mouse reset position on tree exit | Johannes Witt | |
2022-06-07 | Fix visual editor settings change propagation | Hendrik Brucker | |
2022-06-07 | Merge pull request #61751 from KoBeWi/🐱👤 | Rémi Verschelde | |
2022-06-07 | Define zoom shortcut before using it | RechieKho | |
2022-06-07 | Allow picking similar colours using OKHSL. | K. S. Ernest (iFire) Lee | |
2022-06-07 | Add GLOBAL_DEF_INTERNAL to hide specific settings | kobewi | |
2022-06-07 | Merge pull request #61737 from LightningAA/fix-frac-typo | Rémi Verschelde | |
Fix typo "Frac" instead of "Fract" | |||
2022-06-07 | Initial TAA implementation | jfons | |
Initial TAA support based on the implementation in Spartan Engine. Motion vectors are correctly generated for camera and mesh movement, but there is no support for other things like particles or skeleton deformations. | |||
2022-06-07 | Merge pull request #61767 from KoBeWi/tiling_speedrun | Rémi Verschelde | |
Add shortcuts to GenericTilePolygonEditor | |||
2022-06-07 | Merge pull request #61651 from Haydoggo/path-editor-handle-swap | Rémi Verschelde | |
Fix end handles being reversed in Path3DGizmo | |||
2022-06-07 | Add shortcuts to GenericTilePolygonEditor | kobewi | |
2022-06-05 | Fix typo "Frac" instead of "Fract" | Aaron Record | |
2022-06-05 | Enable nearest filtering in shrunk 3D viewport | kobewi | |
2022-06-05 | Fix inverted mouse wheel zoom in CanvasItemEditor #61716 | Andy Gainey | |
Bug introduced in bb07c6a7d0 while fixing symmetry of zooming in and out. | |||
2022-06-05 | Merge pull request #61696 from guilhermefelipecgs/fix_menus | Rémi Verschelde | |
Removes start/end states from menus | |||
2022-06-05 | Merge pull request #61690 from againey/zoom-fix-for-canvas-item-editor | Rémi Verschelde | |
Fix zoom in callback for CanvasItemEditor to use correct numeric sign | |||
2022-06-05 | Merge pull request #61678 from KoBeWi/🌲💥 | Rémi Verschelde | |
Fix crash with empty scenes | |||
2022-06-04 | Removes start/end states from menus | Guilherme Felipe de C. G. da Silva | |
2022-06-04 | Fix zoom in callback for CanvasItemEditor to use correct numeric sign | Andy Gainey | |
2022-06-04 | Merge pull request #61679 from fire-forge/tilemap-grid | Rémi Verschelde | |
Update viewport when toggling TileMap grid | |||
2022-06-04 | fix end handles being reversed in Path3DGizmo | Hayden Leete | |
2022-06-04 | Merge pull request #61668 from guilhermefelipecgs/fix_style | Rémi Verschelde | |
Fix state machine style | |||
2022-06-04 | Fix crash with empty scenes | kobewi | |
2022-06-03 | Improve title of DependencyEditorOwners | kobewi | |
2022-06-03 | Update viewport when toggling TileMap grid | FireForge | |
2022-06-03 | Fix state machine style | Guilherme Felipe de C. G. da Silva | |
2022-06-03 | Merge pull request #59327 from raulsntos/csharp-flag-enums | Rémi Verschelde | |
2022-06-03 | Merge pull request #61481 from Calinou/profiler-increase-frame-history | Fabio Alessandrelli | |
Increase the editor profiler frame history default and maximum limit | |||
2022-06-03 | Support explicit values in flag properties, add C# flags support | Raul Santos | |
- Add support for explicit values in properties using `PROPERTY_HINT_FLAGS` that works the same way it does for enums. - Fix enums and flags in VisualScriptEditor (it wasn't considering the explicit value). - Use `PROPERTY_HINT_FLAGS` for C# enums with the FlagsAttribute instead of `PROPERTY_HINT_ENUM`. | |||
2022-06-03 | Update half resolution immediately | kobewi | |
2022-06-02 | Merge pull request #61626 from Haydoggo/path-editor-handle-swap | Rémi Verschelde | |
Swap Path3DGizmo control points order | |||
2022-06-02 | Merge pull request #61292 from KoBeWi/hack_your_way_to_fix_the_bug | JFonS | |