Juan Linietsky
c4cee22510
Properly fix tab scrolling, fixes #3128 , fixes #3314
2016-01-13 07:39:31 -03:00
Rémi Verschelde
0b4c088089
Merge pull request #3320 from neikeq/ed_layouts_default
...
Allow to override the default editor layout
2016-01-11 23:55:36 +01:00
Ignacio Etcheverry
60adf21bc6
Allow to override the default editor layout
2016-01-11 23:51:45 +01:00
Rémi Verschelde
1f1c3038c2
Update copyright in remaining files + prints in the UI
2016-01-11 21:34:22 +01:00
Rémi Verschelde
cbab728049
Merge pull request #3276 from TheHX/pr-quick-open
...
Quick open now can open multiple scenes and scripts
2016-01-11 11:42:13 +01:00
Juan Linietsky
6eb742d49f
-Make a rare corner case where disabling/reenabling mipmaps causes invalid texture state. Fixes #3102
2016-01-10 21:45:58 -03:00
Juan Linietsky
027072728e
restored quit to project list keybinding, but kept change for OSX, closes #3185
2016-01-10 15:57:24 -03:00
Juan Linietsky
729ab84a49
wrong extensions shown when saving resources fixed
2016-01-10 15:38:47 -03:00
Franklin Sobrinho
7fa233cd89
Fix some error messages
2016-01-09 08:35:57 -03:00
Rémi Verschelde
e3d4a851b7
Merge pull request #3280 from neikeq/issue_3227
...
Fix TileSet not refreshed after exporting without merge
2016-01-08 18:04:36 +01:00
Ignacio Etcheverry
b4602567cf
Fix TileSet not refreshed after exporting without merge
2016-01-08 17:54:13 +01:00
Ignacio Etcheverry
43b292de1e
Scene->Close scene: ask confirmation only when unsaved changes
2016-01-08 16:53:47 +01:00
Franklin Sobrinho
7fa3bd4e78
Quick open now can open multiple scenes and scripts
2016-01-08 08:27:34 -03:00
Rémi Verschelde
bc3b1a63ba
Merge pull request #3208 from nounoursheureux/master
...
You can now create an inherited scene based on an already opened scene
2016-01-06 18:31:33 +01:00
Nounours Heureux
f32a06e470
You can create an inherited scene based on an already opened scene.
2016-01-06 17:46:45 +01:00
Rémi Verschelde
820770e2e0
Merge pull request #3187 from neikeq/fix_3186
...
Fix editor layout saving
2016-01-06 11:58:03 +01:00
Rémi Verschelde
a82e6f0baa
Merge pull request #3219 from nounoursheureux/change_subscene_string
...
Change Import > Sub-Scene to Import > Node from scene
2016-01-06 11:48:22 +01:00
Juan Linietsky
e8fbf39f88
-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs and speeds up. Closes #2040
...
-Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
2016-01-03 17:14:28 -03:00
Nounours Heureux
1c3a448a32
Change Import > Sub-Scene to Import > Node from scene
2016-01-03 18:07:05 +01:00
Ignacio Etcheverry
fc17ec04fc
Fix editor layout saving
2016-01-01 18:48:14 +01:00
George Marques
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
Juan Linietsky
9c38ad0093
changed shortcuts to be better friends with OSX, closes #2398
2015-12-31 16:14:04 -03:00
Juan Linietsky
ff1763e38f
properly implement save as from script editor, fixes #2415
2015-12-31 13:12:27 -03:00
Juan Linietsky
fd836cad27
-Ensure .tscn and .tres always save in a deterministic way, fixes #2495
...
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed
-Created a VariantWriter helper to unify all variant to text writing
-Moved SceneFormatText writing to VariantWriter
-Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
2015-12-31 00:31:00 -03:00
Juan Linietsky
81f62fb78c
-Fix to progress dialog, speding it up
...
-Fix potential deadlock in stream player
-Fix collada to support broken files from ColladaMaya
2015-12-21 09:05:49 -03:00
Rémi Verschelde
9cb4798f6b
Merge pull request #3083 from TheHX/pr-file-dialog
...
Add editor setting for display mode on file dialog and filesystem dock
2015-12-15 19:15:56 +01:00
Franklin Sobrinho
d9f4d3952d
Add editor setting for display mode on file dialog and filesystem dock
2015-12-15 14:36:04 -03:00
Ignacio Etcheverry
fa085a9c2c
Added input actions renaming
2015-12-14 20:44:57 +01:00
Ignacio Etcheverry
6e4b1ff838
Fix editor layouts broken after 9a7ff65
2015-12-14 16:44:15 +01:00
Juan Linietsky
7f96f0603e
-scenes are properly reloaded when a dependency changes, fixes #2896
...
(it's clevery done so local changes to scenes are kept even if unsaved)
2015-12-13 20:39:01 -03:00
Rémi Verschelde
8c005e2b73
Merge pull request #3047 from eska014/fix-play-project-button
...
Fix "Play Project" button icon
2015-12-13 10:10:08 +01:00
Juan Linietsky
6bc6b8fcf2
-ability to change scripts in external editor and still have properties reloaded in godot UI, fixes #3003
2015-12-09 09:08:41 -03:00
Juan Linietsky
c26f66abde
Merge pull request #2873 from neikeq/editor_layouts
...
Editor layouts menu
2015-12-08 17:09:38 -03:00
eska
829fa0cfdc
Fix "Play Project" button
2015-12-08 19:33:50 +01:00
Franklin Sobrinho
42eef3cdc6
Better hidden folders display preferences for editor file dialogs
2015-12-06 19:35:31 -03:00
neikeq
a5947161ef
Fix 'Save Scene' doing nothing on new scenes
2015-12-04 16:51:36 +01: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
868832bca7
Fix editor crash after closing scene with certain types of nodes
2015-12-03 12:42:58 -03: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
neikeq
dc9ddfc6a0
Editor layouts menu
2015-11-25 13:28:41 +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
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
neikeq
bfe8df27bc
Fix switching between 2D/3D/Script
2015-11-25 00:07:32 +01:00
Franklin Sobrinho
82c8190013
Implement name filter to PropertyEditor
...
- Add search bar to Inspector tab and to Project and Editor settings dialog
2015-11-21 13:42:15 -03:00
Juan Linietsky
cf3ae61a7f
Merge pull request #2825 from StraToN/fix-tabclose-confirmation
...
Ask confirmation on closing a scene tab
2015-11-20 08:17:53 -03:00
Alexander Holland
5ee443bcc0
fix with refactoring, refrash re-run icon
2015-11-19 21:06:49 +01:00