Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000064sm-sscGeneral Bug/Otherpublic2010-01-03 22:382010-02-28 20:44
ReporterAJ 
Assigned ToAJ 
PriorityhighSeveritytweakReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionPublic Beta 1 (20100301) 
Summary0000064: LifeMeterBattery has hardcoded behaviors that should be themable
Description
const float	BATTERY_X[NUM_PLAYERS]	=	{ -92, +92 };

const float NUM_X[NUM_PLAYERS]		=	{ BATTERY_X[0], BATTERY_X[1] };
const float NUM_Y					=	+2;

uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

m_sprFrame.SetZoomX( pn==PLAYER_1 ? 1.0f : -1.0f );
m_sprBattery.SetZoomX( pn==PLAYER_1 ? 1.0f : -1.0f );
m_sprBattery.SetX( BATTERY_X[pn] );
m_textNumLives.SetX( NUM_X[pn] );
m_textNumLives.SetY( NUM_Y );

who thought this was a good idea
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000166)
Daisuke Master (developer)
2010-01-04 10:17

yes
(0000167)
FSX (developer)
2010-01-04 17:15

3.9-era developers?
(0000168)
Daisuke Master (developer)
2010-01-05 08:44

what
(0000169)
AJ (administrator)
2010-01-05 15:12

partially fixed with r1822, added missing metrics from that in r1823 and r1824. It's still not perfectly how I'd like it (think of how LifeMeterBar is now with under and over graphics, etc.).
(0000256)
AJ (administrator)
2010-02-28 20:44

(not completely but it'll do.)

- Issue History
Date Modified Username Field Change
2010-01-03 22:38 AJ New Issue
2010-01-03 22:38 AJ Status new => assigned
2010-01-03 22:38 AJ Assigned To => AJ
2010-01-04 10:17 Daisuke Master Note Added: 0000166
2010-01-04 17:15 FSX Note Added: 0000167
2010-01-05 08:44 Daisuke Master Note Added: 0000168
2010-01-05 15:12 AJ Note Added: 0000169
2010-01-05 15:12 AJ Status assigned => confirmed
2010-02-28 20:44 AJ Note Added: 0000256
2010-02-28 20:44 AJ Status confirmed => resolved
2010-02-28 20:44 AJ Fixed in Version => Public Beta Wave 1 (20100228)
2010-02-28 20:44 AJ Resolution open => fixed
2010-07-03 19:51 AJ Category Other => General/Other
2010-07-03 19:51 AJ Category General/Other => General Bug/Other


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker