Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -2/+2 |
| | |||||
* | Mark underscored properties as internal | Raul Santos | 2024-07-30 | 1 | -6/+0 |
| | | | | | | | | These properties look like they were intended to be internal but they were missing the `PROPERTY_USAGE_INTERNAL` flag. - `PackedScene::_bundled` - `PortableCompressedTexture2D::_data` - `ImporterMesh::_data` | ||||
* | Minor PackedScene documentation improvements | aaronp64 | 2024-05-01 | 1 | -2/+2 |
| | | | | | | - Updated _bundled description to refer to "names" key instead of "rnames" - Added description for pack method | ||||
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -1/+1 |
| | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com> | ||||
* | [Doc] Fix some incorrect uses of "children" | A Thousand Ships | 2024-02-29 | 1 | -1/+1 |
| | |||||
* | Update class reference to include some keywords | RedMser | 2024-02-09 | 1 | -1/+1 |
| | | | | More should be added in future PRs, wherever there is demand. | ||||
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -2/+2 |
| | | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors. | ||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Add unbinds to scn | kobewi | 2023-02-01 | 1 | -1/+1 |
| | |||||
* | Swap arguments of ResourceSaver.save() | Evanaellio | 2022-09-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #64410 from MewPurPur/rename-notification-instanced | Rémi Verschelde | 2022-08-30 | 1 | -1/+1 |
|\ | |||||
| * | Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED | VolTer | 2022-08-16 | 1 | -1/+1 |
| | | |||||
* | | Restore RigidBody2/3D, SoftBody names in physics | fabriceci | 2022-08-26 | 1 | -3/+3 |
| | | |||||
* | | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -2/+2 |
|/ | |||||
* | Various code and documentation improvements | kobewi | 2022-03-05 | 1 | -1/+1 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde | 2022-01-18 | 1 | -1/+1 |
| | | | | | Also make sure to always convert multiline dictionaries to a single line for its EditorHelp representation, as multiline values break formatting. | ||||
* | Improve various texts | kobewi | 2021-11-23 | 1 | -2/+2 |
| | |||||
* | Add property value pinning | Pedro J. Estébanez | 2021-11-08 | 1 | -0/+4 |
| | |||||
* | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | 2021-09-16 | 1 | -13/+13 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -12/+6 |
| | | | | | | | | 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. | ||||
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -7/+7 |
| | |||||
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -1/+1 |
| | |||||
* | fixed typo in packedscene | Emily | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | Docs: Port Code Examples to C# (M, N, O, P, R) | HaSa1002 | 2020-11-09 | 1 | -7/+42 |
| | | | | | | | | | | | | | | | | | | | | Includes: * MarginContainer * NavigationPolygon * Node * NodePath * OS * PackedByteArray * PackedScene * PacketPeerUDP * PCKPacker * Performance * PhysicsShapeQueryParameters2D * PhysicsShapeQueryParameters3D * PrimitiveMesh * ProjectSettings Co-authored-by: Aaron Franke <arnfranke@yahoo.com> | ||||
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
| | |||||
* | Document how to instance a PackedScene and add it as a child | Hugo Locurcio | 2020-07-09 | 1 | -0/+7 |
| | | | | | | | This information was already present in `@GDScript.preload()`, but it's not easy to find. This closes https://github.com/godotengine/godot-docs/issues/3338. | ||||
* | Check for errors when saving in the ResourceSaver example documentation | Hugo Locurcio | 2020-04-17 | 1 | -5/+7 |
| | | | | | | | This also replaces a non-breaking space that was accidentally added in the EditorFeatureProfile documentation. This closes #31393. | ||||
* | doc: Sync classref for Packed{Int,Float}{32,64}Array additions | Rémi Verschelde | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-02-18 | 1 | -1/+1 |
| | | | | Handle removal of Pool*Array types and other recent changes. | ||||
* | 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. | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-07-15 | 1 | -11/+1 |
| | |||||
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -1/+11 |
| | | | | Thanks to @bojidar-bg's impressive work in #29380. | ||||
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -9/+12 |
| | | | | | | | | | | | | | - 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: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
| | |||||
* | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | doc: Fix wrong references found by Sphinx and new makerst.py | Rémi Verschelde | 2019-01-07 | 1 | -2/+2 |
| | |||||
* | Fixed typos | MrVallentin | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | doc: Fix invalid [enum] uses | Rémi Verschelde | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | doc: Sync with current source | Rémi Verschelde | 2018-10-25 | 1 | -5/+1 |
| | |||||
* | more detailed example for usage of PackedScene | Ashafix | 2018-10-24 | 1 | -2/+19 |
| | |||||
* | [Docs] Fix some broken links | Kelly Thomas | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | [Docs] Remove double-spaces from descriptions, as well a couple other small ↵ | LikeLakers2 | 2018-09-23 | 1 | -1/+1 |
| | | | | fixes | ||||
* | [DOCS] Node & PackedScene (#17833) | Max Hilbrunner | 2018-03-28 | 1 | -1/+8 |
| | | | | | | * [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO | ||||
* | 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 |
| |