summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-10-01Added sampler port type for visual shadersChaosus
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
2019-09-30Merge pull request #32431 from lupoDharkael/checksRémi Verschelde
Add checks after ResourceLoader::load()
2019-09-29Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde
Fix VS editor's "Create Function" dialog
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-29Merge pull request #32410 from bojidar-bg/5739-highlight-singletonsRémi Verschelde
Highlight singletons and class_names in GDScript
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
Also, implement a small QoL change for auto-typed variables. Closes #5739
2019-09-28Fix crash in ~EditorSpatialGizmoPlugin when generating documentation dataBojidar Marinov
2019-09-26Changed the appearance of the rotation icons in the Tilemap.dankan1890
Make them more intuitive.
2019-09-25Merge pull request #32345 from nekomatata/fix-curve-delete-point-errorRémi Verschelde
Reset hovered point in Curve when deleted to avoid errors on draw
2019-09-25Reset hovered point in Curve when deleted to avoid errors on drawPouleyKetchoupp
Fixes #32344
2019-09-25Merge pull request #32341 from KoBeWi/be_goneRémi Verschelde
Clean snapping lines after resize
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-25Clean snapping lines after resizeTomasz Chabora
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
Use the same axis colors consistently in the 2D and 3D editors
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
Added some obvious errors explanations
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
Add overriden properties to the documentation
2019-09-24Merge pull request #31974 from YeldhamDev/tilegrid_map_fixesRémi Verschelde
Small fixes for the Tile/GridMap editors
2019-09-24Merge pull request #32224 from KoBeWi/not_so_smart_linesRémi Verschelde
Initialize snap_target and make sure it disappears
2019-09-23Merge pull request #32275 from godotengine/skin_supportRémi Verschelde
Added skin support and simplified APIs to override bone position + glTF 2.0 import fixes
2019-09-23Merge pull request #32258 from Calinou/improve-debugger-shortcut-uxRémi Verschelde
Improve the debugger shortcut UX
2019-09-23Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde
Changed some code found by Clang Tidy and Coverity
2019-09-23Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndropRémi Verschelde
Add ability to reorder animation frames via drag and drop
2019-09-23Merge pull request #32007 from nekomatata/sprite-frames-editor-deleteRémi Verschelde
SpriteFramesEditor improvements around deleting animations
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
Support menu key in TextEdit and LineEdit controls
2019-09-22Improve the debugger shortcut UXHugo Locurcio
- Display the shortcut in the button tooltips by defining the shortcut on the buttons as well. - Swap "Step Over" and "Step Into" in the Debug menu to match the button order in the Debugger bottom panel.
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
Related to #15542
2019-09-20Initialize snap_target and make sure it disappearsTomasz Chabora
2019-09-20Merge pull request #32137 from Calinou/vcs-error-if-none-availableRémi Verschelde
Display an error message if no version control systems are available
2019-09-20Merge pull request #32134 from IronicallySerious/fix-global-class-listRémi Verschelde
Add correct class selection in Select VCS menu
2019-09-20Merge pull request #32180 from KoBeWi/nein_patsch_rektRémi Verschelde
Fix region editor for NinePatchRect
2019-09-20Merge pull request #32150 from luzpaz/typosRémi Verschelde
Fix misc. source comment typos
2019-09-19Fix misc. source comment typosluz.paz
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt `
2019-09-19Merge pull request #31964 from nekomatata/fix-animation-player-errorRémi Verschelde
Fixed switching back to AnimationPlayerEditor with empty animation list
2019-09-19Merge pull request #32174 from Calinou/2d-editor-display-zoomRémi Verschelde
Display the current zoom percentage in the 2D editor
2019-09-19Merge pull request #31985 from nekomatata/fix-builtin-script-resourceRémi Verschelde
Fixed resource loading when editing built-in script from resource
2019-09-19Merge pull request #31961 from YeldhamDev/info_messagesRémi Verschelde
Add informational messages to various editors
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-09-17Display the current zoom percentage in the 2D editorHugo Locurcio
This makes it possible for the user to know precisely the current zoom level. The zoom percentage can be clicked to reset it to 100% (similar to Firefox).
2019-09-17Fix region editor for NinePatchRectTomasz Chabora
2019-09-14Display an error message if no version control systems are availableHugo Locurcio
This removes the need for a dedicated placeholder entry. This closes #32135.
2019-09-14Add correct class selection in Select VCS menuTwarit
2019-09-13Use the same axis colors consistently in the 2D and 3D editorsHugo Locurcio
2019-09-07Fixed resource loading when editing built-in script from resourcePouleyKetchoupp
Fixes #27380
2019-09-06SpriteFramesEditor improvements around deleting animationsPouleyKetchoupp
- Reorganized buttons layout to make it clearer between deleting animation & frame - Added a confirmation popup for deleting an animation - Fixed errors on selecting an animation after deleting one
2019-09-05Add ability to reorder animation frames via drag and dropEmmanuel Barroga
Allows you to reorder the frames of the animation by dragging the frames around.
2019-09-04Small fixes for the Tile/GridMap editorsMichael Alexsander Silva Dias