| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 6 | -284/+284 |
| | | | | | (cherry picked from commit 0a5472e697dee57956c2583a50bc5cf5faada5d8) | ||||
| * | doc/base/classes.xml: String.match, Node.find_node | Josh Grams | 2016-04-02 | 1 | -2/+3 |
| | | | | | | | Clarify wildcard behavior. (cherry picked from commit ef08fed277f457249ae4058f2a391bc9e2ebe5bb) | ||||
| * | doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5) | hondres | 2016-03-06 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 1b806ef54e4f74a47e5d922330f63bf53220fffd) | ||||
| * | Add more verbose build-in functions descriptions | Martin Chuckeles | 2016-03-06 | 1 | -28/+143 |
| | | | | | | | Add descriptions for some global constants (cherry picked from commit ff7c89ebaf7303380dee8b9120093f20e35aa5cf) | ||||
| * | Write GDScript documentation | Martin Chuckeles | 2016-03-05 | 1 | -1/+10 |
| | | | | | (cherry picked from commit cd1184d56c89015463ed44d9e4debb9bbe302c6d) | ||||
| * | set_time_scale docs | Stabington | 2016-03-05 | 1 | -0/+1 |
| | | | | | | | This is correct? (cherry picked from commit 6b7ec5de695623c395827533225ce864d3486d4b) | ||||
| * | Quick fixes to tween documentation formatting | Rémi Verschelde | 2016-03-01 | 1 | -12/+2 |
| | | | | | | | Maybe the reST parser should be improved instead though ;) (cherry picked from commit a12c63ef9e6332d0003228e1d8d79a57ef3995fb) | ||||
| * | Sync classes | Rémi Verschelde | 2016-03-01 | 1 | -1/+17 |
| | | |||||
| * | Document Tween class | Bojidar Marinov | 2016-02-29 | 1 | -0/+74 |
| | | | | | (cherry picked from commit 49e1cc6fa90e437bae2477c1825331915e41f4dc) | ||||
| * | applied some typo fixes. see godotengine/godot-docs#18 | David | 2016-02-27 | 1 | -16/+16 |
| | | |||||
| * | doc (NodePath): Rewrite description and all methods. | Josh Grams | 2016-02-22 | 1 | -8/+11 |
| | | |||||
| * | docs: RigidBody2D._integrate_forces: Explain in more detail. | Josh Grams | 2016-02-20 | 1 | -2/+2 |
| | | |||||
| * | update doc on HTTPClient headers case-sensitivity | Alexander Holland | 2016-02-20 | 1 | -1/+7 |
| | | |||||
| * | Remove broken [image] usage in classref | Rémi Verschelde | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3754 from akien-mga/pr-subtract | Rémi Verschelde | 2016-02-17 | 1 | -1/+1 |
| |\ | | | | | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | ||||
| | * | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | 2016-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | ||||
| * | | Add a warning header to each rst file | Rémi Verschelde | 2016-02-17 | 1 | -0/+4 |
| | | | | | | | | | To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST | ||||
| * | | Implement support for [codeblock] tag in help | Rémi Verschelde | 2016-02-17 | 2 | -33/+75 |
| |/ | | | | | It allows to define a multiline space-indented code block that will be properly parsed by the reST converter for the online docs. The in-editor help understand the [codeblock] tag as it supposedly understand [code] already (i.e. it just seems to discard it, though the code was supposed to switch it to a monospace font, but that's likely another issue. | ||||
| * | Fix NavigationPolygon references in _bind_method | Rémi Verschelde | 2016-02-17 | 1 | -12/+13 |
| | | | | | Also sync the doc accordingly | ||||
| * | doc: explain DampedSpringJoint2D parameters. | Josh Grams | 2016-02-17 | 1 | -5/+5 |
| | | |||||
| * | Merge pull request #3710 from AlexHolly/doc-directory | Rémi Verschelde | 2016-02-16 | 1 | -1/+27 |
| |\ | | | | | some doc for directory | ||||
| | * | some doc for directory | Alexander Holland | 2016-02-14 | 1 | -1/+27 |
| | | | |||||
| * | | Bind method is_cell_transposed | Rémi Verschelde | 2016-02-15 | 1 | -0/+11 |
| | | | |||||
| * | | Fix some broken method references | Rémi Verschelde | 2016-02-15 | 1 | -28/+28 |
| | | | | | | | | | + sync template with source | ||||
| * | | Merge pull request #3699 from Hinsbart/doc_os_getname | Rémi Verschelde | 2016-02-13 | 1 | -4/+48 |
| |\ \ | |/ |/| | Doc: add list of possible return values to OS.get_name() description | ||||
| | * | doc: add list of possible return values to OS.get_name() description | hondres | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| | * | "Sync classes reference template with current code base" | hondres | 2016-02-13 | 1 | -3/+47 |
| | | | |||||
| * | | Doc HTTPClient.get_response_headers_as_dictionary() | Alexander Holland | 2016-02-12 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #3627 from lordadamson/master | Rémi Verschelde | 2016-02-08 | 1 | -1/+1 |
| |\ | | | | | renamed function get_video_texutre to get_video_texture | ||||
| | * | renamed function get_video_texutre to get_video_texture | Adham Zahran | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3625 from lordadamson/master | Rémi Verschelde | 2016-02-07 | 1 | -1/+1 |
| |\| | | | | | 'radian' to 'radians' :D | ||||
| | * | just a small type | Adham Zahran | 2016-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3624 from lordadamson/master | Rémi Verschelde | 2016-02-07 | 1 | -135/+135 |
| |\| | | | | | fixing typos all over the place | ||||
| | * | fixing typos all over the place | Adham Zahran | 2016-02-07 | 1 | -135/+135 |
| | | | |||||
| * | | Merge pull request #3619 from lordadamson/master | Rémi Verschelde | 2016-02-07 | 1 | -1/+2 |
| |\| | | | | | description for Input.is_mouse_button_pressed() | ||||
| | * | description for Input.is_mouse_button_pressed() | Adham Zahran | 2016-02-07 | 1 | -1/+2 |
| | | | |||||
| * | | Improve parsing of [method ...] tags | Rémi Verschelde | 2016-02-07 | 2 | -27/+19 |
| |/ | | | | Also improve some code display. | ||||
| * | Fix badly formatted tags in XML | Rémi Verschelde | 2016-02-07 | 2 | -44/+48 |
| | | | | | Also add parsing of [code] tags in RST converter | ||||
| * | 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. | ||||
