Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix implicit GDScript Reference inheritance" | punto- | 2016-06-06 | 2 | -8/+5 |
| | |||||
* | Merge pull request #4092 from sanikoyes/Pr-etc1-pkm-loading | Juan Linietsky | 2016-06-06 | 4 | -1/+118 |
|\ | | | | | Add etc1(pkm) texture loading support | ||||
| * | Add etc1(pkm) texture loading support | sanikoyes | 2016-03-19 | 4 | -1/+118 |
| | | |||||
* | | Merge pull request #4101 from SaracenOne/listener | Juan Linietsky | 2016-06-06 | 9 | -19/+410 |
|\ \ | | | | | | | Added New Listener Spatial Node. | ||||
| * | | Added listener spatial node. | Saracen | 2016-03-20 | 9 | -19/+410 |
| | | | |||||
* | | | properly pass events to parent controls, closes #4701 | Juan Linietsky | 2016-06-06 | 1 | -16/+24 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-06-06 | 36 | -309/+1293 |
|\ \ \ | |||||
| * \ \ | Merge pull request #4693 from kjohnson0451/dvector_invert | Juan Linietsky | 2016-06-06 | 1 | -0/+13 |
| |\ \ \ | | | | | | | | | | | Adds invert() method DVector | ||||
| | * | | | Adds the invert() method to DVector. | kjohnson0451 | 2016-05-16 | 1 | -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-3481 | Juan Linietsky | 2016-06-06 | 2 | -21/+103 |
| |\ \ \ \ | | | | | | | | | | | | | Ability to rename autoloads | ||||
| | * | | | | Ability to rename autoloads | Johan Manuel | 2016-05-27 | 2 | -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_cache | Juan Linietsky | 2016-06-06 | 1 | -1/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | fixed interactive_loader() not returning a cached scene | ||||
| | * | | | | | fixed interactive_loader() not returning a cached scene | TheoXD | 2016-05-30 | 1 | -1/+5 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | 2016-06-06 | 4 | -31/+112 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Expose extra methods and constants to scripts | ||||
| | * | | | | | | Expose control theme element and override detection methods to scripting side. | Saracen | 2016-06-04 | 2 | -29/+94 |
| | | | | | | | | |||||
| | * | | | | | | Expose Vector2 abs method to scripts | Saracen | 2016-06-01 | 1 | -0/+2 |
| | | | | | | | | |||||
| | * | | | | | | Exposed remaining PROPERTY_USAGE constants to script | Saracen | 2016-06-01 | 1 | -0/+14 |
| | | | | | | | | |||||
| | * | | | | | | Expose string 'erase' method to script | Saracen | 2016-06-01 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #5026 from Geequlim/patch9frame-extension | Juan Linietsky | 2016-06-06 | 20 | -193/+571 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Enhanced Patch9Frame | ||||
| | * | | | | | | | Enhanced StyleBoxTexture: | Geequlim | 2016-06-05 | 4 | -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 Patch9Frame | Geequlim | 2016-06-05 | 4 | -104/+207 |
| | | | | | | | | | |||||
| | * | | | | | | | Add texture region support for Patch9Frame | Geequlim | 2016-06-05 | 2 | -1/+24 |
| | | | | | | | | | |||||
| | * | | | | | | | Add texture region support for stylebox render | Geequlim | 2016-06-05 | 15 | -52/+243 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5048 from J08nY/dictionary | Juan Linietsky | 2016-06-06 | 4 | -58/+78 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added Dictionary.values() | ||||
| | * | | | | | | | | Added Dictionary.values() | J08nY | 2016-06-05 | 4 | -58/+78 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #5054 from eska014/fix-implicit-extends | Juan Linietsky | 2016-06-06 | 2 | -5/+8 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix implicit GDScript Reference inheritance | ||||
| | * | | | | | | | | | Fix implicit GDScript Reference inheritance | eska | 2016-06-05 | 2 | -5/+8 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #5056 from SaracenOne/bitmask_import_plugin | Juan Linietsky | 2016-06-06 | 4 | -0/+403 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Bitmask import plugin | ||||
| | * | | | | | | | | | Bitmask import plugin | Saracen | 2016-06-05 | 4 | -0/+403 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | -Fix small bug regarding to canvas layer detection, closes #4381 | Juan Linietsky | 2016-06-06 | 1 | -13/+8 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-06-06 | 58 | -65/+861 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #5067 from Hinsbart/x11_vsync | Juan Linietsky | 2016-06-06 | 1 | -5/+29 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | x11: fix vsync support | ||||
| | * | | | | | | | | | | x11: fix vsync support | Andreas Haas | 2016-06-07 | 1 | -5/+29 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #5074 from djrm/new_icons | Rémi Verschelde | 2016-06-06 | 31 | -35/+508 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some icons by the feedback received, also added some missing icons | ||||
| | * | | | | | | | | | | | Fixed some icons given the feedback, also added some missing icons | Daniel J. Ramirez | 2016-06-06 | 31 | -35/+508 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #5072 from Paulb23/error_tab_index_issue_4997 | Rémi Verschelde | 2016-06-06 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error tab index out of size print, issue 4997 | ||||
| | * | | | | | | | | | | | | Fix error tab index out of size print, issue 4997 | Paulb23 | 2016-06-06 | 1 | -1/+0 |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #5070 from zenvoid/master | Rémi Verschelde | 2016-06-06 | 16 | -6/+307 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing license information for bundled libraries | ||||
| | * | | | | | | | | | | | | Add missing license information (ogg/vorbis/opus) | Roberto | 2016-06-06 | 3 | -0/+84 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add missing license information (Theora) | Roberto | 2016-06-06 | 2 | -0/+46 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add missing license information (WebP) | Roberto | 2016-06-06 | 3 | -0/+79 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add missing license information (MiniZip) | Roberto | 2016-06-06 | 8 | -6/+98 |
| | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge pull request #5065 from RandomShaper/keep-default-build-env | Rémi Verschelde | 2016-06-06 | 1 | -8/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep the default environment variables as set by SCons | ||||
| | * | | | | | | | | | | | | Keep the default environment variables as set by SCons | Pedro J. Estébanez | 2016-06-06 | 1 | -8/+3 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #5059 from J08nY/directory-support | Rémi Verschelde | 2016-06-06 | 2 | -8/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | Somewhat fixed Directory::get_space_left() return values. | ||||
| | * | | | | | | | | | | | | Somewhat fixed Directory::get_space_left() return values. | J08nY | 2016-06-06 | 2 | -8/+12 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #5071 from SaracenOne/anchor_icon_fix | Rémi Verschelde | 2016-06-06 | 6 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | Anchor icon fix | ||||
| | * | | | | | | | | | | | | Fixed bottom left and right icon order for anchor editor. | Saracen | 2016-06-06 | 6 | -2/+2 |
| |/ / / / / / / / / / / / | |||||
* / / / / / / / / / / / / | Added function get_signals_connected_to_this_this() | Juan Linietsky | 2016-06-06 | 2 | -0/+8 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should help properly implement #5058 | ||||
* / / / / / / / / / / / | HiDPI: Use global/hidpi_mode as property | Rémi Verschelde | 2016-06-06 | 3 | -4/+4 |
|/ / / / / / / / / / / |