Franklin Sobrinho
ea77553416
Keep selected section in Editor Settings when reopening the dialog
2016-07-18 19:21:20 -03:00
Juan Linietsky
06eef730c0
Merge pull request #5584 from TheHX/project-settings
...
Implement undo/redo for adding and deleting global properties
2016-07-10 13:04:08 -03:00
Rémi Verschelde
3fcb9b1ec1
Removed unused variables (second pass) + dead code
...
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-07 23:15:59 +02:00
Franklin Sobrinho
9be07081de
Implement undo/redo for adding and deleting global properties
2016-07-07 10:10:12 -03:00
Juan Linietsky
7c1ab42571
Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422
2016-07-06 23:46:04 -03:00
Juan Linietsky
8cbb154466
Color picker was getting too much focus, made it get not as much focus.
...
This abuse of focus was the original culprit of #5354
2016-07-01 10:55:35 -03:00
Juan Linietsky
f84ffb9bed
-Setting script in multi node edit works, closes #4442
2016-06-19 10:13:26 -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
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
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
d61b91cbe0
-Heavily improved editor startup and exit performance
2016-06-07 22:10:09 -03:00
Juan Linietsky
9b1f8230ec
-Some fixes to OSX retina scaling for window functions
...
-Implemented HiDPI detection and support for Godot Editor!
2016-05-30 00:28:29 -03:00
Juan Linietsky
8be2fabbe5
Changed import workflow
...
-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-27 14:19:11 -03:00
Juan Linietsky
b2a4908e9c
Real-Time Remote Inspector support
2016-05-22 19:29:06 -03:00
Rémi Verschelde
21f965f249
i18n: Fix another %i in vformat
2016-05-21 16:53:23 +02:00
Rémi Verschelde
be053e6286
i18n: Use %d instead of %i in vformat
...
Fixes #4742 .
2016-05-21 16:34:56 +02:00
Rémi Verschelde
00d8f86044
i18n: Second pass at proofreading
...
Mostly removing commented out strings, plus a few critical ones
that should not be translated.
2016-05-21 01:27:27 +02:00
Rémi Verschelde
94c34ff890
i18n: Proofreading of all strings
...
Done to ensure that no important identifiers are translatable,
to fix compound strings using the new vformat() function, and
some general English proofreading here and there.
2016-05-21 00:21:57 +02:00
Juan Linietsky
bed3efb17e
New reworked AnimatedSprite!
...
-New SpriteFrames editor, with support for drag&drop, multiple animation
sets, animation speed and loop.
-New AnimatedSprite, with support for all the new features!
AnimatedSprite3D has not been updated yet.
-Added support for drag&drop to other editors, such as resourcepreload,
sample library, etc.
2016-05-14 23:48:45 -03:00
Juan Linietsky
d7318f6965
-begun implementing drag & drop editor wide
...
-filesystem dock dnd support
-property list dnd support
-scene tree dnd support
2016-05-11 11:59:03 -03:00
Rémi Verschelde
fb277dbde6
i18n: Don't make print_line calls translatable
2016-05-04 15:28:37 +02:00
Rémi Verschelde
a79e390613
Merge pull request #4543 from djrm/better_hint_all
...
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
2016-05-04 08:36:14 +02:00
Juan Linietsky
567cb691ec
Modified editor strings to be translatable in the future
2016-05-03 22:25:37 -03:00
Daniel J. Ramirez
723c0d730c
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
2016-05-03 16:20:09 -05:00
Franco Eusébio Garcia
a735573327
Add math/script expression evaluation in editor ( #3620 )
...
Rebase of #453
2016-05-01 10:33:32 +02:00
Hubert Jarosz
4a4f247914
remove trailing whitespace
2016-03-09 00:00:52 +01:00
Franklin Sobrinho
48524384d6
Fix Project Settings dialog add/delete global variable
2016-03-06 11:22:21 -03:00
Juan Linietsky
3cce2d6881
-Avoid crash in property editor due to newly out of focus but still valid property edition, fixes #3601
2016-02-08 11:59:44 -03:00
Juan Linietsky
6349c50f5a
-Add some offset to spinboxes in tree, so revert icon does not annoy much when pops up, fixes #3415
2016-02-02 20:44:42 -03:00
Rémi Verschelde
9cafd47ed8
Merge pull request #1453 from adolson/remove-inspector-headings
...
remove column titles in property inspector
2016-01-26 21:29:02 +01:00
Juan Linietsky
6c27df8df6
-Fixes a bunch of stdout errors, closes #2763 closes #2731
2016-01-23 19:51:51 -03:00
Juan Linietsky
a04cd80a23
Merge branch 'master' of https://github.com/godotengine/godot
2016-01-23 17:21:37 -03:00
Juan Linietsky
08e536dbe0
-Support the TRNS flag on libpng, fixes #3097
2016-01-23 17:19:51 -03:00
Juan Linietsky
dc7c6c19f3
Revert "Better search for SectionedPropertyEditor, added "All" section"
2016-01-23 16:05:27 -03:00
Juan Linietsky
579ec65d36
Revert "Tree and PropertyEditor confirm value change on focus loss"
2016-01-23 11:20:54 -03:00
Franklin Sobrinho
06cafeac0a
Tree and PropertyEditor confirm value change on focus loss
2016-01-21 13:03:06 -03:00
MarianoGNU
dc7755ffcd
Add a visual editor to color picker.
2016-01-15 17:23:19 -03:00
Franklin Sobrinho
94a60f408a
Better search for SectionedPropertyEditor, added "All" section
2016-01-12 09:40:35 -03:00
Rémi Verschelde
a8a09f6180
Merge pull request #3302 from MarianoGnu/bug_fixing2
...
Allow to paste resources in inspector when text_hint indicates multip…
2016-01-11 08:53:35 +01:00
Juan Linietsky
eb7901c8b8
-Project settings can properly add/remove properties again, fixes #3177
2016-01-10 17:08:02 -03:00
MarianoGNU
21b5e9eef4
Allow to paste resources in inspector when text_hint indicates multiple types
2016-01-10 11:33:45 -03:00
Juan Linietsky
939c5f5c9e
-Fix global transform cache not being cleared in 2D nodes, fixes many editor bugs, closes #2115
2016-01-02 20:32:19 -03:00
Juan Linietsky
1597082c85
-Ability to roll-back script-exported properties to their default value on the script, closes #2128
2016-01-02 20:17:31 -03:00
Juan Linietsky
b60371074f
Properly hide assign/clear dialog, closes #2295
2016-01-02 10:47:50 -03:00
George Marques
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
Juan Linietsky
fb01d18251
small fix for undo redo
2015-12-16 00:42:34 -03:00
Juan Linietsky
d3cd1250bd
added labels to sections and properties
2015-12-16 00:08:50 -03:00
Juan Linietsky
a1142225bf
-split view of property editor and editor settings
2015-12-15 23:39:36 -03:00
Franklin Sobrinho
2e8ed75d8d
Fix array editor NodePath being relative to editor
2015-12-13 11:42:29 -03:00
Juan Linietsky
97fe073f33
Merge pull request #2933 from TheHX/pr-shader-loader
...
Fix shader loading, making possible load .shd and .sgp from editor
2015-12-12 17:36:52 -03:00