Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Remove null default values that can't be determined | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
| | | | | Applying #30187. | ||||
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -2/+2 |
| | | | | Thanks to @bojidar-bg's impressive work in #29380. | ||||
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -12/+17 |
| | | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | ||||
* | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | 2019-04-22 | 1 | -2/+2 |
|\ | | | | | Consistently wrap booleans in [code] | ||||
| * | Consistently wrap booleans in [code] | Tomasz Chabora | 2019-04-17 | 1 | -2/+2 |
| | | |||||
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #27465 from ↵ | Rémi Verschelde | 2019-04-05 | 1 | -4/+4 |
|\ | | | | | | | | | neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support | ||||
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry | 2019-03-29 | 1 | -4/+4 |
| | | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class. | ||||
* | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
|/ | |||||
* | doc: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | doc: Fix formatting in code blocks | Rémi Verschelde | 2018-12-14 | 1 | -7/+7 |
| | |||||
* | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -2/+2 |
| | | | | Fixes #23509. | ||||
* | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -2/+2 |
| | | | | Also change the <tutorials> structure to make use of individual <link> tags | ||||
* | Enhance HTTPClient.query_string_from_dict() | Pedro J. Estébanez | 2018-03-27 | 1 | -0/+6 |
| | |||||
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | ||||
* | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | ||||
* | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | doc: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | 2018-01-25 | 1 | -2/+2 |
| | |||||
* | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -1/+1 |
| | | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). | ||||
* | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 1 | -0/+2 |
| | | | | Added tutorial display in doc. | ||||
* | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Update docs | Bojidar Marinov | 2018-01-12 | 1 | -32/+8 |
| | | | | [ci skip] | ||||
* | Bind TextEdit.deselect and update documentation | Rémi Verschelde | 2017-12-16 | 1 | -1/+2 |
| | |||||
* | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner | 2017-12-12 | 1 | -2/+41 |
| | |||||
* | [DOCS] HTTPClient & HTTPRequest | mhilbrunner | 2017-12-10 | 1 | -18/+88 |
| | |||||
* | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 1 | -68/+68 |
| | |||||
* | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | doc: Remove revision.module_config from version string | Rémi Verschelde | 2017-11-15 | 1 | -1/+1 |
| | | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | ||||
* | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | 2017-10-26 | 1 | -18/+0 |
| | | | | | These were never implemented, the request* methods provide parameters to send body data as part of the client's requests. | ||||
* | classref: Sync with current source | Rémi Verschelde | 2017-10-22 | 1 | -3/+3 |
| | | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip] | ||||
* | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+356 |
possible to save module files in module directories and the build system will recognize them. |