A_SpawnParticle Enhancements (Decorate Only)

Moderator: GZDoom Developers

User avatar
Major Cooke
Posts: 8196
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

Pull Request

Adds flags (relativity and fullbright flags) and an angle parameter. Because of relativity to the calling actor, this is DECORATE only.

- SPF_FULLBRIGHT makes the particle full bright.
- SPF_RELATIVE: Macro. Combines the following flags.
- SPF_RELPOS: Position is relative to angle.
- SPF_RELVEL: Velocity is relative to angle.
- SPF_RELACCEL: Acceleration is relative to angle.
- SPF_RELANG: Add caller's angle to angle parameter for relativity.
You do not have the required permissions to view the files attached to this post.
User avatar
Hellser
Global Moderator
Posts: 2730
Joined: Sun Jun 25, 2006 4:43 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11/Manjaro
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Citadel Station

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Hellser »

It just came out. Let it simmer for a few hours. :laff:

But in seriousness, good suggestions.
User avatar
Major Cooke
Posts: 8196
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

It HAS been simmering for a few hours. :P

Also, if you're wondering why: Try running A_SpawnItemEx all the time with almost all of the absolute flags on all the damn time.
Gez
 
 
Posts: 17934
Joined: Fri Jul 06, 2007 3:22 pm

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Gez »

Can you move color to first position while you're at it?
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by NeuralStunner »

Gez wrote:Can you move color to first position while you're at it?
I'll second this. It's the most important parameter and useful enough on its own, I'll bet.
User avatar
Major Cooke
Posts: 8196
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

Gez wrote:Can you move color to first position while you're at it?
If the devs let me. In fact, I will happily reorganize angle too.

Graf? Blzut3? Randi (dare I assume you even watch these)? What do you guys say?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49184
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Graf Zahl »

Feel free to do it. I'm off to bed now.
User avatar
Major Cooke
Posts: 8196
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: A_SpawnParticle Enhancements (Decorate Only)

Post by Major Cooke »

Return to “Closed Feature Suggestions [GZDoom]”