Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-01 | Fix resetting to default value in EditorSettings | volzhs | |
2016-10-30 | Fix bug with saving last select language and remove warning | volzhs | |
2016-10-22 | Merge pull request #6710 from lordadamson/master | Rémi Verschelde | |
fix #6031 when creating a script the default language will be what yo… | |||
2016-10-20 | fix #6031 when creating a script the language will be what you selected last ↵ | Adham Zahran | |
time | |||
2016-10-13 | Allow turing off zero-padding for line numbers | Pedro J. Estébanez | |
2016-10-10 | Add line length guideline to code editors | Pedro J. Estébanez | |
2016-10-08 | Refactor node naming APIs used by editor | Pedro J. Estébanez | |
Make 'name_num_separator' a project setting Make all node operations separator-aware | |||
2016-09-13 | -Added VeryLowDPI and MidDPI modes to Godot editor. | Juan Linietsky | |
-Improved HiDPI detection (requires resolution of > 2000 in X axis) | |||
2016-09-08 | Added customisable grid color, issue 3781 | Paulb23 | |
2016-08-29 | Merge pull request #6223 from RandomShaper/improve-gridmap-edit | Rémi Verschelde | |
Improve/fix GridMap editor | |||
2016-08-29 | Merge pull request #6185 from TheHX/pr-issue-3496 | Rémi Verschelde | |
Better editor settings for the FileSystem dock | |||
2016-08-21 | Improve/fix GridMap editor | Pedro J. Estébanez | |
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 | |||
2016-08-16 | Added add_property_info function to Globals and EditorSettings classes | Franklin Sobrinho | |
2016-08-16 | Better editor settings for the FileSystem dock | Franklin Sobrinho | |
* Save the current display mode when changing it from the dock | |||
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
2016-08-05 | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | |
profiler yet. | |||
2016-07-22 | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | |
Editor now has good refactoring tools, so this function is mostly obsolete | |||
2016-07-12 | Added block caret to TextEdit | Paulb23 | |
2016-07-12 | Merge pull request #5615 from Paulb23/shortcut_save_print | Rémi Verschelde | |
Removed shortcut saving print | |||
2016-07-11 | Added completion font colors | Paulb23 | |
2016-07-11 | Added completion scroll color | Paulb23 | |
2016-07-09 | Removed shortcut saving print | Paulb23 | |
2016-07-03 | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | |
2016-07-03 | Avoid settings from being lost when opening project manager. | Juan Linietsky | |
Probably fixes many issues of this kind, like missing shortcuts or other settings | |||
2016-06-24 | Fix network IP setting change | volzhs | |
Fix #5368 | |||
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | |
Code completion box colors | |||
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Added code completion background color setting | Paulb23 | |
2016-06-21 | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | |
2016-06-19 | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | |
Removed lots of prints | |||
2016-06-18 | Removed lots of prints | Daniel J. Ramirez | |
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | |
2016-06-17 | -added missing .inc files | Juan Linietsky | |
-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 | |||
2016-06-15 | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis | |
Can be turned on/off in editor settings + line color change available as well | |||
2016-06-12 | project history was not being saved after a recent fix, this should fix it | Juan Linietsky | |
2016-06-11 | make sure editor forgets removed settings, closes #5010 | Juan Linietsky | |
2016-06-06 | HiDPI: Use global/hidpi_mode as property | Rémi Verschelde | |
2016-06-05 | make hdpi manually configurable in project settings | Juan Linietsky | |
also added hidpi support to project manager | |||
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky | |
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | |||
2016-06-04 | The create dialog starts collapsed now. | Warlaan | |
The original behavior can be reactivated in the editor settings. | |||
2016-05-29 | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde | |
Added breakpoint markers, issue 4750 | |||
2016-05-29 | Merge pull request #4812 from neikeq/pr-search-bar | Rémi Verschelde | |
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | |||
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky | |
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||
2016-05-29 | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry | |
2016-05-27 | Added translation support to Godot | Juan Linietsky | |
included is a French translation! | |||
2016-05-27 | Changed import workflow | Juan Linietsky | |
-Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | |||
2016-05-26 | Added breakpoint markers, issue 4750 | Paulb23 | |
2016-05-25 | Added settings to change marked and breakpoint color | Paulb23 | |
2016-05-23 | Save line number color with text editor theme | Ignacio Etcheverry | |