summaryrefslogtreecommitdiffstats
path: root/doc/classes/PCKPacker.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for PCK patches to remove filesJuan2024-11-111-2/+9
| | | | Co-authored-by: Mikael Hermansson <mikael@hermansson.io>
* Clarify PCK path argument in `PCKPacker.pck_start`Rynzier2024-09-231-2/+2
| | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* [Doc] Fix casing of some C# namesA Thousand Ships2024-03-201-1/+1
|
* 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?
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-3/+3
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-8/+8
|
* 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.
* Fix divide by zero in pck_packerPaulb232021-11-171-2/+2
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-22/+11
| | | | | | | | 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 Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
|
* Docs: Port Code Examples to C# (M, N, O, P, R)HaSa10022020-11-091-2/+10
| | | | | | | | | | | | | | | | | | | | Includes: * MarginContainer * NavigationPolygon * Node * NodePath * OS * PackedByteArray * PackedScene * PacketPeerUDP * PCKPacker * Performance * PhysicsShapeQueryParameters2D * PhysicsShapeQueryParameters3D * PrimitiveMesh * ProjectSettings Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-0/+6
| | | | Change default encryption mode from ECB to CFB.
* 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.
* Merge pull request #34164 from Calinou/pckpacker-optional-argsRémi Verschelde2019-12-091-4/+4
|\ | | | | Make some arguments in PCKPacker methods optional
| * Make some arguments in PCKPacker methods optionalHugo Locurcio2019-12-071-4/+4
| | | | | | | | | | Those arguments aren't required for most common use cases, so making them optional should help with code readability.
* | Improve the PCKPacker class documentationHugo Locurcio2019-12-071-2/+5
|/
* doc: PCKPacker class example codeIlyaStuurFedorov2019-11-121-0/+9
|
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* 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
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-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: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+43
possible to save module files in module directories and the build system will recognize them.