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: Remove hardcoded default values from descriptions | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
| | | | | They are now generated automatically by doctool. | ||||
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -9/+9 |
| | | | | Thanks to @bojidar-bg's impressive work in #29380. | ||||
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | - 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: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-04-15 | 1 | -0/+4 |
| | |||||
* | Merge pull request #27465 from ↵ | Rémi Verschelde | 2019-04-05 | 1 | -2/+2 |
|\ | | | | | | | | | 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 | -2/+2 |
| | | | | | | | | 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: 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 | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-04-10 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | 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 | -49/+10 |
| | | | | [ci skip] | ||||
* | [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) | Will Nations | 2017-12-07 | 1 | -0/+2 |
| | |||||
* | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | 2017-11-24 | 1 | -64/+0 |
| | |||||
* | 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. | ||||
* | Unify degree members and properties | letheed | 2017-11-10 | 1 | -3/+3 |
| | |||||
* | classref: Sync with current source | Rémi Verschelde | 2017-10-22 | 1 | -1/+1 |
| | | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip] | ||||
* | [DOCS] CanvasLayer member descriptions | Chris Bradfield | 2017-09-16 | 1 | -2/+6 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-09-13 | 1 | -4/+4 |
| | | | | [ci skip] | ||||
* | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+144 |
possible to save module files in module directories and the build system will recognize them. |