Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix miscellaneous oddities around the class reference | Micky | 2024-08-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #90310 from mhilbrunner/OutdatedDemos | Rémi Verschelde | 2024-04-08 | 1 | -1/+1 |
|\ | | | | | | | Update links to outdated asset library demos | ||||
| * | 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> | ||||
* | | Merge pull request #83622 from Gatada/patch-1 | Rémi Verschelde | 2024-04-08 | 1 | -4/+8 |
|\ \ | |/ |/| | | | Clarify emitting behavior of GPU particles | ||||
| * | Clarifies emitting behavior of 2D and 3D GPU particles | Johan H. W. Basberg | 2024-03-07 | 1 | -4/+8 |
| | | |||||
* | | Explain parameter usage in GPUParticles3D.xml and GPUParticles2D.xml | thmasn | 2023-12-05 | 1 | -0/+1 |
| | | | | | | | | Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | ||||
* | | Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvement | Anutrix | 2023-11-11 | 1 | -1/+2 |
| | | |||||
* | | OpenGL: Fix uninitialized memory usage for GPUPartciles `interp_to_end` | Rémi Verschelde | 2023-10-30 | 1 | -1/+1 |
| | | | | | | | | Fixes #84072. | ||||
* | | Improve documentation related for particle subemitters, collision and attractors | Hugo Locurcio | 2023-10-25 | 1 | -4/+10 |
|/ | | | | | This also describes how to set up particle flipbook animation in GPUParticles2D's texture property. | ||||
* | Particle internal refactor and additions for more artistic control | QbieShay | 2023-10-10 | 1 | -0/+8 |
| | | | | | | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Raul Santos <raulsntos@gmail.com> Co-authored-by: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com> Co-authored-by: Clay John <claynjohn@gmail.com> | ||||
* | 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. | ||||
* | Add motion vector support for GPU 3D Particles. | Dario | 2023-08-28 | 1 | -0/+1 |
| | | | | Add the capability of resizing the transforms buffer for particles to be double its size and alternate where the current output is written to. Only works for particles that use index as their draw order. | ||||
* | Merge pull request #80779 from Chaosus/cpuparticles_converter | Rémi Verschelde | 2023-08-21 | 1 | -0/+7 |
|\ | | | | | | | Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D) | ||||
| * | Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D) | Yuri Roubinski | 2023-08-19 | 1 | -0/+7 |
| | | |||||
* | | Add missing tutorials to documentation classes | Hugo Locurcio | 2023-08-19 | 1 | -0/+1 |
|/ | |||||
* | Improve the top docs sections of VFX classes | MewPurPur | 2023-08-11 | 1 | -1/+1 |
| | |||||
* | Add detail to emitting docs for particles | clayjohn | 2023-07-21 | 1 | -1/+1 |
| | | | | Highlight when emitting will and won't restart emission | ||||
* | Add `finished` signal to GPUParticles | HolonProduction | 2023-07-12 | 1 | -0/+8 |
| | |||||
* | 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? | ||||
* | Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime` | Hugo Locurcio | 2022-11-07 | 1 | -1/+5 |
| | | | | | | | | | | | | The property already has a "seconds" suffix in the inspector. The "lifetime" term makes it more obvious that the property is specified as time, not a distance in units. The property hint now allows manually entering values greater than 10 seconds. The internal rendering value's default now matches the particles nodes' default. | ||||
* | Fix small mistakes throughout much of the documentation | VolTer | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | Rename ParticlesMaterial to ParticleProcessMaterial | Micky | 2022-08-26 | 1 | -2/+2 |
| | | | | Also affects their file names, related classes and documentation. | ||||
* | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney | 2022-08-12 | 1 | -3/+3 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -8/+8 |
| | |||||
* | Use global coordinates for particles by default | Hugo Locurcio | 2022-08-02 | 1 | -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. | ||||
* | Added interpolation property to GPUParticles2D | Igor Kordiukiewicz | 2022-04-04 | 1 | -0/+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. | ||||
* | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -1/+1 |
| | | | | | | | Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists. | ||||
* | ported particle sub-emission to 2D | freeglebarr | 2022-01-24 | 1 | -0/+6 |
| | |||||
* | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -1/+1 |
| | |||||
* | doc: Update links to latest documentation after content reorganization | Rémi Verschelde | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -26/+13 |
| | | | | | | | | 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. | ||||
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -1/+1 |
| | |||||
* | Update documentation for Transform3D | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
| | |||||
* | Support for 2D particles to collide against SDF | reduz | 2021-05-23 | 1 | -2/+4 |
| | | | | | -Added SDF collision support for 2D particles -Changed the SDF generation to be fully signed | ||||
* | Fix documentation following implementation of particle trails | Marcel Admiraal | 2021-05-01 | 1 | -1/+19 |
| | |||||
* | Document GPU particles visibility rect/aabb behavior | Andrii Doroshenko (Xrayez) | 2021-01-16 | 1 | -1/+2 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-10-12 | 1 | -0/+2 |
| | |||||
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-09-11 | 1 | -0/+28 |
| | | | | Bind missing enums. | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
| | | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | ||||
* | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 1 | -0/+122 |
A few extra renames for classes which were missed in last week's PRs. |