View Issue Details

IDProjectCategoryView StatusLast Update
0004327Spring engineGeneralpublic2014-03-16 17:46
ReporterBeherith Assigned TojK  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version96.0.1+git 
Summary0004327: [Texture] Load S3O texture now spam into console
Description"[Texture] Load S3O texture now ..." is added for each loaded unitdef when it is first rendered. This just clutters the infolog, maybe it should only output on errors?
Steps To ReproduceWith BAR testing version, /give all.
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

Beherith

2014-03-11 11:28

reporter   ~0012910

It's output from:

int CS3OTextureHandler::LoadS3OTextureNow(const S3DModel* model)
{
    LOG("Load S3O texture now (Flip Y Axis: %s, Invert Team Alpha: %s)",
            model->invertTexYAxis ? "yes" : "no",
            model->invertTexAlpha ? "yes" : "no");

Issue History

Date Modified Username Field Change
2014-03-11 11:27 Beherith New Issue
2014-03-11 11:27 Beherith File Added: infolog.txt
2014-03-11 11:28 Beherith Note Added: 0012910
2014-03-15 15:26 jK Assigned To => jK
2014-03-15 15:26 jK Status new => assigned
2014-03-16 17:46 jK Changeset attached => spring develop 9148c813
2014-03-16 17:46 jK Status assigned => resolved
2014-03-16 17:46 jK Resolution open => fixed