Commit Graph

173 Commits

Author SHA1 Message Date
Chris Danford 3d93c11e21 generate an HTML page with a list of all songs and difficulties on exit 2003-08-17 18:03:02 +00:00
Chris Danford 248a61513a Add scrolls: split and alternate 2003-08-17 00:15:54 +00:00
Chris Danford 7429c86ebe Add "tipsy" effect (is there a better name for this?) 2003-08-16 23:34:47 +00:00
Chris Danford 35950c4eaf Add prefs for logging. Don't throw if can't open log file. Remove Ragefopen and Rageifstream (they aren't needed). 2003-08-13 04:40:23 +00:00
Chris Danford bf950a3037 fix crash loading extra stage info from CRS file 2003-08-12 08:03:16 +00:00
Chris Danford 1e514c1c51 Rename overloaded methods of Song so that stack traces are more helpful. 2003-08-10 08:58:11 +00:00
Steve Checkoway 762afe38a4 Fix compiler warnings. 2003-08-10 03:23:17 +00:00
Chris Danford 90e6679ccd remove loading window message that never shows 2003-08-09 18:59:40 +00:00
Chris Danford 879fa6c37c NUM_NOTES_TYPES => NUM_STEPS_TYPES 2003-08-07 06:38:18 +00:00
Chris Danford 1a0d83cbc0 m_NotesType => m_StepsType
split NoteDataUtil to sep file
2003-08-07 06:36:34 +00:00
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +00:00
Chris Danford b6084073e9 fix crash after Reload Songs-Courses 2003-08-06 08:06:27 +00:00
Chris Danford 9375422396 add option to reload songs and courses w/o restarting 2003-08-06 05:28:58 +00:00
Andrew Wong 357987b9de changed way the course ranking sort is applied - now detects on startup and theme change rather than before each music wheel 2003-08-04 09:18:26 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard 7deffd2de4 Fix GetGroupColor ignoring the theme. 2003-07-31 22:48:49 +00:00
Steve Checkoway f83b837d76 fix compiler warnings 2003-07-31 20:34:01 +00:00
Glenn Maynard 03f06c72fb add debug stuff 2003-07-31 01:27:54 +00:00
Glenn Maynard 33b8fc3a3a don't derive sGroup twice 2003-07-30 05:34:47 +00:00
Glenn Maynard ef7733e121 remove unused parameter 2003-07-30 02:01:19 +00:00
Glenn Maynard 534ac086fe phase out GetFirstStageInfo 2003-07-27 18:46:38 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Glenn Maynard 71b2199fb2 Move the rest of song searching logic into SONGMAN. 2003-07-22 05:45:30 +00:00
Glenn Maynard 34fd7314ba add SONGMAN->GetBestSongs 2003-07-21 21:45:59 +00:00
Glenn Maynard 2d3219b899 Add GetAllCourses. 2003-07-20 00:30:24 +00:00
Glenn Maynard 5ab28228f4 CompareNoCase works like strcmp: < 0 for less than, 0 if equal, > 0
if greater than
2003-07-17 23:22:51 +00:00
Glenn Maynard 9ff733b877 Clean up dependencies.
Challenge notes don't count to making a song red.
2003-07-17 20:11:24 +00:00
Andrew Wong f34e626b66 updated scrolling text and icons to handle inexistant unlocks 2003-07-17 12:14:19 +00:00
Andrew Wong 9f03c16445 added option where player can choose to make 10-footers in red or not 2003-07-15 08:35:47 +00:00
Glenn Maynard a44b6d0a86 remove unneeded header 2003-07-12 20:42:08 +00:00
Glenn Maynard 361a2b58a9 add SONGMAN->FindSong 2003-07-09 04:09:35 +00:00
Chris Danford fa91f2e636 working on Rave 2003-06-30 18:08:27 +00:00
Glenn Maynard 242d99a5df Fix RankingToInsert::CompareDescending.
Store regular scores in nonstop, not oni.  We only ever display those
scores in that mdoe.

Add Course::IsNonstop, Course::IsOni, Course::IsEndless.
2003-06-30 08:06:47 +00:00
Glenn Maynard 3e07de6655 Split score reading into separate functions.
Type fixes.
2003-06-30 04:24:59 +00:00
Glenn Maynard f345edb366 store scores as ints
nonstop scoring fixes
2003-06-18 20:08:39 +00:00
Glenn Maynard bcd4121686 handle group banners in the parent dir 2003-06-17 21:34:43 +00:00
Glenn Maynard 0573864206 banner cache for group banners 2003-06-15 01:53:51 +00:00
Glenn Maynard 2e6fdb52db Wrap a long line. 2003-06-04 20:09:59 +00:00
Chris Danford f68f4beeb7 fix hang parsing notes high score data 2003-05-27 06:38:00 +00:00
Andrew Livy 5641af692a Added Pumps 'half-double' style 2003-05-22 01:34:03 +00:00
Glenn Maynard 1e016a3c49 fix constant 2003-05-19 21:50:56 +00:00
Chris Danford d6cbbdafe6 fix event mode + battle bug 2003-05-05 04:13:39 +00:00
Glenn Maynard fe33dec385 Partial s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:01:35 +00:00
Glenn Maynard a211825a86 simplify 2003-04-23 07:28:24 +00:00
Aaron VonderHaar f95a2e7736 data/ => Data/, case matters in linux 2003-04-22 12:16:06 +00:00
Glenn Maynard f33f42e8c6 disable note type check; it's problematic 2003-04-20 22:57:35 +00:00
Glenn Maynard 2ef9205ca2 Only show a song as difficult if it's difficult in the current play mode. 2003-04-20 01:40:40 +00:00
Glenn Maynard 147c2986e2 simplify, add some assertions 2003-04-19 22:24:01 +00:00
Glenn Maynard e2ddd86f9f Move high score files. 2003-04-19 17:53:40 +00:00
Chris Danford 423666c845 support Course group folders 2003-04-11 00:29:44 +00:00