aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-1942-2283/+2467
* Merge pull request #8798 from RandomShaper/gdfs-ext-checkRémi Verschelde2017-05-182-4/+16
|\
| * Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-172-4/+16
* | Fix two typos from previous commitRémi Verschelde2017-05-171-1/+1
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-1713-63/+63
|/
* [GDNative] fixed a reload bugKarroffel2017-05-131-7/+7
* Merge pull request #8696 from bojidar-bg/fix-path-autocompleteRémi Verschelde2017-05-123-10/+16
|\
| * Fix #8674, and rename a few things for clarityBojidar Marinov2017-05-083-10/+16
* | Merge pull request #8720 from karroffel/gdnative-methodbind-varcallThomas Herzog2017-05-114-12/+64
|\ \
| * | [GDNative] added varcall and printKarroffel2017-05-114-12/+64
* | | removed multiscriptKarroffel2017-05-116-1047/+0
|/ /
* | Add error printing functions to GDNativesheepandshepherd2017-05-102-0/+13
* | Put brave old bb10 platform to a well-deserved restRémi Verschelde2017-05-082-2/+1
|/
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-2/+2
* Merge pull request #8571 from tagcup/squish_sseRémi Verschelde2017-05-021-0/+6
|\
| * Detect SSE/SSE2 for libsquish.Ferenc Arn2017-04-281-0/+6
* | Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-289-1386/+21
* | Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-2/+2
* | Changed indent type settingsPaulb232017-04-261-1/+1
* | Merge pull request #8522 from NNesh/musRémi Verschelde2017-04-261-2/+8
|\ \
| * | Fix AudioPlayer.get_pos() always returns 0NNesh2017-04-251-1/+7
| * | Fix AudioPlayer.play() bug when music always starts from 0 posNNesh2017-04-251-1/+1
* | | Honoring the Indent setting for gdscriptRamesh Ravone2017-04-251-10/+13
* | | fixed a bug where saving a GDScript file crashed the editorKarroffel2017-04-241-2/+5
| |/ |/|
* | Merge pull request #8444 from magyar123/pr-complete-pathsRémi Verschelde2017-04-243-0/+32
|\ \
| * | Added autocomplete for file paths in the script editormbalint122017-04-183-0/+32
* | | Merge pull request #8420 from magyar123/pr-script-files-as-baseRémi Verschelde2017-04-241-0/+1
|\ \ \
| * | | Added the ability to select files as base when creating scriptsmbalint122017-04-151-0/+1
| |/ /
* | | Merge pull request #8496 from akien-mga/stdout-cleanupRémi Verschelde2017-04-242-7/+13
|\ \ \
| * | | Fix property warnings and hide some debug printsRémi Verschelde2017-04-232-7/+13
* | | | re-added MultiScriptKarroffel2017-04-247-2/+1049
|/ / /
* | | [GDNative] fixed msvc buildKarroffel2017-04-201-2/+2
* | | Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-204-14/+15
|\ \ \
| * | | External editor improvements and fixesIgnacio Etcheverry2017-04-174-14/+15
* | | | [GDNative] explicit calling conventionKarroffel2017-04-192-15/+29
| |_|/ |/| |
* | | Merge pull request #8424 from Paulb23/convert_indentRémi Verschelde2017-04-184-2/+32
|\ \ \
| * | | Convert indent on savePaulb232017-04-182-0/+8
| * | | Added support for space indentationPaulb232017-04-182-2/+24
| | |/ | |/|
* | | Merge pull request #8440 from karroffel/gdnative-new-methodThomas Herzog2017-04-173-0/+54
|\ \ \
| * | | [GDNative] added "new" method and fixed headersKarroffel2017-04-173-0/+54
* | | | Merge pull request #8439 from touilleMan/correct_gdnative_signaturesThomas Herzog2017-04-176-413/+611
|\ \ \ \
| * | | | gdnative: Implement missing function for godot_basis.Emmanuel Leblond2017-04-172-32/+180
| * | | | gdnative: modify vector2&vector3 functions signature to use value passing ins...Emmanuel Leblond2017-04-174-381/+431
| | |/ / | |/| |
* / | | Add godot_string_unicode_str to GDnativeEmmanuel Leblond2017-04-172-0/+6
|/ / /
* | | Correct indentation in gdnative vector2/3Emmanuel Leblond2017-04-154-139/+168
* | | Implement missing functions in gdnative vector2 and vector3 bindingsEmmanuel Leblond2017-04-155-82/+303
|/ /
* | [GDNative] made string functions more C-friendlyKarroffel2017-04-112-7/+7
* | [GDNative] C API and generator fixesKarroffel2017-04-112-1/+2
* | [GDNative] re-enabled some init optionsKarroffel2017-04-111-2/+0
* | Merge pull request #8350 from karroffel/gdnative-api-reference-fieldThomas Herzog2017-04-101-3/+3
|\ \