aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] - A minor documentation typo fix.
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 empty
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11947 from eska014/fix-obj-marshallingRémi Verschelde2017-10-091-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix exporting projects with custom input event actions
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 description
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] File Class method descriptionbrunosxs2017-10-081-13/+15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11946 from touilleMan/pluginscript-improve-wrapper-apiThomas Herzog2017-10-081-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnative] create generated include/gdnative_wrapper_code.gen.h
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnatvie] improve wrapper code generationEmmanuel Leblond2017-10-081-5/+3
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11944 from Nallebeorn/documentationChris Bradfield2017-10-082-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Fix a typo in KinematicBody and KinematicBody2D.
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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 api
| * | | | | | | | | | | | | | | | | | | | | | | | | | [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 dictionary
| * | | | | | | | | | | | | | | | | | | | | | | | | 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 documentation
| * | | | | | | | | | | | | | | | | | | | | | | | | [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 fill missing entries in TextureProgress [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Write TextureButton, review and finish TextureProgressNathan2017-10-072-16/+39
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11918 from Nallebeorn/documentationPoommetee Ketson2017-10-082-5/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Write missing method and member descriptions of KinematicBody2D [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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 members
| * | | | | | | | | | | | | | | | | | | | | | | | | | [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 Camera2D
| * | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Add descriptions to members of Camera2Dbrunosxs2017-10-071-0/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11886 from Grosskopf/Sprite3D-docsPoommetee Ketson2017-10-085-14/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D and updated Sprite and Animatedsprite [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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 extensions
| * | | | | | | | | | | | | | | | | | | | | | | | | 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 assembly load hooks and sizeof wrong type
| * | | | | | | | | | | | | | | | | | | | | | | | 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 platform [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | 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 build
| * | | | | | | | | | | | | | | | | | | | | | | Fix Python 3 buildMatthias Hoelzl2017-10-043-12/+35
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry2017-10-072-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | Quote MSBuild arguments
| * | | | | | | | | | | | | | | | | | | | | | 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 reload
| * | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | Mono: support exported parent class fields
| * | | | | | | | | | | | | | | | | | | | | | get parent class fields when updating a CSharpScript's exportsCarter Anderson2017-10-051-22/+31
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the fields viewable / editable in the inspector
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11881 from Noshyaar/pr-esAndreas Haas2017-10-061-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | EditorSettings: remove duplicate set_favorite_dirs