Rémi Verschelde
|
8e9b99fe59
|
Merge pull request #11702 from AndreaCatania/bodyDS
Added new API to get body direct state
|
2017-10-09 11:01:36 +02:00 |
|
Rémi Verschelde
|
30a4882cf8
|
Merge pull request #11910 from hoelzl/pr-python3-mono-build
Fix Python 3 incompatibility in Mono build
|
2017-10-09 11:00:14 +02:00 |
|
Chris Bradfield
|
e4dc1f93d2
|
Merge pull request #11943 from Nallebeorn/documentation_2
[DOCS] Add documentation for Performance
|
2017-10-08 23:34:37 -07:00 |
|
Nathan Lovato
|
c022a32e63
|
Merge pull request #11820 from cbscribe/kcc_particles_doc
[DOCS] Update ParticlesMaterial, Particles, Particles2D class ref
|
2017-10-09 08:08:53 +02:00 |
|
Andreas Haas
|
645884b4db
|
Merge pull request #11961 from authenticate/patch-1
[DOCS] - A minor documentation typo fix.
|
2017-10-09 06:10:25 +02:00 |
|
authenticate
|
6d2abb4877
|
A minor documentation typo fix.
|
2017-10-08 22:59:07 -04:00 |
|
Thomas Herzog
|
dc6bb74c46
|
Merge pull request #11952 from touilleMan/fix-crash-gdnative
[GDnative] fix crash at cleanup time when singleton_gdnatives is not empty
|
2017-10-09 01:24:21 +02:00 |
|
Emmanuel Leblond
|
6363bcf209
|
[GDnative] fix crash at cleanup time when singleton_gdnatives is not empty
|
2017-10-09 00:31:25 +02:00 |
|
Ignacio Etcheverry
|
ff28569d16
|
Fixed IntPtr unboxing (#11949)
- Fix boolean never reset to false
- Fix IntPtr unboxing and cleanup
|
2017-10-09 00:10:54 +02:00 |
|
Rémi Verschelde
|
e5fcf0ee76
|
Merge pull request #11947 from eska014/fix-obj-marshalling
Fix exporting projects with custom input event actions
|
2017-10-09 00:04:28 +02:00 |
|
Chris Bradfield
|
c95ba4d7a7
|
Merge pull request #11938 from brunosxs/docs
[DOCS] File Class method description
|
2017-10-08 14:07:09 -07:00 |
|
brunosxs
|
22436f6bf1
|
[DOCS] File Class method description
|
2017-10-08 17:04:00 -03:00 |
|
Thomas Herzog
|
b9702991a1
|
Merge pull request #11946 from touilleMan/pluginscript-improve-wrapper-api
[GDnative] create generated include/gdnative_wrapper_code.gen.h
|
2017-10-08 21:16:27 +02:00 |
|
Chris Bradfield
|
2b6f3bb4db
|
Merge pull request #11944 from Nallebeorn/documentation
[DOCS] Fix a typo in KinematicBody and KinematicBody2D.
|
2017-10-08 11:56:27 -07:00 |
|
Emmanuel Leblond
|
ce197990bc
|
[GDnatvie] improve wrapper code generation
|
2017-10-08 20:51:18 +02:00 |
|
Leon Krause
|
c05c334de7
|
Fix binary marshalling of Objects
|
2017-10-08 20:13:46 +02:00 |
|
Benjamin Larsson
|
fc839f9fe8
|
Fix a typo in KinematicBody and KinematicBody2D.
|
2017-10-08 18:39:24 +02:00 |
|
Benjamin Larsson
|
be8d343f2c
|
Add documentation for Performance.
|
2017-10-08 18:31:56 +02:00 |
|
Thomas Herzog
|
584d7295cf
|
Merge pull request #11780 from touilleMan/gdnative-string-name-wrapper
[GDnative] Add string_name api
|
2017-10-08 16:48:32 +02:00 |
|
Emmanuel Leblond
|
d17951f57e
|
[GDnative] Add string_name api
|
2017-10-08 16:47:10 +02:00 |
|
Thomas Herzog
|
7a58c0f9fb
|
Merge pull request #11923 from sheepandshepherd/gdnative_api_json_array
Store GDNative API in array instead of dictionary
|
2017-10-08 12:53:48 +02:00 |
|
Chris Bradfield
|
0fb22b1d24
|
Merge pull request #11920 from mhilbrunner/docs-camera
[DOCS] Camera documentation
|
2017-10-07 16:38:13 -07:00 |
|
Poommetee Ketson
|
7d50c5de86
|
Merge pull request #11902 from GDquest/texture-button-progress
[DOCS] Write TextureButton, review and fill missing entries in TextureProgress
[ci skip]
|
2017-10-08 06:37:38 +07:00 |
|
Poommetee Ketson
|
a645c38084
|
Merge pull request #11918 from Nallebeorn/documentation
[DOCS] Write missing method and member descriptions of KinematicBody2D
[ci skip]
|
2017-10-08 06:36:33 +07:00 |
|
Chris Bradfield
|
da94eab3ea
|
Merge pull request #11914 from diowonderland/docs-backbuffercopy
[DOCS] BackBufferCopy: Document members
|
2017-10-07 16:35:14 -07:00 |
|
Chris Bradfield
|
96a5aeeea6
|
Merge pull request #11917 from brunosxs/docs
[DOCS] Add descriptions to members of Camera2D
|
2017-10-07 16:34:03 -07:00 |
|
Poommetee Ketson
|
80e1f51d42
|
Merge pull request #11886 from Grosskopf/Sprite3D-docs
[DOCS] Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D and updated Sprite and Animatedsprite
[ci skip]
|
2017-10-08 06:25:25 +07:00 |
|
Benjamin Larsson
|
acf81338aa
|
Minor fixes to KinematicBody and KinematicBody2D
|
2017-10-07 22:57:31 +02:00 |
|
brunosxs
|
a5e5c0855d
|
[DOCS] Add descriptions to members of Camera2D
|
2017-10-07 17:54:25 -03:00 |
|
Benjamin Larsson
|
9b15bf26f6
|
Edit move_and_slide, it does a bit more than I first thought.
|
2017-10-07 22:40:18 +02:00 |
|
Benjamin Larsson
|
5e7b98171b
|
Fixed an error in get_floor_velocity() docs
|
2017-10-07 22:10:28 +02:00 |
|
Ignacio Etcheverry
|
e5ff814243
|
Merge pull request #11924 from neikeq/b
Fix dot separated assembly names confused with file extensions
|
2017-10-07 22:10:02 +02:00 |
|
Ignacio Etcheverry
|
eb920406ae
|
Fix dot separated assembly names confused with file extensions
|
2017-10-07 22:00:35 +02:00 |
|
Dio
|
1aef04a397
|
[DOCS] BackBufferCopy: Document members
|
2017-10-07 21:03:40 +02:00 |
|
Benjamin Larsson
|
94150b8e8e
|
Small changes to KinematicBody2D docs.
|
2017-10-07 20:31:04 +02:00 |
|
Benjamin Larsson
|
25300a324c
|
Update KinematicBody2D docs.
|
2017-10-07 20:31:04 +02:00 |
|
sheepandshepherd
|
39584f3312
|
Store GDNative API in array instead of dictionary
|
2017-10-07 20:17:12 +02:00 |
|
Ignacio Etcheverry
|
5a49106ff4
|
Merge pull request #11900 from neikeq/a
Fix assembly load hooks and sizeof wrong type
|
2017-10-07 20:12:25 +02:00 |
|
mhilbrunner
|
255f30a9b7
|
[DOCS] Camera documentation
|
2017-10-07 20:04:42 +02:00 |
|
Grosskopf
|
a2f504c728
|
Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc.
|
2017-10-07 19:07:21 +02:00 |
|
Nathan
|
f50bac71df
|
[DOCS] Write TextureButton, review and finish TextureProgress
|
2017-10-07 17:48:38 +02:00 |
|
Matthias Hoelzl
|
a6b48c1706
|
Fix Python 3 incompatibility in Mono build
|
2017-10-07 15:36:20 +02:00 |
|
Rémi Verschelde
|
bd10a00240
|
Merge pull request #11904 from N0hbdy/master
Fix python 3 build in osx-specific platform
[ci skip]
|
2017-10-07 10:55:16 +02:00 |
|
Rémi Verschelde
|
84e7bbafb7
|
Merge pull request #11843 from hoelzl/pr-python3-build
Fix Python 3 build
|
2017-10-07 10:54:58 +02:00 |
|
N0hbdy
|
a0c6fa68fb
|
Fix python 3 build in osx-specific platform
|
2017-10-07 00:01:36 -07:00 |
|
Ignacio Etcheverry
|
5ab3537179
|
Fix sizeof wrong type
|
2017-10-07 04:22:26 +02:00 |
|
Ignacio Etcheverry
|
9eda9be3cf
|
Fix assembly load hooks
|
2017-10-07 04:21:55 +02:00 |
|
Ignacio Etcheverry
|
195b12212d
|
Merge pull request #11896 from neikeq/pr-issue-11892
Quote MSBuild arguments
|
2017-10-07 01:27:06 +02:00 |
|
Ignacio Etcheverry
|
14280ac44b
|
Quote MSBuild arguments. Fixes #11892
|
2017-10-07 01:21:11 +02:00 |
|
Ignacio Etcheverry
|
85cc879382
|
Merge pull request #11894 from neikeq/pr-issue-11834
Mono: Make sure editor thread is attached on script reload
|
2017-10-07 00:47:13 +02:00 |
|