summaryrefslogtreecommitdiffstats
Commit message (Collapse)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 support
| * Add etc1(pkm) texture loading supportsanikoyes2016-03-194-1/+118
| |
* | Merge pull request #4101 from SaracenOne/listenerJuan Linietsky2016-06-069-19/+410
|\ \ | | | | | | Added New Listener Spatial Node.
| * | 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 invert() method DVector
| | * | | Adds the invert() method to DVector.kjohnson04512016-05-161-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | This effectively allows invert() to be used on the following types: ByteArray, IntArray, RealArray, StringArray, Vector2Array, Vector3Array, ColorArray
| * | | | Merge pull request #4824 from 29jm/pr-3481Juan Linietsky2016-06-062-21/+103
| |\ \ \ \ | | | | | | | | | | | | Ability to rename autoloads
| | * | | | Ability to rename autoloadsJohan Manuel2016-05-272-21/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit makes the 'Name' field of autoloads editable, with support for undo/redo. Name clashes/invalid characters are handled. Fixes #3481.
| * | | | | Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky2016-06-061-1/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | fixed interactive_loader() not returning a cached scene
| | * | | | | 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 extra methods and constants to scripts
| | * | | | | | 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 Patch9Frame
| | * | | | | | | Enhanced StyleBoxTexture:Geequlim2016-06-054-69/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add texture region support for StyleBoxTexture. Quick region(texture region and scale region) selection for StyleBoxTexture with TextureRegionEditorPlugin.
| | * | | | | | | 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()
| | * | | | | | | | 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 inheritance
| | * | | | | | | | | 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 plugin
| | * | | | | | | | | 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 support
| | * | | | | | | | | | 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 by the feedback received, also added some missing icons
| | * | | | | | | | | | | 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 4997
| | * | | | | | | | | | | | 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 for bundled libraries
| | * | | | | | | | | | | | 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 SCons
| | * | | | | | | | | | | | 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.
| | * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | Anchor icon fix
| | * | | | | | | | | | | | 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
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should help properly implement #5058
* / / / / / / / / / / / HiDPI: Use global/hidpi_mode as propertyRémi Verschelde2016-06-063-4/+4
|/ / / / / / / / / / /