summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-17Merge pull request #9577 from MarianoGnu/masterRémi Verschelde
Add anchor shortcut to fit parent
2017-07-17Merge pull request #9666 from toger5/betterFocusCanvasEditorRémi Verschelde
Focus box size fix for new theme
2017-07-17Merge pull request #9652 from djrm/theme_fixesRémi Verschelde
Improvements and fixes for the default theme.
2017-07-17Fixed bug that prevented creating polygons.redtoorange
2017-07-17Subscene icon tooltip updateJakub Grzesik
Subscene tooltip text changed to 'Open in Editor' closes #9667
2017-07-17Merge pull request #9642 from kubecz3k/checkbox-fixRémi Verschelde
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-16focus box size fix for new themetoger5
2017-07-15Script editor usability fixesJuan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
2017-07-15Some more typo fixes for "threshold"Rémi Verschelde
Looks like @reduz really does not like that word.
2017-07-14Add anchor shortcut to fit parentMariano Suligoy
Also remove old Edit -> Expand to Parent menu option
2017-07-14Fix uncheckable checkboxes in RMB menu. closes #9625Jakub Grzesik
2017-07-13Merge pull request #9622 from Hinsbart/default_templatesRémi Verschelde
Add default GDScript templates.
2017-07-13Merge pull request #9621 from djrm/IconsRémi Verschelde
Added some missing icons, fixed search button as zoom in some ui elem…
2017-07-12Added some missing icons, fixed some ui iconsDaniel J. Ramirez
2017-07-12Add default GDScript templates.Andreas Haas
Adds some default templates, an empty one (that just extends the base class) and one without the comments. Note: If you ran a previous build of Godot 3 before, remove or rename the script_templates folder in order to get these.
2017-07-13EditorHelpBit: fix stylebox error of some instancesPoommetee Ketson
2017-07-11Merge pull request #9566 from kubecz3k/tool-open-scnRémi Verschelde
EditorPlugin ability to open and reload scenes from scn filepath
2017-07-11Merge pull request #9589 from Noshyaar/refRémi Verschelde
Include Git hash in the engine
2017-07-11Include Git hash in the enginePoommetee Ketson
2017-07-11EditorPlugin ability to open and reload scns from filepathJakub Grzesik
2017-07-11Merge pull request #9510 from kubecz3k/tab-repositionThomas Herzog
ability to reposition scene tabs with drag & drop
2017-07-10Merge pull request #9559 from Noshyaar/pr-2Thomas Herzog
ScriptCreateDialog: Fix regressions from #9536
2017-07-10Merge pull request #9572 from Noshyaar/rltsThomas Herzog
Fix duplicated resource_local_to_scene
2017-07-10Ability to toggle script panel visibilityJakub Grzesik
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik
2017-07-10Fix crash on closing [empty](*) scene tabPoommetee Ketson
2017-07-09ScriptCreateDialog: Fix regressions from #9536Poommetee Ketson
2017-07-09Fix duplicated resource_local_to_scenePoommetee Ketson
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-07-08Merge pull request #9535 from GodotExplorer/pr-editor-theme-justifyRémi Verschelde
Justify the editor theme style colors
2017-07-08About: center valign copyright labelPoommetee Ketson
2017-07-08Merge pull request #9536 from Noshyaar/prRémi Verschelde
ScriptCreateDialog: fix open error crash, remember template
2017-07-08Merge pull request #9533 from echo-Mike/bug#7755Rémi Verschelde
Inline documentation request satisfied.
2017-07-08Merge pull request #9514 from Noshyaar/pr-licenseRémi Verschelde
About: add thirdparty license info
2017-07-08Justify the editor theme style colorsgeequlim
2017-07-08Fix wrong cast to Node2D instead of ControlRémi Verschelde
As reported by @sanikoyes.
2017-07-07[#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito
2017-07-07ScriptCreateDialog: fix open error crash, remember templatePoommetee Ketson
2017-07-07Inline documentation request satisfied.Mike Demchenko
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-07-06About: add thirdparty license infoPoommetee Ketson
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky
2017-07-05Merge pull request #9492 from kubecz3k/subscene-click-fixRémi Verschelde
fix for redundant RMB options for toplevel node
2017-07-05Merge pull request #9496 from Noshyaar/pr-itemlistRémi Verschelde
ItemList: expose methods, in-editor items editing support
2017-07-05Merge pull request #9498 from Noshyaar/pr-licenseRémi Verschelde
About: Add License info
2017-07-04Removed outdated comment.anakimluke
closes #78
2017-07-04About: Add License infoPoommetee Ketson