Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-16 | Merge pull request #3710 from AlexHolly/doc-directory | Rémi Verschelde | |
some doc for directory | |||
2016-02-15 | Bind method is_cell_transposed | Rémi Verschelde | |
2016-02-15 | Fix some broken method references | Rémi Verschelde | |
+ sync template with source | |||
2016-02-14 | some doc for directory | Alexander Holland | |
2016-02-13 | Merge pull request #3699 from Hinsbart/doc_os_getname | Rémi Verschelde | |
Doc: add list of possible return values to OS.get_name() description | |||
2016-02-13 | doc: add list of possible return values to OS.get_name() description | hondres | |
2016-02-13 | "Sync classes reference template with current code base" | hondres | |
2016-02-12 | Doc HTTPClient.get_response_headers_as_dictionary() | Alexander Holland | |
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 | Display better inheritance info in doc | Juan Linietsky | |
2016-02-07 | Small makerst improvements | Rémi Verschelde | |
2016-02-07 | Enhance xml to rst converter | Rémi Verschelde | |
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 | |||
2016-02-07 | Sync classes ref with code | Rémi Verschelde | |
2016-02-07 | Merge pull request #3607 from 29jm/patch-1 | Rémi Verschelde | |
Added get_cellv() method to TileMap | |||
2016-02-06 | -Added RST generator for class reference | Juan Linietsky | |
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 | |||
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
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-13 | Add a Makefile to generate classes doc in various formats | Rémi Verschelde | |
All the generated documentation is put in doc/_build. | |||
2015-12-12 | Move documentation python tools to doc/tools folder | Rémi Verschelde | |
2015-12-12 | Move doxygen config to doc folder | Rémi Verschelde | |
Also removed logo_small.png and used logo.png instead | |||
2015-12-12 | Remove outdated documentation | Rémi Verschelde | |
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 | |