summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2017-10-08Merge pull request #11902 from GDquest/texture-button-progressPoommetee Ketson
[DOCS] Write TextureButton, review and fill missing entries in TextureProgress [ci skip]
2017-10-08Merge pull request #11918 from Nallebeorn/documentationPoommetee Ketson
[DOCS] Write missing method and member descriptions of KinematicBody2D [ci skip]
2017-10-07Merge pull request #11914 from diowonderland/docs-backbuffercopyChris Bradfield
[DOCS] BackBufferCopy: Document members
2017-10-07Merge pull request #11917 from brunosxs/docsChris Bradfield
[DOCS] Add descriptions to members of Camera2D
2017-10-07Minor fixes to KinematicBody and KinematicBody2DBenjamin Larsson
2017-10-07[DOCS] Add descriptions to members of Camera2Dbrunosxs
2017-10-07Edit move_and_slide, it does a bit more than I first thought.Benjamin Larsson
2017-10-07Fixed an error in get_floor_velocity() docsBenjamin Larsson
2017-10-07[DOCS] BackBufferCopy: Document membersDio
2017-10-07Small changes to KinematicBody2D docs.Benjamin Larsson
2017-10-07Update KinematicBody2D docs.Benjamin Larsson
2017-10-07[DOCS] Camera documentationmhilbrunner
2017-10-07Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc.Grosskopf
2017-10-07[DOCS] Write TextureButton, review and finish TextureProgressNathan
2017-10-06[DOCS] Update ParticlesMaterial, Particles class refChris Bradfield
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-10-05Merge pull request #11828 from Jerome67000/regexmatch_docPoommetee Ketson
[DOCS] Adds RegExMatch doc and fix RegEx typo [ci skip]
2017-10-04[DOCS] Adds RegExMatch doc and RegEx fix typoJerome67000
2017-10-04Merge pull request #11816 from terahxluna/video_player_set_stream_positionHein-Pieter van Braam
Add function set_stream_position to VideoPlayer. Closes #8727
2017-10-04Merge pull request #11802 from mhilbrunner/docstatus-todo-filterJulian Murgia
doc_status.py: Add -t (--todo) option, show only non-empty items
2017-10-04Add function set_stream_position to VideoPlayerTerah
Also add docucmentation for set_stream_position in VideoPlayer
2017-10-03doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner
2017-10-03Merge pull request #11793 from NathanWarden/updated_os_docNathan Lovato
Updated some documentation for the OS class.
2017-10-03Updated some documentation for the OS class.Nathan Warden
2017-10-03Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode
2017-10-03Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato
[DOCS] Document some of the VisualScript classes
2017-10-03Document some of the VisualScript classes.Bojidar Marinov
2017-10-02Merge pull request #11757 from mhilbrunner/doc_status_py27Andreas Haas
doc_status.py Python 2.7 backwards compatibility & Windows support
2017-10-02Merge pull request #11768 from cbscribe/kcc_polygon2d_docAndreas Haas
[DOCS] Update Polygon2D and CollisionPolygon2D
2017-10-02Add OS::is_userfs_persistent to check user:// persistenceLeon Krause
Allows starting HTML5 export when IndexedDB is not available.
2017-10-02Merge pull request #11725 from GDquest/control-docsPoommetee Ketson
[DOCS] Write member, signals and constants in the Control class [ci skip]
2017-10-02Merge pull request #11734 from Jerome67000/json_docPoommetee Ketson
[DOCS] Adds JSON and JSONParseResult doc [ci skip]
2017-10-02[DOCS] Update Polygon2D and CollisionPolygon2DChris Bradfield
2017-10-02Merge pull request #11654 from bojidar-bg/docstatus-fnmatchPoommetee Ketson
Allow using wildcards to filter docstatus class names
2017-10-02[DOCS] Adds JSON and JSONParseResult docJerome67000
2017-10-02[DOCS] Write member, signals and constants in the Control classNathan
I left the following properties and constants out: - rect_clip_content, I think it should let me resize the node below the content's size, but even with the minimum size set to (0,0) Godot won't let me - mouse_filter, grow_horizontal and grow_vertical, same issue, after testing I don't know when they're necessary, so can't document them. - GROW_DIRECTION_BEGIN, GROW_DIRECTION_END, MOUSE_FILTER_STOP, MOUSE_FILTER_PASS, MOUSE_FILTER_IGNORE, constants that correspond to the member variables above For the mouse_filter, I couldn't see what it does in 3.0 alpha 1. For the grow_direction, I can see they might change the size calculation when the node's size changes, but in practice, with containers, I couldn't see a difference. If you know when to use it, please tell me and I'll add them to the PR.
2017-10-01doc_status.py Python 2.7 backwards compatibilitymhilbrunner
2017-10-01Merge pull request #11635 from Jerome67000/docs_AudioEffectsPoommetee Ketson
[DOCS] AudioEffects doc [ci skip]
2017-09-29Fixed typo: 'texure' to 'texture'Indah Sylvia
2017-09-28[DOCS] Adds AudioEffects docJerome67000
2017-09-28Allow using wildcards to filter docstatus class namesBojidar Marinov
[ci skip]