aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Update ParticlesMaterial, Particles class refChris Bradfield2017-10-063-2/+102
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11961 from authenticate/patch-1Andreas Haas2017-10-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | A minor documentation typo fix.authenticate2017-10-081-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11952 from touilleMan/fix-crash-gdnativeThomas Herzog2017-10-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnative] fix crash at cleanup time when singleton_gdnatives is not emptyEmmanuel Leblond2017-10-091-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed IntPtr unboxing (#11949)Ignacio Etcheverry2017-10-095-53/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11947 from eska014/fix-obj-marshallingRémi Verschelde2017-10-091-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix binary marshalling of ObjectsLeon Krause2017-10-081-1/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11938 from brunosxs/docsChris Bradfield2017-10-081-13/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] File Class method descriptionbrunosxs2017-10-081-13/+15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11946 from touilleMan/pluginscript-improve-wrapper-apiThomas Herzog2017-10-081-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnatvie] improve wrapper code generationEmmanuel Leblond2017-10-081-5/+3
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11944 from Nallebeorn/documentationChris Bradfield2017-10-082-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo in KinematicBody and KinematicBody2D.Benjamin Larsson2017-10-082-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11780 from touilleMan/gdnative-string-name-wrapperThomas Herzog2017-10-086-0/+228
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | [GDnative] Add string_name apiEmmanuel Leblond2017-10-086-0/+228
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11923 from sheepandshepherd/gdnative_api_json_arrayThomas Herzog2017-10-082-672/+1334
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Store GDNative API in array instead of dictionarysheepandshepherd2017-10-072-672/+1334
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11920 from mhilbrunner/docs-cameraChris Bradfield2017-10-071-4/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Camera documentationmhilbrunner2017-10-071-4/+27
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11902 from GDquest/texture-button-progressPoommetee Ketson2017-10-082-16/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Write TextureButton, review and finish TextureProgressNathan2017-10-072-16/+39
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11918 from Nallebeorn/documentationPoommetee Ketson2017-10-082-5/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Minor fixes to KinematicBody and KinematicBody2DBenjamin Larsson2017-10-072-8/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | Edit move_and_slide, it does a bit more than I first thought.Benjamin Larsson2017-10-072-2/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an error in get_floor_velocity() docsBenjamin Larsson2017-10-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | Small changes to KinematicBody2D docs.Benjamin Larsson2017-10-071-5/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | Update KinematicBody2D docs.Benjamin Larsson2017-10-071-4/+17
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11914 from diowonderland/docs-backbuffercopyChris Bradfield2017-10-071-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] BackBufferCopy: Document membersDio2017-10-071-4/+6
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11917 from brunosxs/docsChris Bradfield2017-10-071-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Add descriptions to members of Camera2Dbrunosxs2017-10-071-0/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11886 from Grosskopf/Sprite3D-docsPoommetee Ketson2017-10-085-14/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc.Grosskopf2017-10-075-14/+48
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11924 from neikeq/bIgnacio Etcheverry2017-10-072-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix dot separated assembly names confused with file extensionsIgnacio Etcheverry2017-10-072-5/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11900 from neikeq/aIgnacio Etcheverry2017-10-075-55/+86
|\| | | | | | | | | | | | | | | | | | | | | | | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix sizeof wrong typeIgnacio Etcheverry2017-10-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Fix assembly load hooksIgnacio Etcheverry2017-10-074-54/+85
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11904 from N0hbdy/masterRémi Verschelde2017-10-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix python 3 build in osx-specific platformN0hbdy2017-10-071-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11843 from hoelzl/pr-python3-buildRémi Verschelde2017-10-073-12/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix Python 3 buildMatthias Hoelzl2017-10-043-12/+35
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry2017-10-072-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry2017-10-072-1/+5
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry2017-10-071-0/+25
|\| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Mono: Make sure editor thread is attached on script reloadIgnacio Etcheverry2017-10-071-0/+25
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11849 from cart/mono_parent_fieldsIgnacio Etcheverry2017-10-061-22/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | get parent class fields when updating a CSharpScript's exportsCarter Anderson2017-10-051-22/+31
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11881 from Noshyaar/pr-esAndreas Haas2017-10-061-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |