aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Icons can now be added inside line edits (Search icon).Daniel J. Ramirez2017-07-194-21/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed window title bar margins. fixed compilation error
* | | | | Merge pull request #9754 from Hinsbart/obj_fixRémi Verschelde2017-07-221-0/+4
|\ \ \ \ \ | | | | | | | | | | | | OBJ Importer: Fix relative path materials.
| * | | | | OBJ Importer: Fix relative path materials.Andreas Haas2017-07-211-0/+4
| |/ / / /
* | | | | Merge pull request #9749 from kubecz3k/animtree-slider-fixRémi Verschelde2017-07-221-1/+6
|\ \ \ \ \ | | | | | | | | | | | | AnimationTree nodes sliders fixes
| * | | | | AnimationTree nodes sliders fixesJakub Grzesik2017-07-211-1/+6
| | |_|/ / | |/| | |
* | | | | Merge pull request #9743 from Noshyaar/pr-itemlistRémi Verschelde2017-07-221-5/+10
|\ \ \ \ \ | | | | | | | | | | | | Enhanced About dialog, Add ItemList auto_height
| * | | | | Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson2017-07-211-5/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns.
* | | | | Merge pull request #9742 from quinnyo/project-manager-new-configRémi Verschelde2017-07-221-9/+9
|\ \ \ \ \ | | | | | | | | | | | | updated project manager to use new project.godot values
| * | | | | updated project manager to use new project.godot valuesQuinn Yo2017-07-211-9/+9
| |/ / / /
* | | | | Merge pull request #9717 from kubecz3k/plugin-methods-renameRémi Verschelde2017-07-224-11/+11
|\ \ \ \ \ | |_|_|/ / |/| | | | Rename of two EditorPlugin methods
| * | | | EditorPlugin methods and signals renameJakub Grzesik2017-07-204-11/+11
| | | | |
* | | | | custom_features: fix typoMartin Capitanio2017-07-201-1/+1
| |/ / / |/| | |
* | | | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-1943-377/+628
|/ / / | | | | | | | | | -Added system for feature overrides, it's pretty cool :)
* | | Merge pull request #9703 from Noshyaar/docsRémi Verschelde2017-07-194-8/+8
|\ \ \ | | | | | | | | Add object type hint for docs
| * | | Add object type hint for docsPoommetee Ketson2017-07-194-8/+8
| | | |
* | | | Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde2017-07-197-13/+171
|\ \ \ \ | |_|/ / |/| | | Make more informations available for Tool Plugins about the editor
| * | | Make available more informations about editor for Tool PluginsJakub Grzesik2017-07-187-13/+171
| | | |
* | | | Merge pull request #9700 from djrm/button_fixesRémi Verschelde2017-07-182-5/+9
|\ \ \ \ | | | | | | | | | | Fixed button flat behavior when not in normal state.
| * | | | Fixed button flat behavior when not in normal state.Daniel J. Ramirez2017-07-182-5/+9
| | | | | | | | | | | | | | | | | | | | Also changed some buttons to flat mode
* | | | | Merge pull request #9695 from Noshyaar/pr-rcdRémi Verschelde2017-07-182-156/+6
|\ \ \ \ \ | |/ / / / |/| | | | EditorNode: remove obsolete comments in constructor
| * | | | EditorNode: remove obsolete comments in constructorPoommetee Ketson2017-07-182-156/+6
| | |/ / | |/| |
* | | | Merge pull request #9689 from djrm/theme_fixesRémi Verschelde2017-07-186-15/+176
|\ \ \ \ | | | | | | | | | | Added separators using StyleBoxLine, some theme style fixes
| * | | | Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez2017-07-186-15/+176
| | | | |
* | | | | Merge pull request #9688 from djrm/slider_fixRémi Verschelde2017-07-181-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fixed slider centering when using SIZE_EXPAND_FILL.
| * | | | Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez2017-07-181-0/+1
| |/ / /
* | | | Merge pull request #9482 from Noshyaar/pr-rampRémi Verschelde2017-07-182-7/+0
|\ \ \ \ | | | | | | | | | | Fix shrunk ColorPickers
| * | | | Fix ColorPicker to use theme constantsPoommetee Ketson2017-07-182-7/+0
| | | | |
* | | | | Merge pull request #9681 from Noshyaar/pr-licenseRémi Verschelde2017-07-181-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Fix Zlib license not extracted
| * | | | Fix Zlib license not extractedPoommetee Ketson2017-07-181-0/+2
| |/ / /
* / / / -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-1713-129/+326
|/ / / | | | | | | | | | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* | | Merge pull request #9577 from MarianoGnu/masterRémi Verschelde2017-07-172-26/+35
|\ \ \ | | | | | | | | Add anchor shortcut to fit parent
| * | | Add anchor shortcut to fit parentMariano Suligoy2017-07-142-26/+35
| | | | | | | | | | | | | | | | Also remove old Edit -> Expand to Parent menu option
* | | | Merge pull request #9666 from toger5/betterFocusCanvasEditorRémi Verschelde2017-07-171-5/+0
|\ \ \ \ | | | | | | | | | | Focus box size fix for new theme
| * | | | focus box size fix for new themetoger52017-07-161-5/+0
| | | | |
* | | | | Merge pull request #9652 from djrm/theme_fixesRémi Verschelde2017-07-1787-146/+2299
|\ \ \ \ \ | | | | | | | | | | | | Improvements and fixes for the default theme.
| * | | | | Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-1687-146/+2299
| |/ / / / | | | | | | | | | | | | | | | Added customizable border size and window highlight.
* | | | | Fixed bug that prevented creating polygons.redtoorange2017-07-171-1/+1
| | | | |
* | | | | Subscene icon tooltip updateJakub Grzesik2017-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Subscene tooltip text changed to 'Open in Editor' closes #9667
* | | | | Merge pull request #9642 from kubecz3k/checkbox-fixRémi Verschelde2017-07-171-6/+11
|\ \ \ \ \ | |/ / / / |/| | | | Fix uncheckable checkboxes in RMB menu. closes #9625
| * | | | Fix uncheckable checkboxes in RMB menu. closes #9625Jakub Grzesik2017-07-141-6/+11
| | |/ / | |/| |
* | | | Script editor usability fixesJuan Linietsky2017-07-151-4/+4
| | | |
* | | | Lots of work on Audio & Physics engine:Juan Linietsky2017-07-1510-367/+455
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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.
* | | | Some more typo fixes for "threshold"Rémi Verschelde2017-07-152-9/+9
|/ / / | | | | | | | | | Looks like @reduz really does not like that word.
* | | Merge pull request #9622 from Hinsbart/default_templatesRémi Verschelde2017-07-131-0/+15
|\ \ \ | | | | | | | | Add default GDScript templates.
| * | | Add default GDScript templates.Andreas Haas2017-07-121-0/+15
| | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #9621 from djrm/IconsRémi Verschelde2017-07-13181-3231/+2151
|\ \ \ \ | | | | | | | | | | Added some missing icons, fixed search button as zoom in some ui elem…
| * | | | Added some missing icons, fixed some ui iconsDaniel J. Ramirez2017-07-12181-3231/+2151
| |/ / /
* / / / EditorHelpBit: fix stylebox error of some instancesPoommetee Ketson2017-07-131-2/+3
|/ / /
* | | Merge pull request #9566 from kubecz3k/tool-open-scnRémi Verschelde2017-07-112-0/+22
|\ \ \ | | | | | | | | EditorPlugin ability to open and reload scenes from scn filepath
| * | | EditorPlugin ability to open and reload scns from filepathJakub Grzesik2017-07-112-0/+22
| | | |