aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #10832 from Paulb23/auto_indent_settingRémi Verschelde2017-09-013-0/+3
|\ \ \ \ | | | | | | | | | | Added setting to toggle auto indent.
| * | | | Added setting to toggle auto indentPaulb232017-08-313-0/+3
| | |/ / | |/| |
* | | | Merge pull request #10821 from rtroncoso/fix-import-defaultsRémi Verschelde2017-09-011-7/+5
|\ \ \ \ | |_|/ / |/| | | Fix import dock "Set as default" actions
| * | | Fix import dock defaults: Set as default actionsRodrigo Troncoso2017-08-311-7/+5
| | | |
* | | | Merge pull request #10841 from djrm/pr_update_builtin_typesRémi Verschelde2017-09-011-5/+17
|\ \ \ \ | | | | | | | | | | Updated Editor Built-In types.
| * | | | Updated Editor Built-In types.Daniel J. Ramirez2017-08-311-5/+17
| | | | |
* | | | | Merge pull request #10840 from rtroncoso/fix-reimporter-defaults-loadRémi Verschelde2017-09-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix importer not applying default settings
| * | | | Fix importer not applying saved default settings on loadRodrigo Troncoso2017-08-311-1/+1
| | | | |
* | | | | Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky2017-08-314-20/+55
| |_|/ / |/| | |
* | | | Merge pull request #10816 from toger5/style_box_texture_set_fillRémi Verschelde2017-08-311-7/+7
|\ \ \ \ | | | | | | | | | | unified draw_center naming for (9patch,StyleBoxes)
| * | | | unified draw_center naming for (9patch,StyleBoxes)toger52017-08-311-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled
* | | | | Merge pull request #10825 from toger5/fix_import_svg_scaleRémi Verschelde2017-08-311-1/+1
|\ \ \ \ \ | | | | | | | | | | | | updated import settings loader to 'svg/scale' fixes: #10815
| * | | | | updated import settings loader to 'svg/scale' fixes: #10815toger52017-08-311-1/+1
| |/ / / /
* | | | | Merge pull request #10820 from toger5/imoporter_dock_update_labelRémi Verschelde2017-08-312-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | fixed update import label in importer dock
| * | | | fixed update import label in importer docktoger52017-08-312-0/+10
| |/ / /
* | | | Merge pull request #10814 from volzhs/editor-fonts-masterRémi Verschelde2017-08-311-38/+38
|\ \ \ \ | | | | | | | | | | Replace editor font to NotoSans and update source code pro font
| * | | | Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs2017-08-311-38/+38
| |/ / /
* | | | Contributors missing in project manager titleJuan Linietsky2017-08-311-1/+1
| | | |
* | | | Fixed problem with non triplanar UV2 mode as described in issue. Closes #9979Juan Linietsky2017-08-311-1/+1
|/ / /
* | | Merge pull request #10096 from toger5/label_styleboxRémi Verschelde2017-08-312-3/+4
|\ \ \ | | | | | | | | fixed Import LineEdit to label + label stylebox
| * | | fixed Import LineEdit to label + label styleboxtoger52017-08-172-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added a normal stylebox to label. default is StyleBoxEmpty - changed drawing so that it draws correct with styleboxes with margins - changed the LineEdit in the import to use a label with the lineEdit stylebox
* | | | Merge pull request #10766 from poke1024/project-manager-dirRémi Verschelde2017-08-311-1/+1
|\ \ \ \ | | | | | | | | | | Adds default directory for default_project_path
| * | | | Adds default directory for default_project_pathpoke10242017-08-311-1/+1
| | | | |
* | | | | Merge pull request #10382 from toger5/dark_iconsRémi Verschelde2017-08-31603-4340/+385
|\ \ \ \ \ | | | | | | | | | | | | Light Theme
| * | | | | added setting for icon/font color: auto,dark,lighttoger52017-08-302-1/+6
| | | | | |
| * | | | | added icon updating to most ui elementstoger52017-08-3010-5/+162
| | | | | |
| * | | | | renamed light_color to contrast_colortoger52017-08-301-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added tab highlighting - other changes to the theme to make use of contrast color
| * | | | | White Themetoger52017-08-304-89/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme
| * | | | | removed svg's in icons/darktoger52017-08-30588-4194/+0
| | | | | |
| * | | | | Implement color conversion for dark SVG iconstoger52017-08-302-35/+71
| | | | | |
| * | | | | moved 'scale import setting' into svg sectiontoger52017-08-301-1/+1
| | | | | |
* | | | | | Merge pull request #10763 from poke1024/realtime-polygon-2d-fixRémi Verschelde2017-08-311-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes two glitches in polygon2d wip mode introduced with #10614
| * | | | | | Fixes two glitches in polygon2d wip mode introduced with #10614poke10242017-08-291-5/+8
| | |/ / / / | |/| | | |
* | | | | | Fix a crash when an early dialog tries to appearHein-Pieter van Braam2017-08-301-32/+32
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the order of creating some of the dialogs that may appear during project import/startup. It is possible for the 'accept' dialog to be required before it is initialized. This moves all of these dialogs to earlier in the constructor so this can't happen.
* | | | | AutoUse Pencil on Polygon creationScayze2017-08-304-0/+18
| | | | |
* | | | | Merge pull request #10743 from djrm/pr_improved_spatial_gizmoRémi Verschelde2017-08-302-13/+131
|\ \ \ \ \ | | | | | | | | | | | | Better spatial gizmo.
| * | | | | Better spatial gizmo.Daniel J. Ramirez2017-08-282-13/+131
| | | | | | | | | | | | | | | | | | | | | | | | Now it is posible to move spatial nodes along a plane.
* | | | | | Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signalRémi Verschelde2017-08-303-5/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'
| * | | | | | Renamed 'script_changed' signal in the script editor plugin to ↵Wilson E. Alvarez2017-08-293-5/+3
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 'edited_script_changed'
* | | | | | Merge pull request #10774 from djrm/pr_gizmo_fixesRémi Verschelde2017-08-301-4/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed problem with highlight boxes not updating on translation
| * | | | | | Fixed problem with highlight boxes not updating on translationDaniel J. Ramirez2017-08-291-4/+11
| | |_|/ / / | |/| | | |
* | | | | | Changed defaults, as it seems to be obviousy better to keep materials ↵Juan Linietsky2017-08-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | outside by default..
* | | | | | Added nice icon to show when a file is broken on import.Juan Linietsky2017-08-294-10/+31
| | | | | |
* | | | | | Fix constant reimport on broken files, closes #9930Juan Linietsky2017-08-292-15/+33
| |_|_|/ / |/| | | |
* | | | | Merge pull request #10771 from neikeq/pr-improve-build-callbacksJuan Linietsky2017-08-292-10/+15
|\ \ \ \ \ | | | | | | | | | | | | Improve build callbacks
| * | | | | Improve build callbacksIgnacio Etcheverry2017-08-292-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build callbacks now return bool to determine if the build was successful. If the build fails, the editor won't run the game. - Makes sure build callbacks are called after saving the scene ("Save Before Running" option).
* | | | | | Merge pull request #10745 from neikeq/fix-docdata-and-stuffJuan Linietsky2017-08-295-76/+76
|\ \ \ \ \ \ | | | | | | | | | | | | | | DocData and virtual method type hints fixes
| * | | | | | Makes built-in vararg methods actual vararg methodsIgnacio Etcheverry2017-08-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removes hardcoded parameters from built-in vararg methods and adds METHOD_FLAG_VARARG to them. - Makes EditorHelp display built-in vararg methods correctly.
| * | | | | | DocData and type hints fixesIgnacio Etcheverry2017-08-295-76/+70
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types - Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string. - PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void. - Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant.
* | / / / / Improved and added some iconsDaniel J. Ramirez2017-08-2970-271/+157
| |/ / / / |/| | | |