Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | Merge pull request #29452 from YeldhamDev/remember_selected_subtile | Rémi Verschelde | |
Remember selected subtile when updating the TileMap editor | |||
2019-06-04 | Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fix | Rémi Verschelde | |
Fix TileMap editor not correctly copying atlas tiles | |||
2019-06-04 | Fix error spam when typing in the TileMap editor's search box while having ↵ | Michael Alexsander Silva Dias | |
no results | |||
2019-06-04 | Fix TileMap editor not correctly copying atlas tiles | Michael Alexsander Silva Dias | |
Fixes #29307. | |||
2019-06-03 | Remember selected subtile when updating the TileMap editor | Michael Alexsander Silva Dias | |
Fixes #29444. | |||
2019-06-03 | Merge pull request #28099 from lupoDharkael/fix-completion | Rémi Verschelde | |
Fix code completion not working with class_name | |||
2019-06-03 | Merge pull request #25522 from aqnuep/MeshLibrary_improvements | Rémi Verschelde | |
MeshLibrary export improvements | |||
2019-06-02 | Fix pausing in audio player editor acting the same as stopping | Michael Alexsander Silva Dias | |
2019-06-01 | Merge pull request #29360 from Calinou/improve-curve-editor-rendering | Rémi Verschelde | |
Improve the curve editor rendering | |||
2019-06-01 | Merge pull request #24560 from guilhermefelipecgs/fix_24549 | Rémi Verschelde | |
Add EDITMODE_PRIORITY for ATLAS_TILE | |||
2019-06-01 | Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editor | Rémi Verschelde | |
Add sub-resource name when available to script editor | |||
2019-06-01 | Merge pull request #28695 from Ranoller/patch-2 | Rémi Verschelde | |
FIX Script editor doesn´t send unsaved script #28693 | |||
2019-06-01 | Improve the curve editor rendering | Hugo Locurcio | |
- Fix grid rendering when using a light theme - Enable anti-aliasing for the main curve line (only applies when using the GLES3 renderer) - Swap the main line and edge line colors for better visibility - Scale some line widths on hiDPI displays (not all of them could be scaled due to rendering bugs) | |||
2019-05-31 | Merge pull request #29318 from bojidar-bg/29313-control-constant-update | Rémi Verschelde | |
Fix constant redrawing of the editor when selecting a Control in a Container | |||
2019-05-31 | Merge pull request #29329 from volzhs/fix-animation-player | Rémi Verschelde | |
Fix animation player | |||
2019-05-31 | Add sub-resource name when available to script editor | UziMonkey | |
2019-05-30 | Allow undo conversion to CPUParticles | Tomasz Chabora | |
2019-05-31 | Revert "Fix AnimationPlayer editor length and step synchronization" | volzhs | |
This reverts commit ca80ebe9f6319f3caf008bd3f49fc11bae13423c. | |||
2019-05-30 | Fix constant redrawing of the editor when selecting a Control in a Container | Bojidar Marinov | |
Fixes #29313 | |||
2019-05-30 | added ability to undo conversion of Particles2D to CPUParticles2D | hbina085 | |
2019-05-29 | Fix incorrect scroll when the user perform first action on visual shader | Chaosus | |
2019-05-28 | Merge pull request #28896 from Ranoller/master | Rémi Verschelde | |
Fix tilemap displaced textures and shapes | |||
2019-05-28 | Merge pull request #28349 from KoBeWi/sprite_editor_mistake_eraser | Rémi Verschelde | |
Add undo for Sprite Editor | |||
2019-05-28 | Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editor | Rémi Verschelde | |
add hotkeys to tileset editor | |||
2019-05-28 | Merge pull request #29231 from AlexHoratio/method_list_drag_fix | Rémi Verschelde | |
Fix method list to no longer forwards drag commands to script list | |||
2019-05-27 | Merge pull request #29002 from Chaosus/vs_constants | Rémi Verschelde | |
Added a bunch of scalar constants to visual shaders | |||
2019-05-27 | method list no longer forwards drag commands to script list | AlexHoratio | |
2019-05-27 | Added a bunch of scalar constants to visual shaders | Chaosus | |
2019-05-27 | Actually fix animation editor's bottom panel button not being pressed on ↵ | Michael Alexsander Silva Dias | |
certain occasions | |||
2019-05-25 | Merge pull request #29157 from YeldhamDev/spatial_view_button_container | Rémi Verschelde | |
Place the spatial editor's top left buttons in a container | |||
2019-05-25 | Fix animation editor's bottom panel button not being pressed on certain ↵ | Michael Alexsander Silva Dias | |
occasions | |||
2019-05-24 | Place the spatial editor's top left buttons in a container | Michael Alexsander Silva Dias | |
2019-05-24 | Merge pull request #28907 from dankan1890/contextual_help | Rémi Verschelde | |
ScriptEditor: Changed the shortcut for contextual help in ALT + F1 | |||
2019-05-24 | Merge pull request #29112 from hbina/fix_auto_ordering | Rémi Verschelde | |
Fixed scripts list ordering despite being disabled | |||
2019-05-24 | Merge pull request #24771 from ↵ | Rémi Verschelde | |
timoschwarzer/animation-player-editor-pos-drag-fix Fix AnimationPlayer editor length and step synchronization | |||
2019-05-24 | fixed problem where the script lists gets ordered even when ordering is disabled | hbina085 | |
2019-05-23 | Merge pull request #29109 from RandomShaper/fix_onion_skinning | Rémi Verschelde | |
Fix onion skinning | |||
2019-05-22 | Fix 2D bones ignored by onion skinning | Pedro J. Estébanez | |
Fixes #27819. | |||
2019-05-22 | Merge pull request #29022 from mrcdk/preview_generator_fixes | Rémi Verschelde | |
Add some extra functions to EditorResourcePreviewGenerator | |||
2019-05-22 | Merge pull request #29085 from YeldhamDev/node2d_bones_undoredo | Rémi Verschelde | |
Add undo/redo to Node2D bone creation | |||
2019-05-22 | Merge pull request #29074 from YeldhamDev/theme_editor_panel_fix | Rémi Verschelde | |
Fix bottom panel visibility behaviour in the theme editor | |||
2019-05-22 | Makes the expression node to apply expression only when the focus leaves out | Chaosus | |
2019-05-21 | Add undo/redo to Node2D bone creation | Michael Alexsander Silva Dias | |
2019-05-21 | Fix bottom panel visibility behaviour in the theme editor | Michael Alexsander Silva Dias | |
Fixes #29034, fixes #29056 | |||
2019-05-21 | Fix few bugs in expression node | Chaosus | |
2019-05-21 | Merge pull request #28838 from Chaosus/vs_exp | Rémi Verschelde | |
Expression node for visual shaders | |||
2019-05-21 | Merge pull request #29062 from swarnimarun/theme-editor-improvements | Rémi Verschelde | |
Fix Theme Editor Preview | |||
2019-05-21 | Expression node for visual shaders | Chaosus | |
2019-05-21 | Fix Theme Editor Preview | Swarnim Arun | |
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde | |
Add bookmarks for easier code navigation |