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
Juan Linietsky
a41a70ea3e
Many fixes to scene tree node dragging, closes #5341
2016-06-30 23:19:44 -03:00
Juan Linietsky
54571e94ac
Fixes to import plugin, closes #5318
2016-06-30 22:37:25 -03:00
Juan Linietsky
f6725f9768
throw error if GridContainer::set_columns goes below 1, closes #5316
2016-06-30 18:54:54 -03:00
Juan Linietsky
b391306828
Make both signals be ordered and samplelibrary items too, fixes scenes changing for git, closes #5289
2016-06-30 18:43:47 -03:00
Juan Linietsky
b9326e3f2b
Properly show the sample and play it back, also closes #5288
2016-06-30 18:29:47 -03:00
Juan Linietsky
ffbc2e56c9
Fix some bugs in diraccess, closes #5288
2016-06-30 18:23:39 -03:00
Daniel J. Ramirez
96c9f11aad
Added spatial editor shortcuts
...
for now it does not support the emulate numpad setting
2016-06-30 15:54:34 -05:00
Juan Linietsky
89bb72b2d3
Only emit item_selected once per Tree row, closes #5280
2016-06-30 17:52:32 -03:00
George Marques
ab93c38335
Improve Quick Open search
...
Makes it sort by similarity with best match on top
2016-06-30 15:52:30 -03:00
Rémi Verschelde
729e61e1d5
Merge pull request #5502 from Paulb23/dock_connection_spam_issue_5498
...
Fixed signal connection prints when moving docks, issue 5498
2016-06-30 16:34:38 +02:00
Paulb23
050a514799
Fixed signal connection prints when moving docks, issue 5498
2016-06-30 15:12:14 +01:00
Juan Linietsky
e8a2c767d2
Merge branch 'master' of https://github.com/godotengine/godot
2016-06-30 10:41:08 -03:00
Juan Linietsky
e49b73e93a
Only check for constants when parsing constants, should close #5497
2016-06-30 10:40:13 -03:00
Rémi Verschelde
d81b635957
Merge pull request #5495 from SuperUserNameMan/joystick_bug_windows
...
fixes #5464 windows_joystick close_joystick bug
2016-06-30 08:07:59 +02:00
Rémi Verschelde
91655b9a18
Merge pull request #5494 from jay3d/master
...
Fixed building for latest Haiku nightlies.
2016-06-30 08:07:24 +02:00
Rémi Verschelde
0233c69bdc
Merge pull request #5474 from samuelgrigolato/tile-map-idx
...
Add tile index prefixes in tile map editor plugin
2016-06-30 08:06:54 +02:00
Rémi Verschelde
a99ca66ce5
Merge pull request #5449 from sanikoyes/Pr-placeholder-line-edit
...
Add placeholder property for line_edit
2016-06-30 08:06:26 +02:00
Rémi Verschelde
efe4c66788
Merge pull request #5445 from susnux/arch-detection
...
Fix compiling for X11 on non-86, this fixes #5444
2016-06-30 08:05:45 +02:00
Rémi Verschelde
3fc115e433
Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-size
...
Fix issue when switching between FileSystem and other editor docks
2016-06-30 08:04:36 +02:00
Rémi Verschelde
da2f7e3c38
Merge pull request #5419 from djrm/shortcuts
...
Shortcuts for script switching in script Mode
2016-06-30 08:04:26 +02:00
Rémi Verschelde
a3dec742e9
Merge pull request #5462 from volzhs/fix-pm-warning
...
remove the warning of instances in use at Project manager exit
2016-06-30 07:58:16 +02:00
Rémi Verschelde
fcf6977610
Merge pull request #5487 from Paulb23/function_highlighting_issue_5454
...
Fixed function highlighting with spaces
2016-06-30 07:57:31 +02:00
Juan Linietsky
cf0fbe493f
Ability to put constants in constant expressions, closes #5264
2016-06-29 22:17:55 -03:00
Juan Linietsky
36e754457f
Warn instad of crashing when class instance is gone after yield. Closes #5247 , probably closes other yield related crashes
2016-06-29 21:06:16 -03:00
Juan Linietsky
ff11401441
Allow animation name to be clipped, closes #5246
2016-06-29 20:11:14 -03:00
Juan Linietsky
ea6c8d5b8b
Add Variant to the list of clases, so it can be documented (make sure it can't be documented that it can't be used). Closes #5237
2016-06-29 19:54:22 -03:00
Juan Linietsky
ac6257bf8a
only call finished signal when it really finishes, closes #5222
2016-06-29 18:46:43 -03:00
Juan Linietsky
449a28e75a
make property not be applied in skeleton if not inside tree. This will eventually e changed. Fixes #5205
2016-06-29 18:39:29 -03:00
Juan Linietsky
fe5ee68489
Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199
...
Fixed selected text turning black, issue 5199
2016-06-29 18:31:47 -03:00
Juan Linietsky
e5fc62cc4b
remove unnecesary warning, closes #5169
2016-06-29 18:27:12 -03:00
SuperUserNameMan
2511f48339
fixes #5464 windows_joystick close_joystick bug
2016-06-29 23:00:45 +02:00
Juan Linietsky
22d5227663
AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation if the one in SpriteFrames is removed/added or renamed. Closes #5152
2016-06-29 17:51:55 -03:00
Daniel J. Ramirez
66ab096c49
Canvas item editor shortcuts
2016-06-29 15:02:26 -05:00
Jamil Halabi
fbdb717cae
Fixed building for latest Haiku nightlies.
2016-06-29 15:40:25 -04:00
Rémi Verschelde
72c2cccbe2
assetlib: Connect to the API using SSL
...
Note: it does not work in the project manager as the latter does not
use the editor-bundled certificates, but that's a bug and should be fixed.
2016-06-29 19:16:20 +02:00
volzhs
aac0af043c
Fix wrong return bool, string, string array data through jni
2016-06-30 01:23:55 +09:00
Paulb23
484f4d8dec
Fixed function highlighting with spaces
2016-06-29 15:29:22 +01:00