Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | Merge pull request #3627 from lordadamson/master | Rémi Verschelde | |
renamed function get_video_texutre to get_video_texture | |||
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran | |
2016-02-07 | Merge pull request #3625 from lordadamson/master | Rémi Verschelde | |
'radian' to 'radians' :D | |||
2016-02-07 | just a small type | Adham Zahran | |
2016-02-07 | Merge pull request #3624 from lordadamson/master | Rémi Verschelde | |
fixing typos all over the place | |||
2016-02-07 | fixing typos all over the place | Adham Zahran | |
2016-02-07 | Merge pull request #3619 from lordadamson/master | Rémi Verschelde | |
description for Input.is_mouse_button_pressed() | |||
2016-02-07 | description for Input.is_mouse_button_pressed() | Adham Zahran | |
2016-02-07 | Improve parsing of [method ...] tags | Rémi Verschelde | |
Also improve some code display. | |||
2016-02-07 | Fix badly formatted tags in XML | Rémi Verschelde | |
Also add parsing of [code] tags in RST converter | |||
2016-02-07 | Sync classes ref with code | Rémi Verschelde | |
2016-02-06 | Added get_cellv() method to TileMap | Johan Manuel | |
2016-01-30 | Variables SpatialSoundServer and SS pointed to SpatialSound2DServer. | Ovnuniarchos | |
2016-01-26 | Sync API reference with current code | Rémi Verschelde | |
2016-01-23 | replace InputEvent references with GlobalScope in joystick doc | hondres | |
2016-01-21 | set_signed_data now works correctly on pcm8 samples. | Ovnuniarchos | |
2016-01-21 | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵ | Ovnuniarchos | |
AudioServer and Sample. | |||
2016-01-16 | add documentation for OS::set_keep_screen_on | volzhs | |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at ↵ | hondres | |
runtime | |||
2015-12-28 | PhysicsBody2D and descendants documented. | Ovnuniarchos | |
2015-12-28 | Add missing argument names in GDScript bindings | Ré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-28 | Remove bogus argument in body_get_node | Rémi Verschelde | |
2015-12-28 | Remove bogus argument in sample_get_description | Rémi Verschelde | |
Copy-paste mistake from the setter most likely. | |||
2015-12-27 | Sync doc with current source | Rémi Verschelde | |
2015-12-22 | New area space override modes documented. Also, PhysicsBody2D, Area2D, and ↵ | Ovnuniarchos | |
CollisionObject2D. | |||
2015-12-08 | Merge pull request #2868 from akien-mga/pr-fix-can-move-to | Juan Linietsky | |
Fix can_move_to and rename it for more clarity | |||
2015-12-08 | Merge pull request #2993 from leezh/nrex-v0.1 | Juan Linietsky | |
updated the RegEx library nrex to v0.1 | |||
2015-12-06 | Add constructor for Image built-in type | Franklin Sobrinho | |
2015-12-04 | updated nrex documentation | Zher Huei Lee | |
2015-11-29 | Edit documentation for AABB and Rect2. | Bojidar Marinov | |
Docs for AABB were already present, but had a few mistakes. | |||
2015-11-29 | Run -doctool on existing documentation | Bojidar Marinov | |
Also, s/vecor/vector/ | |||
2015-11-24 | Document byte conversion methods for Strings | est31 | |
2015-11-23 | Fix return type of Matrix32 member vars | Rémi Verschelde | |
Thanks to @bojidar-bg for localising the issue. | |||
2015-11-23 | Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵ | Bojidar Marinov | |
Vector2Array. | |||
2015-11-23 | Update doc with -doctool. | Bojidar Marinov | |
2015-11-22 | Update doc for can_teleport_to | Rémi Verschelde | |
2015-11-20 | Update Vector2.angle() description | Rémi Verschelde | |
2015-11-20 | Sync doc template with code | Rémi Verschelde | |
2015-11-20 | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon. | Ovnuniarchos | |
2015-11-20 | Differences between ConvexPolygon2D and ConcavePolygon2D? | Ovnuniarchos | |
2015-11-20 | ConvexPolygonShape2D.set_point_cloud documented to do nothing. | Ovnuniarchos | |
2015-11-20 | Added definition of bias solver. | Ovnuniarchos | |
2015-11-19 | Merge pull request #2822 from kurikaesu/master | Juan Linietsky | |
HTTPClient docs & request functionality + fixes | |||
2015-11-19 | Fixes 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-19 | Changed capabilities list. | Ovnuniarchos | |
2015-11-07 | Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollow | Rémi Verschelde | |
Documented classes Curve*, Path*, and PathFollow* | |||
2015-11-07 | Documented classes Curve*, Path*, and PathFollow* | Ovnuniarchos | |
2015-11-03 | Regex class documented. For some reason, parameter descriptors don\'t appear. | Ovnuniarchos | |
2015-11-02 | Merge pull request #2680 from Brickcaster/onceagain | Rémi Verschelde | |
Added a few notes to classes.xml | |||
2015-11-01 | Added description to classes/ScrollContainer | Brickcaster | |
Added description to help understand how to utilize the ScrollContainer node. |