summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix implicit GDScript Reference inheritance"punto-2016-06-062-8/+5
* Merge pull request #4092 from sanikoyes/Pr-etc1-pkm-loadingJuan Linietsky2016-06-064-1/+118
|\
| * Add etc1(pkm) texture loading supportsanikoyes2016-03-194-1/+118
* | Merge pull request #4101 from SaracenOne/listenerJuan Linietsky2016-06-069-19/+410
|\ \
| * | Added listener spatial node.Saracen2016-03-209-19/+410
* | | properly pass events to parent controls, closes #4701Juan Linietsky2016-06-061-16/+24
* | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-06-0636-309/+1293
|\ \ \
| * \ \ Merge pull request #4693 from kjohnson0451/dvector_invertJuan Linietsky2016-06-061-0/+13
| |\ \ \
| | * | | Adds the invert() method to DVector.kjohnson04512016-05-161-0/+13
| * | | | Merge pull request #4824 from 29jm/pr-3481Juan Linietsky2016-06-062-21/+103
| |\ \ \ \
| | * | | | Ability to rename autoloadsJohan Manuel2016-05-272-21/+103
| * | | | | Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky2016-06-061-1/+5
| |\ \ \ \ \
| | * | | | | fixed interactive_loader() not returning a cached sceneTheoXD2016-05-301-1/+5
| * | | | | | Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky2016-06-064-31/+112
| |\ \ \ \ \ \
| | * | | | | | Expose control theme element and override detection methods to scripting side.Saracen2016-06-042-29/+94
| | * | | | | | Expose Vector2 abs method to scriptsSaracen2016-06-011-0/+2
| | * | | | | | Exposed remaining PROPERTY_USAGE constants to scriptSaracen2016-06-011-0/+14
| | * | | | | | Expose string 'erase' method to scriptSaracen2016-06-011-2/+2
| * | | | | | | Merge pull request #5026 from Geequlim/patch9frame-extensionJuan Linietsky2016-06-0620-193/+571
| |\ \ \ \ \ \ \
| | * | | | | | | Enhanced StyleBoxTexture:Geequlim2016-06-054-69/+130
| | * | | | | | | Add plugin to pick texture region and patch margins for Patch9FrameGeequlim2016-06-054-104/+207
| | * | | | | | | Add texture region support for Patch9FrameGeequlim2016-06-052-1/+24
| | * | | | | | | Add texture region support for stylebox renderGeequlim2016-06-0515-52/+243
| * | | | | | | | Merge pull request #5048 from J08nY/dictionaryJuan Linietsky2016-06-064-58/+78
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added Dictionary.values()J08nY2016-06-054-58/+78
| * | | | | | | | | Merge pull request #5054 from eska014/fix-implicit-extendsJuan Linietsky2016-06-062-5/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix implicit GDScript Reference inheritanceeska2016-06-052-5/+8
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #5056 from SaracenOne/bitmask_import_pluginJuan Linietsky2016-06-064-0/+403
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bitmask import pluginSaracen2016-06-054-0/+403
* | | | | | | | | | | -Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky2016-06-061-13/+8
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-06-0658-65/+861
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #5067 from Hinsbart/x11_vsyncJuan Linietsky2016-06-061-5/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x11: fix vsync supportAndreas Haas2016-06-071-5/+29
| * | | | | | | | | | | Merge pull request #5074 from djrm/new_iconsRémi Verschelde2016-06-0631-35/+508
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fixed some icons given the feedback, also added some missing iconsDaniel J. Ramirez2016-06-0631-35/+508
| * | | | | | | | | | | | Merge pull request #5072 from Paulb23/error_tab_index_issue_4997Rémi Verschelde2016-06-061-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix error tab index out of size print, issue 4997Paulb232016-06-061-1/+0
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #5070 from zenvoid/masterRémi Verschelde2016-06-0616-6/+307
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Add missing license information (ogg/vorbis/opus)Roberto2016-06-063-0/+84
| | * | | | | | | | | | | | Add missing license information (Theora)Roberto2016-06-062-0/+46
| | * | | | | | | | | | | | Add missing license information (WebP)Roberto2016-06-063-0/+79
| | * | | | | | | | | | | | Add missing license information (MiniZip)Roberto2016-06-068-6/+98
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #5065 from RandomShaper/keep-default-build-envRémi Verschelde2016-06-061-8/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Keep the default environment variables as set by SConsPedro J. Estébanez2016-06-061-8/+3
| * | | | | | | | | | | | | Merge pull request #5059 from J08nY/directory-supportRémi Verschelde2016-06-062-8/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Somewhat fixed Directory::get_space_left() return values.J08nY2016-06-062-8/+12
| * | | | | | | | | | | | | Merge pull request #5071 from SaracenOne/anchor_icon_fixRémi Verschelde2016-06-066-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fixed bottom left and right icon order for anchor editor.Saracen2016-06-066-2/+2
| |/ / / / / / / / / / / /
* / / / / / / / / / / / / Added function get_signals_connected_to_this_this()Juan Linietsky2016-06-062-0/+8
|/ / / / / / / / / / / /
* / / / / / / / / / / / HiDPI: Use global/hidpi_mode as propertyRémi Verschelde2016-06-063-4/+4
|/ / / / / / / / / / /