summaryrefslogtreecommitdiffstats
path: root/doc/classes/CPUParticles2D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix miscellaneous oddities around the class referenceMicky2024-08-181-1/+1
|
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvementAnutrix2023-11-111-1/+1
|
* Improve the top docs sections of VFX classesMewPurPur2023-08-111-1/+1
|
* Add detail to emitting docs for particlesclayjohn2023-07-211-1/+1
| | | | Highlight when emitting will and won't restart emission
* Add `finished` signal to CPUParticlesHolonProduction2023-07-121-0/+7
|
* 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?
* Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner2022-10-211-1/+1
|\ | | | | Fix minor mistakes throughout the documentation
| * Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
| |
* | Fill random docskobewi2022-10-071-0/+34
|/
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-1/+1
| | | | Also affects their file names, related classes and documentation.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-13/+13
|
* Use global coordinates for particles by defaultHugo Locurcio2022-08-021-2/+2
| | | | | | | | Particles won't move or rotate anymore with the node (or its parents) by default. This new default behavior is generally more suited to most use cases. Local coordinates can still be enabled on a per-node basis. This affects both 2D and 3D particles, and both CPU and GPU-based particles.
* Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde2022-03-181-4/+7
|\ | | | | ParticleMaterial: Sphere emission shape emitting from the volume.
| * Fixed sphere emission shape to emit particles in a spheres volume and added ↵Raffaele Picca2021-12-061-4/+7
| | | | | | | | "Sphere Surface" to keep the old behaviour.
* | 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.
* | Random initial color parameter for ParticleMaterialRaffaele Picca2021-12-031-0/+3
|/ | | | Works with 2D and 3D GPU Particles
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* moved particle parameters to minmax and split scale axisQbieShay2021-08-221-85/+63
| | | | | | | This commit adds quite a chunk of modifications to particles - particle (value + randomness) now use min and max instead - passing a curveXYZtexture is now possible and will scale particles per-axis - CPUParticle3D have an optional parameter to split the scale curve per-axis
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-46/+23
| | | | | | | | 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.
* Fix color properties of particle nodes/materialHendrik Brucker2021-07-041-1/+1
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-3/+3
|
* Increase the default 2D gravity to 980.0Hugo Locurcio2021-05-051-1/+1
| | | | | | This makes 2D RigidBody physics feel less floaty out of the box. This closes https://github.com/godotengine/godot-proposals/issues/98.
* Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke2020-12-041-13/+13
| | | "Flags" was a bit too ambiguous, and in 3D it hid GeometryInstance.Flags
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-4/+0
| | | | Includes various changes triggered by the refactoring of method bindings.
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Document the expected normal map coordinate system where relevantHugo Locurcio2020-05-041-0/+1
|
* 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-181-3/+3
| | | | Handle removal of Pool*Array types and other recent changes.
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-2/+2
| | | | | | | | 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.
* Complete various class referencesclayjohn2020-01-261-0/+3
|
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-2/+8
| | | | | | | | | | | | | - Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_<number>` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`.
* doc: Timer.autostart resets to false on startRémi Verschelde2020-01-191-1/+1
| | | | Fixes #35289.
* Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde2020-01-161-0/+3
| | | | | | Fixes #29777. Co-authored-by: Cameron Reikes <cameronreikes@gmail.com>
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-27/+27
|
* added individual particle random lifetimeclayjohn2019-07-141-0/+3
|
* DocData: Re-expose parametric setters and gettersRémi Verschelde2019-07-041-0/+72
| | | | | | | | | Setters and getters have been hidden from the documentation when the matching properties have been exposed, but some of them are parametric and require the name or index of a given parameter to be used. So they need to be properly documented with the type and name of the arguments they take. For example, CPUParticles' `set_param(Parameter param, float value)`.
* doc: Sync classref with current sourceRémi Verschelde2019-07-021-0/+3
|
* CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2DRémi Verschelde2019-06-301-1/+1
| | | | | This was likely a typo, 10 times the standard gravity is 98.0665 (ca. 98), not 98.8.
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-5/+5
| | | | Applying #30187.
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-24/+24
| | | | They are now generated automatically by doctool.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-61/+61
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-4/+4
| | | | | | | | | | | | | - 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: Sync classref with current sourceRémi Verschelde2019-06-181-2/+2
| | | | Fix a few bugs.
* change emit shape circle to sphere in CPUParticles2Dclayjohn2019-06-171-2/+2
|
* doc: Fix formatting, typos and some descriptions in new docstringsRémi Verschelde2019-06-151-7/+7
|