| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | | Update asset library assets only when opening the respective tab | Bojidar Marinov | 2016-06-09 | 1 | -1/+5 |
| * | | | | | | | | Merge pull request #5138 from Geequlim/TextureRegionEditor | Juan Linietsky | 2016-06-13 | 2 | -6/+40 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Add support for AtlasTexture resources | Geequlim | 2016-06-10 | 2 | -6/+40 |
| | | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | | Merge pull request #5160 from neikeq/pr-issue-5136 | Juan Linietsky | 2016-06-13 | 1 | -2/+12 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | FindReplaceBar: Fix search bug when text is selected | Ignacio Etcheverry | 2016-06-11 | 1 | -2/+12 |
| * | | | | | | | | | Merge pull request #5165 from neikeq/pr-issue-5116 | Juan Linietsky | 2016-06-13 | 4 | -0/+97 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | ConnectionsDock: Double click to create and go to signal connection | Ignacio Etcheverry | 2016-06-12 | 4 | -0/+97 |
| | |/ / / / / / / / |
|
| * | | | | | | | | | Merge pull request #5173 from Hinsbart/fix_xrandr | Juan Linietsky | 2016-06-13 | 2 | -8/+28 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | x11: fix XRandr GetMonitors | Andreas Haas | 2016-06-12 | 2 | -8/+28 |
| * | | | | | | | | | | Merge pull request #5176 from marcelofg55/master | Juan Linietsky | 2016-06-13 | 8 | -8/+8 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Fixed overloaded virtual functions with const vs none warning | marcelofg55 | 2016-06-12 | 8 | -8/+8 |
| * | | | | | | | | | | | Merge pull request #5187 from volzhs/find-nomatch-notice | Juan Linietsky | 2016-06-13 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | change "No matches" noticeable on finder | volzhs | 2016-06-13 | 1 | -0/+3 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #5179 from RandomShaper/better-android-export | Juan Linietsky | 2016-06-13 | 2 | -20/+172 |
| |\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
| | * | | | | | | | | | | Zip-align exported APK | Pedro J. Estébanez | 2016-06-13 | 2 | -16/+113 |
| | * | | | | | | | | | | Fix typo | Pedro J. Estébanez | 2016-06-11 | 1 | -1/+1 |
| | * | | | | | | | | | | Keep certain assets uncompressed on Android export | Pedro J. Estébanez | 2016-06-11 | 1 | -3/+58 |
| | | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #5177 from vnen/string-subsequence | Juan Linietsky | 2016-06-13 | 9 | -8/+77 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Add documentation to String.is_subsequence_of{,i} | George Marques | 2016-06-12 | 1 | -0/+18 |
| | * | | | | | | | | | | Add subsequence search to tools | George Marques | 2016-06-12 | 5 | -8/+8 |
| | * | | | | | | | | | | Add 'is_subsequence_of' function to String | George Marques | 2016-06-12 | 3 | -0/+51 |
| * | | | | | | | | | | | Merge pull request #5139 from zaps166/init_navigation_pointer | George Marques | 2016-06-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
| | * | | | | | | | | | | GridMap: Initialize "navigation" pointer | Błażej Szczygieł | 2016-06-10 | 1 | -1/+1 |
| * | | | | | | | | | | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use... | Juan Linietsky | 2016-06-13 | 5 | -4/+29 |
| * | | | | | | | | | | | -Avoid negative zero from being saved to config files o resource files, fixes... | Juan Linietsky | 2016-06-13 | 1 | -16/+23 |
| * | | | | | | | | | | | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 6 | -3/+26 |
| * | | | | | | | | | | | resolve numerical error when comparing instancing an inheritance to avoid sav... | Juan Linietsky | 2016-06-12 | 2 | -3/+21 |
| * | | | | | | | | | | | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | 2016-06-12 | 2 | -1/+7 |
| * | | | | | | | | | | | Changed how min/max icon size in ItemList works and replaced it by a fixed si... | Juan Linietsky | 2016-06-12 | 6 | -82/+53 |
| * | | | | | | | | | | | Merge pull request #5178 from Ovnuniarchos/MiscDocs | George Marques | 2016-06-12 | 2 | -30/+281 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Documented many Physics2D* classes | Ovnuniarchos | 2016-06-12 | 2 | -30/+281 |
| | | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | | project history was not being saved after a recent fix, this should fix it | Juan Linietsky | 2016-06-12 | 1 | -1/+1 |
| * | | | | | | | | | | | Fixed ancient bug that prevented proper theme editing, closes #4924 | Juan Linietsky | 2016-06-12 | 2 | -31/+21 |
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Made error when signal calls a method with the wrong number of parameters mor... | Juan Linietsky | 2016-06-12 | 1 | -2/+2 |
| * | | | | | | | | | | rewrote LineEdit window repositioning code so it does not eat the last charac... | Juan Linietsky | 2016-06-12 | 2 | -6/+14 |
| * | | | | | | | | | | Ability to discard instancing from menu, closes #4903 | Juan Linietsky | 2016-06-11 | 3 | -1/+49 |
| * | | | | | | | | | | fix how some display values are shown, fixes #4953 | Juan Linietsky | 2016-06-11 | 1 | -1/+2 |
| * | | | | | | | | | | apply built-in scripts when running the game, closes #4987 | Juan Linietsky | 2016-06-11 | 1 | -1/+4 |
| * | | | | | | | | | | gdscript tokenizer will dislike use of case, closes #4991 | Juan Linietsky | 2016-06-11 | 1 | -2/+3 |
| * | | | | | | | | | | remove (for now) the next/prev instance buttons in debugger, closes #4993 | Juan Linietsky | 2016-06-11 | 1 | -1/+3 |
| * | | | | | | | | | | Fix the warning message from not using the editor theme, closes #5002 | Juan Linietsky | 2016-06-11 | 1 | -1/+1 |
| * | | | | | | | | | | fix crash in SamplePlayer, closes #5005 | Juan Linietsky | 2016-06-11 | 1 | -2/+2 |
| * | | | | | | | | | | make sure editor forgets removed settings, closes #5010 | Juan Linietsky | 2016-06-11 | 2 | -3/+25 |
| | |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | | Prevent crash in specific situation of removing a plugin, fixes #5019 | Juan Linietsky | 2016-06-11 | 1 | -0/+1 |
| * | | | | | | | | | remove unnecesary found bug? print, closes #5028 | Juan Linietsky | 2016-06-11 | 1 | -1/+1 |
| * | | | | | | | | | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, close... | Juan Linietsky | 2016-06-11 | 1 | -70/+28 |
| | |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky | 2016-06-11 | 1 | -0/+2 |
| * | | | | | | | | Made many built-in gdscript functions return more descriptive errors, closes ... | Juan Linietsky | 2016-06-11 | 3 | -23/+56 |
| * | | | | | | | | Added options to keep scale and keep aspect centered to TextureFrame, closes ... | Juan Linietsky | 2016-06-11 | 2 | -1/+30 |
| * | | | | | | | | -All variables from script are visible through get_property_list(), not just ... | Juan Linietsky | 2016-06-11 | 4 | -0/+9 |