| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -154/+150 |
| | | |||||
| * | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | ||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -9/+9 |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | ||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | ||||
| * | Fix resetting to default value in EditorSettings | volzhs | 2016-11-01 | 1 | -1/+0 |
| | | |||||
| * | Fix bug with saving last select language and remove warning | volzhs | 2016-10-30 | 1 | -6/+1 |
| | | |||||
| * | Merge pull request #6710 from lordadamson/master | Rémi Verschelde | 2016-10-22 | 1 | -0/+28 |
| |\ | | | | | fix #6031 when creating a script the default language will be what yo… | ||||
| | * | fix #6031 when creating a script the language will be what you selected last ↵ | Adham Zahran | 2016-10-20 | 1 | -0/+28 |
| | | | | | | | | | time | ||||
| * | | Allow turing off zero-padding for line numbers | Pedro J. Estébanez | 2016-10-13 | 1 | -0/+2 |
| | | | |||||
| * | | Add line length guideline to code editors | Pedro J. Estébanez | 2016-10-10 | 1 | -0/+4 |
| | | | |||||
| * | | Refactor node naming APIs used by editor | Pedro J. Estébanez | 2016-10-08 | 1 | -2/+0 |
| |/ | | | | | Make 'name_num_separator' a project setting Make all node operations separator-aware | ||||
| * | -Added VeryLowDPI and MidDPI modes to Godot editor. | Juan Linietsky | 2016-09-13 | 1 | -1/+1 |
| | | | | | -Improved HiDPI detection (requires resolution of > 2000 in X axis) | ||||
| * | Added customisable grid color, issue 3781 | Paulb23 | 2016-09-08 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #6223 from RandomShaper/improve-gridmap-edit | Rémi Verschelde | 2016-08-29 | 1 | -1/+1 |
| |\ | | | | | Improve/fix GridMap editor | ||||
| | * | Improve/fix GridMap editor | Pedro J. Estébanez | 2016-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Fix cursor/palette update on tile eyedropping Fix editor not cleaning its state when becoming inactive, which leaves indicators behind among other issues Fix/improve menu/keyboard shortcuts Merge 'Gridmap Editor' and 'Grid Map' settings into the latter | ||||
| * | | Merge pull request #6185 from TheHX/pr-issue-3496 | Rémi Verschelde | 2016-08-29 | 1 | -0/+5 |
| |\ \ | | | | | | | Better editor settings for the FileSystem dock | ||||
| | * | | Better editor settings for the FileSystem dock | Franklin Sobrinho | 2016-08-16 | 1 | -0/+5 |
| | |/ | | | | | | | * Save the current display mode when changing it from the dock | ||||
| * / | Added add_property_info function to Globals and EditorSettings classes | Franklin Sobrinho | 2016-08-16 | 1 | -0/+21 |
| |/ | |||||
| * | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | 2016-08-06 | 1 | -5/+0 |
| | | | | | support, but VisualScript should be more or less done! | ||||
| * | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | 2016-08-05 | 1 | -0/+7 |
| | | | | | profiler yet. | ||||
| * | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | 2016-07-22 | 1 | -2/+2 |
| | | | | | Editor now has good refactoring tools, so this function is mostly obsolete | ||||
| * | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #5615 from Paulb23/shortcut_save_print | Rémi Verschelde | 2016-07-12 | 1 | -1/+0 |
| |\ | | | | | Removed shortcut saving print | ||||
| | * | Removed shortcut saving print | Paulb23 | 2016-07-09 | 1 | -1/+0 |
| | | | |||||
| * | | Added completion font colors | Paulb23 | 2016-07-11 | 1 | -0/+2 |
| | | | |||||
| * | | Added completion scroll color | Paulb23 | 2016-07-11 | 1 | -0/+2 |
| |/ | |||||
| * | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | 2016-07-03 | 1 | -1/+2 |
| | | |||||
| * | Avoid settings from being lost when opening project manager. | Juan Linietsky | 2016-07-03 | 1 | -6/+16 |
| | | | | | Probably fixes many issues of this kind, like missing shortcuts or other settings | ||||
| * | Fix network IP setting change | volzhs | 2016-06-24 | 1 | -1/+1 |
| | | | | | Fix #5368 | ||||
| * | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | 2016-06-22 | 1 | -0/+6 |
| |\ | | | | | Code completion box colors | ||||
| | * | Added code completion existing color setting | Paulb23 | 2016-06-21 | 1 | -0/+2 |
| | | | |||||
| | * | Added code completion selected color setting | Paulb23 | 2016-06-21 | 1 | -0/+2 |
| | | | |||||
| | * | Added code completion background color setting | Paulb23 | 2016-06-21 | 1 | -0/+2 |
| | | | |||||
| * | | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | 2016-06-21 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | 2016-06-19 | 1 | -5/+0 |
| |\ | | | | | Removed lots of prints | ||||
| | * | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 1 | -5/+0 |
| | | | |||||
| * | | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | 2016-06-18 | 1 | -1/+1 |
| |/ | |||||
| * | -added missing .inc files | Juan Linietsky | 2016-06-17 | 1 | -0/+4 |
| | | | | | | | -Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme | ||||
| * | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis | 2016-06-15 | 1 | -1/+3 |
| | | | | | | Can be turned on/off in editor settings + line color change available as well | ||||
| * | project history was not being saved after a recent fix, this should fix it | Juan Linietsky | 2016-06-12 | 1 | -1/+1 |
| | | |||||
| * | make sure editor forgets removed settings, closes #5010 | Juan Linietsky | 2016-06-11 | 1 | -2/+20 |
| | | |||||
| * | HiDPI: Use global/hidpi_mode as property | Rémi Verschelde | 2016-06-06 | 1 | -2/+2 |
| | | |||||
| * | make hdpi manually configurable in project settings | Juan Linietsky | 2016-06-05 | 1 | -0/+2 |
| | | | | | also added hidpi support to project manager | ||||
| * | -customizable shortcuts in editor | Juan Linietsky | 2016-06-04 | 1 | -7/+134 |
| | | | | | | -editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | ||||
| * | The create dialog starts collapsed now. | Warlaan | 2016-06-04 | 1 | -0/+1 |
| | | | | | The original behavior can be reactivated in the editor settings. | ||||
| * | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde | 2016-05-29 | 1 | -0/+1 |
| |\ | | | | | Added breakpoint markers, issue 4750 | ||||
| | * | Added breakpoint markers, issue 4750 | Paulb23 | 2016-05-26 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #4812 from neikeq/pr-search-bar | Rémi Verschelde | 2016-05-29 | 1 | -0/+4 |
| |\ \ | | | | | | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | ||||
| | * | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry | 2016-05-29 | 1 | -0/+4 |
| | |/ | |||||
| * | | Finalized DynamicFont implementation | Juan Linietsky | 2016-05-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | -DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | ||||
