aboutsummaryrefslogtreecommitdiff
path: root/platform/android/detect.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-13propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky2-12/+33
2016-06-13change "No matches" noticeable on findervolzhs1-0/+3
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky5-4/+29
2016-06-13-Avoid negative zero from being saved to config files o resource files, fixes...Juan Linietsky1-16/+23
2016-06-13-Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky6-3/+26
2016-06-12resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2-3/+21
2016-06-13Zip-align exported APKPedro J. Estébanez2-16/+113
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky2-1/+7
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky6-82/+53
2016-06-12project history was not being saved after a recent fix, this should fix itJuan Linietsky1-1/+1
2016-06-12Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2-31/+21
2016-06-12Documented many Physics2D* classesOvnuniarchos2-30/+281
2016-06-12Add documentation to String.is_subsequence_of{,i}George Marques1-0/+18
2016-06-12Add subsequence search to toolsGeorge Marques5-8/+8
2016-06-12Add 'is_subsequence_of' function to StringGeorge Marques3-0/+51
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg558-8/+8
2016-06-12Made error when signal calls a method with the wrong number of parameters mor...Juan Linietsky1-2/+2
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2-6/+14
2016-06-12x11: fix XRandr GetMonitorsAndreas Haas2-8/+28
2016-06-11Ability to discard instancing from menu, closes #4903Juan Linietsky3-1/+49
2016-06-11fix how some display values are shown, fixes #4953Juan Linietsky1-1/+2
2016-06-11apply built-in scripts when running the game, closes #4987Juan Linietsky1-1/+4
2016-06-11gdscript tokenizer will dislike use of case, closes #4991Juan Linietsky1-2/+3
2016-06-11remove (for now) the next/prev instance buttons in debugger, closes #4993Juan Linietsky1-1/+3
2016-06-11Fix the warning message from not using the editor theme, closes #5002Juan Linietsky1-1/+1
2016-06-11fix crash in SamplePlayer, closes #5005Juan Linietsky1-2/+2
2016-06-11make sure editor forgets removed settings, closes #5010Juan Linietsky2-3/+25
2016-06-11Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky1-0/+1
2016-06-11remove unnecesary found bug? print, closes #5028Juan Linietsky1-1/+1
2016-06-11Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, close...Juan Linietsky1-70/+28
2016-06-12ConnectionsDock: Double click to create and go to signal connectionIgnacio Etcheverry4-0/+97
2016-06-11make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky1-0/+2
2016-06-11Made many built-in gdscript functions return more descriptive errors, closes ...Juan Linietsky3-23/+56
2016-06-11Added options to keep scale and keep aspect centered to TextureFrame, closes ...Juan Linietsky2-1/+30
2016-06-11-All variables from script are visible through get_property_list(), not just ...Juan Linietsky4-0/+9
2016-06-11do not allow picking in captured mode, closes #5134Juan Linietsky1-1/+1
2016-06-11better rewordingJuan Linietsky1-1/+1
2016-06-11Show descriptive errors when look_at is improperly used, closes #5131Juan Linietsky1-0/+9
2016-06-11BaseButton: Add identifier for shortcut in tooltipIgnacio Etcheverry1-2/+7
2016-06-11FindReplaceBar: Fix search bug when text is selectedIgnacio Etcheverry1-2/+12
2016-06-11property output unix seconds since epoch in windows get_system_time_secs, fix...Juan Linietsky1-1/+7
2016-06-11Fix typoPedro J. Estébanez1-1/+1
2016-06-11Keep certain assets uncompressed on Android exportPedro J. Estébanez1-3/+58
2016-06-10Add documentation for Array.find and Array.rfindGeorge Marques1-2/+13
2016-06-10Add 'rfind' function to ArrayGeorge Marques3-3/+20
2016-06-10Add 'from' argument to Array.find()George Marques4-10/+10
2016-06-10GridMap: Initialize "navigation" pointerBłażej Szczygieł1-1/+1
2016-06-10Add support for AtlasTexture resourcesGeequlim2-6/+40
2016-06-09Better way to disable asset libraryJuan Linietsky2-14/+14
2016-06-09fixes wrong bool return, closes #5037Juan Linietsky1-1/+1