summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-12Add documentation to String.is_subsequence_of{,i}George Marques
2016-06-12Add subsequence search to toolsGeorge Marques
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 mor...Juan Linietsky
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky
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, close...Juan Linietsky
2016-06-12ConnectionsDock: Double click to create and go to signal connectionIgnacio Etcheverry
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
2016-06-11Added options to keep scale and keep aspect centered to TextureFrame, closes ...Juan Linietsky
2016-06-11-All variables from script are visible through get_property_list(), not just ...Juan Linietsky
2016-06-11Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky
2016-06-11do not allow picking in captured mode, closes #5134Juan Linietsky
2016-06-11Make .app bundle hidpi awareGungnirInd
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
2016-06-11BaseButton: Add identifier for shortcut in tooltipIgnacio Etcheverry
2016-06-11FindReplaceBar: Fix search bug when text is selectedIgnacio Etcheverry
2016-06-11property output unix seconds since epoch in windows get_system_time_secs, fix...Juan Linietsky
2016-06-11Merge pull request #5148 from vnen/pr-array-findJuan Linietsky
2016-06-11Fix typoPedro J. Estébanez
2016-06-11Keep certain assets uncompressed on Android exportPedro J. Estébanez
2016-06-10TimeSeek node in AnimationTreePlayer now propagates filtersm4nu3lf
2016-06-10Add documentation for Array.find and Array.rfindGeorge Marques
2016-06-10Add 'rfind' function to ArrayGeorge Marques
2016-06-10Add 'from' argument to Array.find()George Marques
2016-06-10GridMap: Initialize "navigation" pointerBłażej Szczygieł
2016-06-10Merge pull request #5125 from volzhs/translation-korean-2Rémi Verschelde
2016-06-10Add support for AtlasTexture resourcesGeequlim
2016-06-10* fix messages when modifying on switching the active axisNuno Donato
2016-06-09Better way to disable asset libraryJuan Linietsky
2016-06-09fixes wrong bool return, closes #5037Juan Linietsky
2016-06-09Fix last line of label being deleted by line spacingJuan Linietsky
2016-06-09Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-06-09Reverted a PR i don't understand how to find but fixes #5097Juan Linietsky
2016-06-09Merge pull request #5132 from godotengine/revert-5052-fix-label-min-sizeJuan Linietsky
2016-06-09Revert "Fix min size bug of Label"Juan Linietsky