Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-17 | Merge pull request #71528 from snakept/missing-path-external-editor-error | Rémi Verschelde | |
Checking path variable if empty before opening external editor to fix… | |||
2023-01-17 | Checking path variable if empty before opening external editor to fix #71528 | Christoh Prenissl | |
2023-01-17 | Merge pull request #70630 from asmaloney/importer-crash-null-mesh-node | Rémi Verschelde | |
Fix crash in SceneImportSettings::_select when a mesh has a null mesh node | |||
2023-01-17 | Merge pull request #71545 from groud/fix_rect_draw_tileset | Rémi Verschelde | |
Fixes rectangle painting weird behavior when dragging outside the atlas area | |||
2023-01-17 | Merge pull request #71517 from groud/tile_data_editor_shortcut_consistency | Rémi Verschelde | |
Make keyboard shortcuts in tile data editors consistent with tilemap editor. | |||
2023-01-17 | Fixes rectangle painting when dragging outside the atlas area | Gilles Roudière | |
2023-01-16 | obj: Avoid empty names and meshes | rsjtdrjgfuzkfg | |
This commit updates the obj importer to properly name imported meshes and permits it to skip meshes that do not contain geometry. This fixes at least one crash and several warnings and avoids unnecessary meshes being generated when importing obj files that do not contain geometry that is not assigned to a named object (such as when exporting from Blender). | |||
2023-01-16 | Make keyboard shortcuts in tile data editors consistent with tilemap editor. ↵ | Gilles Roudière | |
Fix a bug with collision shapes painting. | |||
2023-01-16 | Merge pull request #70557 from KoBeWi/class_yeet | Rémi Verschelde | |
Move global script class cache to separate file | |||
2023-01-16 | Merge pull request #69851 from dalexeev/fix-scaling-issue | Rémi Verschelde | |
Fix scaling issue in `draw_line` and similar methods | |||
2023-01-16 | Merge pull request #71369 from Calinou/editor-tweak-executable-file-filters | Rémi Verschelde | |
Tweak fbx2gltf file filter to remove naming restriction | |||
2023-01-16 | Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap | Rémi Verschelde | |
Add `Key::CTRL_OR_CMD` and use it to fix shortcut for tilemap painting tools on macOS | |||
2023-01-16 | Fix scaling issue in `draw_line` and similar methods | Danil Alexeev | |
2023-01-16 | Tweak fbx2gltf file filter to remove naming restriction | Hugo Locurcio | |
This relaxes the naming restriction on fbx2gltf binaries, as people may be renaming them then wondering why they've disappeared from the dialog unless they select "All Files (*)" as a filter. | |||
2023-01-16 | Move global script class cache to separate file | kobewi | |
2023-01-16 | Merge pull request #70668 from KoBeWi/never_give_up | Rémi Verschelde | |
Retry loading addons after filesystem scan | |||
2023-01-16 | Merge pull request #71485 from adamscott/history-local | Rémi Verschelde | |
Save history when goto script line in the text editor | |||
2023-01-16 | Merge pull request #70504 from KoBeWi/the_choosen_antipattern | Rémi Verschelde | |
Add EditorUndoRedoManager singleton | |||
2023-01-16 | Merge pull request #59076 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-tilesetatlassourceeditor Use get_cursor_shape for identifying the cursor shape in TileSetAtlasSourceEditor | |||
2023-01-16 | replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL ↵ | ajreckof | |
prevented the use of the functionality on mac on Mac CTRL + Left click = Right click therefore when a functionality needs CTRL + Left click it is not possible on mac. It then forcibly needs to be CMD on mac | |||
2023-01-16 | Add EditorUndoRedoManager singleton | kobewi | |
2023-01-15 | Save history when goto script line in the text editor. | Adam Scott | |
2023-01-15 | Merge pull request #70701 from bruvzg/remote_debug_menu | Rémi Verschelde | |
Move remote debug buttons to a single menu. | |||
2023-01-15 | Merge pull request #71229 from reduz/fix-recursive-resource-inclusion-check | Rémi Verschelde | |
Fix recursive resource inclusion check | |||
2023-01-15 | Merge pull request #71410 from YuriSizov/docs-update-tutorial-links | Rémi Verschelde | |
Update all outdated online documentation links | |||
2023-01-15 | Merge pull request #71411 from Paulb23/new-textfile-global-path | Rémi Verschelde | |
Globalise path for New TextFile in FileSystemDock | |||
2023-01-14 | Move remote debug buttons to a single menu. | bruvzg | |
2023-01-14 | Globalise path for New TextFile in FileSystemDock | Paulb23 | |
2023-01-14 | Update all outdated online documentation links | Yuri Sizov | |
2023-01-14 | Remove secondary carets when using FindReplaceBar | Paulb23 | |
2023-01-14 | Fix node preview crashes after updating visual shader node | Yuri Rubinsky | |
2023-01-14 | Merge pull request #71360 from bruvzg/progress_dialog_theme | Rémi Verschelde | |
Fix editor progress dialog theme update. | |||
2023-01-14 | Merge pull request #71321 from TokageItLab/stop-edit | Rémi Verschelde | |
Implement toggling pause / stop button to AnimationPlayerEditor | |||
2023-01-14 | Fix editor progress dialog theme update. | bruvzg | |
2023-01-14 | Implement toggling pause / stop button to AnimationPlayerEditor | Silc 'Tokage' Renew | |
2023-01-13 | Avoid crashing when custom GLSL shaders are imported when using the ↵ | clayjohn | |
gl_compatibility renderer | |||
2023-01-13 | Merge pull request #70601 from vmedea/keep-terrain-choice | Rémi Verschelde | |
Keep terrain choice when changing layer in tilemap editor | |||
2023-01-13 | Merge pull request #71335 from groud/fix_atlas_merging | Rémi Verschelde | |
Fixes TileSet atlas merging not working correctly | |||
2023-01-13 | Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixes | Rémi Verschelde | |
Fix contextual visibility of tileset and tilemap editors (again) | |||
2023-01-13 | Merge pull request #70540 from vaartis/multiline-arrays-dictionaries | Rémi Verschelde | |
Implement export_multiline support for Array[String] and Dictionary | |||
2023-01-13 | Merge pull request #70148 from KoBeWi/remove_all_restrictions | Rémi Verschelde | |
Remove conditons for unfolding inspector sections | |||
2023-01-13 | Merge pull request #63312 from bruvzg/one_click | Rémi Verschelde | |
[Export] Add one-click deploy over SSH for the desktop exports. | |||
2023-01-13 | Fixes TileSet atlas merging not working correctly | Gilles Roudière | |
2023-01-13 | Fix crash when clicking Edit Region after reopening the scene | Haoyu Qiu | |
2023-01-13 | Merge pull request #71152 from nongvantinh/fix-70981 | Rémi Verschelde | |
Fix node name in the SceneTreeEditor allows a node to have no name | |||
2023-01-13 | Merge pull request #71033 from scurest/obj-vertex-color | Rémi Verschelde | |
Add vertex color support to OBJ importer | |||
2023-01-13 | Merge pull request #71209 from bruvzg/ed_progress_reparent | Rémi Verschelde | |
Automatically reparent editor progress dialog to avoid error spam. | |||
2023-01-12 | Merge pull request #71289 from RandomShaper/avoid_color_flash | Clay John | |
Avoid color flash on window creation and resizing | |||
2023-01-12 | Merge pull request #68450 from KoBeWi/bracket_escapist | Rémi Verschelde | |
Allow to escape closing brackets in CFG tags | |||
2023-01-12 | Add framework for avoidance of color flash in new windows | Pedro J. Estébanez | |