summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-13Merge pull request #5173 from Hinsbart/fix_xrandrJuan Linietsky
x11: fix XRandr GetMonitors
2016-06-13Merge pull request #5176 from marcelofg55/masterJuan Linietsky
Fixed overloaded virtual functions with const vs none warning
2016-06-13Merge pull request #5187 from volzhs/find-nomatch-noticeJuan Linietsky
change "No matches" noticeable on finder
2016-06-13Merge pull request #5179 from RandomShaper/better-android-exportJuan Linietsky
Enhanced Android export
2016-06-13Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky
Add subsequence search to tools
2016-06-13Merge pull request #5139 from zaps166/init_navigation_pointerGeorge Marques
GridMap: Initialize "navigation" pointer
2016-06-13change "No matches" noticeable on findervolzhs
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to ↵Juan Linietsky
use and also fixes #4756
2016-06-13-Avoid negative zero from being saved to config files o resource files, ↵Juan Linietsky
fixes #4758
2016-06-13-Add visible IO errors when closing a file fails due to it being locked ↵Juan Linietsky
(most likely on windows), closes #4760
2016-06-12resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky
saving changed properties when they didn't, closes 4759
2016-06-13Zip-align exported APKPedro J. Estébanez
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky
size. Fixes many issues, closes #4907
2016-06-12Merge pull request #5178 from Ovnuniarchos/MiscDocsGeorge Marques
Documented many Physics2D* classes
2016-06-12project history was not being saved after a recent fix, this should fix itJuan Linietsky
2016-06-12Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky
2016-06-12Documented many Physics2D* classesOvnuniarchos
2016-06-12Add documentation to String.is_subsequence_of{,i}George Marques
2016-06-12Add subsequence search to toolsGeorge Marques
Add it to the following searches: - Create node. - Scene tree. - Inspector properties. - Classes list in help. - Quick open.
2016-06-12Add 'is_subsequence_of' function to StringGeorge Marques
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg55
2016-06-12Made error when signal calls a method with the wrong number of parameters ↵Juan Linietsky
more detailed, closes #4893
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last ↵Juan Linietsky
character, closes #4992
2016-06-12x11: fix XRandr GetMonitorsAndreas Haas
2016-06-11Ability to discard instancing from menu, closes #4903Juan Linietsky
2016-06-11fix how some display values are shown, fixes #4953Juan Linietsky
2016-06-11apply built-in scripts when running the game, closes #4987Juan Linietsky
2016-06-11gdscript tokenizer will dislike use of case, closes #4991Juan Linietsky
2016-06-11remove (for now) the next/prev instance buttons in debugger, closes #4993Juan Linietsky
2016-06-11Fix the warning message from not using the editor theme, closes #5002Juan Linietsky
2016-06-11fix crash in SamplePlayer, closes #5005Juan Linietsky
2016-06-11make sure editor forgets removed settings, closes #5010Juan Linietsky
2016-06-11Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky
2016-06-11remove unnecesary found bug? print, closes #5028Juan Linietsky
2016-06-11Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, ↵Juan Linietsky
closes #5608
2016-06-11make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky
2016-06-11Made many built-in gdscript functions return more descriptive errors, closes ↵Juan Linietsky
#5150
2016-06-11Added options to keep scale and keep aspect centered to TextureFrame, closes ↵Juan Linietsky
#5114
2016-06-11-All variables from script are visible through get_property_list(), not just ↵Juan Linietsky
those with export() -Added PROPERTY_USAGE_SCRIPT_VARIABLE to identify what comes from script -closes #5146
2016-06-11Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky
x11: Implemented dpi detection
2016-06-11do not allow picking in captured mode, closes #5134Juan Linietsky
2016-06-11better rewordingJuan Linietsky
2016-06-11Show descriptive errors when look_at is improperly used, closes #5131Juan Linietsky
2016-06-11Merge pull request #5161 from neikeq/pr-imp-sc-tooltipJuan Linietsky
BaseButton: Add identifier for shortcut in tooltip
2016-06-11BaseButton: Add identifier for shortcut in tooltipIgnacio Etcheverry
2016-06-11property output unix seconds since epoch in windows get_system_time_secs, ↵Juan Linietsky
fixes #5155
2016-06-11Merge pull request #5148 from vnen/pr-array-findJuan Linietsky
Add Array.find(what, from) and Array.rfind(what, from)
2016-06-11Fix typoPedro J. Estébanez
2016-06-11Keep certain assets uncompressed on Android exportPedro J. Estébanez