Juan Linietsky
f93fbbe1d2
Merge pull request #2888 from TheHX/item_list_plugin
...
Make ItemListEditor plugin functional
2015-12-08 17:07:32 -03:00
Juan Linietsky
ee09c5dbd9
Merge pull request #2919 from TheHX/pr-groups-editor
...
Update Groups Editor
2015-12-08 17:07:05 -03:00
Juan Linietsky
eff81965af
Merge pull request #2956 from est31/add_system_wide_export_path
...
Add way to look for templates at system wide level too
2015-12-08 17:04:24 -03:00
Juan Linietsky
9637460331
Merge branch 'master' of https://github.com/godotengine/godot
2015-12-08 11:23:23 -03:00
Juan Linietsky
3c33b705d1
added option to add_child, to use the same deduplication convention as in the editor, closes #3017
2015-12-08 11:21:12 -03:00
Franklin Sobrinho
42eef3cdc6
Better hidden folders display preferences for editor file dialogs
2015-12-06 19:35:31 -03:00
Franklin Sobrinho
b3ce127e31
Script Editor: maintain cursor column after duplicate a line
2015-12-06 15:34:09 -03:00
Franklin Sobrinho
118f3cdcf6
Update Groups Editor
2015-12-06 11:02:35 -03:00
Juan Linietsky
3ecc9e07b7
Merge branch 'master' of https://github.com/godotengine/godot
2015-12-05 14:19:19 -03:00
Juan Linietsky
200b7bb87c
-Display on animation editor which keys are invalid and which tracks are unresolved
...
-Added a tool to clean up unresolved tracks and unused keys
2015-12-05 14:18:22 -03:00
Rémi Verschelde
98c54827ae
Merge pull request #2989 from StraToN/2967fix_button_breaklines
...
Set default destination filename of imported font
2015-12-04 22:32:44 +01:00
Rémi Verschelde
96a39edeaf
Merge pull request #2990 from neikeq/file_dialog_refresh
...
Add refresh button to file dialogs
2015-12-04 22:29:46 +01:00
neikeq
71eaa2d547
Add refresh button to file dialogs
2015-12-04 19:33:30 +01:00
Julian Murgia - StraToN
6ffe1fff2d
Set default destination filename of imported font to be input font filename
...
if destination filename was ".fnt" (ie. no filename set by user)
2015-12-04 19:29:27 +01:00
neikeq
a5947161ef
Fix 'Save Scene' doing nothing on new scenes
2015-12-04 16:51:36 +01:00
Juan Linietsky
35fa048af5
missing pngs
2015-12-04 10:22:45 -03:00
Juan Linietsky
bb392bde16
Merge branch 'master' of https://github.com/godotengine/godot
2015-12-04 10:19:58 -03:00
Juan Linietsky
da113fe40d
-Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the process. Keeping old version just in case for now.
...
-Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster
2015-12-04 10:18:28 -03:00
Franklin Sobrinho
d6d335f20c
Make ItemListEditor plugin functional
2015-12-03 15:17:56 -03:00
Franklin Sobrinho
868832bca7
Fix editor crash after closing scene with certain types of nodes
2015-12-03 12:42:58 -03:00
Rémi Verschelde
7ac31a7209
Merge pull request #2969 from neikeq/fix_bracket_complete
...
Fix auto bracket completion disabled on newly open scripts
2015-12-01 21:01:48 +01:00
Rémi Verschelde
7b9dd1ea76
Merge pull request #2968 from neikeq/line_duplicate
...
Fix script editor not clonning down last line
2015-12-01 21:01:05 +01:00
neikeq
fc7e313074
Fix script editor not clonning down last line
2015-12-01 19:43:51 +01:00
neikeq
4cbabf9691
ScriptTextEditor: fix auto bracket completion not enabled
2015-12-01 17:43:18 +01:00
Rémi Verschelde
f1f3468f70
Merge pull request #2890 from neikeq/cl_select_children
...
Allow selecting CanvasLayer children in canvas editor
2015-12-01 11:20:48 +01:00
est31
e1d02e4831
Make the setting unix-only.
...
For this, put the detection into the OS class and its subclass.
2015-11-30 02:35:59 +01:00
est31
15f6d3cebf
Add way to look for templates at system wide level too
...
Useful for everybody wanting to package godot.
Fixes #1026 .
-> Retain the old behaviour: path in error msg only when exporting.
-> User templates override system templates
2015-11-30 01:36:08 +01:00
koalefant
c93a005fb6
Script Editor: automatic indentation after a colon
2015-11-29 17:13:29 +01:00
Juan Linietsky
46c5fda91d
-orphan resource explorer dialog + tools menu
2015-11-29 01:08:31 -03:00
Juan Linietsky
68aaa0f813
Merge branch 'master' of https://github.com/godotengine/godot
2015-11-28 20:57:23 -03:00
Juan Linietsky
7aa39b7cae
-Fixed bug with scene inheritance, should work again
...
-Proper .tscn and .tres parsing, should work, please test well!
2015-11-28 20:56:14 -03:00
Franklin Sobrinho
553ec52300
Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when closing the editor
2015-11-28 16:58:10 -03:00
Rémi Verschelde
274b17b636
Merge pull request #2932 from TheHX/pr-editor-help-scroll
...
Fix editor help scroll to result
2015-11-28 00:15:02 +01:00
Franklin Sobrinho
493d3c22ca
Fix editor help scroll to result
2015-11-27 20:11:49 -03:00
Rémi Verschelde
0fd20e1002
Update copyright header in ios xcode templates
2015-11-27 19:34:55 +01:00
Rémi Verschelde
55d56d9b7c
Replace hardcoded references to Okam Studio by Godot Engine
...
Since the engine development is now independent.
Fixes #2836 .
2015-11-27 18:54:09 +01:00
Rémi Verschelde
d1a07ee28b
Merge pull request #2891 from TheHX/fix_matrix_property
...
Fix property editor Matrix3 and Matrix32 editing
2015-11-26 23:38:21 +01:00
Rémi Verschelde
f8b8f7b873
Merge pull request #2912 from TheHX/pr-mesh-import-plugin
...
Better import mesh warnings
2015-11-25 14:41:41 +01:00
Franklin Sobrinho
adf082a006
Better import mesh warnings
2015-11-25 10:28:46 -03:00
Rémi Verschelde
d909942f25
Merge pull request #2895 from TheHX/oneshot_connection
...
Add ability to set oneshot connection from Editor
2015-11-25 08:50:54 +01:00
Rémi Verschelde
868a5a5be1
Merge pull request #2910 from est31/export_error_on_headless
...
Print errors to console when exporting
2015-11-25 08:07:35 +01:00
Rémi Verschelde
7aa2a2e62c
Merge pull request #2909 from neikeq/imp_2908
...
Put 2D, 3D and Script editor table indexes in enum
2015-11-25 07:24:58 +01:00
est31
5dc9770feb
Print errors to console when exporting
...
Now you the errors when exporting via godot server binary.
When exporting via non-headless godot, it is useful to have the error
on the console as well.
Also exit and print a list of valid export platforms when
the supplied platform was not found.
2015-11-25 06:50:08 +01:00
neikeq
8d97eef0fe
Put 2D, 3D and Script editor index in enum
...
To avoid invalid index out of bounds mistakes.
2015-11-25 00:46:44 +01:00
Rémi Verschelde
a1059e3e3e
Merge pull request #2908 from neikeq/fix_editor_select
...
Fix bugs caused by merged Script and Help tabs
2015-11-25 00:25:55 +01:00
neikeq
06957a8026
Fix Class Reference request from Inspector
2015-11-25 00:08:39 +01:00
neikeq
bfe8df27bc
Fix switching between 2D/3D/Script
2015-11-25 00:07:32 +01:00
Rémi Verschelde
5db398f67f
Merge pull request #2907 from neikeq/fix_2887
...
Fix Class Search dialog not showing
2015-11-24 23:55:44 +01:00
neikeq
660e831e36
Fix Class Search dialog not showing up
2015-11-24 23:03:51 +01:00
neikeq
c591293718
Remember last help search
2015-11-24 22:33:26 +01:00