Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | Added missing icons for some nodes | Daniel J. Ramirez | |
2016-06-18 | make default extension .tscn | Juan Linietsky | |
2016-06-19 | Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162 | Rémi Verschelde | |
Adds .fnt extension if not provided, issue #162 | |||
2016-06-18 | revert previous fix, was a bad idea | Juan Linietsky | |
2016-06-18 | -Do not ask about overwriting when opening a script in the wizard, but still ↵ | Juan Linietsky | |
show complaint about existing. Closes #4545 -Fixed a crash in EditorDirDialog | |||
2016-06-19 | Merge pull request #5236 from djrm/fix_#5228 | Rémi Verschelde | |
Visible path editor icons, fixes #5228 | |||
2016-06-18 | update EditorDirDialog on external change, closes #4629 | Juan Linietsky | |
2016-06-18 | Merge pull request #5275 from akien-mga/pr-empty-files | Rémi Verschelde | |
Drop empty or commented out files and classes that are not in use | |||
2016-06-18 | -fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, ↵ | Juan Linietsky | |
closes #4628 -avoid editor scrollable areas to scroll if touchscreen ui hint is turned on | |||
2016-06-18 | Drop fully commented-out files | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Make ".." always appear even if dir is unlistable (likely lacking ↵ | Juan Linietsky | |
permissions), closes #1938 | |||
2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
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-16 | It is now possible to set a default custom theme, whether you want a hidpi ↵ | Juan Linietsky | |
default theme, or just use a custom font for the default theme | |||
2016-06-15 | Visible path editor icons, fixes #5228 | Daniel J. Ramirez | |
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-15 | Added fullscreen and distraction free mode shorcuts | Paulb23 | |
2016-06-15 | Merge pull request #5219 from Geequlim/fix-5215 | Rémi Verschelde | |
Fix endless reimporting for LargeTexture close #5215 | |||
2016-06-15 | Merge pull request #5218 from djrm/new_icons | Rémi Verschelde | |
Some theme icons and better exporter | |||
2016-06-15 | Merge pull request #5195 from Ovnuniarchos/Shape2DIcons | Rémi Verschelde | |
New Shape2D* icons. | |||
2016-06-15 | Merge pull request #5163 from Paulb23/script_editor_shortcuts | Rémi Verschelde | |
2016-06-15 | Fix endless reimporting for LargeTexture close #5215 | Geequlim | |
2016-06-14 | Added zoom icons for graph edit, and removed old exporter | Daniel J. Ramirez | |
2016-06-14 | Merge pull request #5137 from nunodonato/fixaxismessages | Juan Linietsky | |
show correct message when transforming with axis-constraint (fixes #4870) | |||
2016-06-13 | New Shape2D* icons. | Ovnuniarchos | |
2016-06-13 | Merge pull request #5127 from bojidar-bg/asset-library-update-onshow | Juan Linietsky | |
Update asset library assets only when opening the respective tab | |||
2016-06-13 | Merge pull request #5138 from Geequlim/TextureRegionEditor | Juan Linietsky | |
Edit the region of AtlasTexture by TextureRegionEditorPlugin | |||
2016-06-13 | Merge pull request #5160 from neikeq/pr-issue-5136 | Juan Linietsky | |
FindReplaceBar: Fix search bug when text is selected | |||
2016-06-13 | Merge pull request #5165 from neikeq/pr-issue-5116 | Juan Linietsky | |
ConnectionsDock: Double click to create and go to signal connection | |||
2016-06-13 | Merge pull request #5187 from volzhs/find-nomatch-notice | Juan Linietsky | |
change "No matches" noticeable on finder | |||
2016-06-13 | Merge pull request #5177 from vnen/string-subsequence | Juan Linietsky | |
Add subsequence search to tools | |||
2016-06-13 | change "No matches" noticeable on finder | volzhs | |
2016-06-13 | Added shader editor shortcuts | Paulb23 | |
2016-06-13 | Added script editor shortcuts | Paulb23 | |
2016-06-13 | Changed reload logic to auto-hard-reload scripts on save. It's simpler to ↵ | Juan Linietsky | |
use and also fixes #4756 | |||
2016-06-13 | -Add visible IO errors when closing a file fails due to it being locked ↵ | Juan Linietsky | |
(most likely on windows), closes #4760 | |||
2016-06-12 | resolve numerical error when comparing instancing an inheritance to avoid ↵ | Juan Linietsky | |
saving changed properties when they didn't, closes 4759 | |||
2016-06-12 | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | |
2016-06-12 | Changed how min/max icon size in ItemList works and replaced it by a fixed ↵ | Juan Linietsky | |
size. Fixes many issues, closes #4907 | |||
2016-06-12 | project history was not being saved after a recent fix, this should fix it | Juan Linietsky | |
2016-06-12 | Add subsequence search to tools | George Marques | |
Add it to the following searches: - Create node. - Scene tree. - Inspector properties. - Classes list in help. - Quick open. | |||
2016-06-12 | rewrote LineEdit window repositioning code so it does not eat the last ↵ | Juan Linietsky | |
character, closes #4992 | |||
2016-06-11 | Ability to discard instancing from menu, closes #4903 | Juan Linietsky | |
2016-06-11 | apply built-in scripts when running the game, closes #4987 | Juan Linietsky | |
2016-06-11 | remove (for now) the next/prev instance buttons in debugger, closes #4993 | Juan Linietsky | |
2016-06-11 | Fix the warning message from not using the editor theme, closes #5002 | Juan Linietsky | |
2016-06-11 | make sure editor forgets removed settings, closes #5010 | Juan Linietsky | |
2016-06-11 | Prevent crash in specific situation of removing a plugin, fixes #5019 | Juan Linietsky | |