| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -94/+47 |
| | | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
| * | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -3/+3 |
| | | |||||
| * | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-03-18 | 1 | -13/+13 |
| | | | | | And move GLTF docs to its module folder. | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-01-04 | 1 | -11/+11 |
| | | |||||
| * | Rename Rect2 and Rect2i grow_margin() to grow_side() | Marcel Admiraal | 2020-12-28 | 1 | -6/+6 |
| | | |||||
| * | Update Rect intersection documentation, and rename method on Mono | Nathan Franke | 2020-12-26 | 1 | -1/+2 |
| | | |||||
| * | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -2/+2 |
| | | |||||
| * | Rename Rect2 and Rect2i clip() to intersection() | Marcel Admiraal | 2020-12-19 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync classref to add operators after #43419 | Rémi Verschelde | 2020-11-10 | 1 | -5/+29 |
| | | |||||
| * | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -9/+25 |
| | | | | | | Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors. | ||||
| * | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | 2020-11-04 | 1 | -1/+1 |
| | | | | | Includes various changes triggered by the refactoring of method bindings. | ||||
| * | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+2 |
| | | |||||
| * | Cross-reference AABB and Rect2 in the class reference | Hugo Locurcio | 2020-09-21 | 1 | -1/+2 |
| | | |||||
| * | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
| | | | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | ||||
| * | Update core documentation to match recent C# changes | Aaron Franke | 2020-07-21 | 1 | -3/+4 |
| | | | | | | | Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
| * | DocData: Fix serialization of Variant default values | Rémi Verschelde | 2020-03-09 | 1 | -1/+1 |
| | | | | | Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com> | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2020-03-09 | 1 | -1/+1 |
| | | |||||
| * | Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()' | Michael Alexsander | 2020-03-04 | 1 | -1/+4 |
| | | |||||
| * | Update docs and bindings for new integer vector types | Rémi Verschelde | 2020-02-25 | 1 | -2/+12 |
| | | |||||
| * | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
| | | |||||
| * | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | ||||
| * | Add docs for is_equal_approx on structures | Aaron Franke | 2019-11-30 | 1 | -1/+2 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-11-08 | 1 | -0/+8 |
| | | |||||
| * | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -3/+3 |
| | | | | | 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 |
| | | |||||
| * | Merge pull request #27465 from ↵ | Rémi Verschelde | 2019-04-05 | 1 | -13/+13 |
| |\ | | | | | | | | | 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 | -13/+13 |
| | | | | | | | | | 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 |
| |/ | |||||
| * | [DOCS] minor classref updates | Chris Bradfield | 2019-03-14 | 1 | -1/+1 |
| | | |||||
| * | doc: Fix wrong references found by new makerst.py | Rémi Verschelde | 2019-01-07 | 1 | -1/+1 |
| | | | | | Thanks @PJB3005 | ||||
| * | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -1/+1 |
| | | | | | Fixes #23509. | ||||
| * | Added description for abs function in Rect2 | unknown | 2018-06-18 | 1 | -0/+1 |
| | | |||||
| * | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -1/+1 |
| | | | | | Also change the <tutorials> structure to make use of individual <link> tags | ||||
| * | 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 | -1/+1 |
| | | |||||
| * | 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/+1 |
| | | | | | Added tutorial display in doc. | ||||
| * | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-12-10 | 1 | -0/+6 |
| | | |||||
| * | 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. | ||||
| * | Added various docs, mostly mathematical basics | Grosskopf | 2017-10-23 | 1 | -11/+13 |
| | | |||||
| * | classref: Sync with current source | Rémi Verschelde | 2017-10-22 | 1 | -11/+11 |
| | | | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip] | ||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-09-13 | 1 | -3/+3 |
| | | | | | [ci skip] | ||||
| * | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+155 |
| possible to save module files in module directories and the build system will recognize them. | |||||
