Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-24 | General fixes for the TileSet editor | Michael Alexsander Silva Dias | |
2018-12-22 | Fix blend tree generating wrong node names | Guilherme Felipe | |
Now it's possible to connect nodes again. | |||
2018-12-21 | Merge pull request #24519 from Chaosus/error_label_fix | Rémi Verschelde | |
Change LinkLabel back to Label in error status bar | |||
2018-12-21 | Merge pull request #24513 from YeldhamDev/fix_tileset_editor_draw | Rémi Verschelde | |
Fix small drawing error in TileSet editor | |||
2018-12-21 | Change LinkLabel back to Label in error status bar | Chaosus | |
2018-12-20 | Fix small drawing error in TileSet editor | Michael Alexsander Silva Dias | |
2018-12-20 | Fixes for TileSetEditor and TileMapEditor | Guilherme Felipe | |
[TileSetEditor] Hide Bitmask and Priority for ATLAS_TILE [TileMapEditor] Hide "Disable autotile" if the selected tile isn't autotile Fix #22756, don't update bitmask when tilemode is ATLAS_TILE | |||
2018-12-19 | Merge pull request #24462 from guilhermefelipecgs/fix_copy_paste_tilemap | Rémi Verschelde | |
Fix copy/paste for TileMap | |||
2018-12-18 | Fix copy/paste for TileMap | Guilherme Felipe | |
Fix #24440 | |||
2018-12-18 | Small fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-18 | Merge pull request #24432 from YeldhamDev/animationtree_editor_fixes | Rémi Verschelde | |
General fixes for the AnimationTree editor | |||
2018-12-18 | Merge pull request #24427 from guilhermefelipecgs/fix_bread_crumb | Rémi Verschelde | |
Fix bread crumb of AnimationTree | |||
2018-12-17 | Make the AnimationTree editor's path section more obvious | Michael Alexsander Silva Dias | |
2018-12-17 | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-17 | Fix bread crumb of AnimationTree | Guilherme Felipe | |
2018-12-17 | Fix sometimes uninitialized variable warning raised by Xcode 9.4.1 | Rémi Verschelde | |
Fixes this warning raised by Travis CI on macOS: ``` editor/plugins/polygon_2d_editor_plugin.cpp:95:6: warning: variable 'skeleton' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!node->has_node(node->get_skeleton())) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ editor/plugins/polygon_2d_editor_plugin.cpp:106:7: note: uninitialized use occurs here if (!skeleton) { ^~~~~~~~ editor/plugins/polygon_2d_editor_plugin.cpp:95:2: note: remove the 'if' if its condition is always false if (!node->has_node(node->get_skeleton())) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ editor/plugins/polygon_2d_editor_plugin.cpp:94:22: note: initialize the variable 'skeleton' to silence this warning Skeleton2D *skeleton; ^ = NULL ``` | |||
2018-12-16 | Fix titles in graph editors being invisible when headers are enabled | Michael Alexsander Silva Dias | |
2018-12-16 | Fix "undo" of the state machine losing node's position | Guilherme Felipe | |
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde | |
2018-12-13 | i18n: Sync translation template with current source | Rémi Verschelde | |
Also French translation update and misc fixes to source strings. | |||
2018-12-12 | Merge pull request #24109 from remorse107/godotengine-path2d-editor-fix | Rémi Verschelde | |
Fixed Path2D Plugin Editor so segments can be split. | |||
2018-12-12 | Merge pull request #24241 from Rubonnek/move-to-initializer-list | Rémi Verschelde | |
Moved member variables to initializer list | |||
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez | |
2018-12-11 | Fix "index -1 out of range" error spam when the Editor is using ↵ | Mariano Suligoy | |
translations. Fixes #24277 | |||
2018-12-10 | Properly reselect duplicated visual shader nodes | Andrii Doroshenko (Xrayez) | |
This makes it much easier to drag duplicated nodes away from original ones. | |||
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde | |
Use more subtle indentation guides in the script editor | |||
2018-12-09 | Merge pull request #24236 from Xrayez/fix-20212 | Rémi Verschelde | |
Fix duplicating visual shader nodes | |||
2018-12-09 | Fix duplicating visual shader nodes | Andrii Doroshenko (Xrayez) | |
2018-12-08 | Minor changes to the File menu in the Script Editor | Michael Alexsander Silva Dias | |
2018-12-07 | Add Z-Index for Autotile | Guilherme Felipe | |
2018-12-07 | Fixed an issue with the Path2D plugin editor not supporting the capability ↵ | Robert Morse | |
to split curves as its toolbar buttons originally advertised. | |||
2018-12-07 | Merge pull request #23327 from YeldhamDev/search_shaders | Rémi Verschelde | |
Added "shader" filter to "Find in Files" | |||
2018-12-07 | Hide "Script" section in the "TilesetEditorContext" | Michael Alexsander Silva Dias | |
2018-12-06 | Merge pull request #23977 from YeldhamDev/editor_plugins_improvements | Rémi Verschelde | |
General enhancements to the Polygon2D, TextureRegion, and TileSet editors | |||
2018-12-06 | Fixes editor crashing when editing autotiles issue #24004 | David Kennedy | |
2018-12-06 | General enhancements to the Polygon2D, TextureRegion, and TileSet editors | Michael Alexsander Silva Dias | |
2018-12-05 | Merge pull request #24165 from YeldhamDev/light_occluder_reuse_polygon | Rémi Verschelde | |
Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own | |||
2018-12-04 | Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own | Michael Alexsander Silva Dias | |
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-02 | Use filename as fallback instead of the class name for mesh instance loaded ↵ | asheraryam | |
by dragging from file to editor. | |||
2018-12-02 | Merge pull request #24117 from Paulb23/txt_file_last_modified_time | Rémi Verschelde | |
Fix text files constantly asking for reload as no last modified time | |||
2018-12-02 | Fix text files constantly asking for reload as no last modified time | Paulb23 | |
2018-11-30 | Fix ItemList editor not hiding on node removal | Michael Alexsander Silva Dias | |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke | |
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15. | |||
2018-11-22 | Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950 | Juan Linietsky | |
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection | |||
2018-11-22 | Merge pull request #23875 from Chaosus/error_btn | Rémi Verschelde | |
Allows user to click on error line in status bar to jump into error. | |||
2018-11-22 | Allows user to click on error line to jump into error. | Chaosus | |
2018-11-21 | Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135 | Juan Linietsky | |