Commit Graph

167 Commits

Author SHA1 Message Date
Glenn Maynard fcfb3430f1 optimize (20:1 speedup) 2003-12-21 00:49:22 +00:00
Glenn Maynard b018828250 optimize 2003-12-12 03:55:12 +00:00
Chris Danford ea8c87c46f fix category feats show wrong score on ScreenNameEntryTraditional
store both iScore and fPercentDP for courses and categories
2003-12-10 11:35:34 +00:00
Glenn Maynard 11870a6072 continue phasing out BASE_PATH and SLASH 2003-12-10 09:26:05 +00:00
Chris Danford d4397d4644 add popularity lists to stats.html 2003-12-09 07:12:28 +00:00
Glenn Maynard 20c3074e5b use RageFile 2003-12-04 19:13:29 +00:00
Glenn Maynard cde21af7c6 cleanup 2003-12-04 04:57:25 +00:00
Glenn Maynard d5a859f877 simplify 2003-11-26 19:09:08 +00:00
Glenn Maynard df9584f4d5 attack and meter fixes 2003-11-18 00:51:15 +00:00
Glenn Maynard 58f1855c57 add END course attack tag 2003-11-17 17:54:53 +00:00
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