Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-21 | Merge pull request #70773 from KoBeWi/lector | Rémi Verschelde | |
Add range iterator to LocalVector | |||
2023-01-21 | Merge pull request #70294 from KoBeWi/treedulate | Rémi Verschelde | |
Add a method to get global modulate | |||
2023-01-21 | Use range iterators in LocalVector loops | kobewi | |
2023-01-21 | Fix 3D editor Perspective/Ortho shortcut inconsistency | Eric M | |
2023-01-20 | Merge pull request #48570 from Calinou/animation-editors-new-name | Rémi Verschelde | |
Tweak the name for new animations in the editor | |||
2023-01-20 | Merge pull request #71688 from TokageItLab/clean-bsp2edit | Rémi Verschelde | |
Remove a duplicated unnecessary line from BlendSpace2DEditor | |||
2023-01-19 | Merge pull request #71418 from TokageItLab/restart-anim-tree | Rémi Verschelde | |
Allow AnimationStateMachine / AnimationNode to restart when transitioning to the same state | |||
2023-01-19 | Merge pull request #44596 from KoBeWi/🧹🧹🧹 | Rémi Verschelde | |
Cleanup unused engine code v2 | |||
2023-01-20 | Remove a duplicated unnecessary line from BlendSpace2DEditor | Silc Renew | |
2023-01-19 | Merge pull request #71664 from groud/solve_few_problems_with_tile_animations | Rémi Verschelde | |
Fix a few issues with tile animations | |||
2023-01-19 | Cleanup unused engine code v2 | kobewi | |
2023-01-19 | Fix a few issues with tile animations | Gilles Roudière | |
2023-01-19 | Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsing | Rémi Verschelde | |
Clean up EditorFileSystem script parsing | |||
2023-01-18 | Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE | clayjohn | |
in favour of texture hints | |||
2023-01-18 | Merge pull request #71648 from clayjohn/ED-UV-scale | Rémi Verschelde | |
Use a fixed width of 1 pixel for editor debug UV drawing | |||
2023-01-18 | Use a fixed width of 1 pixel for editor debug UV drawing | clayjohn | |
2023-01-18 | Merge pull request #71626 from groud/fix_add_tileset_layer_undo | Rémi Verschelde | |
Fixes TileSet layer addition not being undoable | |||
2023-01-18 | Clean up EditorFileSystem script parsing | Juan Linietsky | |
* Optimize only update modified/added/removed files. * Clean up documentation parsing. | |||
2023-01-19 | Allow AnimationNodes to restart when transitioning to the same state | Silc Renew | |
2023-01-18 | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function | Rémi Verschelde | |
Remove set_drag_forwarding_compat() | |||
2023-01-18 | Merge pull request #71618 from groud/fix_tileset_popup_wrong_position | Rémi Verschelde | |
Fix right-click on tilset atlas popup wrong position | |||
2023-01-18 | Fix right-click on tilset atlas popup wrong position | Gilles Roudière | |
Fix similar bug in AnimationLibraryEditor | |||
2023-01-18 | Fixes TileSet layer addition not being undoable | Gilles Roudière | |
2023-01-17 | Provide more information about the 'Support' filter when no result was found | Marius Hanl | |
Avoid possible confusion by showing more information about the 'Support' filter | |||
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 #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 | 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 #69851 from dalexeev/fix-scaling-issue | Rémi Verschelde | |
Fix scaling issue in `draw_line` and similar methods | |||
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 | 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-14 | Globalise path for New TextFile in FileSystemDock | Paulb23 | |
2023-01-14 | Remove set_drag_forwarding_compat() | kobewi | |
2023-01-14 | Fix node preview crashes after updating visual shader node | Yuri Rubinsky | |
2023-01-14 | Implement toggling pause / stop button to AnimationPlayerEditor | Silc 'Tokage' Renew | |
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 | 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-12 | Merge pull request #71272 from MewPurPur/fix-frame-selection | Rémi Verschelde | |
Fix the Frame Selection (Shift + F) functionality in the 2D editor | |||
2023-01-12 | Merge pull request #58517 from KoBeWi/size_matters | Rémi Verschelde | |
Add expand modes to TextureRect |