Age | Commit message (Expand) | Author |
2016-06-13 | Merge pull request #5176 from marcelofg55/master | Juan Linietsky |
2016-06-13 | Merge pull request #5187 from volzhs/find-nomatch-notice | Juan Linietsky |
2016-06-13 | Merge pull request #5179 from RandomShaper/better-android-export | Juan Linietsky |
2016-06-13 | Merge pull request #5177 from vnen/string-subsequence | Juan Linietsky |
2016-06-13 | Merge pull request #5139 from zaps166/init_navigation_pointer | George Marques |
2016-06-13 | change "No matches" noticeable on finder | volzhs |
2016-06-13 | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use... | Juan Linietsky |
2016-06-13 | -Avoid negative zero from being saved to config files o resource files, fixes... | Juan Linietsky |
2016-06-13 | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky |
2016-06-12 | resolve numerical error when comparing instancing an inheritance to avoid sav... | Juan Linietsky |
2016-06-13 | Zip-align exported APK | Pedro J. Estébanez |
2016-06-12 | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky |
2016-06-12 | Changed how min/max icon size in ItemList works and replaced it by a fixed si... | Juan Linietsky |
2016-06-12 | Merge pull request #5178 from Ovnuniarchos/MiscDocs | George Marques |
2016-06-12 | project history was not being saved after a recent fix, this should fix it | Juan Linietsky |
2016-06-12 | Fixed ancient bug that prevented proper theme editing, closes #4924 | Juan Linietsky |
2016-06-12 | Documented many Physics2D* classes | Ovnuniarchos |
2016-06-12 | Add documentation to String.is_subsequence_of{,i} | George Marques |
2016-06-12 | Add subsequence search to tools | George Marques |
2016-06-12 | Add 'is_subsequence_of' function to String | George Marques |
2016-06-12 | Fixed overloaded virtual functions with const vs none warning | marcelofg55 |
2016-06-12 | Made error when signal calls a method with the wrong number of parameters mor... | Juan Linietsky |
2016-06-12 | rewrote LineEdit window repositioning code so it does not eat the last charac... | Juan Linietsky |
2016-06-11 | Ability to discard instancing from menu, closes #4903 | Juan Linietsky |
2016-06-11 | fix how some display values are shown, fixes #4953 | Juan Linietsky |
2016-06-11 | apply built-in scripts when running the game, closes #4987 | Juan Linietsky |
2016-06-11 | gdscript tokenizer will dislike use of case, closes #4991 | Juan Linietsky |
2016-06-11 | remove (for now) the next/prev instance buttons in debugger, closes #4993 | Juan Linietsky |
2016-06-11 | Fix the warning message from not using the editor theme, closes #5002 | Juan Linietsky |
2016-06-11 | fix crash in SamplePlayer, closes #5005 | Juan Linietsky |
2016-06-11 | make sure editor forgets removed settings, closes #5010 | Juan Linietsky |
2016-06-11 | Prevent crash in specific situation of removing a plugin, fixes #5019 | Juan Linietsky |
2016-06-11 | remove unnecesary found bug? print, closes #5028 | Juan Linietsky |
2016-06-11 | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, close... | Juan Linietsky |
2016-06-11 | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky |
2016-06-11 | Made many built-in gdscript functions return more descriptive errors, closes ... | Juan Linietsky |
2016-06-11 | Added 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-11 | Merge pull request #4905 from Hinsbart/x11_dpi | Juan Linietsky |
2016-06-11 | do not allow picking in captured mode, closes #5134 | Juan Linietsky |
2016-06-11 | better rewording | Juan Linietsky |
2016-06-11 | Show descriptive errors when look_at is improperly used, closes #5131 | Juan Linietsky |
2016-06-11 | Merge pull request #5161 from neikeq/pr-imp-sc-tooltip | Juan Linietsky |
2016-06-11 | BaseButton: Add identifier for shortcut in tooltip | Ignacio Etcheverry |
2016-06-11 | property output unix seconds since epoch in windows get_system_time_secs, fix... | Juan Linietsky |
2016-06-11 | Merge pull request #5148 from vnen/pr-array-find | Juan Linietsky |
2016-06-11 | Fix typo | Pedro J. Estébanez |
2016-06-11 | Keep certain assets uncompressed on Android export | Pedro J. Estébanez |
2016-06-10 | Add documentation for Array.find and Array.rfind | George Marques |
2016-06-10 | Add 'rfind' function to Array | George Marques |