Commit Graph

4807 Commits

Author SHA1 Message Date
Glenn Maynard 5a231e9cd4 Fix DP calculation when using transforms 2003-08-13 19:51:53 +00:00
Glenn Maynard 6e4e3b2f1d unneeded 2003-08-13 19:23:25 +00:00
Glenn Maynard 1ecfc2e78a These shouldn't have been there. 2003-08-13 19:22:55 +00:00
Glenn Maynard 57983c6d70 add NoteDataUtil::TransformNoteData 2003-08-13 19:17:28 +00:00
Glenn Maynard 2ed5c8d339 move judgement font to numbers 2003-08-13 18:57:00 +00:00
Glenn Maynard 78828f1069 Fix ScreenNameEntry erasing options (fixes Oni in event mode) 2003-08-13 18:47:12 +00:00
Glenn Maynard 35f3225e4f move function out of header 2003-08-13 18:30:46 +00:00
Glenn Maynard 5d81bdb8c3 Fix handling of derived RageExceptions.
Log unhandled exceptions.
2003-08-13 17:45:47 +00:00
Glenn Maynard 20f073fbcd If you're having trouble with being left in fullscreen, check to make sure
SDL is resetting the video mode correctly.
2003-08-13 17:33:21 +00:00
Steve Checkoway 8f0c678ae3 If a RageException is thrown and not caught until main(), attempt to goto windowed mode before displaying the dialog box. If that fails (any exception thrown) just quit.
Don't simply freeze with a dialog box behind full screen.
2003-08-13 10:40:51 +00:00
Glenn Maynard ea628ea706 Don't send newlines to LOG. 2003-08-13 04:52:41 +00:00
Chris Danford 62a6a7754b Fill in Steps::m_sDescription automatically if missing. 2003-08-13 04:48:06 +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 ab000d06b1 metrics update. 2003-08-13 00:45:06 +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
Glenn Maynard 1913fddee0 Change progressive -> interlaced. Not Xbox-only. (Avoid making
RageDisplay interfaces arch-specific.)
2003-08-12 19:08:07 +00:00
Glenn Maynard 49fd8b0a24 reduce duplicate code 2003-08-12 18:50:42 +00:00
Glenn Maynard d27eb82dc4 Fix error handling crashes. 2003-08-12 18:29:35 +00:00
Sean Burke a29d428430 Restructure and clean the Makefile. 2003-08-12 08:46:35 +00:00
Chris Danford bf950a3037 fix crash loading extra stage info from CRS file 2003-08-12 08:03:16 +00:00
Chris Danford b832481613 fix crash for Courses with 0 entries 2003-08-12 07:48:59 +00:00
Chris Danford 1afec64f34 fix Course::Save() writes incorrect song path 2003-08-12 07:48:35 +00:00
Glenn Maynard a1b15435b1 These are separate for a reason (cleans up local build changes). 2003-08-12 07:20:29 +00:00
Chris Danford 5cda86b3a7 compile error - oops 2003-08-12 07:20:12 +00:00
Sean Burke 4a170d0eb7 Cleanup for the Makefile. 2003-08-12 07:11:36 +00:00
Chris Danford 892bc90247 course editor is usable 2003-08-12 06:51:03 +00:00
Chris Danford cd9fbf25f2 better logging 2003-08-12 06:50:42 +00:00
Chris Danford 16d52fa534 fix actor tween overflow 2003-08-12 06:49:25 +00:00
Andrew Wong 1d0a297886 account for bonus in eval screen for 5th scoring 2003-08-12 06:09:49 +00:00
Steve Checkoway 372881248e Well, since this is the only sound driver working atm. Replace the latency with a simple calculation of the time to drain a buffer. Also, use more samples. 2003-08-12 02:44:09 +00:00
Steve Checkoway 586c31a1b6 Exit with an error code. 2003-08-12 01:43:52 +00:00
Steve Checkoway 4e4a25de41 Fixed compiler warning. 2003-08-12 00:56:13 +00:00
Steve Checkoway 3934e67cbd Removed ssprintf().
Fixed the buffer length constant.
Replaced some exit()s w/ return to get at least a partial crashlog.
Replaced exit() with _exit() in the forked process.
2003-08-12 00:53:32 +00:00
Glenn Maynard e2523bf1e6 simplify 2003-08-12 00:51:34 +00:00
Glenn Maynard 31c2b8ff7b Don't display the offset change if there wasn't any. 2003-08-12 00:40:38 +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 1305172793 This update is done as necessary *within* the SortCoursePointerArrayBy*
functions.
2003-08-12 00:07:00 +00:00
Glenn Maynard 85423c86dc Hide m_fOldOffset in ScreenGameplay.
Show the original and changed offsets.

Fix crash in course modes.
2003-08-12 00:05:01 +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
Glenn Maynard 4443730c98 cosmetic 2003-08-11 23:12:01 +00:00
Andrew Wong 06eaebb9c5 warn in logfile invalid unlock entries, and remove them from the system when they're found 2003-08-11 22:37:46 +00:00
Glenn Maynard 158dbedd25 fix compile 2003-08-11 21:05:18 +00:00
Andrew Wong 764cb9f5a1 various changes to bonus transfer to score during eval 2003-08-11 20:59:02 +00:00
Andrew Wong 6812cbfd7a change SongEntry to UnlockEntry 2003-08-11 20:57:57 +00:00
Glenn Maynard c94325c088 update 2003-08-11 20:46:36 +00:00
Glenn Maynard 0fc093b490 clarify 2003-08-11 20:45:55 +00:00