Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-16 | Merge pull request #73361 from ↵ | Rémi Verschelde | |
akien-mga/your-ints-aint-gonna-increment-themselves EditorProperty: Fix missing increment buttons for integers | |||
2023-02-16 | Merge pull request #73375 from KoBeWi/save_us_all_from_crash | Rémi Verschelde | |
Fix Save All trying to save empty scene paths | |||
2023-02-16 | Merge pull request #73370 from timothyqiu/tiles-i18n | Rémi Verschelde | |
Add missing i18n in tiles editor | |||
2023-02-16 | Merge pull request #73369 from SaracenOne/animation_length_read_only | Rémi Verschelde | |
Make animation length control respect read-only rules. | |||
2023-02-16 | Merge pull request #73350 from SaracenOne/node_pointer_revert_fix | Rémi Verschelde | |
Fixes revert button on exported node properties on inherited nodes | |||
2023-02-15 | Fix Save All trying to save empty scene paths | kobewi | |
2023-02-15 | Make animation length control respect read-only rules. | SaracenOne | |
2023-02-15 | Add missing i18n in tiles editor | Haoyu Qiu | |
2023-02-15 | EditorProperty: Fix missing increment buttons for integers | Rémi Verschelde | |
Fixes #73192. | |||
2023-02-15 | Fixes revert button on exported node properties on inherited nodes. | SaracenOne | |
2023-02-15 | Merge pull request #73340 from TokageItLab/diamond-audio | Rémi Verschelde | |
Fix display for no-length audio stream keys | |||
2023-02-15 | Fix display for no-length audio stream keys | Silc Renew | |
2023-02-15 | Fix editor language dropdown incomplete in some locales | Haoyu Qiu | |
2023-02-14 | Fix `texture_format/bptc` export option | RedworkDE | |
2023-02-14 | Merge pull request #68558 from dzil123/remove_duplicate_wireframe | Rémi Verschelde | |
Node3DEditorViewport - Remove duplicate wireframe check and cleanup | |||
2023-02-14 | Merge pull request #73277 from RandomShaper/fix_pck_errors | Rémi Verschelde | |
Reword misleading error messages in PCK export | |||
2023-02-14 | Reword misleading error messages in PCK export | Pedro J. Estébanez | |
2023-02-14 | Merge pull request #73259 from KoBeWi/spaghetti_map | Rémi Verschelde | |
Fix some TileMap errors and crashes | |||
2023-02-14 | Merge pull request #72259 from Paulb23/json-editing | Rémi Verschelde | |
Support editing JSON in ScriptEditor | |||
2023-02-14 | Merge pull request #67707 from ↵ | Rémi Verschelde | |
Cykyrios/hide-private-prop-description-in-classdoc Fix private properties appearing in custom class doc Property Descriptions | |||
2023-02-14 | Fix some TileMap errors and crashes | kobewi | |
2023-02-13 | Merge pull request #61411 from snailrhymer/tilemap-editor-scattering | Rémi Verschelde | |
Fix random placement behaviour in new TileMap Editor | |||
2023-02-13 | Merge pull request #67523 from zaevi/fix_ProjectManager_sorting | Rémi Verschelde | |
Fix sorting issue in Project Manager. | |||
2023-02-13 | Prevent recursive importing (hack) | Juan Linietsky | |
Prevents recursion when importing files due to the ill nature of EditorProgress. The progress dialog will have to be entirely rewritten after 4.0 is out due to it being a constant source of bugs. In the meantime, this fixes the problem. Fixes #53871. Supersedes #73159. | |||
2023-02-12 | Rework code editor multiline operations | aXu-AP | |
Fix bugs if 2 selections were on same line. Fix bugs when selection ended at new line. Make carets stay in place after operation and on undo. Affects: delete lines, move lines, toggle comments, bookmarks and breakpoints. | |||
2023-02-12 | Round 2: Fix mesh library remove selected item menu option | MmAaXx500 | |
Previous pr: #46435 Fixes: #45969 | |||
2023-02-12 | Add more property capitalizations | Haoyu Qiu | |
* glTF * LODs (plural form of LOD) * Skeleton modification algorithms: CCDIK and FABRIK | |||
2023-02-11 | Merge pull request #73033 from akien-mga/gdscript-fix-gd4-renames-build | Rémi Verschelde | |
Clean up ProjectConverter3To4 architecture, move renames map to separate file | |||
2023-02-11 | Merge pull request #46435 from Hassan-A/MeshLibrary-RemoveItem-Fix | Rémi Verschelde | |
Fix mesh library remove selected item menu option | |||
2023-02-11 | Merge pull request #71740 from Jummit/dict-array-missing-types | Rémi Verschelde | |
Support signals and callables in exposed dictionaries | |||
2023-02-11 | Merge pull request #73106 from YuriSizov/editor-help-theming-2000 | Rémi Verschelde | |
Improve EditorHelp theming and make font size settings work | |||
2023-02-11 | Fix mesh library remove selected item menu option | Haz | |
Fixes #45969. | |||
2023-02-11 | fix nullptr dereference in AnimationTimelineEdit | Ruthger Dijt | |
2023-02-11 | Increase default font sizes for EditorHelp | Yuri Sizov | |
2023-02-11 | Make EditorHelp respect font size settings | Yuri Sizov | |
2023-02-11 | Make use of a theme cache in EditorHelp and ensure it's updated | Yuri Sizov | |
- Migrates the existing cache to the standard theme cache struct - Moves some parts of the codebase to use cache instead of ad-hoc fetching - Adds hooks to editor settings previously missing from theme regeneration | |||
2023-02-11 | Merge pull request #73098 from YuriSizov/editor-dont-hide-plugins | Rémi Verschelde | |
Avoid cleaning up editor plugins when property list changes | |||
2023-02-11 | Merge pull request #73092 from TokageItLab/ray-is-what | Rémi Verschelde | |
Remove WARNING "ray: index" for debug from SkeletonEditor | |||
2023-02-11 | Merge pull request #73091 from TokageItLab/fix-bezier-edit-button-update | Rémi Verschelde | |
Fix weird bezier edit button update timing in AnimationTrackEditor | |||
2023-02-11 | Avoid cleaning up editor plugins when property list changes | Yuri Sizov | |
Also removes a usability hack from the Theme editor, as it doesn't work anymore, and it confuses the Inspector. | |||
2023-02-11 | Merge pull request #73082 from aaronfranke/check-canvas-item | Rémi Verschelde | |
Check for CanvasItem instead of Control and Node2D | |||
2023-02-11 | Remove WARNING "ray: index" for debug from SkeletonEditor | Silc Renew | |
2023-02-11 | Fix weird bezier edit button update timing in AnimationTrackEditor | Silc Renew | |
2023-02-11 | Check for CanvasItem instead of Control and Node2D | Aaron Franke | |
2023-02-11 | Fix code editor's ColorPicker issue | heppocogne | |
ColorPicker now supports color constants. Modify code comments. | |||
2023-02-10 | Fix random placement behaviour in new TileMap Editor | SnailRhymer | |
Fix a bug where scattering could be set to e.g. 0.9 but a tile would still always be placed, as the check rand > 0.9 would be run on every mouse movement until it was successful. | |||
2023-02-10 | Merge pull request #71691 from ↵ | Rémi Verschelde | |
hcoura/res-importer-gen-physics-mesh-only-when-needed Fix SceneImportSettings perf issues | |||
2023-02-10 | Merge pull request #71054 from ↵ | Rémi Verschelde | |
MarioLiebisch/fix-animationplayer-calltrack-strings Properly stringify args for Call Method Tracks | |||
2023-02-10 | Merge pull request #73042 from akien-mga/create-project-gl_compatibility-mobile | Rémi Verschelde | |
ProjectManager: Also set `gl_compatibility` for mobile override | |||
2023-02-10 | Merge pull request #43111 from junkajii/master | Yuri Sizov | |
New icons for ParallaxBackground & ParallaxLayer |