2025-07-21 05:47 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0004092Spring engineGeneralpublic2013-10-28 19:23
ReporterBeherith 
Assigned ToKloot 
PrioritylowSeveritytrivialReproducibilityalways
StatusresolvedResolutionfixed 
Product Version94.1.1+git 
Target VersionFixed in Version 
Summary0004092: An exploded piece that has no vertices, but has the PF_FIRE flag will leave behind a small stationary bit of fire
DescriptionIf a piece that has no vertices is exploded in the Killed() script, it will leave behind an ugly stationary projectileDrawer->explofadetex

Because when the pieceprojectile with PF_FIRE is updated, it is updated only if HasVertices(), but it is drawn regardless of HasVertices()

pieceprojectile.cpp(304): if ((explFlags & PF_Fire) && HasVertices())

and

pieceprojectile.cpp(450): if (explFlags & PF_Fire) {

respectively
Steps To Reproduceexplode empty_piece type FIRE;
Additional InformationThis is the most minor bug report in spring ever, please dont kill me but this has bugged me for months.
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2013-10-28 18:22 Beherith New Issue
2013-10-28 19:23 Kloot Changeset attached => spring develop 8376fa6c
2013-10-28 19:23 Kloot Assigned To => Kloot
2013-10-28 19:23 Kloot Status new => resolved
2013-10-28 19:23 Kloot Resolution open => fixed
+Issue History