Commit Graph

68 Commits

Author SHA1 Message Date
Chris Danford 1f112ae2ca fix Various showed as BPM for some courses with <= MAX_COURSE_ENTRIES_BEFORE_VARIOUS 2005-03-17 17:53:10 +00:00
Glenn Maynard a4a6d72342 fix warnings 2005-03-11 02:48:38 +00:00
Chris Danford 4b9a4e117b add MaxCourseEntriesBeforeShowVarious so that Artist doesn't scroll through 10s of values and BPM display doesn't display a meaningless range for endless courses 2005-03-10 23:57:53 +00:00
Chris Danford 1de61aa8ae split AutoActor into a separate file 2005-02-09 05:27:51 +00:00
Chris Danford 7e68ac03b4 change elements to have format "<name> <piece>" 2005-02-06 03:28:22 +00:00
Charles Lohr b7ecf3776e We need to know the name of the display before we cache metrics for it. 2005-02-02 06:10:55 +00:00
Chris Danford 180ce8eb36 fix VC6 2005-02-02 05:25:43 +00:00
Glenn Maynard a3f785974d cache 2005-02-02 03:58:41 +00:00
Charles Lohr 52545966e6 Fix: Make BPM Display work. 2004-12-18 08:15:19 +00:00
Chris Danford bcbe615c0d Pass ActorCommand structures to Actor instead of unparsed command strings.
This way, we can potentially do the parsing early and not parse inside of Actor as the command is executing.
2004-11-06 23:13:47 +00:00
Chris Danford 03fbb915f3 remove VC6 scoping hacks 2004-09-21 07:53:39 +00:00
Glenn Maynard 0c4f092fd3 fix ambiguous ?: types 2004-08-06 21:01:28 +00:00
Chris Danford 504ba6c163 GetPath*N->GetPath*F 2004-07-25 06:29:50 +00:00
Chris Danford 5544445ad0 name cleanup: StyleDef -> Style 2004-06-28 07:26:00 +00:00
Glenn Maynard f5ce2e5303 cleanup 2004-06-08 05:55:00 +00:00
Glenn Maynard 3798245ce6 license update 2004-06-07 21:14:03 +00:00
Glenn Maynard b93d1bfd5e first pass at merging CourseDifficulty into Difficulty
CourseDifficulty names still exist, since it's useful to distinguish them
in command names
2004-06-04 02:05:56 +00:00
Glenn Maynard e1792e1a66 handle GetTrail returning NULL 2004-06-03 21:34:11 +00:00
Chris Danford 3cadf4c5d5 have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether) 2004-05-30 23:23:39 +00:00
Chris Danford 6f75a3d920 review uses of GetTrail 2004-05-24 06:07:59 +00:00
Chris Danford abfc956e4f refactor Course: move some responsibilities to Trail 2004-05-23 00:53:20 +00:00
Glenn Maynard f3484b6f7b better load 2003-11-17 04:18:55 +00:00
Glenn Maynard 8244c73c01 better font load 2003-11-17 03:34:53 +00:00
Glenn Maynard 0492e9b5a0 fix "-1" bpm output 2003-11-17 01:41:21 +00:00
Glenn Maynard 0839e9e928 Themable BPMDisplay. Add non-cycling mode. Use AutoActor. 2003-11-14 19:07:28 +00:00
Glenn Maynard f9ed49e827 use m_sName 2003-11-14 18:37:45 +00:00
Glenn Maynard 673421c753 defer BPMDisplay load, so it has access to m_sName 2003-11-14 18:30:24 +00:00
Chris Danford 1a0d83cbc0 m_NotesType => m_StepsType
split NoteDataUtil to sep file
2003-08-07 06:36:34 +00:00
Glenn Maynard 7f13b5ce6d Replace "caprice" with a "showcourse"/"noshowcourse" tag.
This also allows hiding static songs; I added that since it took about four
lines extra code.

Note that I've updated the Save() function a bit, and fixed some bugs
I saw, but it's not used yet and it's no more tested than it was before.
2003-07-30 21:33:20 +00:00
Glenn Maynard d0502bfddb rename 2003-07-21 23:16:06 +00:00
Glenn Maynard 4106afb299 Refactor.
Finding out which songs were random was broken: if a non-static
song (eg. player's best) was missing ("BEST99999"), m_entries
doesn't necessarily match one-to-one with the results of GetStageInfo.
2003-07-21 21:54:07 +00:00
Glenn Maynard 06aed83dbe fixes 2003-07-21 20:11:13 +00:00
Glenn Maynard 3925f12b98 fixes 2003-07-20 05:08:32 +00:00
Glenn Maynard 489e55d35c Add course support. 2003-07-20 04:22:25 +00:00
Chris Danford 32fd0062a9 use sections in SORT_BPM
choose sort from list in MusicWheel
2003-06-16 17:28:58 +00:00
Chris Danford c743e97f6e break PlayerOptions selection into two screens (is there any other solution?)
add lines for Step selection and Character selection
2003-06-15 17:05:51 +00:00
Glenn Maynard 3d42a56288 fix #DISPLAYBPM:* 2003-06-12 20:10:08 +00:00
Chris Danford 6ee884aed2 Add support for #DISPLAYBPM in DWI and SM files 2003-05-23 01:14:43 +00:00
Chris Danford 81e2e85e47 update VC7 project 2003-05-13 13:47:08 +00:00
Kevin Slaughter b025a29640 Fixed error that would not show the proper BPM in ScreenSelectMusic, if you changed your selection from a Group to a song. 2003-05-12 11:17:09 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford e148806d1b add name to Actor 2003-04-12 06:16:12 +00:00
Chris Danford a6232f80c9 tweak SMMAX2 animations 2003-03-30 21:02:15 +00:00
Chris Danford eaa888e2c9 cleanup edges on graphics 2003-03-30 19:30:54 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Chris Danford 53dda2b1db Add roulette and random music on ScreenSelectMusic 2003-03-25 22:23:58 +00:00
Chris Danford 31aa613295 Cleanup of theme element names
Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
2003-03-09 00:55:49 +00:00
Chris Danford a696414cac Actor tween cleanup
Actor scipting with Command()
modularizing menu widgets into "ModeSelector"s
move animations into metrics
2003-03-02 01:43:33 +00:00
Glenn Maynard 2be3ec534c add a comment 2003-02-28 08:43:14 +00:00
Chris Danford 56d4d42ef8 Added Long ver, Marathon ver balloons on Select Music 2003-02-23 01:53:36 +00:00