Commit Graph
5457 Commits
Author SHA1 Message Date
Glenn Maynard e164953d02 Move fail check into a function 2003-09-15 21:00:59 +00:00
Glenn Maynard 2f42bace0e fix potential %s crash 2003-09-15 20:44:25 +00:00
Glenn Maynard d36dddd273 Fix case-sensitivity issue 2003-09-15 20:31:12 +00:00
Glenn Maynard db4c2f3cb3 Minor lyric quality tweak 2003-09-15 19:57:27 +00:00
Glenn Maynard 5bb8d842fc fix compile 2003-09-15 08:26:31 +00:00
Glenn Maynard f2f85a4457 log video mode on startup 2003-09-15 07:52:58 +00:00
Glenn Maynard ceefa6411d Fix dyslexic BeginnerHelper (how'd I miss that?) 2003-09-15 07:31:26 +00:00
Glenn Maynard fa72309aa0 Sleep fully uncropped lyrics for a while, so they don't disappear instantly
after they stop tweening.
2003-09-15 07:28:55 +00:00
Glenn Maynard 55bff4c518 Fix warnings, fix crash, add asserts. 2003-09-15 07:15:36 +00:00
Glenn Maynard 6af0aa81c9 Fix warnings. 2003-09-15 07:14:39 +00:00
Glenn Maynard d44194405a CHECKPOINTs 2003-09-15 06:51:45 +00:00
Glenn Maynard 5e22ef1b78 fix compile 2003-09-15 06:48:15 +00:00
Glenn Maynard dc1b0e6a31 Make additions count to the score. 2003-09-15 06:32:26 +00:00
Glenn Maynard 8b0d16205f Fix newline accumulation in SM data. 2003-09-15 06:22:36 +00:00
Glenn Maynard 9fea069bc7 Fix unusual concentration of mines after hold notes. 2003-09-15 06:02:26 +00:00
Glenn Maynard 610c07c0e7 Remove unneeded code. 2003-09-15 05:54:14 +00:00
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