Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Merge pull request #60007 from aaronfranke/gds-op-adj-tr3d | Rémi Verschelde | |
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix | |||
2022-04-14 | Merge pull request #60241 from kleonc/navmap-reset-least_cost_id | Rémi Verschelde | |
`NavMap::get_path` Fix not resetting `least_cost_id` | |||
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 | NavMap::get_path Fix not resetting least_cost_id | kleonc | |
2022-04-14 | Fixed value track blend animation without RESET | Silc 'Tokage' Renew | |
2022-04-14 | Merge pull request #60227 from YeldhamDev/popmenu_sep_font | Rémi Verschelde | |
Add `font_separator` and related properties to `PopupMenu` | |||
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-14 | Merge pull request #60203 from RedHeadphone/master | Rémi Verschelde | |
Fix Time.get_datetime_string_from_dict() does not validate input | |||
2022-04-14 | Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fix | Rémi Verschelde | |
Added p_shape check to avoid engine crash in DisplayServer | |||
2022-04-13 | Fix `GridContainer` not ignoring toplevel children | Michael Alexsander | |
2022-04-13 | Merge pull request #60177 from reduz/animation-library-import | Rémi Verschelde | |
Import scenes as AnimationLibrary | |||
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 #60213 from JFonS/fix_depth_state | Rémi Verschelde | |
2022-04-13 | Merge pull request #60211 from timothyqiu/al-rename | Rémi Verschelde | |
2022-04-13 | Merge pull request #60209 from ConteZero/select_all_null | Rémi Verschelde | |
2022-04-13 | Merge pull request #60191 from novaplusplus/file-open-fix | Rémi Verschelde | |
2022-04-13 | Fix regression in rasterizer state | Joan Fons | |
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. | |||
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 | Import scenes as AnimationLibrary | reduz | |
Added the ability to import scenes as AnimationLibrary * Completes implementation of https://github.com/godotengine/godot-proposals/issues/4296 * Helps if you want to export animations to a separate file (say a GLTF) to avoid re-importing/exporting them every time the model changes. * Helps if you simply want to have animations using a dummy model, which can be shared across multiple models. Creates a secondary scene importer used only for animations. **NOTE**: A new flag for scene importer: EditorSceneFormatImporter.IMPORT_DISCARD_MESHES_AND_MATERIALS has been added, to hint importers that they should skip meshes and animations (and hence make importing faster). It is not implemented in any importer yet, this should be done in a separate PR. | |||
2022-04-13 | Fix "File must be opened" error with File.open() | nova++ | |
2022-04-13 | Added p_shape check to avoid engine crush | KingCakeTheFruity | |
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 #59398 from ↵ | Rémi Verschelde | |
Calinou/animation-track-editor-keyframe-draw-hover | |||
2022-04-13 | Merge pull request #60028 from LightningAA/Improve-Signal-Docs | Rémi Verschelde | |
2022-04-13 | Merge pull request #60030 from KoBeWi/pewport | Rémi Verschelde | |
2022-04-13 | validate input in Time.get_datetime_string_from_dict() | RedHeadphone | |
format fix better fix to handle ERR_FAIL_COND_V_MSG return data type | |||
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 | Merge pull request #60196 from bruvzg/fix_menu_kbd | 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 | Merge pull request #60012 from Sauermann/fix-collisionobject-canvas-doc | Rémi Verschelde | |
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg | |
2022-04-13 | Merge pull request #60017 from timothyqiu/nav-server-free | Rémi Verschelde | |
Rename `NavigationServer`'s `free` method to `free_rid` | |||
2022-04-13 | Merge pull request #60097 from V-Sekai/fix_triangle_mesh_selection | Rémi Verschelde | |
Rearrange TriangleMesh function to workaround MSVC compiler bug | |||
2022-04-13 | Rearrange TriangleMesh stack level incrementation to fix MSVC compiler ↵ | SaracenOne | |
optimization bug | |||
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 #59678 from SuddenlyNothing/doc-CheckBox | Rémi Verschelde | |
Add documentation to CheckBox | |||
2022-04-12 | Merge pull request #40975 from rohanrhu/master | Fabio Alessandrelli | |
Added set_extra_headers() to WebSocketServer | |||
2022-04-12 | Merge pull request #60040 from ConteZero/editor_log_copy | Rémi Verschelde | |
2022-04-12 | Add documentation to CheckBox | SuddenlyNothing | |
2022-04-12 | Merge pull request #54740 from ↵ | Rémi Verschelde | |
LightningAA/project-manager-sort-by-most-recent-as-default |