aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Revert "Rename Schlick GGX to GGX."Rémi Verschelde2017-10-231-1/+1
| |_|/ |/| |
* | | Merge pull request #12336 from mhilbrunner/docs-globalscopeChris Bradfield2017-10-221-4/+150
|\ \ \ | | | | | | | | [DOCS] @GlobalScope
| * | | [DOCS] @GlobalScopemhilbrunner2017-10-231-4/+150
| | | |
* | | | Merge pull request #12318 from mhilbrunner/docs-remotetransformChris Bradfield2017-10-222-0/+16
|\ \ \ \ | | | | | | | | | | [DOCS] RemoteTransform & RemoteTransform2D
| * | | | [DOCS] RemoteTransform & RemoteTransform2Dmhilbrunner2017-10-232-0/+16
| | |_|/ | |/| |
* | | | Merge pull request #12331 from mhilbrunner/docs-editorscriptChris Bradfield2017-10-221-2/+2
|\ \ \ \ | | | | | | | | | | [DOCS] EditorScript: Small formatting fixes
| * | | | [DOCS] EditorScript: Small formatting fixesmhilbrunner2017-10-231-2/+2
| |/ / /
* | | | Merge pull request #12306 from Grosskopf/various-docsChris Bradfield2017-10-227-64/+85
|\ \ \ \ | | | | | | | | | | [DOCS] added several small docs
| * | | | Added various docs, mostly mathematical basicsGrosskopf2017-10-237-64/+85
| |/ / /
* | | | Merge pull request #12305 from Grosskopf/arvr-docsChris Bradfield2017-10-225-0/+10
|\ \ \ \ | |_|/ / |/| | | [DOCS] added some arvr docs
| * | | added some arvr docsGrosskopf2017-10-235-0/+10
| | | |
* | | | Merge pull request #12328 from mhilbrunner/docs-stringChris Bradfield2017-10-221-59/+84
|\ \ \ \ | | | | | | | | | | [DOCS] String
| * | | | [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: Remove stray spaces in method signaturesRémi Verschelde2017-10-211-6/+2
| | |
* | | makerst: Add support for [member] and [signal]Rémi Verschelde2017-10-211-2/+5
| | | | | | | | | | | | Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet.
* | | makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde2017-10-2116-23/+33
| | | | | | | | | | | | 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 #12053 from Grosskopf/audiodocs-fixRémi Verschelde2017-10-191-5/+6
|\ \ \ \ | |_|/ / |/| | | filtering getters&setters over strings works for AudioStreamPlayer*
| * | | filtering getters&setters over strings works for AudioStreamPlayer*Grosskopf2017-10-151-5/+6
| |/ /
* | | 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
| | | |
* | | | makerst: Fix support for module classesRémi Verschelde2017-10-142-13/+9
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | 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]
* | | [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)