| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Display better inheritance info in doc | Juan Linietsky | 2016-02-07 | 1 | -1/+35 | |
| | | ||||||
| * | Small makerst improvements | Rémi Verschelde | 2016-02-07 | 1 | -9/+27 | |
| | | ||||||
| * | Enhance xml to rst converter | Rémi Verschelde | 2016-02-07 | 2 | -26/+51 | |
| | | | | | | | | | | | Fixes a number of issues: - Headings underliners now have the correct length - Newline+Tabs in descriptions are replaced by two newlines to make a proper paragraph - [br] are replaced by two newlines, making a proper paragraph - Properly parse internal hyperlinks in constants description - Fix broken internal links due to missing newlines - Show method header even when it has no description, to have something to reference in hyperlinks | |||||
| * | Sync classes ref with code | Rémi Verschelde | 2016-02-07 | 1 | -9/+43 | |
| | | ||||||
| * | Merge pull request #3607 from 29jm/patch-1 | Rémi Verschelde | 2016-02-07 | 1 | -0/+9 | |
| |\ | | | | | Added get_cellv() method to TileMap | |||||
| | * | Added get_cellv() method to TileMap | Johan Manuel | 2016-02-06 | 1 | -0/+9 | |
| | | | ||||||
| * | | -Added RST generator for class reference | Juan Linietsky | 2016-02-06 | 1 | -0/+396 | |
| |/ | ||||||
| * | Variables SpatialSoundServer and SS pointed to SpatialSound2DServer. | Ovnuniarchos | 2016-01-30 | 1 | -2/+2 | |
| | | ||||||
| * | Sync API reference with current code | Rémi Verschelde | 2016-01-26 | 1 | -104/+270 | |
| | | ||||||
| * | replace InputEvent references with GlobalScope in joystick doc | hondres | 2016-01-23 | 1 | -4/+5 | |
| | | ||||||
| * | set_signed_data now works correctly on pcm8 samples. | Ovnuniarchos | 2016-01-21 | 1 | -0/+1 | |
| | | ||||||
| * | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵ | Ovnuniarchos | 2016-01-21 | 1 | -14/+98 | |
| | | | | | AudioServer and Sample. | |||||
| * | add documentation for OS::set_keep_screen_on | volzhs | 2016-01-16 | 1 | -0/+13 | |
| | | ||||||
| * | Add some joystick functions to input. Enables manipulation of mappings at ↵ | hondres | 2016-01-08 | 1 | -23/+131 | |
| | | | | | runtime | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | PhysicsBody2D and descendants documented. | Ovnuniarchos | 2015-12-28 | 1 | -22/+68 | |
| | | ||||||
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -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_node | Rémi Verschelde | 2015-12-28 | 1 | -2/+0 | |
| | | ||||||
| * | Remove bogus argument in sample_get_description | Rémi Verschelde | 2015-12-28 | 1 | -2/+0 | |
| | | | | | Copy-paste mistake from the setter most likely. | |||||
| * | Sync doc with current source | Rémi Verschelde | 2015-12-27 | 1 | -21/+462 | |
| | | ||||||
| * | New area space override modes documented. Also, PhysicsBody2D, Area2D, and ↵ | Ovnuniarchos | 2015-12-22 | 1 | -15/+114 | |
| | | | | | CollisionObject2D. | |||||
| * | Add a Makefile to generate classes doc in various formats | Rémi Verschelde | 2015-12-13 | 8 | -21/+62 | |
| | | | | | All the generated documentation is put in doc/_build. | |||||
| * | Move documentation python tools to doc/tools folder | Rémi Verschelde | 2015-12-12 | 10 | -2/+2560 | |
| | | ||||||
| * | Move doxygen config to doc folder | Rémi Verschelde | 2015-12-12 | 1 | -0/+2432 | |
| | | | | | Also removed logo_small.png and used logo.png instead | |||||
| * | Remove outdated documentation | Rémi Verschelde | 2015-12-12 | 44 | -26902/+0 | |
| | | ||||||
| * | Merge pull request #2868 from akien-mga/pr-fix-can-move-to | Juan Linietsky | 2015-12-08 | 1 | -3/+2 | |
| |\ | | | | | Fix can_move_to and rename it for more clarity | |||||
| | * | Update doc for can_teleport_to | Rémi Verschelde | 2015-11-22 | 1 | -3/+2 | |
| | | | ||||||
| * | | Merge pull request #2993 from leezh/nrex-v0.1 | Juan Linietsky | 2015-12-08 | 1 | -2/+3 | |
| |\ \ | | | | | | | updated the RegEx library nrex to v0.1 | |||||
| | * | | updated nrex documentation | Zher Huei Lee | 2015-12-04 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Add constructor for Image built-in type | Franklin Sobrinho | 2015-12-06 | 1 | -0/+15 | |
| |/ / | ||||||
| * | | Edit documentation for AABB and Rect2. | Bojidar Marinov | 2015-11-29 | 1 | -5/+18 | |
| | | | | | | | | | Docs for AABB were already present, but had a few mistakes. | |||||
| * | | Run -doctool on existing documentation | Bojidar Marinov | 2015-11-29 | 1 | -5/+11 | |
| | | | | | | | | | Also, s/vecor/vector/ | |||||
| * | | Document byte conversion methods for Strings | est31 | 2015-11-24 | 1 | -7/+11 | |
| | | | ||||||
| * | | Fix return type of Matrix32 member vars | Rémi Verschelde | 2015-11-23 | 1 | -3/+3 | |
| | | | | | | | | | Thanks to @bojidar-bg for localising the issue. | |||||
| * | | Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵ | Bojidar Marinov | 2015-11-23 | 1 | -13/+33 | |
| | | | | | | | | | Vector2Array. | |||||
| * | | Update doc with -doctool. | Bojidar Marinov | 2015-11-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix poorly formed documentation xml, text outside of tags | zvodd | 2015-11-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #1931 from Faless/audio_free_rid | Rémi Verschelde | 2015-11-23 | 1 | -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 Alessandrelli | 2015-11-02 | 1 | -1/+1 | |
| | | | | | | | | | to avoid script error due to collision with Object method free | |||||
| * | | Update Vector2.angle() description | Rémi Verschelde | 2015-11-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | Sync doc template with code | Rémi Verschelde | 2015-11-20 | 1 | -83/+138 | |
| | | | ||||||
| * | | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon. | Ovnuniarchos | 2015-11-20 | 1 | -12/+43 | |
| | | | ||||||
| * | | Differences between ConvexPolygon2D and ConcavePolygon2D? | Ovnuniarchos | 2015-11-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | ConvexPolygonShape2D.set_point_cloud documented to do nothing. | Ovnuniarchos | 2015-11-20 | 1 | -4/+4 | |
| | | | ||||||
| * | | Added definition of bias solver. | Ovnuniarchos | 2015-11-20 | 1 | -0/+5 | |
| | | | ||||||
| * | | Merge pull request #2822 from kurikaesu/master | Juan Linietsky | 2015-11-19 | 1 | -3/+41 | |
| |\ \ | | | | | | | HTTPClient docs & request functionality + fixes | |||||
| | * | | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵ | Aren Villanueva | 2015-11-19 | 1 | -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. | Ovnuniarchos | 2015-11-19 | 1 | -1/+5 | |
| |/ / | ||||||
| * | | Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollow | Rémi Verschelde | 2015-11-07 | 1 | -0/+134 | |
| |\ \ | | | | | | | Documented classes Curve*, Path*, and PathFollow* | |||||
| | * | | Documented classes Curve*, Path*, and PathFollow* | Ovnuniarchos | 2015-11-07 | 1 | -0/+134 | |
| | | | | ||||||
