summaryrefslogtreecommitdiffstats
path: root/scene/resources/visual_shader_particle_nodes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fix some missing categories in visual shader nodesA Thousand Ships2024-03-051-8/+0
|
* Redesign the graph editor for visual shadersHendrik Brucker2024-02-221-0/+20
|
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
|
* Add few improvements for `VisualShaderNodeParticleRandomness`Yuri Rubinsky2023-01-091-0/+3
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
| | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
| | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* Add some more fixes to visual shaderYuri Roubinsky2022-02-071-6/+8
|
* Fix default input port hints for some modes in visual shaderYuri Roubinsky2022-01-221-1/+1
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Prevent crash when passing empty array to MeshEmitterYuri Roubinsky2021-11-261-1/+0
|
* Enchance `VisualShaderNodeMeshEmitter`, add more ports and fix bugsYuri Roubinsky2021-11-181-3/+11
|
* Added `MeshEmitter` node for particles in visual shaderYuri Roubinsky2021-11-061-1/+46
|
* Added 2D boolean hint for particle emitters in visual shadersYuri Roubinsky2021-11-051-0/+11
|
* Make port previews in visual shader visible in other shader modesYuri Roubinsky2021-10-111-0/+5
|
* Fix incorrect inheritance of `VisualShaderNodeParticleAccelerator`Yuri Roubinsky2021-08-161-2/+2
|
* Continuation of work on visual particles systemYuri Roubinsky2021-06-071-0/+285