Yes, I'm aware of the fact that if you turn alpha blending on, you wont see it. But I want alpha blending off. How do I get normal sparks, like in 2.8?
By "sparks problem" you mean the distortion? Or you mean the "never-dieing sparks" bug? If you mean the latter, it's a known bug that has been there since the inclusion of the new particles engine. Sure, that needs fixing, but no need for duplicate threads :)
The never-dying* sparks, the distortion was just a screenshot freeze or something.. but yeah the sparks-shower has got to go. I didn't know this bug wasn't fixed yet.
vogue wrote:the distortion was just a screenshot freeze or something.
⇧⌘3 has done that to me countless times on SMP machines running ≤10.5. Either it freezes the screen while taking the screenshot or the screenshot becomes rather fragmented. It seems 10.6 finally switched to a proper technique, which neither freezes nor fragments.
Hmm? I don't remember touching the new particle stuff, ever. Was it in a merge? 'cause my work avoidance policy for those is 'compiles, runs, plays, check in'.
Z-Man wrote:Hmm? I don't remember touching the new particle stuff, ever.
This bug is with particles disabled.
svn r4679 wrote:revno: 31
svn revno: 4679 (on /armagetronad/trunk/armagetronad)
committer: z-man
timestamp: Wed 2006-05-31 19:57:05 +0000
message:
Fixed warning with particles enabled.
Disabled particle code on the server to avoid linker errors if the stupid
builder builds the server with --enable-particles.
You removed the updating of the lastTime variable for some reason...