Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | Merge pull request #70489 from ↵ | Rémi Verschelde | |
stmSi/fix-certain-editor-shortcuts-insert-characters-into-code Fix Editor Shortcut keys are inserting in Script Editor | |||
2022-12-26 | Add missing CUSTOM inputs for the spatial/vertex mode of visual shader | Yuri Rubinsky | |
2022-12-24 | Fix Editor Shortcut keys are inserting in Script Editor | stmSi | |
2022-12-23 | Merge pull request #69797 from TokageItLab/time-edit-inspector-plugin | Rémi Verschelde | |
Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate | |||
2022-12-23 | Merge pull request #65312 from SaracenOne/auto_advance_behaviour | Rémi Verschelde | |
Make auto-advance flag a requirement for conditional/expression evaluation | |||
2022-12-23 | VCS: Fix split diff's overlapping fields | Twarit Waikar | |
Also adjusts the spacing nearby the diff contents. | |||
2022-12-22 | Add inspector plugin for key time edit & Change find key argument | Silc Renew | |
2022-12-21 | Merge pull request #70353 from twaritwaikar/remove-vsc-project-path | Rémi Verschelde | |
VCS: Remove `project_path` VCS property, let plugins decide | |||
2022-12-21 | Merge pull request #70350 from Chaosus/stringname_operator | Rémi Verschelde | |
Add missing != operator to `StringName` | |||
2022-12-21 | Merge pull request #70374 from twaritwaikar/add-confirm-dialog-discard-changes | Rémi Verschelde | |
VCS: Add a stern confirmation dialog before discarding all changes | |||
2022-12-21 | Merge pull request #67922 from MrBlockers/asr-addstream-fixes | Rémi Verschelde | |
Add optional stream argument to AudioStreamRandomizer.add_stream | |||
2022-12-21 | Merge pull request #70317 from HolonProduction/svg_assets | Rémi Verschelde | |
Add support for svg images in the asset lib. | |||
2022-12-21 | VCS: Remove method binds that are not being used in VersionControlEditorPlugin | Twarit Waikar | |
2022-12-20 | Add optional arguments to AudioStreamRandomizer | MrBlockers | |
Adds stream and weight parameters to add_stream. By default, weight is 1.0f. | |||
2022-12-21 | VCS: Add a stern confirmation dialog before discarding all changes | Twarit Waikar | |
2022-12-20 | VCS: Remove `project_path` VCS property, let plugins decide | Twarit Waikar | |
2022-12-20 | Add support for svg images in the asset lib. | HolonProduction | |
Pixel based image formats are identified by magic numbers. This is not possible with svg therefore svg parsing is tried and if it succeeded the result is used. WebP and bmp support is added as well. But I could not test it as I am not able to run a local instance of the asset lib and there is no asset using those formats. | |||
2022-12-20 | Add missing != operator to `StringName` | Yuri Rubinsky | |
2022-12-20 | Merge pull request #70170 from TokageItLab/fix-anim-keying-crash | Rémi Verschelde | |
Make keys deselected when keying property for animation to avoid crash | |||
2022-12-19 | Merge pull request #70100 from Chaosus/fix_missing_editor_plugin_gdclasses | Rémi Verschelde | |
Fix missing GDCLASS headers in the editor preview plugins | |||
2022-12-19 | Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygon | Rémi Verschelde | |
`TileSet` Simplify isometric tile shape polygon to 4 vertices | |||
2022-12-19 | Merge pull request #70264 from KoBeWi/layedulate | Rémi Verschelde | |
Use layer's modulate for tile previews | |||
2022-12-19 | TileSet Simplify tile shape polygons | kleonc | |
2022-12-18 | Use layer's modulate for tile previews | kobewi | |
2022-12-18 | Prevent showing AudioStream preview for non-WAV types | Yuri Rubinsky | |
2022-12-17 | Fix Navigation API abbreviations inconsistency | smix8 | |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav". | |||
2022-12-17 | Merge pull request #70074 from Chaosus/restore_audio_stream_editor | Rémi Verschelde | |
Restore `AudioStreamEditor` class to fix playable sound previews | |||
2022-12-17 | Move transparent background project setting to a subsection | Hugo Locurcio | |
This prevents the project setting from being located directly within a root category, which is confusing from an UX perspective in the project settings editor. | |||
2022-12-17 | Make keys deselected when keying property for animation to avoid crash | Silc 'Tokage' Renew | |
2022-12-16 | Change auto_advance flag to advance_mode enum and unify with disabled flag. | SaracenOne | |
Expressions and conditions now require auto mode to be set to auto. Adds a toggle button to the state machine editor for whether new transitions advance settings should default to auto mode or not. | |||
2022-12-15 | Merge pull request #67024 from alessandrofama/fix-gdvirtual-call-node3dgizmo | Rémi Verschelde | |
EditorNode3DGizmoPlugin: Add GDVIRTUAL_CALL for get_gizmo_name and get_priority | |||
2022-12-15 | Fix missing GDCLASS headers in the editor preview plugins | Yuri Rubinsky | |
2022-12-15 | Restore `AudioStreamEditor` class | Yuri Rubinsky | |
2022-12-14 | Merge pull request #70040 from m4gr3d/update_navigation_controls_toggle_main | Rémi Verschelde | |
Update the visibility logic for the spatial editor navigation controls | |||
2022-12-13 | Update the visibility logic for the spatial editor navigation controls | Fredia Huya-Kouadio | |
2022-12-14 | Handle corner cases for curve baking | Yaohua Xiong | |
When control point and point have equal position, the derivative is 0 vector, which cause error message in Basis::look_at(). This commit handles this case. | |||
2022-12-14 | Merge pull request #69938 from timothyqiu/open-packed-scene | Rémi Verschelde | |
Add open scene button in Inspector for PackedScene resource | |||
2022-12-13 | Merge pull request #70006 from timothyqiu/atlas-source-paint-scroll | Rémi Verschelde | |
Add scroll container for tile data editors | |||
2022-12-13 | Merge pull request #69893 from henrlin24/hide-scattering | Rémi Verschelde | |
Hide Scattering label and controls within TileMap editor window when "Place Random Tile" option is disabled | |||
2022-12-13 | Add scroll container for tile data editors | Haoyu Qiu | |
2022-12-13 | Add null checks to AnimationTreeEditors and _clear_editors() | Silc Renew | |
2022-12-12 | Merge pull request #69291 from nongvantinh/fix-suggest-message | Rémi Verschelde | |
Fix Sprite drag and drop hint mentions invalid option with root node selected | |||
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | |
Rename all gdnative occurences to gdextension | |||
2022-12-12 | Merge pull request #69300 from timothyqiu/tile-set-atlas-source | Rémi Verschelde | |
Improve TileSetAtlasSourceEditor UI | |||
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière | |
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | |||
2022-12-12 | Use _request_gizmo from SceneStringNames | Markus Sauermann | |
2022-12-12 | Add open scene button in Inspector for PackedScene resource | Haoyu Qiu | |
2022-12-11 | Hide Scattering label and controls within TileMap editor window when "Place ↵ | henrlin24 | |
Random Tile" is disabled | |||
2022-12-10 | Use ObjectID as argument when referred-calling _request_gizmo | Haoyu Qiu | |
Fixes crash on project launch. | |||
2022-12-10 | Fix !tile_set.is_valid() error on startup | Haoyu Qiu | |