Juan Linietsky
242ceb1869
Remove error when getting dependencies from tscn files in some cases, closes #3897
...
(cherry picked from commit 519fce94e9
)
2016-07-08 18:43:29 +02:00
Juan Linietsky
de0b7b871b
Fix bug in inner class reference, closes #1411
...
(cherry picked from commit cf6450043d
)
2016-07-08 18:42:07 +02:00
Juan Linietsky
eaca35adfe
Fixed bug related to resolving constants in a class, closes #1110
...
(cherry picked from commit f4c6640827
)
2016-07-08 18:42:02 +02:00
Juan Linietsky
dffa1da012
Fix extends issue, closes #4026
...
(cherry picked from commit 565bb3afcc
)
2016-07-08 18:41:37 +02:00
Juan Linietsky
a2103bac7c
Fixed bug in instance state ordering, closes #3904
...
(cherry picked from commit 8e1c0f287d
)
2016-07-08 18:39:23 +02:00
Juan Linietsky
a2d2eb9a63
Avoid recursion in filesystem scanning, closes #3838
...
(cherry picked from commit 41a26528e4
)
2016-07-08 18:39:12 +02:00
Rémi Verschelde
3ce0380ba4
Fix style bug in event queue
...
Same fix as for 1f9812ab83
Not sure if this code actually does anything though, `buffer_max_used` seems unused.
(cherry picked from commit bd424d8f73
)
2016-07-08 18:38:35 +02:00
Juan Linietsky
34e6e284db
fix bug in reporting of message queue size
...
(cherry picked from commit 1f9812ab83
)
2016-07-08 18:38:14 +02:00
Juan Linietsky
302abb1449
Properly complain when a scene file has not be selected, closes #3811
...
(cherry picked from commit d41b7a66e9
)
2016-07-08 18:36:06 +02:00
Juan Linietsky
c5fd6a3b69
Ability to rotate controls using tool, closes #3800
...
(cherry picked from commit e2d208f122
)
2016-07-08 18:34:31 +02:00
Juan Linietsky
6813c89021
Properly deliver localized coordinates when passing gui events through parents, closes #4215
...
(cherry picked from commit 47d6cc08bb
)
2016-07-08 18:34:10 +02:00
Ferdinand Thiessen
406daa8f7f
Fix compiling for X11 on non-86, this fixes #5444
...
(cherry picked from commit 9e751178eb
)
2016-07-08 18:33:27 +02:00
George Marques
694120210a
Fix visual server error when minimizing the window
...
(cherry picked from commit bf44275b1a
)
2016-07-08 18:33:13 +02:00
Juan Linietsky
9a7c310134
Avoid mirroring to go negative to fix crash, closes #4036
...
(cherry picked from commit 10f411b47b
)
2016-07-08 18:23:22 +02:00
Juan Linietsky
ea7da3bf08
remove the warning of instances in use at exit
...
(cherry picked from commit 8baa85d6b4
)
2016-07-08 18:23:08 +02:00
Juan Linietsky
9592dd3e3b
Fix error reporting when a scene is not imported properly, closes #3968
...
(cherry picked from commit 33f1204dc4
)
2016-07-08 18:20:55 +02:00
Paulb23
9d85bfa00a
Fixed selected text turning black, issue 5199
...
(cherry picked from commit 7f98f37f13
)
2016-07-08 18:18:48 +02:00
Pedro J. Estébanez
5083e18b89
Optimize member access with self
...
Let the compiler take the fast path when a member is superfluously accessed with `self.`.
(cherry picked from commit d306b9bea5
)
2016-07-08 18:18:00 +02:00
paper-pauper
3ff466770a
Changes X11 res_name to "Godot_Engine"
...
Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265 )
(cherry picked from commit dd1ad31757
)
2016-07-08 18:16:09 +02:00
volzhs
584deb807e
Fix string array parameter check with jni
...
(cherry picked from commit 456b7733fc
)
2016-07-08 18:07:11 +02:00
volzhs
6116174d49
Remove duplicated aidl for android
...
Tested IAP function on device.
(cherry picked from commit a5a5bdef25
)
2016-07-08 18:06:59 +02:00
Rémi Verschelde
8a451e49e5
Revert "Fixed the order of events called by _input, closes #4384"
...
This reverts commit 299b0102f0
.
2016-07-08 16:25:19 +02:00
Saracen
b0aab53853
Dynamic property list for control margins allowing floating point properties to be used with ratio anchors.
...
(cherry picked from commit d8392dd117
)
2016-07-08 16:25:19 +02:00
Juan Linietsky
10eedf62b8
Fixed bug using DirAccess in Android Marshmallow due to data dir being a symlink
2016-07-02 11:46:15 -03:00
Rémi Verschelde
673ef0cf88
Ignore some 2.1-specific files
2016-06-25 02:04:27 +02:00
Andreas Haas
f7436c7d16
Add "bool" to GDScript reserverd keywords
...
Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false`
(cherry picked from commit c871cf6801
)
2016-06-25 02:04:27 +02:00
George Marques
c015341221
Fix bug in String==StrRange comparison
...
It was comparing the StrRange with itself, always return true if both
were the same length.
Fix #3843
(cherry picked from commit f4dfa37a23
)
2016-06-25 02:04:27 +02:00
Juan Linietsky
6e49bc8210
Properly report a valid error instead of reporting as a bug, closes #3841
...
(cherry picked from commit 95e3279d34
)
2016-06-25 02:04:27 +02:00
volzhs
c2226d1199
Fix network IP setting change
...
Fix #5368
(cherry picked from commit 515472bc52
)
2016-06-25 02:04:27 +02:00
George Marques
7fd9ff70f9
Add docs for String and CanvasItem
...
(cherry picked from commit 6776fa63de
)
2016-06-25 02:04:27 +02:00
George Marques
1218d8f2a2
Rename CanvasItem.edit_get() to edit_get_state()
...
This makes more sense of what it does and correlates to edit_set_state()
(cherry picked from commit b06d235ce8
)
2016-06-25 01:56:14 +02:00
Juan Linietsky
cf300ace96
Fix issue saving flags (size fill expand), fixes #4176
...
(cherry picked from commit a8f8f52b19
)
2016-06-25 01:55:39 +02:00
Rémi Verschelde
4e1dcd3d0b
png: Do not output warnings as errors
...
(cherry picked from commit 9bf3ee7acc
)
2016-06-25 01:55:31 +02:00
Paulb23
5907bddda5
Fixed save as not working with scripts
...
(cherry picked from commit c68e4e8cbe
)
2016-06-25 01:54:13 +02:00
volzhs
39cc2cbfb9
fix android resource locale
...
(cherry picked from commit 591be5df25
)
2016-06-25 01:54:00 +02:00
Juan Linietsky
140949e013
Fixed error using the same atlas rect for all images, closes #4139
...
(cherry picked from commit 3edf66477a
)
2016-06-25 01:53:27 +02:00
Rémi Verschelde
5b3551a91f
classref: Sync with the new sorting behaviour
2016-06-25 01:52:14 +02:00
George Marques
2389712638
Fix classes.xml sorting
...
Make methods, signals, theme items and constants sort correctly
(cherry picked from commit 9bde4e5652
+ a needed change from e8eb396d7cfec8a96efb78719c0556f1beccf68)
2016-06-25 01:50:58 +02:00
Rémi Verschelde
1a3d408f52
classref: Sync with backported patches
2016-06-25 01:50:55 +02:00
Bojidar Marinov
0ce2f76d5a
Fix a inherited transform bug with Camera2D preview drawing
...
Closes #5339
(cherry picked from commit f3342eb72e
)
2016-06-25 01:42:00 +02:00
George Marques
35c64c1824
Fix File.get_as_text() to return the whole file
...
It was returning only from the cursor forward.
(cherry picked from commit 0f20d8756e
)
2016-06-25 01:42:00 +02:00
George Marques
aa581a067d
Add classref for File class
...
(cherry picked from commit 4d33eb01d7
)
2016-06-25 01:42:00 +02:00
sunnystormy
418cd58d47
Renamed Trackpad Hint to Emulate 3 Button Mouse. ( #5258 )
...
(cherry picked from commit b3b1fdae85
)
2016-06-25 01:42:00 +02:00
Juan Linietsky
0c71eb8a1e
do not crash when generating preview of very large sound files, fixes #4123
...
(cherry picked from commit 9b8f2741ae
)
2016-06-25 01:42:00 +02:00
Juan Linietsky
3318860539
fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), closes #4075
...
(cherry picked from commit fa0d1cd27c
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
d1dbc7fe93
fix bug decompressing bc texture, closes #4404
...
(cherry picked from commit 9d4cdc6d8a
)
2016-06-25 01:41:59 +02:00
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