Rémi Verschelde
5b53cd1fc4
Merge pull request #12330 from Jerome67000/docs_basebutton
...
[DOCS] BaseButton
[ci skip]
2017-10-23 23:13:25 +02:00
Rémi Verschelde
abea816e54
Revert "Rename Schlick GGX to GGX."
2017-10-23 07:42:36 +02:00
Chris Bradfield
774023a38e
Merge pull request #12336 from mhilbrunner/docs-globalscope
...
[DOCS] @GlobalScope
2017-10-22 18:03:20 -07:00
Chris Bradfield
4bb02a1b68
Merge pull request #12318 from mhilbrunner/docs-remotetransform
...
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-22 17:29:57 -07:00
mhilbrunner
0b7619fd9c
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-23 02:18:57 +02:00
mhilbrunner
24bcf6d17a
[DOCS] @GlobalScope
2017-10-23 01:46:46 +02:00
Chris Bradfield
d49f23fd1b
Merge pull request #12331 from mhilbrunner/docs-editorscript
...
[DOCS] EditorScript: Small formatting fixes
2017-10-22 16:31:27 -07:00
Chris Bradfield
7d36409f42
Merge pull request #12306 from Grosskopf/various-docs
...
[DOCS] added several small docs
2017-10-22 15:58:56 -07:00
Chris Bradfield
99493e2243
Merge pull request #12305 from Grosskopf/arvr-docs
...
[DOCS] added some arvr docs
2017-10-22 15:57:03 -07:00
Grosskopf
aaa4142a37
added some arvr docs
2017-10-23 00:43:13 +02:00
Grosskopf
03e2508e45
Added various docs, mostly mathematical basics
2017-10-23 00:39:34 +02:00
mhilbrunner
649b25e037
[DOCS] EditorScript: Small formatting fixes
2017-10-23 00:35:10 +02:00
Chris Bradfield
0564f96ab4
Merge pull request #12328 from mhilbrunner/docs-string
...
[DOCS] String
2017-10-22 15:23:04 -07:00
Jerome67000
b0ac316dc9
[DOCS] BaseButton
2017-10-23 00:17:02 +02:00
mhilbrunner
0608f2fca3
[DOCS] String
2017-10-23 00:11:09 +02:00
Chris Bradfield
ecdf49ec61
Merge pull request #12315 from Jerome67000/docs_parallax
...
[DOCS] ParallaxBackground and ParallaxLayer
2017-10-22 15:09:40 -07:00
Jerome67000
a5c3696b3b
[DOCS] ParallaxBackground and ParallaxLayer
2017-10-22 23:10:39 +02:00
Rémi Verschelde
fc09e14366
classref: Sync with current source
...
Also fix hyperlink references to same class as per the guidelines.
[ci skip]
2017-10-22 12:56:17 +02:00
Nathan Lovato
14b1741cbf
Merge pull request #12150 from Grosskopf/2D-joints-docs
...
[DOCS] 2D joints docs
2017-10-22 12:07:40 +02:00
Henrique Campos
bc667aeada
Added description to Audio Filter Effects
...
Also doccumented Filter member variables and methods.
[ci skip]
2017-10-22 11:57:25 +02:00
Stephen Ednave
8f382879cf
Added descriptions to some members of Camera2D
2017-10-22 11:56:44 +02:00
Rémi Verschelde
add60f840a
Merge pull request #12273 from willnationsdev/tabcontainer-doc-edit
...
[DOCS] Updated the TabContainer docs for depth and readability
[ci skip]
2017-10-22 10:38:23 +02:00
Will Nations
5b10422fba
updated the TabContainer docs for depth and readability.
2017-10-22 00:07:33 -05:00
Ferenc Arn
cb0bf1edea
Rename Schlick GGX to GGX.
...
Schlick's approximation and GGX are orthogonal concepts.
Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it.
The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig.
2017-10-21 19:35:54 -04:00
Pedro J. Estébanez
7b12ae39f2
Rename RayCasts collision_layer to collision_mask
...
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`.
Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property.
Fixes #7589 , where it's also discussed.
2017-10-21 22:17:47 +02:00
Grosskopf
7a6246a0bd
Added the 2D Joint docs
2017-10-21 17:55:45 +02:00
Rémi Verschelde
2e212a2cfd
makerst: Remove stray spaces in method signatures
2017-10-21 14:01:05 +02:00
Rémi Verschelde
2cd044e89b
makerst: Add support for [member] and [signal]
...
Part of #11137 . [enum] is still missing, and none are implemented in the engine itself yet.
2017-10-21 13:53:59 +02:00
Rémi Verschelde
b302084395
makerst: Fix rst-ization of members and escaping of [Class]s
...
Fixes #11517 .
2017-10-21 12:33:52 +02:00
Rémi Verschelde
8652c1d5b1
classref: Sync with current source
2017-10-21 12:04:36 +02:00
Nathan Lovato
5cbab0e001
Merge pull request #12221 from Jerome67000/docs_input
...
[DOCS] InputEvent*
2017-10-21 12:02:18 +02:00
Jerome67000
0a89b0f767
[DOCS] InputEvent*
2017-10-21 10:04:43 +02:00
Chris Bradfield
d4eecce962
[DOCS] Updates and clarifications to RigidBody2D
2017-10-20 22:48:23 -07:00
Jakob Sinclair
1870c2fdcf
Fix ambiguous documentation for RigidBody2D
...
Fixes #12225 and the possesive form of the word body. Also uses simpler terms now
when describing when the linear velocity gets updated.
Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-20 22:40:02 +02:00
Julian Murgia
cba35c5ec9
Merge pull request #12199 from Fallayn/patch-1
...
[DOCS] EditorScript
2017-10-20 21:24:07 +02:00
Poommetee Ketson
0e9f81a40b
Merge pull request #12054 from Fallayn/docs-editorinterface
...
[DOCS] EditorInterface
[ci skip]
2017-10-20 22:42:39 +07:00
Rémi Verschelde
f85d428b56
Merge pull request #12053 from Grosskopf/audiodocs-fix
...
filtering getters&setters over strings works for AudioStreamPlayer*
2017-10-19 16:17:41 +02:00
Fallayn
800904a374
[DOCS] EditorScript
2017-10-18 20:20:27 +02:00
Fallayn
7f2d36bf84
[DOCS] EditorInterface
2017-10-17 17:13:27 +02:00
Rémi Verschelde
0d0cb01f33
Merge pull request #12126 from cbscribe/kcc_vsdocs2
...
[DOCS] Various VisualScript* nodes
[ci skip]
2017-10-15 23:04:32 +02:00
Chris Bradfield
6160591d2c
Merge pull request #12124 from Kaukamieli/Particles2D
...
[DOCS] documented and edited Particles2D
2017-10-15 14:01:26 -07:00
Kaukamieli
6de19415a6
[DOCS] documented and edited Particles2D
2017-10-15 23:57:12 +03:00
Chris Bradfield
ec0ade0dde
[DOCS] Various VisualScript* nodes
2017-10-15 11:50:45 -07:00
Nathan Lovato
64827d2040
Merge pull request #12116 from cbscribe/kcc_vsdocs
...
[DOCS] Update 12 VisualScript* nodes
2017-10-15 19:46:57 +02:00
Chris Bradfield
6172f09703
[DOCS] Update 12 VisualScript* nodes
2017-10-15 08:59:38 -07:00
Rémi Verschelde
3266ebbf4f
Merge pull request #12088 from Grosskopf/physics-server-docs
...
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix
2017-10-15 10:12:53 +02:00
Grosskopf
b4b632a37e
filtering getters&setters over strings works for AudioStreamPlayer*
2017-10-15 09:28:29 +02:00
Grosskopf
f8c7d32987
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also a minor bugfix in the 3D Pinjoint.
2017-10-14 22:17:26 +02:00
Saracen
d030e6ee75
Expose 'request_frame_drawn_callback' to script.
2017-10-14 16:32:27 +01:00
Rémi Verschelde
deefc2a63d
makerst: Fix support for module classes
...
Previous code expected only one XML per module, which is not the case for
e.g. mono or gdnative.
Also add newline after signal description to fix rst warning, and make the
script Python 3-compatible.
[ci skip]
2017-10-14 15:22:06 +02:00