summaryrefslogtreecommitdiffstats
path: root/doc/classes/PackedScene.xml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-2/+2
|
* Mark underscored properties as internalRaul Santos2024-07-301-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 improvementsaaronp642024-05-011-2/+2
| | | | | | - Updated _bundled description to refer to "names" key instead of "rnames" - Added description for pack method
* Update links to outdated asset library demosskyace652024-04-071-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 Ships2024-02-291-1/+1
|
* Update class reference to include some keywordsRedMser2024-02-091-1/+1
| | | | More should be added in future PRs, wherever there is demand.
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-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 headerRémi Verschelde2023-07-061-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-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add unbinds to scnkobewi2023-02-011-1/+1
|
* Swap arguments of ResourceSaver.save()Evanaellio2022-09-211-2/+2
|
* Merge pull request #64410 from MewPurPur/rename-notification-instancedRémi Verschelde2022-08-301-1/+1
|\
| * Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATEDVolTer2022-08-161-1/+1
| |
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-3/+3
| |
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-2/+2
|/
* Various code and documentation improvementskobewi2022-03-051-1/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-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 Verschelde2022-01-181-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 textskobewi2021-11-231-2/+2
|
* Add property value pinningPedro J. Estébanez2021-11-081-0/+4
|
* Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-13/+13
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-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 verbLightning_A2021-06-191-7/+7
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* fixed typo in packedsceneEmily2021-02-111-1/+1
|
* Docs: Port Code Examples to C# (M, N, O, P, R)HaSa10022020-11-091-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 referenceAaron Franke2020-10-011-0/+1
|
* Document how to instance a PackedScene and add it as a childHugo Locurcio2020-07-091-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 documentationHugo Locurcio2020-04-171-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 additionsRémi Verschelde2020-02-251-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-1/+1
| | | | Handle removal of Pool*Array types and other recent changes.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-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 sourceRémi Verschelde2019-07-151-11/+1
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-1/+11
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-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] hyperlinksRémi Verschelde2019-06-271-1/+1
|
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-2/+2
|
* Fixed typosMrVallentin2018-11-041-1/+1
|
* doc: Fix invalid [enum] usesRémi Verschelde2018-10-311-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-10-251-5/+1
|
* more detailed example for usage of PackedSceneAshafix2018-10-241-2/+19
|
* [Docs] Fix some broken linksKelly Thomas2018-10-061-1/+1
|
* [Docs] Remove double-spaces from descriptions, as well a couple other small ↵LikeLakers22018-09-231-1/+1
| | | | fixes
* [DOCS] Node & PackedScene (#17833)Max Hilbrunner2018-03-281-1/+8
| | | | | | * [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|