aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Update asset library assets only when opening the respective tabBojidar Marinov2016-06-091-1/+5
* | | | | | | | Merge pull request #5138 from Geequlim/TextureRegionEditorJuan Linietsky2016-06-132-6/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Add support for AtlasTexture resourcesGeequlim2016-06-102-6/+40
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5160 from neikeq/pr-issue-5136Juan Linietsky2016-06-131-2/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | FindReplaceBar: Fix search bug when text is selectedIgnacio Etcheverry2016-06-111-2/+12
* | | | | | | | | Merge pull request #5165 from neikeq/pr-issue-5116Juan Linietsky2016-06-134-0/+97
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ConnectionsDock: Double click to create and go to signal connectionIgnacio Etcheverry2016-06-124-0/+97
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5173 from Hinsbart/fix_xrandrJuan Linietsky2016-06-132-8/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x11: fix XRandr GetMonitorsAndreas Haas2016-06-122-8/+28
* | | | | | | | | | Merge pull request #5176 from marcelofg55/masterJuan Linietsky2016-06-138-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed overloaded virtual functions with const vs none warningmarcelofg552016-06-128-8/+8
* | | | | | | | | | | Merge pull request #5187 from volzhs/find-nomatch-noticeJuan Linietsky2016-06-131-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | change "No matches" noticeable on findervolzhs2016-06-131-0/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #5179 from RandomShaper/better-android-exportJuan Linietsky2016-06-132-20/+172
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Zip-align exported APKPedro J. Estébanez2016-06-132-16/+113
| * | | | | | | | | | Fix typoPedro J. Estébanez2016-06-111-1/+1
| * | | | | | | | | | Keep certain assets uncompressed on Android exportPedro J. Estébanez2016-06-111-3/+58
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky2016-06-139-8/+77
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add documentation to String.is_subsequence_of{,i}George Marques2016-06-121-0/+18
| * | | | | | | | | | Add subsequence search to toolsGeorge Marques2016-06-125-8/+8
| * | | | | | | | | | Add 'is_subsequence_of' function to StringGeorge Marques2016-06-123-0/+51
* | | | | | | | | | | Merge pull request #5139 from zaps166/init_navigation_pointerGeorge Marques2016-06-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | GridMap: Initialize "navigation" pointerBłażej Szczygieł2016-06-101-1/+1
* | | | | | | | | | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky2016-06-135-4/+29
* | | | | | | | | | | -Avoid negative zero from being saved to config files o resource files, fixes...Juan Linietsky2016-06-131-16/+23
* | | | | | | | | | | -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-136-3/+26
* | | | | | | | | | | resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2016-06-122-3/+21
* | | | | | | | | | | fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky2016-06-122-1/+7
* | | | | | | | | | | Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky2016-06-126-82/+53
* | | | | | | | | | | Merge pull request #5178 from Ovnuniarchos/MiscDocsGeorge Marques2016-06-122-30/+281
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documented many Physics2D* classesOvnuniarchos2016-06-122-30/+281
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | project history was not being saved after a recent fix, this should fix itJuan Linietsky2016-06-121-1/+1
* | | | | | | | | | | Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2016-06-122-31/+21
|/ / / / / / / / / /
* | | | | | | | | | Made error when signal calls a method with the wrong number of parameters mor...Juan Linietsky2016-06-121-2/+2
* | | | | | | | | | rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2016-06-122-6/+14
* | | | | | | | | | Ability to discard instancing from menu, closes #4903Juan Linietsky2016-06-113-1/+49
* | | | | | | | | | fix how some display values are shown, fixes #4953Juan Linietsky2016-06-111-1/+2
* | | | | | | | | | apply built-in scripts when running the game, closes #4987Juan Linietsky2016-06-111-1/+4
* | | | | | | | | | gdscript tokenizer will dislike use of case, closes #4991Juan Linietsky2016-06-111-2/+3
* | | | | | | | | | remove (for now) the next/prev instance buttons in debugger, closes #4993Juan Linietsky2016-06-111-1/+3
* | | | | | | | | | Fix the warning message from not using the editor theme, closes #5002Juan Linietsky2016-06-111-1/+1
* | | | | | | | | | fix crash in SamplePlayer, closes #5005Juan Linietsky2016-06-111-2/+2
* | | | | | | | | | make sure editor forgets removed settings, closes #5010Juan Linietsky2016-06-112-3/+25
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky2016-06-111-0/+1
* | | | | | | | | remove unnecesary found bug? print, closes #5028Juan Linietsky2016-06-111-1/+1
* | | | | | | | | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, close...Juan Linietsky2016-06-111-70/+28
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky2016-06-111-0/+2
* | | | | | | | Made many built-in gdscript functions return more descriptive errors, closes ...Juan Linietsky2016-06-113-23/+56
* | | | | | | | Added options to keep scale and keep aspect centered to TextureFrame, closes ...Juan Linietsky2016-06-112-1/+30
* | | | | | | | -All variables from script are visible through get_property_list(), not just ...Juan Linietsky2016-06-114-0/+9