summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-09-05Added a warning for when a PC compression is not found for the project, ↵Juan Linietsky
closes #10626
2017-09-05fixed log colorstoger5
2017-09-04Merge pull request #10874 from Noshyaar/pr-actionRémi Verschelde
ProjectSettings: enhance add action error, fix confirm dialog
2017-09-04Merge pull request #10899 from toger5/theme_fixes_from_lightRémi Verschelde
Theme fixes from light
2017-09-04Merge pull request #10902 from toger5/rtl_copy_and_selection_colorRémi Verschelde
fixed copy on osx + help selection color
2017-09-04Merge pull request #10907 from SaracenOne/spatial_edit_dragRémi Verschelde
Added support for drag and drop in spatial editor.
2017-09-04Improve guessing of what editor to switch to, fixes #10405Juan Linietsky
2017-09-04Merge pull request #10931 from djrm/pr_style_fixesRémi Verschelde
Improved color temperature in script editor
2017-09-04Merge pull request #10941 from Noshyaar/pr-cursorRémi Verschelde
2DEditor: enhance viewport cursor shape
2017-09-04fixed copy on osx + help selection colortoger5
2017-09-04changed tree font color to be more saturatedtoger5
2017-09-04fixed hover line for menu buttontoger5
2017-09-04Fixed theme (chagnes introduced in light theme)toger5
- adapted contrast color intensity (to make buttons less bright) - added missing border for lineEdit - removed unnecassary code for option button
2017-09-04EditorAbout: fix names being selectablePoommetee Ketson
2017-09-04-Changed KinematicBody API yet again to make it friendlierJuan Linietsky
-Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation)
2017-09-04ProjectSettings: enhance add action error, fix confirm dialogPoommetee Ketson
- Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog
2017-09-04Merge pull request #10939 from neikeq/fix-overridden-external-editorsRémi Verschelde
Fixes language overridden external editors
2017-09-04Merge pull request #10933 from Noshyaar/pr-donorRémi Verschelde
EditorAbout: add donors tab
2017-09-04Merge pull request #10932 from djrm/pr_fix_metricsRémi Verschelde
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-04Merge pull request #10925 from scayze/search_bindingRémi Verschelde
Searchable Key-Bindings in editor
2017-09-04Merge pull request #10920 from Paulb23/smooth_scrolling_shader_editorRémi Verschelde
Enabled smooth scrolling for shader editor
2017-09-04Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685
2017-09-04Merge pull request #10895 from Paulb23/fix_delete_animation_framesRémi Verschelde
Fixed delete animation frames in AnimatedSprite, issue 10788
2017-09-04Merge pull request #10892 from kubecz3k/quick_openRémi Verschelde
Improve 'quick open' search time
2017-09-042DEditor: enhance viewport cursor shapePoommetee Ketson
2017-09-03Fixes language overridden external editorsIgnacio Etcheverry
2017-09-03-Added an optimization so physics shapes are configured later, speeds up ↵Juan Linietsky
grid map loading and editing
2017-09-04EditorAbout: add donors tabPoommetee Ketson
2017-09-03Searchable Key-Bindings in editorScayze
2017-09-03Added transmission shader parameter.Juan Linietsky
2017-09-03Enabled smooth scrolling for shader editorPaulb23
2017-09-03Improved color temperature in script editorDaniel J. Ramirez
2017-09-03Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez
plus other minor fixes
2017-09-03Added support for drag and drop in spatial editor.SaracenOne
2017-09-03-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystemJuan Linietsky
-Fixed refactoring tools to work with imported scenes (properly move .import files)
2017-09-02DocData: Include enum attributes in return nodesIgnacio Etcheverry
2017-09-02Fixed delete animation frames in AnimatedSprite, issue 10788Paulb23
2017-09-02Unified script panel backgrounds.toger5
- simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated.
2017-09-02Merge pull request #10889 from Rubonnek/remove-empty-separatorRémi Verschelde
Removed empty segment [ci skip]
2017-09-02Removed empty segmentWilson E. Alvarez
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson
2017-09-02Improve 'quick open' search timeJakub Grzesik
2017-09-02Merge pull request #10877 from hpvb/fix-unitialized-variablesRémi Verschelde
Fix use of unitialized variables
2017-09-02Revert "added setting to override the theme background with editor theme color"toger5
This reverts commit ce4eb307789eb86261afecc1400de5e5b0832400.
2017-09-01Fixed missing return value in glTF2.0 importer camera, closes #10130Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
The second in my quest to make Godot 3.x compile with -Werror on GCC7
2017-09-01Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde
Fix signed and unsigned comparisons
2017-09-01Merge pull request #10864 from Noshyaar/pr-beginningRémi Verschelde
Fix typo 'begining' to 'beginning' [ci skip]
2017-09-01Fix detectin of existing file being a dir in new script creation, closes #9958Juan Linietsky