aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some joystick functions to input. Enables manipulation of mappings at ↵hondres2016-01-081-23/+131
| | | | runtime
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* PhysicsBody2D and descendants documented.Ovnuniarchos2015-12-281-22/+68
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-140/+140
| | | | | 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).
* Remove bogus argument in body_get_nodeRémi Verschelde2015-12-281-2/+0
|
* Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-281-2/+0
| | | | Copy-paste mistake from the setter most likely.
* Sync doc with current sourceRémi Verschelde2015-12-271-21/+462
|
* New area space override modes documented. Also, PhysicsBody2D, Area2D, and ↵Ovnuniarchos2015-12-221-15/+114
| | | | CollisionObject2D.
* Add a Makefile to generate classes doc in various formatsRémi Verschelde2015-12-138-21/+62
| | | | All the generated documentation is put in doc/_build.
* Move documentation python tools to doc/tools folderRémi Verschelde2015-12-1210-2/+2560
|
* Move doxygen config to doc folderRémi Verschelde2015-12-121-0/+2432
| | | | Also removed logo_small.png and used logo.png instead
* Remove outdated documentationRémi Verschelde2015-12-1244-26902/+0
|
* Merge pull request #2868 from akien-mga/pr-fix-can-move-toJuan Linietsky2015-12-081-3/+2
|\ | | | | Fix can_move_to and rename it for more clarity
| * Update doc for can_teleport_toRémi Verschelde2015-11-221-3/+2
| |
* | Merge pull request #2993 from leezh/nrex-v0.1Juan Linietsky2015-12-081-2/+3
|\ \ | | | | | | updated the RegEx library nrex to v0.1
| * | updated nrex documentationZher Huei Lee2015-12-041-2/+3
| | |
* | | Add constructor for Image built-in typeFranklin Sobrinho2015-12-061-0/+15
|/ /
* | Edit documentation for AABB and Rect2.Bojidar Marinov2015-11-291-5/+18
| | | | | | | | Docs for AABB were already present, but had a few mistakes.
* | Run -doctool on existing documentationBojidar Marinov2015-11-291-5/+11
| | | | | | | | Also, s/vecor/vector/
* | Document byte conversion methods for Stringsest312015-11-241-7/+11
| |
* | Fix return type of Matrix32 member varsRémi Verschelde2015-11-231-3/+3
| | | | | | | | Thanks to @bojidar-bg for localising the issue.
* | Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵Bojidar Marinov2015-11-231-13/+33
| | | | | | | | Vector2Array.
* | Update doc with -doctool.Bojidar Marinov2015-11-231-1/+1
| |
* | fix poorly formed documentation xml, text outside of tagszvodd2015-11-231-2/+2
| |
* | Merge pull request #1931 from Faless/audio_free_ridRémi Verschelde2015-11-231-1/+1
|\ \ | |/ |/| Expose AudioServer::free(RID rid) as AudioServer.free_rid(RID rid)
| * Expose AudioServer::free(RID rid) as AudioServer::free_rid(RID rid)Fabio Alessandrelli2015-11-021-1/+1
| | | | | | | | to avoid script error due to collision with Object method free
* | Update Vector2.angle() descriptionRémi Verschelde2015-11-201-0/+2
| |
* | Sync doc template with codeRémi Verschelde2015-11-201-83/+138
| |
* | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos2015-11-201-12/+43
| |
* | Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos2015-11-201-1/+2
| |
* | ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos2015-11-201-4/+4
| |
* | Added definition of bias solver.Ovnuniarchos2015-11-201-0/+5
| |
* | Merge pull request #2822 from kurikaesu/masterJuan Linietsky2015-11-191-3/+41
|\ \ | | | | | | HTTPClient docs & request functionality + fixes
| * | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵Aren Villanueva2015-11-191-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Changed capabilities list.Ovnuniarchos2015-11-191-1/+5
|/ /
* | Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollowRémi Verschelde2015-11-071-0/+134
|\ \ | | | | | | Documented classes Curve*, Path*, and PathFollow*
| * | Documented classes Curve*, Path*, and PathFollow*Ovnuniarchos2015-11-071-0/+134
| | |
* | | Regex class documented. For some reason, parameter descriptors don\'t appear.Ovnuniarchos2015-11-031-1/+31
| |/ |/|
* | Merge pull request #2680 from Brickcaster/onceagainRémi Verschelde2015-11-021-5/+7
|\ \ | | | | | | Added a few notes to classes.xml
| * | Added description to classes/ScrollContainerBrickcaster2015-11-011-0/+2
| | | | | | | | | | | | | | | Added description to help understand how to utilize the ScrollContainer node.
| * | classes/color - Documenting a trick with set_modulateBrickcaster2015-11-011-2/+2
| | | | | | | | | | | | I wanted to document a trick using class color to highlight a sprite.
| * | Updated classes/matrix32Brickcaster2015-10-251-3/+3
| |/ | | | | | | | | The 3 members of a matrix 32 are Vector2, not float. Updated documentation to reflect this.
* | Add missing reference documentation for Array classGeorge Marques2015-10-201-0/+7
| |
* | Syncing classes.xml with current binaryGeorge Marques2015-10-201-53/+243
|/
* GraphEdit and GraphNode documentationJulian Murgia - StraToN2015-10-161-29/+79
|
* Add support for Opus audio formatGeorge Marques2015-10-021-0/+12
|
* Update documentation for all Sample* classesRémi Verschelde2015-09-261-69/+127
|
* Merge pull request #2534 from eska014/unpress-hidden-buttonsJuan Linietsky2015-09-261-1/+1
|\ | | | | Fix BaseButtons remaining pressed when hiding while pressed down
| * Clarify `BaseButton::is_pressed()` documentationeska2015-09-261-1/+1
| |
* | Update documentation for TileSet and TimerRémi Verschelde2015-09-251-13/+39
| |