summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimatedTexture.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-1/+1
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+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'
* Documentation: Unify deprecationsDanil Alexeev2023-06-071-1/+2
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Remove unexposed ProxyTexture, mark AnimatedTexture as deprecatedRémi Verschelde2023-02-171-1/+2
| | | | | | | | | | | | | According to reduz: > [AnimatedTexture] should be removed together with ProxyTexture, its just > not efficient at all in Vulkan and causes invalidation of all descriptor > sets depending on it > it was needed mostly for animated tilemaps, but nowadays there is not a lot > of reason for it Marking AnimatedTexture as deprecated accordingly, until we reach consensus for removing it completely.
* Fix AnimatedTexture inconsistency when setting frameTecelli Akıntuğ2023-02-161-1/+1
|
* Fix default values on virtual classes causing errors in projectsAaron Franke2022-11-091-0/+1
|
* Rework AnimatedTexture's `fps` into `speed_scale`Micky2022-09-061-17/+9
| | | | | | | | `fps` has been turned into `speed_scale`. It now affects the scale of the entire animation. If `speed_scale` is a negative value, the animation is played in reverse. `frame_n/delay_sec` has been renamed to `frame_n/duration` _(prefixes exist, making the previous name redundant)_. Setters and getters, documentation updated, too.
* Rename AnimatedTexture `oneshot` to `one_shot`Micky2022-09-011-1/+1
| | | | | | AnimatedTexture.`oneshot` -> `one_shot` For consistency. Every other exposed `one_shot` is spaced out like this.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-6/+6
|
* 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.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-20/+10
| | | | | | | | 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.
* Make the lack of AtlasTexture support in AnimatedTexture more prominentHugo Locurcio2020-08-171-1/+2
| | | | See https://github.com/godotengine/godot/issues/33855.
* doc: Sync classref with current sourceRémi Verschelde2020-05-011-1/+1
|
* Add set_frame, pause, and oneshot to AnimatedTextureRevan Ji2020-04-291-0/+9
| | | | Add API documentation for said changes.
* doc: Update classref with node renamesRémi Verschelde2020-03-301-2/+2
| | | | A few extra renames for classes which were missed in last week's PRs.
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-7/+6
| | | | | | | | Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
* 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: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-1/+1
| | | | | | | Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
* Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde2019-09-241-0/+1
|\ | | | | Add overriden properties to the documentation
| * Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+1
| |
* | Mention that AnimatedTexture doesn't support atlasesTomasz Chabora2019-09-131-1/+1
|/
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-2/+2
| | | | They are now generated automatically by doctool.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-2/+2
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* Merge pull request #27465 from ↵Rémi Verschelde2019-04-051-3/+3
|\ | | | | | | | | 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 Etcheverry2019-03-291-3/+3
| | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* [DOCS] minor classref updatesChris Bradfield2019-03-141-8/+8
|
* Document AnimatedTexture and bind MAX_FRAMES constantRémi Verschelde2019-01-271-0/+22
| | | | Closes #24935.
* Mark AnimatedTexture frame_* properties as internalRémi Verschelde2018-09-131-1024/+36
| | | | | This way they no longer appear in the documentation, and the related setters and getters do.
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-0/+1045
Fix various missing arguments in bindings.