Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | Fix typo 'begining' to 'beginning' | Poommetee Ketson | |
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-09-01 | Merge pull request #10832 from Paulb23/auto_indent_setting | Rémi Verschelde | |
Added setting to toggle auto indent. | |||
2017-09-01 | Merge pull request #10821 from rtroncoso/fix-import-defaults | Rémi Verschelde | |
Fix import dock "Set as default" actions | |||
2017-09-01 | Merge pull request #10841 from djrm/pr_update_builtin_types | Rémi Verschelde | |
Updated Editor Built-In types. | |||
2017-09-01 | Merge pull request #10840 from rtroncoso/fix-reimporter-defaults-load | Rémi Verschelde | |
Fix importer not applying default settings | |||
2017-08-31 | Updated Editor Built-In types. | Daniel J. Ramirez | |
2017-08-31 | Fix importer not applying saved default settings on load | Rodrigo Troncoso | |
2017-08-31 | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky | |
2017-08-31 | Added setting to toggle auto indent | Paulb23 | |
2017-08-31 | Merge pull request #10816 from toger5/style_box_texture_set_fill | Rémi Verschelde | |
unified draw_center naming for (9patch,StyleBoxes) | |||
2017-08-31 | Merge pull request #10825 from toger5/fix_import_svg_scale | Rémi Verschelde | |
updated import settings loader to 'svg/scale' fixes: #10815 | |||
2017-08-31 | updated import settings loader to 'svg/scale' fixes: #10815 | toger5 | |
2017-08-31 | Merge pull request #10820 from toger5/imoporter_dock_update_label | Rémi Verschelde | |
fixed update import label in importer dock | |||
2017-08-31 | Fix import dock defaults: Set as default actions | Rodrigo Troncoso | |
2017-08-31 | fixed update import label in importer dock | toger5 | |
2017-08-31 | Merge pull request #10814 from volzhs/editor-fonts-master | Rémi Verschelde | |
Replace editor font to NotoSans and update source code pro font | |||
2017-08-31 | unified draw_center naming for (9patch,StyleBoxes) | toger5 | |
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled | |||
2017-08-31 | Contributors missing in project manager title | Juan Linietsky | |
2017-08-31 | Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thai | volzhs | |
2017-08-31 | Fixed problem with non triplanar UV2 mode as described in issue. Closes #9979 | Juan Linietsky | |
2017-08-31 | Merge pull request #10096 from toger5/label_stylebox | Rémi Verschelde | |
fixed Import LineEdit to label + label stylebox | |||
2017-08-31 | Merge pull request #10766 from poke1024/project-manager-dir | Rémi Verschelde | |
Adds default directory for default_project_path | |||
2017-08-31 | Merge pull request #10382 from toger5/dark_icons | Rémi Verschelde | |
Light Theme | |||
2017-08-31 | Merge pull request #10763 from poke1024/realtime-polygon-2d-fix | Rémi Verschelde | |
Fixes two glitches in polygon2d wip mode introduced with #10614 | |||
2017-08-31 | Adds default directory for default_project_path | poke1024 | |
2017-08-30 | added setting for icon/font color: auto,dark,light | toger5 | |
2017-08-30 | added icon updating to most ui elements | toger5 | |
2017-08-30 | renamed light_color to contrast_color | toger5 | |
- added tab highlighting - other changes to the theme to make use of contrast color | |||
2017-08-30 | White Theme | toger5 | |
- 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 | |||
2017-08-30 | removed svg's in icons/dark | toger5 | |
2017-08-30 | Implement color conversion for dark SVG icons | toger5 | |
2017-08-30 | moved 'scale import setting' into svg section | toger5 | |
2017-08-30 | Fix a crash when an early dialog tries to appear | Hein-Pieter van Braam | |
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. | |||
2017-08-30 | AutoUse Pencil on Polygon creation | Scayze | |
2017-08-30 | Merge pull request #10743 from djrm/pr_improved_spatial_gizmo | Rémi Verschelde | |
Better spatial gizmo. | |||
2017-08-30 | Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signal | Rémi Verschelde | |
Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed' | |||
2017-08-30 | Merge pull request #10774 from djrm/pr_gizmo_fixes | Rémi Verschelde | |
Fixed problem with highlight boxes not updating on translation | |||
2017-08-29 | Changed defaults, as it seems to be obviousy better to keep materials ↵ | Juan Linietsky | |
outside by default.. | |||
2017-08-29 | Added nice icon to show when a file is broken on import. | Juan Linietsky | |
2017-08-29 | Fix constant reimport on broken files, closes #9930 | Juan Linietsky | |
2017-08-29 | Merge pull request #10771 from neikeq/pr-improve-build-callbacks | Juan Linietsky | |
Improve build callbacks | |||
2017-08-29 | Merge pull request #10745 from neikeq/fix-docdata-and-stuff | Juan Linietsky | |
DocData and virtual method type hints fixes | |||
2017-08-29 | Fixed problem with highlight boxes not updating on translation | Daniel J. Ramirez | |
2017-08-29 | Improved and added some icons | Daniel J. Ramirez | |
2017-08-29 | Improve build callbacks | Ignacio Etcheverry | |
- 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). | |||
2017-08-29 | Fixes two glitches in polygon2d wip mode introduced with #10614 | poke1024 | |
2017-08-29 | Makes built-in vararg methods actual vararg methods | Ignacio Etcheverry | |
- Removes hardcoded parameters from built-in vararg methods and adds METHOD_FLAG_VARARG to them. - Makes EditorHelp display built-in vararg methods correctly. | |||
2017-08-29 | DocData and type hints fixes | Ignacio Etcheverry | |
- 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. | |||
2017-08-29 | Renamed 'script_changed' signal in the script editor plugin to ↵ | Wilson E. Alvarez | |
'edited_script_changed' |