Juan Linietsky
|
f0abda999e
|
resolve numerical error when comparing instancing an inheritance to avoid saving changed properties when they didn't, closes 4759
|
2016-06-12 19:33:07 -03:00 |
|
Pedro J. Estébanez
|
e1948d520a
|
Zip-align exported APK
|
2016-06-13 00:19:45 +02:00 |
|
Juan Linietsky
|
be223c91f9
|
fixed tile map editor plugin, all previews are now the same size, closes #4983
|
2016-06-12 17:10:34 -03:00 |
|
Juan Linietsky
|
4667f9e61e
|
Changed how min/max icon size in ItemList works and replaced it by a fixed size. Fixes many issues, closes #4907
|
2016-06-12 16:52:22 -03:00 |
|
George Marques
|
918d8517b7
|
Merge pull request #5178 from Ovnuniarchos/MiscDocs
Documented many Physics2D* classes
|
2016-06-12 16:16:59 -03:00 |
|
Juan Linietsky
|
d911203829
|
project history was not being saved after a recent fix, this should fix it
|
2016-06-12 15:34:58 -03:00 |
|
Juan Linietsky
|
c1056a9bfb
|
Fixed ancient bug that prevented proper theme editing, closes #4924
|
2016-06-12 15:31:38 -03:00 |
|
Ovnuniarchos
|
471ab4e6ff
|
Documented many Physics2D* classes
|
2016-06-12 20:24:19 +02:00 |
|
George Marques
|
feb95fa9ac
|
Add documentation to String.is_subsequence_of{,i}
|
2016-06-12 14:53:03 -03:00 |
|
George Marques
|
68868aabc6
|
Add subsequence search to tools
Add it to the following searches:
- Create node.
- Scene tree.
- Inspector properties.
- Classes list in help.
- Quick open.
|
2016-06-12 14:53:03 -03:00 |
|
George Marques
|
a6c37d2b5d
|
Add 'is_subsequence_of' function to String
|
2016-06-12 14:52:54 -03:00 |
|
marcelofg55
|
3787856563
|
Fixed overloaded virtual functions with const vs none warning
|
2016-06-12 13:31:22 -03:00 |
|
Juan Linietsky
|
4bb93c976c
|
Made error when signal calls a method with the wrong number of parameters more detailed, closes #4893
|
2016-06-12 12:32:45 -03:00 |
|
Juan Linietsky
|
83bf8036de
|
rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992
|
2016-06-12 12:05:21 -03:00 |
|
Andreas Haas
|
eaa34f2123
|
x11: fix XRandr GetMonitors
|
2016-06-12 15:29:02 +02:00 |
|
Juan Linietsky
|
1785f6939f
|
Ability to discard instancing from menu, closes #4903
|
2016-06-11 23:00:06 -03:00 |
|
Juan Linietsky
|
1555608276
|
fix how some display values are shown, fixes #4953
|
2016-06-11 22:16:40 -03:00 |
|
Juan Linietsky
|
482b21a5a4
|
apply built-in scripts when running the game, closes #4987
|
2016-06-11 21:59:35 -03:00 |
|
Juan Linietsky
|
ceeb5453a8
|
gdscript tokenizer will dislike use of case, closes #4991
|
2016-06-11 21:45:37 -03:00 |
|
Juan Linietsky
|
f071c82742
|
remove (for now) the next/prev instance buttons in debugger, closes #4993
|
2016-06-11 21:40:51 -03:00 |
|
Juan Linietsky
|
5c5e22b252
|
Fix the warning message from not using the editor theme, closes #5002
|
2016-06-11 21:38:25 -03:00 |
|
Juan Linietsky
|
ef9720c8f0
|
fix crash in SamplePlayer, closes #5005
|
2016-06-11 21:18:19 -03:00 |
|
Juan Linietsky
|
3c21827d13
|
make sure editor forgets removed settings, closes #5010
|
2016-06-11 21:16:14 -03:00 |
|
Juan Linietsky
|
e8209b9c5c
|
Prevent crash in specific situation of removing a plugin, fixes #5019
|
2016-06-11 20:51:44 -03:00 |
|
Juan Linietsky
|
fea9511bc6
|
remove unnecesary found bug? print, closes #5028
|
2016-06-11 20:36:28 -03:00 |
|
Juan Linietsky
|
e88e0607f8
|
Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, closes #5608
|
2016-06-11 20:34:31 -03:00 |
|
Ignacio Etcheverry
|
10881802ba
|
ConnectionsDock: Double click to create and go to signal connection
|
2016-06-12 01:05:54 +02:00 |
|
Juan Linietsky
|
ef2f6a18d2
|
make sure tab is not visible in RichTextLabel, closes #5079
|
2016-06-11 20:04:00 -03:00 |
|
Juan Linietsky
|
f860915ae0
|
Made many built-in gdscript functions return more descriptive errors, closes #5150
|
2016-06-11 19:43:38 -03:00 |
|
Juan Linietsky
|
d5e2b59c84
|
Added options to keep scale and keep aspect centered to TextureFrame, closes #5114
|
2016-06-11 18:49:35 -03:00 |
|
Juan Linietsky
|
9ddc13a5cc
|
-All variables from script are visible through get_property_list(), not just those with export()
-Added PROPERTY_USAGE_SCRIPT_VARIABLE to identify what comes from script
-closes #5146
|
2016-06-11 18:34:49 -03:00 |
|
Juan Linietsky
|
3b2c96139b
|
Merge pull request #4905 from Hinsbart/x11_dpi
x11: Implemented dpi detection
|
2016-06-11 17:52:10 -03:00 |
|
Juan Linietsky
|
b75fb6674b
|
do not allow picking in captured mode, closes #5134
|
2016-06-11 17:44:52 -03:00 |
|
GungnirInd
|
36d51f21ff
|
Make .app bundle hidpi aware
|
2016-06-11 13:27:04 -07:00 |
|
Juan Linietsky
|
db1e9bac79
|
better rewording
|
2016-06-11 17:25:43 -03:00 |
|
Juan Linietsky
|
375fbe5c7c
|
Show descriptive errors when look_at is improperly used, closes #5131
|
2016-06-11 17:22:48 -03:00 |
|
Juan Linietsky
|
b5f2ea542a
|
Merge pull request #5161 from neikeq/pr-imp-sc-tooltip
BaseButton: Add identifier for shortcut in tooltip
|
2016-06-11 17:01:15 -03:00 |
|
Ignacio Etcheverry
|
90b3f702bd
|
BaseButton: Add identifier for shortcut in tooltip
|
2016-06-11 21:53:48 +02:00 |
|
Ignacio Etcheverry
|
9a2d5fa1e1
|
FindReplaceBar: Fix search bug when text is selected
|
2016-06-11 21:07:04 +02:00 |
|
Juan Linietsky
|
fc7adf0b4c
|
property output unix seconds since epoch in windows get_system_time_secs, fixes #5155
|
2016-06-11 14:10:11 -03:00 |
|
Juan Linietsky
|
0bda0fcb3e
|
Merge pull request #5148 from vnen/pr-array-find
Add Array.find(what, from) and Array.rfind(what, from)
|
2016-06-11 12:29:33 -03:00 |
|
Pedro J. Estébanez
|
1b189ad943
|
Fix typo
|
2016-06-11 13:11:42 +02:00 |
|
Pedro J. Estébanez
|
bb1b51f470
|
Keep certain assets uncompressed on Android export
|
2016-06-11 13:08:42 +02:00 |
|
m4nu3lf
|
048f5a6b75
|
TimeSeek node in AnimationTreePlayer now propagates filters
|
2016-06-10 23:23:09 +01:00 |
|
George Marques
|
6ce5876c63
|
Add documentation for Array.find and Array.rfind
|
2016-06-10 18:07:59 -03:00 |
|
George Marques
|
46b6bb9dc4
|
Add 'rfind' function to Array
|
2016-06-10 17:46:57 -03:00 |
|
George Marques
|
269d570420
|
Add 'from' argument to Array.find()
|
2016-06-10 15:43:07 -03:00 |
|
Błażej Szczygieł
|
3d931f3353
|
GridMap: Initialize "navigation" pointer
|
2016-06-10 12:47:38 +02:00 |
|
Rémi Verschelde
|
f5aadad7ae
|
Merge pull request #5125 from volzhs/translation-korean-2
update Korean translation
|
2016-06-10 12:37:28 +02:00 |
|
Geequlim
|
3f3798811d
|
Add support for AtlasTexture resources
Add undo/redo support for texture region of stylebox and atlas texture resources.
|
2016-06-10 18:31:38 +08:00 |
|