summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28PhysicsBody2D and descendants documented.Ovnuniarchos
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
2015-12-28Remove bogus argument in body_get_nodeRémi Verschelde
2015-12-28Remove bogus argument in sample_get_descriptionRémi Verschelde
Copy-paste mistake from the setter most likely.
2015-12-27Sync doc with current sourceRémi Verschelde
2015-12-22New area space override modes documented. Also, PhysicsBody2D, Area2D, and ↵Ovnuniarchos
CollisionObject2D.
2015-12-13Add a Makefile to generate classes doc in various formatsRémi Verschelde
All the generated documentation is put in doc/_build.
2015-12-12Move documentation python tools to doc/tools folderRémi Verschelde
2015-12-12Move doxygen config to doc folderRémi Verschelde
Also removed logo_small.png and used logo.png instead
2015-12-12Remove outdated documentationRémi Verschelde
2015-12-08Merge pull request #2868 from akien-mga/pr-fix-can-move-toJuan Linietsky
Fix can_move_to and rename it for more clarity
2015-12-08Merge pull request #2993 from leezh/nrex-v0.1Juan Linietsky
updated the RegEx library nrex to v0.1
2015-12-06Add constructor for Image built-in typeFranklin Sobrinho
2015-12-04updated nrex documentationZher Huei Lee
2015-11-29Edit documentation for AABB and Rect2.Bojidar Marinov
Docs for AABB were already present, but had a few mistakes.
2015-11-29Run -doctool on existing documentationBojidar Marinov
Also, s/vecor/vector/
2015-11-24Document byte conversion methods for Stringsest31
2015-11-23Fix return type of Matrix32 member varsRémi Verschelde
Thanks to @bojidar-bg for localising the issue.
2015-11-23Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵Bojidar Marinov
Vector2Array.
2015-11-23Update doc with -doctool.Bojidar Marinov
2015-11-23fix poorly formed documentation xml, text outside of tagszvodd
2015-11-23Merge pull request #1931 from Faless/audio_free_ridRémi Verschelde
Expose AudioServer::free(RID rid) as AudioServer.free_rid(RID rid)
2015-11-22Update doc for can_teleport_toRémi Verschelde
2015-11-20Update Vector2.angle() descriptionRémi Verschelde
2015-11-20Sync doc template with codeRémi Verschelde
2015-11-20Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos
2015-11-20Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos
2015-11-20ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos
2015-11-20Added definition of bias solver.Ovnuniarchos
2015-11-19Merge pull request #2822 from kurikaesu/masterJuan Linietsky
HTTPClient docs & request functionality + fixes
2015-11-19Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵Aren Villanueva
parser to break. Documentation for HTTPClient. Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages. String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
2015-11-19Changed capabilities list.Ovnuniarchos
2015-11-07Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollowRémi Verschelde
Documented classes Curve*, Path*, and PathFollow*
2015-11-07Documented classes Curve*, Path*, and PathFollow*Ovnuniarchos
2015-11-03Regex class documented. For some reason, parameter descriptors don\'t appear.Ovnuniarchos
2015-11-02Expose AudioServer::free(RID rid) as AudioServer::free_rid(RID rid)Fabio Alessandrelli
to avoid script error due to collision with Object method free
2015-11-02Merge pull request #2680 from Brickcaster/onceagainRémi Verschelde
Added a few notes to classes.xml
2015-11-01Added description to classes/ScrollContainerBrickcaster
Added description to help understand how to utilize the ScrollContainer node.
2015-11-01classes/color - Documenting a trick with set_modulateBrickcaster
I wanted to document a trick using class color to highlight a sprite.
2015-10-25Updated classes/matrix32Brickcaster
The 3 members of a matrix 32 are Vector2, not float. Updated documentation to reflect this.
2015-10-20Add missing reference documentation for Array classGeorge Marques
2015-10-20Syncing classes.xml with current binaryGeorge Marques
2015-10-16GraphEdit and GraphNode documentationJulian Murgia - StraToN
2015-10-02Add support for Opus audio formatGeorge Marques
2015-09-26Update documentation for all Sample* classesRémi Verschelde
2015-09-26Merge pull request #2534 from eska014/unpress-hidden-buttonsJuan Linietsky
Fix BaseButtons remaining pressed when hiding while pressed down
2015-09-26Clarify `BaseButton::is_pressed()` documentationeska
2015-09-25Update documentation for TileSet and TimerRémi Verschelde
2015-09-25Sync classes reference template with current code baseRémi Verschelde