Juan Linietsky
17e4ead62a
Fix several bugs related to node duplication and signals, closes #5405
2016-07-06 21:43:31 -03:00
Juan Linietsky
a78226c32c
Only allow built-in scripts to be edited when the scene they belong to is loaded, closes #5403
2016-07-06 20:36:37 -03:00
Rémi Verschelde
e4b7a45a38
Initialize the SSL certificates in the project manager
2016-07-06 20:50:07 +02:00
Rémi Verschelde
9238de4ea9
Merge pull request #5569 from pkowal1982/capitalize
...
Update String.capitalize() documentation
2016-07-06 10:39:33 +02:00
Pawel Kowal
fe49b71804
Update String.capitalize() documentation
2016-07-06 10:33:27 +02:00
Rémi Verschelde
4316a17c02
Merge pull request #5564 from vnen/fix-xml-constants-sorting
...
Fix documentation constants sorting
2016-07-06 08:06:22 +02:00
George Marques
eecf4ff273
Update classes.xml to fix sorting of constants
2016-07-05 17:09:16 -03:00
George Marques
29b62ce5d0
Make sure builtin types' constants remain in order
...
This adds a list of constants for VariantCall to make sure the order of
register is kept when showing in the editor help and in the documentation.
This also remove the sorting of constants from the doctool, so it keeps
the natural order in classes.xml.
2016-07-05 17:09:16 -03:00
Rémi Verschelde
647dc1e214
Merge pull request #5562 from J08nY/hq2x-fix
...
Fixed HQ2x compiler warnings
2016-07-05 22:04:44 +02:00
J08nY
0f767fe8b9
Fixed HQ2x compiler warnings
2016-07-05 16:52:31 +02:00
Rémi Verschelde
628b0a9375
Revert "Fix return type for EditorResourcePreview::check_for_invalidation"
...
This reverts commit 716dfa67a3
, since it was later
fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1...
2016-07-05 07:28:53 +02:00
Juan Linietsky
c6b55e45e9
added missing return value
2016-07-04 21:08:44 -03:00
Rémi Verschelde
90b5b0d1c9
Merge pull request #5552 from volzhs/fix-jni-null
...
Fix crash when null value through jni on android
2016-07-04 23:39:31 +02:00
Rémi Verschelde
176920278f
Merge pull request #5551 from eska014/bsd-no-libdl
...
Link libdl only on Linux, fix BSD build
2016-07-04 23:39:11 +02:00
Rémi Verschelde
66856a11d7
Merge pull request #5549 from TheHX/fix-issue-4608
...
Fix TreeItem range editing by dragging on the inspector
2016-07-04 23:38:29 +02:00
Rémi Verschelde
ca6d52cd68
Merge pull request #5548 from TheHX/fix-plugin-spatial-event
...
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
2016-07-04 23:37:56 +02:00
Rémi Verschelde
9731da3280
Merge pull request #5547 from TheHX/fix-addons-disabling
...
Fix addon disabling
2016-07-04 23:36:58 +02:00
volzhs
b09dbaa78e
Fix crash when null value through jni on android
2016-07-05 04:41:46 +09:00
Rémi Verschelde
716dfa67a3
Fix return type for EditorResourcePreview::check_for_invalidation
2016-07-04 19:45:14 +02:00
eska
a2386bd2b2
Link libdl only on Linux, fix BSD build
2016-07-04 18:39:27 +02:00
Franklin Sobrinho
5c3c87206b
Fix TreeItem range editing by dragging on the inspector
2016-07-04 12:14:49 -03:00
Franklin Sobrinho
22cf80eede
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
2016-07-04 11:03:22 -03:00
Franklin Sobrinho
f97ff474d5
Fix addon disabling
2016-07-04 10:43:07 -03:00
Rémi Verschelde
576a28470f
Merge pull request #5539 from vnen/fix-completion-crash
...
Fix completion string check when column = 0
2016-07-04 07:24:30 +02:00
Juan Linietsky
1e095cf397
fix to the fix, and removed some conflicting shorcuts
2016-07-03 19:50:52 -03:00
Juan Linietsky
7e50a9a2e8
Avoid settings from being lost when opening project manager.
...
Probably fixes many issues of this kind, like missing shortcuts or other settings
2016-07-03 19:14:58 -03:00
George Marques
55b8a353f5
Fix completion string check when column = 0
2016-07-03 18:49:58 -03:00
Rémi Verschelde
ac157f8c05
Merge pull request #5530 from Paulb23/shortcut_search
...
Added search to shortcut config
2016-07-03 19:27:53 +02:00
Rémi Verschelde
6bd22b9c2e
Merge pull request #5516 from Hinsbart/fix_win_freeze
...
Windows: prevent freeze while moving or resizing the game window.
2016-07-03 19:17:09 +02:00
Rémi Verschelde
e0c7ffc65a
Merge pull request #5508 from djrm/spatial_editor_shortcuts
...
Added spatial editor shortcuts
2016-07-03 19:17:01 +02:00
Rémi Verschelde
a801e28e46
Merge pull request #5507 from vnen/completion-sort-improve
...
Fix code completion sorting
2016-07-03 19:14:49 +02:00
Rémi Verschelde
f866a79388
Merge pull request #5506 from vnen/enhance-quickopen-search
...
Improve Quick Open search
2016-07-03 19:13:28 +02:00
Rémi Verschelde
37ec0ad35c
Merge pull request #5504 from djrm/canvas_item_editor_shortcuts
...
Canvas item editor shortcuts
2016-07-03 19:13:10 +02:00
Rémi Verschelde
9693f37fcc
Merge pull request #5491 from volzhs/fix-jni-bool-string
...
Fix wrong return bool, string, string array data through jni
2016-07-03 19:11:04 +02:00
Juan Linietsky
6442dfb73b
Added proper resource preview cache invalidation, fixes #5342
2016-07-03 13:16:10 -03:00
George Marques
ec18b97f5c
Stop completion when the match is perfect
...
to avoid the completion insisting showing up after a completion.
2016-07-03 11:34:23 -03:00
George Marques
805b668d7f
Fix code completion sorting
2016-07-03 11:32:30 -03:00
Rémi Verschelde
a28bf56ef9
GH linguist: properly detect .inc files as C++
...
Also drop two unnecessary speex buildsystem files.
2016-07-03 15:17:25 +02:00
Paulb23
bb2a456456
Added search to shortcut config
2016-07-03 14:07:16 +01:00
Juan Linietsky
1726bacf78
missnig ;
2016-07-02 16:04:00 -03:00
Juan Linietsky
f9bd038ca7
Removed no longer needed check
2016-07-02 13:32:07 -03:00
Juan Linietsky
973a12c5f2
Data dir returns a symlink in Android 6.0, which confuses DirAccess on android, this should fix it
2016-07-02 11:49:52 -03:00
Juan Linietsky
eade613dc7
Merge pull request #5522 from neikeq/pr-issue-5519
...
Prettier str() for arrays
2016-07-02 11:35:30 -03:00
Ignacio Etcheverry
38ed5d9c7d
Prettier str() for arrays
2016-07-02 15:54:37 +02:00
Juan Linietsky
48959f0590
Merge pull request #5407 from RandomShaper/opt-self-indexing
...
Optimize member access with self
2016-07-01 12:25:26 -03:00
Andreas Haas
6856c52491
Windows: prevent freeze while moving or resizing the game window.
...
When moving or resizing the window, Windows spins up a seperate event-loop, effectively blocking the normal one.
To work around this, we're starting a timer that will continue sending WM_TIMER messages which we can use to keep the mainloop running.
fixes #4695
2016-07-01 16:55:53 +02:00
Juan Linietsky
ec94dd7eee
Fixed the order of input, reverts #4384 , closes #5361
2016-07-01 11:42:09 -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
3185ce64c5
Invalidate key focus if not visible, fixes #5354
2016-07-01 10:42:33 -03:00
Juan Linietsky
db9335f4c1
Improved drag&drop to work as n-piggeon wants to use, closes #5342
2016-07-01 10:34:38 -03:00