Commit Graph
1980 Commits
Author SHA1 Message Date
Glenn Maynard def4695b9e p -> pn 2003-02-06 17:47:00 +00:00
Glenn Maynard 9524f6b47b don't worry, GPS for C++ is coming soon 2003-02-06 17:42:41 +00:00
Glenn Maynard 2e06965510 use UpdateSongPosition 2003-02-06 17:40:42 +00:00
Glenn Maynard 4a26cdef38 add UpdateSongPosition 2003-02-06 17:40:06 +00:00
Chris Danford 5f6eb9d532 re-added project file for smpackage (how did it get deleted?) 2003-02-06 17:13:30 +00:00
Glenn Maynard 8bced94ac7 log OS 2003-02-06 17:10:23 +00:00
Glenn Maynard 8a648e445e opt files don't need to be in CVS 2003-02-06 17:09:26 +00:00
Glenn Maynard 91636dc394 let's see about actually getting this committed this time 2003-02-06 17:07:05 +00:00
Chris Gomez 6a1f7e63f7 Fix options from the last song carrying over into name entry 2003-02-06 09:19:48 +00:00
Chris Danford 71111912d0 update VC6 project 2003-02-06 07:53:50 +00:00
Chris Danford 4ff98e0442 added flexable NoteType coloring to NoteDisplay, optimized note texture usage 2003-02-06 07:32:57 +00:00
Chris Gomez c57f5e27a4 Mark meter > 10 as meter = 10 for maniac/challenge steps 2003-02-05 23:40:52 +00:00
Glenn Maynard 7238da2f90 Bump the time-to-notes to 5.5 seconds, so the HWG has 2 seconds
and we have a .5 second buffer between the HWG fading out and
notes.  (Music start time and HWG timing is unchanged.)

As a voodoo-extraction exercise, add a bunch of explanation of
what the numbers mean.

Put the last-second HWG timing in a comment, so it doesn't get lost.
2003-02-05 23:05:48 +00:00
Glenn Maynard b12eee423c no gain life sound if we didn't gain any life 2003-02-05 20:50:56 +00:00
Glenn Maynard b376a8ae51 fix courses stopping after one song
let the screen fade back in before starting the new song
2003-02-05 20:50:12 +00:00
Glenn Maynard 1b5478b736 fix death when fSongBeat < 0 2003-02-05 20:19:25 +00:00
Glenn Maynard 379e3e43ec add fmodfp 2003-02-05 20:18:02 +00:00
Glenn Maynard 4947182487 for courses, first try to match descriptions, then difficulties 2003-02-05 20:00:49 +00:00
Glenn Maynard a7d4031cb4 handle difficulty aliases in StringToDifficulty 2003-02-05 19:48:02 +00:00
Glenn Maynard 7db930ed2f push song searching into a function 2003-02-05 19:16:00 +00:00
Glenn Maynard 859e1cbf56 const fixes
add a const accessor for songs
2003-02-05 18:34:27 +00:00
Glenn Maynard fdc8c64ab6 extra stage only in arcade 2003-02-05 18:24:36 +00:00
Glenn Maynard 15367b3677 move some code into MenuStart and simplify
GetExtraStageInfo should always return a song

don't lighten things up for beginner/light if we're on
an EX stage
2003-02-05 16:53:21 +00:00
Laurence Hartje 162120da47 Change Extra stage handling to behave like DDR Extreme 2003-02-05 09:01:09 +00:00
Laurence Hartje 4e4307e3d0 Really fix Alternative Folder & DWI Path support 2003-02-05 08:57:18 +00:00
Chris Danford 3ea84b5e5c NoteSkin format change. Fixes artifacts along borders, and more flexability for artists. 2003-02-05 03:53:57 +00:00
Laurence Hartje 36f784f807 Fix: Check the alternative song folders (and the dwi path) for the extra stage courses. 2003-02-05 03:24:47 +00:00
Glenn Maynard 7f59ed4ba5 turn off autofail by default for beginner/easy; turn off failure
completely for beginner first stage
2003-02-05 01:26:46 +00:00
Glenn Maynard 06be98567b Clean up some sorts; use multiple stable_sorts for multi-level
sorts, instead of hardcoding the order in the compare functions.

Don't consider challenge > hard for extra stages.
2003-02-05 00:33:14 +00:00
Glenn Maynard 94b20d1e95 /* */ 2003-02-04 22:19:24 +00:00
Glenn Maynard bdf03e3978 fix the gameplay options ordering 2003-02-04 22:16:18 +00:00
Glenn Maynard dc7dd98d50 do you really need more than one? 2003-02-04 21:52:49 +00:00
Glenn Maynard 65e6ca4972 handle no extra stage in event mode in HasEarnedExtraStage 2003-02-04 21:45:42 +00:00
Glenn Maynard a2f96a215c handle no extra stage in event mode in HasEarnedExtraStage
challenge is good enough for an extra stage
2003-02-04 21:44:58 +00:00
Glenn Maynard fffa2c002f fix up oni
set song-specific stuff in LoadNextStage
2003-02-04 21:36:30 +00:00
Glenn Maynard 738225ee4c fix course matching 2003-02-04 21:11:20 +00:00
Glenn Maynard ff8fa7eb29 fix a sound 2003-02-04 21:02:17 +00:00
Glenn Maynard 0702e3515f "CVS" 2003-02-04 20:30:29 +00:00
Glenn Maynard 55becec35c fix not writing autogen notes to DWIs 2003-02-04 20:01:26 +00:00
Andrew Livy 494c96fc85 Para theme stuff 2003-02-04 17:10:57 +00:00
Chris Gomez a1ab78889e Whoops. Small typo in the UI text. 2003-02-04 03:04:45 +00:00
Chris Gomez 1be035a4e7 PREFSMAN->m_bMusicWheelUsesSections now PREFSMAN->m_MusicWheelUsesSections
Three states: never, always, abc-only. Done for aesthetics over accuracy, I guess
2003-02-04 03:03:43 +00:00
Chris Gomez 14e1f81c25 When sorting by difficulty, ignore beginner steps 2003-02-04 01:56:24 +00:00
Chris Gomez 1b3044f81f Fix any song with beginner steps being marked easy 2003-02-04 01:38:38 +00:00
Chris Danford 7784f83909 Set Here We Go timing back to MAX/EX type (should we metric this?) 2003-02-03 06:10:39 +00:00
Chris Danford d12e090808 grading error fixes, ranking calculation and display fixes, set default difficulty back to same level as 3.0 final 2003-02-03 05:53:59 +00:00
Chris Gomez f34705a495 Add a new sort type (SORT_GROUP_NOHEADER) which is the default and is like all music but doesn't display section headers.
Make it the default for more arcade-like behavior.
2003-02-03 04:50:37 +00:00
Laurence Hartje 81c04f883a Fix issue when holding back would cause slowdowns on the final eval screen and would result in a ton of StageStats being pushed onto m_vPassedStageStats 2003-02-03 00:36:53 +00:00
Glenn Maynard be2bec1401 fix crash when backing out while roulette is spinning 2003-02-02 21:49:47 +00:00
Glenn Maynard f1b4a49f21 cope with ClearMessageQueue() being called from a message
handler
2003-02-02 21:47:49 +00:00