Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | Merge pull request #70264 from KoBeWi/layedulate | Rémi Verschelde | |
Use layer's modulate for tile previews | |||
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-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 | 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 | |
2022-12-10 | Improve TileSetAtlasSourceEditor UI | Haoyu Qiu | |
* Updates the overall layout, moving mode buttons to the top. * Uses inspector category instead of a Label to show what's being edited. This also allows better scrolling behavior. | |||
2022-12-09 | Merge pull request #67283 from KoBeWi/one_way_ticket | Rémi Verschelde | |
Add one-way indicator to tile collision editor | |||
2022-12-09 | Merge pull request #60892 from KoBeWi/fat_selection | Rémi Verschelde | |
Improve tile editor selection appearance | |||
2022-12-09 | Merge pull request #69747 from timothyqiu/tile-source-icons | Rémi Verschelde | |
Update tile source icons when editor theme changes | |||
2022-12-09 | Improve tile editor selection appearance | kobewi | |
2022-12-09 | Fix changing of visual shader mode | Yuri Rubinsky | |
2022-12-08 | Merge pull request #69738 from Chaosus/vs_custom_nodes | Yuri Rubinsky | |
2022-12-08 | Make custom visual shader nodes automatically updates from script | Yuri Rubinsky | |
2022-12-08 | Update tile source icons when editor theme changes | Haoyu Qiu | |
2022-12-08 | Merge pull request #69617 from MewPurPur/this-darn-pixel | Rémi Verschelde | |
Fix fringe issues with shortcuts not behaving as expected for multi-carets | |||
2022-12-07 | Fix various fringe issues with multi-carets and selections | VolTer | |
2022-12-07 | Merge pull request #69719 from groud/fix_gdextension_bad_vformat_error | Rémi Verschelde | |
Fix a wrong error formatting in gdextension export plugin | |||
2022-12-07 | Merge pull request #68682 from timothyqiu/camera-gizmo-size | Rémi Verschelde | |
Make Camera3D gizmo the same aspect ratio as its viewport | |||
2022-12-07 | Merge pull request #69713 from groud/rename_get_surrounding_tiles | Rémi Verschelde | |
Rename get_surrounding_tiles to get_surrounding_cells | |||
2022-12-07 | Merge pull request #67554 from ↵ | Rémi Verschelde | |
Sauermann/fix-determining-window-in-scroll-container Remove Screen-parameter for determining Touchscreen capability | |||
2022-12-07 | Merge pull request #69695 from timothyqiu/id-capitalization | Rémi Verschelde | |
Make ID capitalization in tiles editor consistent | |||
2022-12-07 | Fix a wrong error formatting in gdextension export plugin | Gilles Roudière | |
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | |
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann | |
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages. | |||
2022-12-07 | Fix crash when deleting an alternative-level tile proxy | Haoyu Qiu | |
2022-12-07 | Make ID capitalization in tiles editor consistent | Haoyu Qiu | |
2022-12-06 | Merge pull request #69643 from Chaosus/vcs_rendering_fix | Rémi Verschelde | |
Fix incorrect rendering of vcs dialogs | |||
2022-12-06 | Merge pull request #67906 from groud/simpler_gdextension_config | Rémi Verschelde | |
Remove unnecessary checks when exporting gdextension binaries and allow using a prefix to auto-detect files | |||
2022-12-06 | Merge pull request #69631 from timothyqiu/tile-proxy-rmb | Rémi Verschelde | |
Fix error when right clicking proxy list in TileProxiesManagerDialog | |||
2022-12-06 | Fix incorrect rendering of vcs dialogs | Yuri Rubinsky | |