Commit Graph
108 Commits
Author SHA1 Message Date
Glenn Maynard 47ba3b1868 fix assert 2007-06-08 19:26:17 +00:00
Glenn Maynard 18bf730503 cleanup 2007-06-08 18:21:04 +00:00
Glenn Maynard 7532b19031 simplify
set NumTimesPlayed
2007-06-08 17:11:49 +00:00
Glenn Maynard 332ab212d1 use params, not GameCommand 2007-05-27 18:53:30 +00:00
Steve Checkoway fba31da4e6 Fix crash for courses. 2007-05-05 11:16:40 +00:00
Glenn Maynard ca877a00c5 GradesShowMachine metric 2007-05-03 23:26:22 +00:00
Glenn Maynard b34f8a94e9 use Lua 2007-05-03 23:13:32 +00:00
Glenn Maynard 1823bac0ad visible, not alpha 2007-05-03 22:18:36 +00:00
Glenn Maynard d69d9195e8 fix redundant OnCommand 2007-05-03 18:30:46 +00:00
Glenn Maynard eadcd6ade7 unify with the rest 2007-05-03 18:28:34 +00:00
Glenn Maynard d7af4e0e8e use trail difficulty, too 2007-05-03 17:30:33 +00:00
Glenn Maynard 4b0b270089 remove XXX 2007-05-03 17:28:17 +00:00
Glenn Maynard a9fd466033 move m_Flags 2007-05-03 17:24:37 +00:00
Glenn Maynard e85e95c0b2 fix "Set" caled twice 2007-04-28 22:29:12 +00:00
Glenn Maynard f2a12492e0 rename 2007-04-25 21:22:45 +00:00
Chris Danford 68567211f9 Call Set on the whole MusicWheelItem, not just TextBanner.
Fix HandleMessage not being propagated.
2007-04-15 19:20:16 +00:00
Steve Checkoway 2afb681aea GetHighScoreForDifficulty -> GetHighGradeForDifficulty. 2007-02-25 07:02:27 +00:00
Chris Danford bc997f81d4 BitmapText::Rainbow -> RainbowScroll to fix naming confict with Actor::rainbow 2007-02-19 09:32:07 +00:00
Chris Danford 599db61b62 Always call LoadAllCommands explicitly.
The hack to LoadAllCommands when playing a command was leading to weird interactions: If a theme element contained an OnCommand, it would cause the rest of the commands defined in metrics to not be loaded.
2007-02-19 09:30:07 +00:00
Chris Danford adc293946c roulette in metrics, not code 2007-02-18 09:20:44 +00:00
Chris Danford f7fc9ceaa5 remove Set/GetHidden, leave *Visible
remove hidden from ActorCommands eventually
2007-02-13 06:32:26 +00:00
Steve Checkoway 66e3eaa3e9 Fix crash on extra stage but I'm a little concerned that this is just covering up the real bug. 2006-12-12 12:24:27 +00:00
Steve Checkoway ebbd138a76 Cleanup. 2006-12-12 12:11:24 +00:00
Chris Danford 33835ee478 pass a GameCommand to each wheel item bar (experimental) 2006-12-07 11:34:42 +00:00
Chris Danford a8f0ca9366 Sprite -> AutoActor 2006-12-07 07:46:27 +00:00
Glenn Maynard a5f5fa0b78 HandleMessage( Message ) 2006-11-13 23:11:25 +00:00
Glenn Maynard a31f76e9ad allocate GameCommand as needed 2006-10-01 20:13:27 +00:00
Glenn Maynard 9c9440c8a0 PlayMode_Invalid 2006-09-26 20:32:41 +00:00
Steve Checkoway b791ce0c4c Safe casts. 2006-09-03 05:53:53 +00:00
Glenn Maynard b3eaa7a1ad avoid global ThemeMetric<apActorCommands>
(note: we won't have a dozen copies of these functions in memory;
we make one and copy it, so we'll just make Lua references)
2006-08-21 21:49:11 +00:00
Glenn Maynard 406dc6b245 auto RefreshGrades 2006-08-16 22:34:59 +00:00
Glenn Maynard d7d689f515 simplify 2006-08-16 22:17:58 +00:00
Glenn Maynard 35618be535 Fix up MusicWheel. This code was a mess: huge blocks of copy-and-pasted
code, duplicated arrays in base classes that were never used ...

(It's still ugly, but at least WheelBase is actually a real base class now.)
2006-08-10 04:27:46 +00:00
Steve Checkoway 5b2b0b4611 Show memory card icon for course edits. 2006-06-14 04:12:20 +00:00
Chris Danford 61955f3266 make wheel item locked color a metric 2006-04-25 08:46:43 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Chris Danford fc18dbd342 make more strings localizable 2006-01-08 18:40:20 +00:00
Chris Danford 36c7d8e0ed enum name cleanup 2005-12-01 03:20:25 +00:00
Glenn Maynard d7e567162e cleanup 2005-09-09 04:12:28 +00:00
Glenn Maynard 0c4c4016e1 cleanup 2005-09-09 04:09:51 +00:00
Glenn Maynard 183fdea386 0,0 is default 2005-09-09 04:06:22 +00:00
Glenn Maynard 15d1ee7580 minor cleanup 2005-09-09 04:03:29 +00:00
Glenn Maynard b73d4e1a46 implement copy ctors 2005-09-09 03:23:10 +00:00
Glenn Maynard 8fdaefe8f5 cleanup 2005-09-03 02:17:42 +00:00
Glenn Maynard aa04fe60dd hide grade 2005-08-12 02:19:08 +00:00
Glenn Maynard fd65e21fd7 cleanup 2005-07-07 10:54:44 +00:00
Glenn Maynard 3450307b01 reduce dependencies 2005-07-01 05:06:00 +00:00
Chris Danford 41becb56a4 GetFullDisplayTitle -> GetDisplayFullTitle 2005-05-23 00:38:09 +00:00
Chris Danford fb1d69add3 rename: IsUsingProfile -> IsPersistentProfile
Don't require IsPersistentProfile in some places related to fitness mode where a non-persistent Profile will suffice
2005-05-09 08:44:01 +00:00
Glenn Maynard e9616fb6d4 fix up gray bar 2005-05-09 05:12:39 +00:00