Commit graph

1372 commits

Author SHA1 Message Date
Rémi Verschelde
c3bf11d4d4 Drop fully commented-out files
Part of #5272
2016-06-18 20:23:49 +02:00
Rémi Verschelde
b7dbf9207a Drop empty files that are not used anywhere
Part of #5272
2016-06-18 19:46:30 +02:00
Juan Linietsky
adc13e9027 Make ".." always appear even if dir is unlistable (likely lacking permissions), closes #1938 2016-06-18 12:51:27 -03:00
Juan Linietsky
61655d6dc2 Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 2016-06-18 11:13:03 -03:00
Rémi Verschelde
a7fc04626a Add missing license headers in our source files (#5255)
Also removes a couple wrong Godot headers from third-party source files.
2016-06-18 14:46:12 +02:00
Juan Linietsky
f0d9245ecf -added missing .inc files
-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-17 01:13:23 -03:00
Juan Linietsky
816b3fa94d It is now possible to set a default custom theme, whether you want a hidpi default theme, or just use a custom font for the default theme 2016-06-16 20:05:22 -03:00
UgisBrekis
d97e46ffb6 Adds the ability to draw parent-children relationship lines in scene tree editor
Can be turned on/off in editor settings + line color change available as
well
2016-06-15 18:10:19 +01:00
Paulb23
3e50ec71e9 Added fullscreen and distraction free mode shorcuts 2016-06-15 17:25:17 +01:00
Rémi Verschelde
5c135bc0b3 Merge pull request #5219 from Geequlim/fix-5215
Fix endless reimporting for LargeTexture close #5215
2016-06-15 13:50:42 +02:00
Rémi Verschelde
41677df7cf Merge pull request #5218 from djrm/new_icons
Some theme icons and better exporter
2016-06-15 13:43:56 +02:00
Rémi Verschelde
f38f5c9e16 Merge pull request #5195 from Ovnuniarchos/Shape2DIcons
New Shape2D* icons.
2016-06-15 11:41:06 +02:00
Rémi Verschelde
2345f7fcae Merge pull request #5163 from Paulb23/script_editor_shortcuts 2016-06-15 08:34:39 +02:00
Rémi Verschelde
1c1f17e72b Merge pull request #5162 from GungnirInd/app_bundle_retina
Make .app bundle high resolution aware
2016-06-15 08:30:02 +02:00
Dmitriy Salnikov
9cf8b23570 Update russian translation from Weblate (#5140) 2016-06-15 07:56:24 +02:00
Geequlim
1a99c5bad8 Fix endless reimporting for LargeTexture close #5215 2016-06-15 12:28:05 +08:00
Daniel J. Ramirez
c43008d200 Added new svgs to pngs exporter 2016-06-14 21:42:02 -05:00
Daniel J. Ramirez
0537709b39 Added zoom icons for graph edit, and removed old exporter 2016-06-14 21:41:20 -05:00
Juan Linietsky
99e5bb56d1 Merge pull request #5137 from nunodonato/fixaxismessages
show correct message when transforming with axis-constraint (fixes #4870)
2016-06-14 08:34:22 -03:00
Ovnuniarchos
3c09682417 New Shape2D* icons. 2016-06-13 23:25:52 +02:00
Juan Linietsky
fc54830f1a Merge pull request #5127 from bojidar-bg/asset-library-update-onshow
Update asset library assets only when opening the respective tab
2016-06-13 15:50:12 -03:00
Juan Linietsky
b46bffd7ef Merge pull request #5138 from Geequlim/TextureRegionEditor
Edit the region of AtlasTexture by TextureRegionEditorPlugin
2016-06-13 15:48:54 -03:00
Juan Linietsky
3cee648144 Merge pull request #5160 from neikeq/pr-issue-5136
FindReplaceBar: Fix search bug when text is selected
2016-06-13 15:47:16 -03:00
Juan Linietsky
dca382647e Merge pull request #5165 from neikeq/pr-issue-5116
ConnectionsDock: Double click to create and go to signal connection
2016-06-13 15:46:41 -03:00
Juan Linietsky
137464af87 Merge pull request #5187 from volzhs/find-nomatch-notice
change "No matches" noticeable on finder
2016-06-13 15:38:48 -03:00
Juan Linietsky
20b4567829 Merge pull request #5177 from vnen/string-subsequence
Add subsequence search to tools
2016-06-13 13:25:56 -03:00
volzhs
b90ecc6e0a change "No matches" noticeable on finder 2016-06-13 23:27:02 +09:00
Paulb23
907100337e Added shader editor shortcuts 2016-06-13 15:14:55 +01:00
Paulb23
52d2d52c31 Added script editor shortcuts 2016-06-13 15:14:55 +01:00
Juan Linietsky
45443a1651 Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756 2016-06-13 10:58:32 -03:00
Juan Linietsky
7f02627290 -Add visible IO errors when closing a file fails due to it being locked (most likely on windows), closes #4760 2016-06-13 10:10:50 -03:00
Juan Linietsky
f0abda999e resolve numerical error when comparing instancing an inheritance to avoid saving changed properties when they didn't, closes 4759 2016-06-12 19:33:07 -03:00
Juan Linietsky
be223c91f9 fixed tile map editor plugin, all previews are now the same size, closes #4983 2016-06-12 17:10:34 -03:00
Juan Linietsky
4667f9e61e Changed how min/max icon size in ItemList works and replaced it by a fixed size. Fixes many issues, closes #4907 2016-06-12 16:52:22 -03:00
Juan Linietsky
d911203829 project history was not being saved after a recent fix, this should fix it 2016-06-12 15:34:58 -03:00
George Marques
68868aabc6
Add subsequence search to tools
Add it to the following searches:
- Create node.
- Scene tree.
- Inspector properties.
- Classes list in help.
- Quick open.
2016-06-12 14:53:03 -03:00
Juan Linietsky
83bf8036de rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992 2016-06-12 12:05:21 -03:00
Juan Linietsky
1785f6939f Ability to discard instancing from menu, closes #4903 2016-06-11 23:00:06 -03:00
Juan Linietsky
482b21a5a4 apply built-in scripts when running the game, closes #4987 2016-06-11 21:59:35 -03:00
Juan Linietsky
f071c82742 remove (for now) the next/prev instance buttons in debugger, closes #4993 2016-06-11 21:40:51 -03:00
Juan Linietsky
5c5e22b252 Fix the warning message from not using the editor theme, closes #5002 2016-06-11 21:38:25 -03:00
Juan Linietsky
3c21827d13 make sure editor forgets removed settings, closes #5010 2016-06-11 21:16:14 -03:00
Juan Linietsky
e8209b9c5c Prevent crash in specific situation of removing a plugin, fixes #5019 2016-06-11 20:51:44 -03:00
Juan Linietsky
e88e0607f8 Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, closes #5608 2016-06-11 20:34:31 -03:00
Ignacio Etcheverry
10881802ba ConnectionsDock: Double click to create and go to signal connection 2016-06-12 01:05:54 +02:00
GungnirInd
36d51f21ff Make .app bundle hidpi aware 2016-06-11 13:27:04 -07:00
Ignacio Etcheverry
9a2d5fa1e1 FindReplaceBar: Fix search bug when text is selected 2016-06-11 21:07:04 +02:00
Rémi Verschelde
f5aadad7ae Merge pull request #5125 from volzhs/translation-korean-2
update Korean translation
2016-06-10 12:37:28 +02:00
Geequlim
3f3798811d Add support for AtlasTexture resources
Add undo/redo support for texture region of stylebox and atlas texture resources.
2016-06-10 18:31:38 +08:00
Nuno Donato
a713188388 * fix messages when modifying on switching the active axis 2016-06-10 10:42:13 +01:00