Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-22 | Merge pull request #12306 from Grosskopf/various-docs | Chris Bradfield | |
[DOCS] added several small docs | |||
2017-10-22 | Merge pull request #12305 from Grosskopf/arvr-docs | Chris Bradfield | |
[DOCS] added some arvr docs | |||
2017-10-23 | added some arvr docs | Grosskopf | |
2017-10-23 | Added various docs, mostly mathematical basics | Grosskopf | |
2017-10-22 | Merge pull request #12328 from mhilbrunner/docs-string | Chris Bradfield | |
[DOCS] String | |||
2017-10-23 | [DOCS] String | mhilbrunner | |
2017-10-22 | Merge pull request #12315 from Jerome67000/docs_parallax | Chris Bradfield | |
[DOCS] ParallaxBackground and ParallaxLayer | |||
2017-10-22 | [DOCS] ParallaxBackground and ParallaxLayer | Jerome67000 | |
2017-10-22 | classref: Sync with current source | Rémi Verschelde | |
Also fix hyperlink references to same class as per the guidelines. [ci skip] | |||
2017-10-22 | Merge pull request #12150 from Grosskopf/2D-joints-docs | Nathan Lovato | |
[DOCS] 2D joints docs | |||
2017-10-22 | Added description to Audio Filter Effects | Henrique Campos | |
Also doccumented Filter member variables and methods. [ci skip] | |||
2017-10-22 | Added descriptions to some members of Camera2D | Stephen Ednave | |
2017-10-22 | Merge pull request #12273 from willnationsdev/tabcontainer-doc-edit | Rémi Verschelde | |
[DOCS] Updated the TabContainer docs for depth and readability [ci skip] | |||
2017-10-22 | updated the TabContainer docs for depth and readability. | Will Nations | |
2017-10-21 | Rename Schlick GGX to GGX. | Ferenc Arn | |
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 | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez | |
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 | Added the 2D Joint docs | Grosskopf | |
2017-10-21 | makerst: Remove stray spaces in method signatures | Rémi Verschelde | |
2017-10-21 | makerst: Add support for [member] and [signal] | Rémi Verschelde | |
Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet. | |||
2017-10-21 | makerst: Fix rst-ization of members and escaping of [Class]s | Rémi Verschelde | |
Fixes #11517. | |||
2017-10-21 | classref: Sync with current source | Rémi Verschelde | |
2017-10-21 | Merge pull request #12221 from Jerome67000/docs_input | Nathan Lovato | |
[DOCS] InputEvent* | |||
2017-10-21 | [DOCS] InputEvent* | Jerome67000 | |
2017-10-20 | [DOCS] Updates and clarifications to RigidBody2D | Chris Bradfield | |
2017-10-20 | Fix ambiguous documentation for RigidBody2D | Jakob Sinclair | |
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 | Merge pull request #12199 from Fallayn/patch-1 | Julian Murgia | |
[DOCS] EditorScript | |||
2017-10-20 | Merge pull request #12054 from Fallayn/docs-editorinterface | Poommetee Ketson | |
[DOCS] EditorInterface [ci skip] | |||
2017-10-19 | Merge pull request #12053 from Grosskopf/audiodocs-fix | Rémi Verschelde | |
filtering getters&setters over strings works for AudioStreamPlayer* | |||
2017-10-18 | [DOCS] EditorScript | Fallayn | |
2017-10-17 | [DOCS] EditorInterface | Fallayn | |
2017-10-15 | Merge pull request #12126 from cbscribe/kcc_vsdocs2 | Rémi Verschelde | |
[DOCS] Various VisualScript* nodes [ci skip] | |||
2017-10-15 | Merge pull request #12124 from Kaukamieli/Particles2D | Chris Bradfield | |
[DOCS] documented and edited Particles2D | |||
2017-10-15 | [DOCS] documented and edited Particles2D | Kaukamieli | |
2017-10-15 | [DOCS] Various VisualScript* nodes | Chris Bradfield | |
2017-10-15 | Merge pull request #12116 from cbscribe/kcc_vsdocs | Nathan Lovato | |
[DOCS] Update 12 VisualScript* nodes | |||
2017-10-15 | [DOCS] Update 12 VisualScript* nodes | Chris Bradfield | |
2017-10-15 | Merge pull request #12088 from Grosskopf/physics-server-docs | Rémi Verschelde | |
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix | |||
2017-10-15 | filtering getters&setters over strings works for AudioStreamPlayer* | Grosskopf | |
2017-10-14 | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵ | Grosskopf | |
also a minor bugfix in the 3D Pinjoint. | |||
2017-10-14 | Expose 'request_frame_drawn_callback' to script. | Saracen | |
2017-10-14 | makerst: Fix support for module classes | Rémi Verschelde | |
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 | [DOCS] Fix a few typos. | Andreas Haas | |
2017-10-14 | [DOCS] Improve docs for is_action_just_pressed and is_action_just_released ↵ | Olli Markkanen | |
(#12081) | |||
2017-10-14 | Merge pull request #12078 from Nallebeorn/documentation | Rémi Verschelde | |
[DOCS] Small edits to ConfigFile docs. [ci skip] | |||
2017-10-14 | Redoing the ARVR GDNative interface as module and tighter implementation | BastiaanOlij | |
2017-10-13 | Small edits to ConfigFile docs. | Benjamin Larsson | |
2017-10-13 | Merge pull request #12004 from diowonderland/docs-touchscreenbutton | Chris Bradfield | |
[DOCS] TouchScreenButton | |||
2017-10-13 | Merge pull request #12055 from brunosxs/tabcontainer | Chris Bradfield | |
[DOCS] TabContainer class descriptions | |||
2017-10-13 | [DOCS] TouchScreenButton | Dio | |
2017-10-13 | removed GDNativeClass doc from GDNative module | Karroffel | |