Commit Graph
5441 Commits
Author SHA1 Message Date
Glenn Maynard 9ffa8b5c41 Fix stray TAP_HOLD_HEADs when merging hold notes in the editor, and
possibly other problems.
2003-09-15 05:41:11 +00:00
Aaron VonderHaar 86fcd7e75a Comment out some misleading code 2003-09-15 05:35:39 +00:00
Glenn Maynard 4f24b51b67 dur 2003-09-15 05:27:34 +00:00
Glenn Maynard 1671e38f48 Hopefully fix rare UpdateTextInfo crashes. 2003-09-15 05:14:05 +00:00
Aaron VonderHaar 28d3633036 A proper fix for IsPlayable() 2003-09-15 04:54:00 +00:00
Glenn Maynard 2c72fe8009 apply transforms to playerNoteDataPostModifiers, not playerNoteData 2003-09-15 03:21:36 +00:00
Glenn Maynard fac7d611a7 Fix CollapseToOne. 2003-09-15 01:54:15 +00:00
Glenn Maynard 0e0db29069 un-fix the not-a-fix 2003-09-15 01:30:39 +00:00
Glenn Maynard 5f8a4ad60e Error reporting fix, seek fix. 2003-09-15 01:29:02 +00:00
Glenn Maynard 4982aaf43e sync check 2003-09-15 01:00:26 +00:00
Glenn Maynard bad37ad932 simplify 2003-09-15 00:32:20 +00:00
Andrew Wong 5b8a8e6f07 fix players best showing long version songs as final stages (by passing them, you would get 2nd extra stage) 2003-09-15 00:22:56 +00:00
Glenn Maynard 617a0906aa "bool" in structs gives the VC7 debugger a migraine. Ugh.
Document a bug that we can't really fix right now.
Use MADLIB_rewind in SetPosition_Fast.
Use MADLIB_rewind in SetPosition_Accurate even though we shouldn't,
to fix sync.
2003-09-14 22:36:34 +00:00
Glenn Maynard e1aec1449f SetAccurateSync. Not strictly needed since we never seek beyond 0
in music samples in gameplay, but a good idea anyway.
2003-09-14 22:34:37 +00:00
Thad Ward 7a74387658 after we change to the directory with the executable, we need to clear out the FileDB cache. 2003-09-14 21:25:59 +00:00
Aaron VonderHaar 824fe8c138 Disable rave mode on ScreenSelectDifficulty when appropriate (doubles and solo) 2003-09-14 21:00:23 +00:00
Thad Ward f022620d05 after unloading the profile, clear out the displayname and last used high score name. 2003-09-14 20:34:33 +00:00
Thad Ward 9e52a02496 since the Cache dir is no longer part of CVS, we don't need to be careful about deleting files from it. 2003-09-14 20:22:32 +00:00
Glenn Maynard 582fdac693 fix #define 2003-09-14 20:16:01 +00:00
Chris Danford 34315c7349 fix log message 2003-09-14 20:01:53 +00:00
Thad Ward 8d0746bce8 when clearing the cache, don't remove instructions.txt 2003-09-14 19:37:21 +00:00
Steve Checkoway bbb567657b This should go somewhere, might as well be here. 2003-09-14 18:41:10 +00:00
Steve Checkoway 3a04d063c4 Begin switching to my installer 2003-09-14 18:32:58 +00:00
Thad Ward 3b00a6da28 when loading characters, ignore the CVS directory. 2003-09-14 18:30:14 +00:00
Steve Checkoway 82ec98a0d1 Updated installer file 2003-09-14 18:27:35 +00:00
Aaron VonderHaar 5fc1b3faaa Need to return after SCREENMAN->Prompt 2003-09-14 17:52:27 +00:00
Aaron VonderHaar c8262b35d1 Make blind truly blind -- disable combo display and make all note tap flashes the same color when blind is on 2003-09-14 14:05:15 +00:00
Chris Danford 5ba1d272f5 don't ASSERT on invalid BGA layer m_Type value 2003-09-14 09:54:01 +00:00
Glenn Maynard 06e83a1e94 Bugfix.
Bug-unfix: reproduce a bug in the old code to maintain sync until
I figure out a more sane way to handle it.
(Still seeing sync differences ...)
2003-09-14 09:09:43 +00:00
Aaron VonderHaar 1e5f40b62b Must check for libogg first because libvorbis depends on it 2003-09-14 06:33:28 +00:00
Glenn Maynard 1dba3cd96d allow setting up to 15-feet in the editor, if you really want to 2003-09-14 01:49:03 +00:00
Steve Checkoway 279a35cb46 OS X: change screenshot key to be cmd-F12.
All: fix overwriting screenshots.
2003-09-14 00:40:48 +00:00
Andrew Wong ee81ce3cac feature: custom speed mod = allows users to specify their own speed modifier in stepmania.ini.
note: C300 was removed to make space on the line.
2003-09-13 22:57:11 +00:00
Sean Burke 36e987049d Hopefully fix SDL compile on ppc Linux. 2003-09-13 21:11:02 +00:00
Glenn Maynard fc0a1b5380 better fix 2003-09-13 20:47:41 +00:00
Chris Danford 58b575b511 change lyrics text color 2003-09-13 20:28:45 +00:00
Glenn Maynard a8bb248ed2 Fix Vorbisfile on big-endian archs 2003-09-13 20:25:59 +00:00
Chris Danford 13da8dffcb use cropped BitmapText for lyrics 2003-09-13 20:18:43 +00:00
Chris Danford 0e25035583 remove debug garbage 2003-09-13 20:18:04 +00:00
Glenn Maynard 8a4317e0e1 Cleanup. Improve error reporting. Fix a broken assertion. 2003-09-13 20:13:03 +00:00
Chris Danford bce4df937c make BitmapText crop-aware 2003-09-13 19:47:28 +00:00
Steve Checkoway c7b2f8c60b new line 2003-09-13 19:46:37 +00:00
Steve Checkoway e30707b82f Add files and hopefully change all references to group references rather than absolute refs. 2003-09-13 19:34:46 +00:00
Chris Danford 7a3ff956d0 fix splash window redraw problems 2003-09-13 19:09:01 +00:00
Chris Danford 6059d5902d fix VC6 compile error 2003-09-13 19:08:37 +00:00
Chris Danford e5c62fcfa0 fix dancing character update rate 2003-09-13 19:08:19 +00:00
Andrew Wong 93ff64d06c make SoundReader_VorbisFile.h and cpp settings for files correct (it didn't automatically compile previously) 2003-09-13 10:30:03 +00:00
Glenn Maynard 608ddcaa14 error reporting fix 2003-09-13 07:44:01 +00:00
Glenn Maynard aace173602 RageSoundReader.cpp -> RageSoundReader_FileReader.cpp 2003-09-13 06:10:14 +00:00
Glenn Maynard 414c1a3bf6 unused 2003-09-13 06:09:04 +00:00