vamsi
|
b3cf4c73fc
|
Fixed a crash in scenario where SSL is not available.
|
2016-07-13 18:25:05 +02:00 |
|
Saracen
|
ca866803be
|
Removes AnimationPlayer renaming on import.
|
2016-07-13 16:45:53 +01:00 |
|
Rémi Verschelde
|
b8c506be1c
|
Merge pull request #5615 from Paulb23/shortcut_save_print
Removed shortcut saving print
|
2016-07-12 07:28:08 +02:00 |
|
Rémi Verschelde
|
480ac2bcfb
|
Merge pull request #5648 from Paulb23/completion_box_colors
Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme.
|
2016-07-12 07:26:35 +02:00 |
|
Juan Linietsky
|
31ebac2bfb
|
Downloaded templates from project manager can now be installed.
|
2016-07-11 21:34:50 -03:00 |
|
Franklin Sobrinho
|
aed2f5f938
|
Fix "Play custom scene" keyboard shortcut
|
2016-07-11 14:46:41 -03:00 |
|
Paulb23
|
a9956be63d
|
Added completion font colors
|
2016-07-11 14:25:56 +01:00 |
|
Paulb23
|
8e5c40b364
|
Added completion scroll color
|
2016-07-11 14:11:34 +01:00 |
|
Rémi Verschelde
|
9397458cc0
|
Merge pull request #5634 from vnen/assetlib-map-crash
Fix crash on asset lib install
|
2016-07-11 00:17:54 +02:00 |
|
George Marques
|
1a1b62748a
|
Fix crash on asset lib install
This is not the perfect solution, but fixes the crash and avoid a
dependency on EditorNode.
|
2016-07-10 17:19:29 -03:00 |
|
Juan Linietsky
|
83ab4445f2
|
As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES
|
2016-07-10 14:37:48 -03:00 |
|
Juan Linietsky
|
8d9b73171e
|
Merge pull request #5385 from volzhs/autosave-android
Fix autosave when run on remote device
|
2016-07-10 14:34:30 -03:00 |
|
Juan Linietsky
|
e525a0387b
|
Merge pull request #5421 from MarianoGnu/issues
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
|
2016-07-10 14:33:48 -03:00 |
|
Rémi Verschelde
|
da3ad66825
|
Remove Better Collada Exporter, now in its own repo
See https://github.com/godotengine/collada-exporter for the new upstream location.
|
2016-07-10 19:15:35 +02:00 |
|
Juan Linietsky
|
8462127aa9
|
Merge pull request #5287 from marcelofg55/master
Added popup menu for animation key right-click
|
2016-07-10 13:42:49 -03:00 |
|
Juan Linietsky
|
46bb02991f
|
Merge pull request #5270 from lonesurvivor/master
Added Tile Origin = Bottom Left option to the TileMap
|
2016-07-10 13:41:33 -03:00 |
|
Juan Linietsky
|
bcf6491a86
|
Merge pull request #5621 from TheHX/issue-5616
Fix custom types showing on wrong dialogs
|
2016-07-10 13:30:06 -03:00 |
|
Juan Linietsky
|
7bfb84af08
|
Merge pull request #5611 from TheHX/spatial-gizmo
Fix EditorSpatialGizmo virtual functions not being called
|
2016-07-10 13:08:13 -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 |
|
Juan Linietsky
|
5dd6530acf
|
Merge pull request #5563 from opmana/fix-convert-tileset
Respect frame property when converting to TileSet.
|
2016-07-10 13:02:55 -03:00 |
|
Juan Linietsky
|
eff44f0321
|
Merge pull request #5554 from TheHX/issue-3543
Added drag and drop to rearrange the autoload order
|
2016-07-10 12:42:47 -03:00 |
|
Franklin Sobrinho
|
c6a0b0dab3
|
Fix custom types showing on wrong dialogs
* The custom types are visible when the dialog is shown
|
2016-07-10 08:19:15 -03:00 |
|
Paulb23
|
5f41ea6bf8
|
Removed shortcut saving print
|
2016-07-09 19:57:38 +01:00 |
|
Juan Linietsky
|
864c0e84de
|
line/col label was changing size with each cursor move, forcing the GUI to resize upwards and costing considerably CPU usage.
It has been changed so it won't resize the UI when modified.
This will make the code editor feel a lot smoother.
|
2016-07-09 14:56:08 -03:00 |
|
Rémi Verschelde
|
d23d40cfbd
|
Merge pull request #5612 from TheHX/collision-polygon-plugin
Fix CollisionPolygon gizmo showing error icons instead of the 3d handles
|
2016-07-09 18:27:29 +02:00 |
|
Franklin Sobrinho
|
7cad11e108
|
Fix CollisionPolygon gizmo showing error icons instead of the 3d handles
|
2016-07-09 13:18:16 -03:00 |
|
Rémi Verschelde
|
48bdaaa560
|
Merge pull request #5609 from eska014/help-search-titles
Fix help search dialog titles
|
2016-07-09 18:15:02 +02:00 |
|
Franklin Sobrinho
|
914d670a71
|
Fix EditorSpatialGizmo virtual functions not being called
* Bind EditorSpatialGizmo::clear method
|
2016-07-09 13:10:13 -03:00 |
|
Juan Linietsky
|
b0f0ae0723
|
Finally fixes the infamous bug #4444, hoping to never see you again.
Closes #4444.
|
2016-07-09 12:12:03 -03:00 |
|
Juan Linietsky
|
90f8a3bd29
|
properly generate tangents only upon request, closes #5580
|
2016-07-09 11:53:27 -03:00 |
|
Juan Linietsky
|
2980b27bef
|
do not show help on multi node selection, array editing, etc, closes #5550
|
2016-07-09 11:46:59 -03:00 |
|
Juan Linietsky
|
15d52d6c95
|
Cleaned up preview generation thread, fixes #5499
|
2016-07-09 11:20:40 -03:00 |
|
eska
|
af395cea42
|
Fix help search dialog titles
|
2016-07-09 16:12:15 +02:00 |
|
Rémi Verschelde
|
3a70d4a072
|
Merge pull request #5589 from akien-mga/pr-unused-var
Removing some more unused vars and dead code
|
2016-07-09 14:33:30 +02:00 |
|
Rémi Verschelde
|
0e119a9164
|
Merge pull request #5480 from paper-pauper/blender-flake8
Made Better Collada Exporter flake8-compliant
|
2016-07-09 12:35:34 +02:00 |
|
Nobody Really
|
c973f3a1da
|
Flake8 compliance (except for unused variables)
|
2016-07-09 12:25:21 +02:00 |
|
Nobody Really
|
52fdc65a5d
|
Comma fix
|
2016-07-09 12:10:36 +02:00 |
|
Nobody Really
|
7de55b86c1
|
Whitespace fix
|
2016-07-09 12:00:32 +02:00 |
|
Rémi Verschelde
|
5a8335436f
|
Merge pull request #5588 from J08nY/doctool-indentation
Doctool: change content indentation
|
2016-07-08 19:11:21 +02:00 |
|
MarianoGNU
|
158585b21c
|
save the editor state of the right scene instead of current
|
2016-07-08 13:54:44 -03:00 |
|
MarianoGNU
|
2924536e90
|
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
|
2016-07-08 13:27:52 -03:00 |
|
Rémi Verschelde
|
d7dd10a1a2
|
Cleanup: drop ImportSettingsDialog, replaced by contextual actions
Note that it was already commented out.
|
2016-07-08 17:09:36 +02:00 |
|
Rémi Verschelde
|
f40f360a2c
|
Remove unused variables (fourth pass) + dead code
Also fix a potential regression from 3fcb9b1ec1 .
|
2016-07-08 16:47:55 +02:00 |
|
Rémi Verschelde
|
dc58be9f35
|
ScenesDock: Fix regression in tree generation
Was a regression from 3fcb9b1ec1 .
Fixes #5590.
|
2016-07-08 09:15:43 +02:00 |
|
Juan Linietsky
|
d8c31e0e74
|
remove warnings if a script is missing and can't be opened
|
2016-07-07 21:27:20 -03:00 |
|
Juan Linietsky
|
a1d841e6f7
|
do not allow removal of groups that come from instanced/inherited scene, closes #5505
|
2016-07-07 20:50:42 -03:00 |
|
J08nY
|
5c77abd8a8
|
Doctool: correct XML indentation
fixes #4483
|
2016-07-07 23:50:36 +02:00 |
|
Rémi Verschelde
|
454b210242
|
Remove unused variables (third pass) + dead code
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
|
2016-07-07 23:16:21 +02: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 |
|