summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-10-15Merge pull request #12126 from cbscribe/kcc_vsdocs2Rémi Verschelde
[DOCS] Various VisualScript* nodes [ci skip]
2017-10-15Merge pull request #12124 from Kaukamieli/Particles2DChris Bradfield
[DOCS] documented and edited Particles2D
2017-10-15[DOCS] documented and edited Particles2DKaukamieli
2017-10-15[DOCS] Various VisualScript* nodesChris Bradfield
2017-10-15Merge pull request #12116 from cbscribe/kcc_vsdocsNathan Lovato
[DOCS] Update 12 VisualScript* nodes
2017-10-15[DOCS] Update 12 VisualScript* nodesChris Bradfield
2017-10-15Merge pull request #12088 from Grosskopf/physics-server-docsRémi Verschelde
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix
2017-10-14Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵Grosskopf
also a minor bugfix in the 3D Pinjoint.
2017-10-14Expose 'request_frame_drawn_callback' to script.Saracen
2017-10-14makerst: Fix support for module classesRé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-14Merge pull request #12078 from Nallebeorn/documentationRémi Verschelde
[DOCS] Small edits to ConfigFile docs. [ci skip]
2017-10-14Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij
2017-10-13Small edits to ConfigFile docs.Benjamin Larsson
2017-10-13Merge pull request #12004 from diowonderland/docs-touchscreenbuttonChris Bradfield
[DOCS] TouchScreenButton
2017-10-13Merge pull request #12055 from brunosxs/tabcontainerChris Bradfield
[DOCS] TabContainer class descriptions
2017-10-13[DOCS] TouchScreenButtonDio
2017-10-13removed GDNativeClass doc from GDNative moduleKarroffel
2017-10-13Move GDNative docs into gdnative folderBastiaanOlij
2017-10-12[DOCS] TabContainer class descriptionsbrunosxs
2017-10-12Merge pull request #12005 from diowonderland/docs-bitmapfontChris Bradfield
[DOCS] BitmapFont
2017-10-12Merge pull request #12007 from diowonderland/docs-dynamicfontdataChris Bradfield
[DOCS] DynamicFontData
2017-10-12[DOCS] BitmapFontDio
2017-10-12Merge pull request #12006 from diowonderland/docs-dynamicfontRémi Verschelde
[DOCS] DynamicFont [ci skip]
2017-10-12[DOCS] DynamicFontDataDio
2017-10-12[DOCS] DynamicFontDio
2017-10-11doc: Sync classref with current sourceRémi Verschelde
Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
2017-10-10Merge pull request #11999 from Grosskopf/AudioServerAndStream-docsChris Bradfield
[DOCS] Updated AudioStream docs and added AudioServer docs
2017-10-11updated AudioStream docs and added AudioServer docsGrosskopf
2017-10-10Merge pull request #11945 from saltares/docs-osChris Bradfield
[DOCS] - Completes the docs for the OS class
2017-10-10[DOCS] - Completes the docs for the OS classDavid Saltares
2017-10-10Merge pull request #11942 from saltares/docs-engineChris Bradfield
[DOCS] - Complete Engine docs
2017-10-10[DOCS] - Complete Engine docsDavid Saltares
2017-10-10Merge pull request #11919 from Toizi/array_sort_refAndreas Haas
Array::sort/invert now return reference to Array
2017-10-09Merge pull request #11921 from mhilbrunner/docs-tree-treeitemChris Bradfield
[DOCS] Document Tree & TreeItem
2017-10-09[DOCS] Document Treemhilbrunner
2017-10-09Array::sort, sort_custom and invert now return reference to Array to allow ↵Marius Guggenmos
chaining of operations
2017-10-09Merge pull request #11908 from mhilbrunner/docstatus-flagerrorRémi Verschelde
doc_status.py: Error message for unknown CLI flag, shebang change [ci skip]
2017-10-09Added VisualScript* descriptionsChris Bradfield
[ci skip]
2017-10-09[DOCS] Review and improve 17 classes (#11890)Jérôme GULLY
2017-10-09Added documenation for Line2DUnknown
[ci skip]
2017-10-08Merge pull request #11943 from Nallebeorn/documentation_2Chris Bradfield
[DOCS] Add documentation for Performance
2017-10-09Merge pull request #11820 from cbscribe/kcc_particles_docNathan Lovato
[DOCS] Update ParticlesMaterial, Particles, Particles2D class ref
2017-10-08A minor documentation typo fix.authenticate
2017-10-08Merge pull request #11938 from brunosxs/docsChris Bradfield
[DOCS] File Class method description
2017-10-08[DOCS] File Class method descriptionbrunosxs
2017-10-08Fix a typo in KinematicBody and KinematicBody2D.Benjamin Larsson
2017-10-08Add documentation for Performance.Benjamin Larsson
2017-10-07Merge pull request #11920 from mhilbrunner/docs-cameraChris Bradfield
[DOCS] Camera documentation