aboutsummaryrefslogtreecommitdiff
path: root/doc/classes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [DOCS] Stringmhilbrunner2017-10-231-59/+84
| | |/ / | |/| |
* | | | Merge pull request #12315 from Jerome67000/docs_parallaxChris Bradfield2017-10-222-2/+12
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| [DOCS] ParallaxBackground and ParallaxLayer
| * | [DOCS] ParallaxBackground and ParallaxLayerJerome670002017-10-222-2/+12
| | |
* | | classref: Sync with current sourceRémi Verschelde2017-10-2275-225/+240
| | | | | | | | | | | | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* | | Merge pull request #12150 from Grosskopf/2D-joints-docsNathan Lovato2017-10-223-0/+10
|\ \ \ | | | | | | | | [DOCS] 2D joints docs
| * | | Added the 2D Joint docsGrosskopf2017-10-213-0/+10
| | |/ | |/|
* | | Added description to Audio Filter EffectsHenrique Campos2017-10-226-0/+16
| | | | | | | | | | | | | | | Also doccumented Filter member variables and methods. [ci skip]
* | | Added descriptions to some members of Camera2DStephen Ednave2017-10-221-1/+6
| | |
* | | Merge pull request #12273 from willnationsdev/tabcontainer-doc-editRémi Verschelde2017-10-221-19/+25
|\ \ \ | | | | | | | | | | | | | | | | [DOCS] Updated the TabContainer docs for depth and readability [ci skip]
| * | | updated the TabContainer docs for depth and readability.Will Nations2017-10-221-19/+25
| | |/ | |/|
* | | Rename Schlick GGX to GGX.Ferenc Arn2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-212-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde2017-10-2115-21/+21
| | | | | | | | | | | | Fixes #11517.
* | | classref: Sync with current sourceRémi Verschelde2017-10-2112-48/+2114
| | |
* | | Merge pull request #12221 from Jerome67000/docs_inputNathan Lovato2017-10-2112-43/+74
|\ \ \ | | | | | | | | [DOCS] InputEvent*
| * | | [DOCS] InputEvent*Jerome670002017-10-2112-43/+74
| | | |
* | | | [DOCS] Updates and clarifications to RigidBody2DChris Bradfield2017-10-201-48/+49
| |/ / |/| |
* | | Fix ambiguous documentation for RigidBody2DJakob Sinclair2017-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #12199 from Fallayn/patch-1Julian Murgia2017-10-201-2/+14
|\ \ \ | | | | | | | | [DOCS] EditorScript
| * | | [DOCS] EditorScriptFallayn2017-10-181-2/+14
| | |/ | |/|
* | | Merge pull request #12054 from Fallayn/docs-editorinterfacePoommetee Ketson2017-10-201-0/+18
|\ \ \ | |/ / |/| | | | | | | | [DOCS] EditorInterface [ci skip]
| * | [DOCS] EditorInterfaceFallayn2017-10-171-0/+18
| | |
* | | Merge pull request #12126 from cbscribe/kcc_vsdocs2Rémi Verschelde2017-10-157-2/+41
|\ \ \ | | | | | | | | | | | | | | | | [DOCS] Various VisualScript* nodes [ci skip]
| * | | [DOCS] Various VisualScript* nodesChris Bradfield2017-10-157-2/+41
| | | |
* | | | Merge pull request #12124 from Kaukamieli/Particles2DChris Bradfield2017-10-151-5/+7
|\ \ \ \ | |/ / / |/| | | [DOCS] documented and edited Particles2D
| * | | [DOCS] documented and edited Particles2DKaukamieli2017-10-151-5/+7
| | | |
* | | | Merge pull request #12116 from cbscribe/kcc_vsdocsNathan Lovato2017-10-1512-11/+98
|\ \ \ \ | | | | | | | | | | [DOCS] Update 12 VisualScript* nodes
| * | | | [DOCS] Update 12 VisualScript* nodesChris Bradfield2017-10-1512-11/+98
| | | | |
* | | | | Merge pull request #12088 from Grosskopf/physics-server-docsRémi Verschelde2017-10-1511-92/+519
|\ \ \ \ \ | |/ / / / |/| | | | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix
| * | | | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵Grosskopf2017-10-1411-92/+519
| | |/ / | |/| | | | | | | | | | also a minor bugfix in the 3D Pinjoint.
* | | | Expose 'request_frame_drawn_callback' to script.Saracen2017-10-141-0/+14
| |/ / |/| |
* | | [DOCS] Fix a few typos.Andreas Haas2017-10-1427-43/+43
| |/ |/|
* | [DOCS] Improve docs for is_action_just_pressed and is_action_just_released ↵Olli Markkanen2017-10-141-7/+9
| | | | | | | | (#12081)
* | Merge pull request #12078 from Nallebeorn/documentationRémi Verschelde2017-10-141-12/+19
|\ \ | | | | | | | | | | | | [DOCS] Small edits to ConfigFile docs. [ci skip]
| * | Small edits to ConfigFile docs.Benjamin Larsson2017-10-131-12/+19
| | |
* | | Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-141-118/+0
|/ /
* | Merge pull request #12004 from diowonderland/docs-touchscreenbuttonChris Bradfield2017-10-131-0/+31
|\ \ | | | | | | [DOCS] TouchScreenButton
| * | [DOCS] TouchScreenButtonDio2017-10-131-0/+31
| | |
* | | Merge pull request #12055 from brunosxs/tabcontainerChris Bradfield2017-10-131-10/+16
|\ \ \ | | | | | | | | [DOCS] TabContainer class descriptions
| * | | [DOCS] TabContainer class descriptionsbrunosxs2017-10-121-10/+16
| | | |
* | | | removed GDNativeClass doc from GDNative moduleKarroffel2017-10-131-0/+21
| | | |
* | | | Move GDNative docs into gdnative folderBastiaanOlij2017-10-134-190/+0
| | | |
* | | | Merge pull request #12005 from diowonderland/docs-bitmapfontChris Bradfield2017-10-121-8/+23
|\ \ \ \ | | | | | | | | | | [DOCS] BitmapFont
| * | | | [DOCS] BitmapFontDio2017-10-121-8/+23
| | |/ / | |/| |
* | | | Merge pull request #12007 from diowonderland/docs-dynamicfontdataChris Bradfield2017-10-121-0/+5
|\ \ \ \ | |_|/ / |/| | | [DOCS] DynamicFontData
| * | | [DOCS] DynamicFontDataDio2017-10-121-0/+5
| |/ /
* | | Merge pull request #12006 from diowonderland/docs-dynamicfontRémi Verschelde2017-10-121-0/+28
|\ \ \ | |_|/ |/| | | | | | | | [DOCS] DynamicFont [ci skip]
| * | [DOCS] DynamicFontDio2017-10-121-0/+28
| |/
* | doc: Sync classref with current sourceRémi Verschelde2017-10-1139-113/+286
| | | | | | | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* | Merge pull request #11999 from Grosskopf/AudioServerAndStream-docsChris Bradfield2017-10-106-6/+55
|\ \ | |/ |/| [DOCS] Updated AudioStream docs and added AudioServer docs