Commit Graph

157 Commits

Author SHA1 Message Date
Glenn Maynard 72bf71edfa add SortCoursePointerArrayByMostPlayed 2003-11-17 03:17:29 +00:00
Chris Danford bda3de91f7 don't add personal records if not using a profile 2003-11-09 22:16:59 +00:00
Jason Felds be1ed36142 Newline added at end of file. 2003-11-05 05:00:32 +00:00
Andrew Wong 38f78c4560 add option to hide name entry screen if course isn't in ranking list 2003-11-03 10:14:13 +00:00
Glenn Maynard 1c2e75c9a0 simplify 2003-10-29 21:06:33 +00:00
Glenn Maynard a77521c2b6 reading/writing fixes 2003-10-26 03:17:45 +00:00
Glenn Maynard 18c9d38f50 course timed attack support
fix HowToPlay crash
2003-10-26 03:02:30 +00:00
Glenn Maynard 3471ad3f53 add Course::Info::GetAttackArray 2003-10-25 22:55:11 +00:00
Chris Danford 25d2b954a7 more high score cleanup 2003-10-20 01:06:26 +00:00
Steve Checkoway ab86c193cd Fix signed vs. unsigned. 2003-10-16 17:38:59 +00:00
Glenn Maynard d1d342dbd3 AddHighScore fixes 2003-10-15 01:03:14 +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
Glenn Maynard 9cd65ffc0f reenable log (as a trace, not a warning) 2003-09-22 01:06:07 +00:00
Glenn Maynard 2c5a39ffa6 Fix logs (thanks gcc) 2003-09-19 01:16:42 +00:00
Glenn Maynard bad37ad932 simplify 2003-09-15 00:32:20 +00:00
Glenn Maynard c8f322ca3c remove cruft 2003-09-11 03:36:43 +00:00
Glenn Maynard a061078f1d Fix Caprice. 2003-09-11 03:35:05 +00:00
Glenn Maynard c69c8540ea Course writing fixes:
* fix extra colon being written, causing mods to not read back in
 * fix showcourse and noshowcourse not being written correctly
 * don't write out -1 #LIVES and #METER
 * don't write #REPEAT:NO
2003-09-05 21:05:05 +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
Andrew Wong 1ebe763c9a add option to push random courses to end or sort them based on GetMeter 2003-08-12 23:18:19 +00:00
Glenn Maynard cbc0458cc6 Fix Caprice. 2003-08-12 22:01:46 +00:00
Andrew Wong 166e8b8150 fix sorting for average feet difficulty 2003-08-12 20:55:48 +00:00
Andrew Wong 0ff630ce69 fix non-fixed songs not showing in blue on average foot rating sort 2003-08-12 20:28:56 +00:00
Chris Danford 1afec64f34 fix Course::Save() writes incorrect song path 2003-08-12 07:48:35 +00:00
Chris Danford 892bc90247 course editor is usable 2003-08-12 06:51:03 +00:00
Glenn Maynard 59277f9518 SortOrder_AvgDifficulty is unused. 2003-08-12 00:28:57 +00:00
Glenn Maynard c7e8af1bc9 Move best and worst to the end in the average difficulty sort. 2003-08-12 00:18:33 +00:00
Glenn Maynard 607beaaed0 Make Course::GetMeter return a float. Use it in the sort again. This
fixes the sort ignoring #METER, not handling random difficulties the
same way as the difficulty meter, etc.
2003-08-11 23:58:32 +00:00
Chris Danford d049234f03 working on course edit screen 2003-08-10 23:48:10 +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
Andrew Wong d3dadcc2e2 (hopefully) bugfix for following bug:
"Also, sorting courses by Average feet has some problems. At on point the order went Trip 5, World Tour, Road of Slow, Road of 2MB. The averages for these are 8.4, 7.89, 7.6, and 8.6. A bit out of order, eh?"

NOTE: it has to compare floats, NOT ints.  getmeter() doesn't work because it returns an integer, causing loss of decimal places
2003-08-09 22:08:17 +00:00
Steve Checkoway 9f6b17eac1 Add newline at end of file. 2003-08-07 10:29: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
Glenn Maynard 44e28a2e89 fix autogen courses not being mystery 2003-08-06 08:05:41 +00:00
Glenn Maynard 7e07e7c8de Handle updating internally 2003-08-04 21:37:07 +00:00
Glenn Maynard 0a9ea01e7f optimize 2003-08-04 21:34:45 +00:00
Glenn Maynard 7b6204243d simplify 2003-08-04 20:45:34 +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
Andrew Wong e5a3e634d5 minor optimization: compare if a song is in ranking for UpdateCourseStats if ranking is chosen in prefs 2003-08-04 06:35:54 +00:00
Glenn Maynard 3a85c1c8a0 Always shuffle random courses the same way during the same round. 2003-08-03 07:12:33 +00:00
Glenn Maynard b198dcee90 remove unused Entry::caprice 2003-08-03 03:32:47 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Steve Checkoway 8c6ba0f506 Fix compile warnings 2003-08-01 12:12:02 +00:00
Glenn Maynard 699a10a135 Trying to track an odd crash that I can't reproduce ... 2003-08-01 00:13:16 +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
Andrew Wong 7553cf3afa oops, account for bug if user uses regular songs with caprice songs 2003-07-30 10:04:59 +00:00
Andrew Wong a85491b9ad random caprice added (use CAPRICE like you use BEST1, WORST1, etc) 2003-07-30 09:53:33 +00:00
Glenn Maynard 8533a28987 fix potential crash 2003-07-28 23:38:42 +00:00