Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-17 | Merge pull request #60308 from TokageItLab/remove-exp-map-in-blending | Rémi Verschelde | |
Discontinue exp map in blending | |||
2022-04-17 | Discontinue exp map in blending | Silc 'Tokage' Renew | |
2022-04-16 | Fix the Audio Listener 3D property not being grouped with 2D in Viewport | Hugo Locurcio | |
2022-04-15 | Merge pull request #60235 from TokageItLab/fix-value-track-blend | Rémi Verschelde | |
Fixed blending value track without RESET and TRS3D track with RESET | |||
2022-04-14 | Merge pull request #60225 from YeldhamDev/popmenu_arrow_slim | Rémi Verschelde | |
Reduce width of arrow icons for the default theme in `PopupMenu` | |||
2022-04-14 | Fixed value track blend animation without RESET | Silc 'Tokage' Renew | |
2022-04-13 | Add `font_separator` and related properties to `PopupMenu` | Michael Alexsander | |
2022-04-13 | Reduce width of arrow icons for the default theme in `PopupMenu` | Michael Alexsander | |
2022-04-14 | Merge pull request #60221 from YeldhamDev/grid_toplevel_fix | Rémi Verschelde | |
Fix `GridContainer` not ignoring toplevel children | |||
2022-04-14 | Merge pull request #60220 from YeldhamDev/the_line_must_be_drawn_here | Rémi Verschelde | |
Fix and tweak labeled separator in `PopupMenu` | |||
2022-04-13 | Fix `GridContainer` not ignoring toplevel children | Michael Alexsander | |
2022-04-13 | Merge pull request #60093 from TokageItLab/reset-blend | Rémi Verschelde | |
Make blend animation to use ResetTrack as default value | |||
2022-04-13 | Fix and tweak labeled separator in `PopupMenu` | Michael Alexsander | |
2022-04-13 | Merge pull request #60211 from timothyqiu/al-rename | Rémi Verschelde | |
2022-04-13 | Fix parameter validation when renaming in AnimationLibrary | Haoyu Qiu | |
2022-04-13 | Fix select_all() crash in RichTextLabel | ConteZero | |
2022-04-13 | Merge pull request #60199 from akien-mga/color-clarify-srgb-linear-conversions | Rémi Verschelde | |
2022-04-13 | Merge pull request #60004 from fire-forge/anim-loop-enum | Rémi Verschelde | |
2022-04-13 | Merge pull request #60034 from Calinou/camera-allow-lower-size | Rémi Verschelde | |
2022-04-13 | Merge pull request #60194 from V-Sekai/node_3d_gizmo_fix | Rémi Verschelde | |
2022-04-13 | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde | |
This helps reduce confusion around sRGB <> Linear conversions by making both input and output color spaces explicit. | |||
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg | |
2022-04-13 | Ensure gizmos are added to newly created Node3D-derivatives and silence ↵ | SaracenOne | |
error for attempting to create gizmos twice | |||
2022-04-12 | Merge pull request #60081 from fire-forge/input-event-editor-fix | Rémi Verschelde | |
Redesign InputEvent editor and fix `Window.popup_centered()` rect calculation. | |||
2022-04-12 | Merge pull request #59531 from TokageItLab/fix-init-root-motion | Rémi Verschelde | |
Fixed initialization of TRS Track in blend tree for root motion | |||
2022-04-12 | Merge pull request #60170 from ConteZero/context_menu | Rémi Verschelde | |
2022-04-12 | Merge pull request #60171 from Chaosus/restore_aa | Yuri Rubinsky | |
2022-04-12 | Add context menu to RichTextLabel | ConteZero | |
2022-04-12 | Redesign InputEvent editor plugin | FireForge | |
- Use vertical layout and add text wrapping - Fix Window.popup_centered() rect calculation | |||
2022-04-12 | Merge pull request #60069 from Calinou/fsr-fix-editor-enum | Rémi Verschelde | |
2022-04-12 | Restore antialiasing for `draw_line` | Yuri Roubinsky | |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg | |
2022-04-11 | Merge pull request #60085 from YeldhamDev/relationships_are_hard | Rémi Verschelde | |
2022-04-11 | Merge pull request #59927 from Zylann/fix_graphnode_title_trim | Rémi Verschelde | |
Fix GraphNode not resizing with larger title | |||
2022-04-11 | Merge pull request #60120 from Calinou/environment-editor-ssil-tonemap-hide | Rémi Verschelde | |
Hide SSIL properties when SSIL is disabled in the Environment resource | |||
2022-04-11 | Fix toggling GraphEdit's minimap with `minimap_enabled` | Eric McGuirk | |
Fixes #53831. | |||
2022-04-11 | Merge pull request #60026 from ConteZero/shortcut_keys_enabled | Rémi Verschelde | |
2022-04-11 | Merge pull request #54191 from Ev1lbl0w/bugfix-window_popup_ratio | Rémi Verschelde | |
2022-04-11 | Merge pull request #59980 from reduz/animation-libraries | Rémi Verschelde | |
2022-04-11 | Merge pull request #59440 from bruvzg/fd_ref_counted | Rémi Verschelde | |
2022-04-11 | Merge pull request #60111 from KoBeWi/the_files_have_landed | Rémi Verschelde | |
2022-04-11 | Merge pull request #60124 from KoBeWi/sepyt_noitcennoc_dilav | Rémi Verschelde | |
2022-04-11 | Implement Animation Libraries | reduz | |
* Instead of containing single animations, AnimationPlayer now contains libraries. * Libraries, in turn, contain the animations. This paves the way for implementing the possibility of importing scenes as animation libraries, finally allowing to import animations separate from the 3D models. Missing (will be done on separate PRs): * Make it possible to import scenes (dae/fbx/gltf) as animation libraries. * Make it possible for AnimationTree to import animation libraries on its own, so it does not rely on AnimationPlayer for everything. | |||
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg | |
2022-04-11 | Merge pull request #60104 from ConteZero/shortcut_keys | Rémi Verschelde | |
2022-04-11 | Improvements to files_dropped signal | kobewi | |
2022-04-11 | Fix GraphEdit's valid connections being reversed | kobewi | |
2022-04-10 | Hide SSIL properties when SSIL is disabled in the Environment resource | Hugo Locurcio | |
- Hide Tonemap White property when the tonemapper is Linear (as linear tonemapping does not use a whitepoint). | |||
2022-04-10 | Add select_all() to RichTextLabel | ConteZero | |
2022-04-10 | Clamp ratio from popup_centered_ratio | Ev1lbl0w | |