Commit Graph
108 Commits
Author SHA1 Message Date
Glenn Maynard af6a452ee9 Set the actor to use for graying, instead of passing it around in an
overloaded "DrawPrimitives".  It's too confusing to have different
DrawPrimitives overloads.
2005-05-05 03:01:39 +00:00
Glenn Maynard 1cfea8283c cleanup 2005-05-05 02:41:01 +00:00
Glenn Maynard 674e13061d cleanup 2005-05-05 02:36:55 +00:00
Josh Allen 53a4307c9d Tell the constructor what type it is. 2005-05-03 21:49:51 +00:00
Chris Danford 4a6ec0a155 separate bar graphics for sort and mode 2005-05-01 23:38:40 +00:00
Chris Danford 8ebed4eb1d don't load items in the base class. Items were being double-added. 2005-05-01 01:16:01 +00:00
Josh Allen 2eea8e7774 Abstracted wheel and items from WheelBase and WheelBaseItems 2005-04-30 17:30:18 +00:00
Chris Danford 77efd71587 add expanded bar 2005-04-28 11:39:31 +00:00
Chris Danford 6fb70bdcf5 cleanup 2005-04-28 10:57:57 +00:00
Chris Danford 0a71994d01 cleanup
add wheel item metrics
2005-04-28 10:06:13 +00:00
Glenn Maynard 50917e6e50 fix warning 2005-04-26 10:29:23 +00:00
Chris Danford 6cdd9e5817 fix goofy section name zooms 2005-04-26 07:00:40 +00:00
Chris Danford bdfdba0917 wheel item metrics cleanup 2005-04-23 03:46:13 +00:00
Chris Danford 9b1fb67f6a explicitly Load TextBanner to read metrics - don't automatically init on first use 2005-03-18 01:55:33 +00:00
Chris Danford b30b0d6d31 fix course and section text zoom shouldn't be reset 2005-03-17 07:38:09 +00:00
Chris Danford 25642721bb preload TextBanner metrics to fix skip 2005-03-13 20:33:00 +00:00
Chris Danford 4223e09cc8 GetPathTo -> GetPath 2005-02-06 03:32:53 +00:00
Chris Danford a24bd3014c cleanup: "(PlayerNumber)" -> "" 2005-01-31 03:18:46 +00:00
Chris Danford 0bc5f079ca remove SortOrder from WheelItemData. Use the SortOrder in m_Action instead. 2004-12-04 22:36:29 +00:00
Chris Danford 3d1bb5b97a save radar values in Catalog.xml
change Course to have the same title names as Song
2004-07-11 10:02:38 +00:00
Chris Danford 5544445ad0 name cleanup: StyleDef -> Style 2004-06-28 07:26:00 +00:00
Glenn Maynard 3798245ce6 license update 2004-06-07 21:14:03 +00:00
Chris Danford 2d269ebe06 remove Leap, add Portal 2004-06-02 05:12:45 +00:00
Glenn Maynard 044442bb76 support course GetTranslitName() 2004-05-25 04:03:19 +00:00
Chris Danford a9db266eb2 "for( p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )" 2004-05-24 08:16:17 +00:00
Chris Danford b05d25ab24 "m_pCurNotes" -> "m_pCurSteps" 2004-05-24 06:12:17 +00:00
Chris Danford ba93ee8469 "for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )" 2004-05-24 06:10:11 +00:00
Chris Danford e83bbc40da fix ActorFrame ZTest propogation 2004-05-15 18:35:03 +00:00
Chris Danford 4ac1e0ee45 move Random "don't lock after choose" logic to a separate wheel item, "LEAP" 2004-04-26 06:47:03 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Chris Danford 2929bacb08 show per-diffculty award on Eval screen every time it's received (not just the first time)
clean up ScreenEval PR and MR graphics
clean up Actor shadow parameters
2004-03-20 02:59:08 +00:00
Chris Danford 28f4764ed2 SongSortOrder -> SortOrder
save/restore last sort with Profile
clean up GameConstants
2004-03-12 08:31:40 +00:00
Chris Danford d7f0e6c2bc move all high score data into Profile 2004-02-09 06:26:13 +00:00
Chris Danford 221b51c2b4 add loading of edits from a profile 2004-02-08 01:05:53 +00:00
Glenn Maynard 8f6e9b7555 set TextBanner name 2004-01-21 09:35:28 +00:00
Glenn Maynard caab15d89b remove song.h -> Steps.h dependency 2003-12-18 03:41:47 +00:00
Glenn Maynard 01d7bab936 simplify 2003-11-24 02:41:52 +00:00
Glenn Maynard 7807fa433e obey z-buffer commands 2003-11-18 21:46:28 +00:00
Glenn Maynard 02c7c79032 better MusicWheelItem theming 2003-11-18 01:45:19 +00:00
Chris Danford 668d1974f3 add top5 high score saving of Courses and Steps for memory cards/ranking screen 2003-10-14 17:06:30 +00:00
Chris Danford c0c680317c profiles are usable 2003-09-08 07:21:41 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard fe489cd281 SOUNDMAN -> SOUND
RageSoundManager.h -> RageSounds.h
2003-07-26 23:05:16 +00:00
Glenn Maynard 5cb0b4f7cd Split up the course sort into four sorts: all courses, and one ofr each
course mode.

Fix score not tweening when switching sorts via the menu.

Rename SORT_SORT to SORT_MODE.  Add metrics to define what
sorts are listed.  This can also change modes, but this has only been
tested for changing the play mode, not the play style.
2003-07-20 08:54:31 +00:00
Glenn Maynard d926a032ff Add missing header. 2003-07-17 20:10:07 +00:00
Chris Danford 6edf835853 add sort by Artist, Top Grade 2003-06-16 20:23:07 +00:00
Chris Danford 32fd0062a9 use sections in SORT_BPM
choose sort from list in MusicWheel
2003-06-16 17:28:58 +00:00
Glenn Maynard ff2b9072ac Add WheelItemData::HasBanner and WheelItemData::GetBanner. 2003-04-19 22:53:50 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford 0d9880c6a9 working on Player AI 2003-04-07 21:24:14 +00:00