Juan Linietsky
299b0102f0
Fixed the order of events called by _input, closes #4384
...
(cherry picked from commit ad8d4a6b26
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
fb255a69b6
Add quotes to .tscn keys, solves #4366
...
(cherry picked from commit 6872139300
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
1bfaea0d76
added missing status, closes #4361
...
(cherry picked from commit e9d2c9ad51
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
ad01fa2248
Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431
...
(cherry picked from commit 85d8000449
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
b457b8ac89
Fix error storing path for children of instanced nodes in .tscn, fixes #4320 fixes #4579 fixes #4580
...
(cherry picked from commit 6bdd17f07c
)
2016-06-25 01:41:59 +02:00
volzhs
5582d37af9
correct current Intent for android
...
(cherry picked from commit 780fa60072
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
8c5577e9e4
properly initialize loops to 0 in eventplayer
...
(cherry picked from commit 93441d6119
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
7076e98f40
fix loop counter for eventstream, closes #4493
...
(cherry picked from commit 8f7a1367fe
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
a71ea0abc6
Make dure to only call drop_data if can_drop_data returned true, closes #4616
...
(cherry picked from commit 0e07f49a03
)
2016-06-25 01:41:59 +02:00
George Marques
edadb46bd4
Fix TextEdit cursor position after undo remove text
...
It was going to where the text started, now it goes to where the text
ends.
(cherry picked from commit 831ae2d510
)
2016-06-25 01:41:58 +02:00
J08nY
86c4bbc031
libtheora: New version 1.1.1
...
(cherry picked from commit 214f316cf9
)
2016-06-25 01:41:58 +02:00
J08nY
8d9121f0b0
libvorbis: New version 1.3.5
...
(cherry picked from commit 644e9076bb
)
2016-06-25 01:41:58 +02:00
Mehmet Durgel
c9716ebd00
Clarification about enter keys confusion
...
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript).
Added additional explanation about this issue.
Related to #4595
(cherry picked from commit 92fc3fa536
)
2016-06-25 01:41:58 +02:00
J08nY
a04be3e44b
libogg: New version 1.3.2
...
(cherry picked from commit 98f23d27a4
)
2016-06-25 01:41:58 +02:00
Juan Linietsky
af41d7bffa
Add function to get the color picker dialog from ColorPickerButton, closes #4415
...
(cherry picked from commit 400febf585
)
2016-06-25 01:41:58 +02:00
J08nY
61b087dd66
Classref: Mutex, Semaphore, Thread, *Array ( #5278 )
...
(cherry picked from commit b587a13293
)
2016-06-25 01:41:58 +02:00
Juan Linietsky
257d370677
update EditorDirDialog on external change, closes #4629
...
(cherry picked from commit 5e7f1fc79b
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
beb2176399
Make ".." always appear even if dir is unlistable (likely lacking permissions), closes #1938
...
(cherry picked from commit adc13e9027
)
2016-06-25 01:41:57 +02:00
Ignacio Etcheverry
18cb1f8e44
LineEdit: Fix and improve selection behaviour
...
(cherry picked from commit 99612207b7
)
2016-06-25 01:41:57 +02:00
Dennis Brakhane
a04a78c7f6
correctly parse floats in scientific notation
...
GDScript incorrectly parsed float values in scientific notation
when no decimal point was given. "1e-5" was parsed as "15".
Fix this by not requiring a decimal point when we found an exponent
for the number to be considered a float.
Fixes #5267
(cherry picked from commit c246931f03
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
8df46cddcb
Fixed fractional offset not being reset in ringbuffer resamples, closes #4764
...
Probably fixes other streamplayer issues too.
(cherry picked from commit 3b5f1afb5c
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
775b089548
TabContainer now reports proper minimum size, closes #4896
...
(cherry picked from commit 65bcde0a7d
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
7b36595641
Send body inout notifications after state is applied, fixes #4683
...
(cherry picked from commit 95dc15b750
)
2016-06-25 01:41:57 +02:00
J08nY
f5d3d9cc5f
Classref: added PacketPeer*
...
(cherry picked from commit 541a1226cd
)
2016-06-25 01:41:57 +02:00
J08nY
be4babccba
Fixed PacketPeer.get_var() return type in docs
...
(cherry picked from commit 6bbc53ee18
)
2016-06-25 01:41:57 +02:00
volzhs
6a1368d24d
fix errors while exporting android
...
(cherry picked from commit e6bbe91994
)
2016-06-25 01:41:57 +02:00
J08nY
109e58cf75
Classref: Added docs for StreamPeer* ( #5216 )
...
(cherry picked from commit cffdc52482
)
2016-06-25 01:41:56 +02:00
George Marques
0b8cf7946e
Fix javascript build in Windows
...
Fix #3438
(cherry picked from commit c48ffed87a
)
2016-06-25 01:41:56 +02:00
J08nY
c1e004ffca
String documentation: .ord_at() returns int not String
...
fixes #5189
(cherry picked from commit 58a891265a
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
d662f5aa63
does not fix the bug reported in #4326 and #4818 ,
...
but at least make sure it throws and error and does not crash
(cherry picked from commit 333de40180
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
85c6d1b37d
correctly wrap lines longer than width in richtextlabel, fixes #4735
...
(cherry picked from commit c204170232
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
fd4d666289
Better error text when trying to add/remove/move child nodes in a busy parent, closes #4838
...
(cherry picked from commit 37ed2bae69
)
2016-06-25 01:41:56 +02:00
George Marques
d8f9c95dbd
Fix crash in code completion
...
Fix #4641
(cherry picked from commit 17b6cebcfe
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
56c5da8565
changed visual server free() to free_rid() like in the other servers. Fixes #4917
...
(cherry picked from commit 64b4253dbf
)
2016-06-25 01:41:56 +02:00
Andreas Haas
c2e09a21ac
Update gamepad mappings.
...
Merge mappings from https://github.com/gabomdq/SDL_GameControllerDB
(cherry picked from commit 3d0b390457
)
2016-06-25 01:41:56 +02:00
J08nY
d8d926730c
Dictionary: rename param in .has() .has_all() .erase()
...
fixes #5190 , param should be named key, not value
(cherry picked from commit 7a19e3c6ae
)
2016-06-25 01:22:42 +02:00
Juan Linietsky
da45e32ef1
-Avoid negative zero from being saved to config files o resource files, fixes #4758
...
(cherry picked from commit 910151a361
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
b075525e84
resolve numerical error when comparing instancing an inheritance to avoid saving changed properties when they didn't, closes 4759
...
(cherry picked from commit f0abda999e
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
6525e0017c
Fixed ancient bug that prevented proper theme editing, closes #4924
...
(cherry picked from commit c1056a9bfb
)
2016-06-25 01:22:41 +02:00
Ovnuniarchos
c54744ce4d
Documented many Physics2D* classes
...
(cherry picked from commit 471ab4e6ff
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
acc552c447
Made error when signal calls a method with the wrong number of parameters more detailed, closes #4893
...
(cherry picked from commit 4bb93c976c
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
d411cbe1d9
rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992
...
(cherry picked from commit 83bf8036de
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
2212cc827c
fix how some display values are shown, fixes #4953
...
(cherry picked from commit 1555608276
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
cb37d1bb91
apply built-in scripts when running the game, closes #4987
...
(cherry picked from commit 482b21a5a4
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
7987147502
gdscript tokenizer will dislike use of case, closes #4991
...
(cherry picked from commit ceeb5453a8
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
c22ac11afb
fix crash in SamplePlayer, closes #5005
...
(cherry picked from commit ef9720c8f0
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
d945dbdd0f
remove unnecesary found bug? print, closes #5028
...
(cherry picked from commit fea9511bc6
)
2016-06-25 01:22:40 +02:00
Juan Linietsky
b06cf23c1a
make sure tab is not visible in RichTextLabel, closes #5079
...
(cherry picked from commit ef2f6a18d2
)
2016-06-25 01:22:40 +02:00
Juan Linietsky
51330b29ae
do not allow picking in captured mode, closes #5134
...
(cherry picked from commit b75fb6674b
)
2016-06-25 01:22:40 +02:00
Juan Linietsky
8289760227
Show descriptive errors when look_at is improperly used, closes #5131
...
(cherry picked from commit 375fbe5c7c
and db1e9bac79
)
2016-06-25 01:22:40 +02:00