Glenn Maynard
1b5e2aafef
Explicitly make sure FinishStage is called. We need to do this before
...
ResetGame, since it should be called before prompting to remove memory
cards.
2004-05-24 01:00:06 +00:00
Glenn Maynard
8540b1eb1f
fix step totals being added multiple times
2004-05-24 00:45:22 +00:00
Glenn Maynard
af687ecb9d
don't rescale RADAR_NUM_* down in GetFinalEvalStatsAndSongs
2004-05-24 00:43:39 +00:00
Glenn Maynard
1b48cfc60d
update
2004-05-24 00:42:27 +00:00
Glenn Maynard
0b96646afc
checkpoint
2004-05-24 00:24:47 +00:00
Glenn Maynard
f1ebbe330d
reduce xbox hackery
2004-05-23 23:24:44 +00:00
Glenn Maynard
ea2c3d6260
Disable ScreenSelectDifficultyEX; it was superseded by ScreenSelectMaster.
...
I don't think anything uses it (not sure if it still works); I'll wait a few snapshots
before removing it, though.
2004-05-23 23:08:25 +00:00
Glenn Maynard
e0ceb30f93
remove virtual IsSoftwareRenderer()
2004-05-23 22:38:44 +00:00
Glenn Maynard
d5b79a4cd3
info.txt cleanups
2004-05-23 22:32:10 +00:00
Glenn Maynard
d79f9f0ff1
better assert output
...
minor optimization
2004-05-23 22:17:26 +00:00
Glenn Maynard
3dfdc61aac
maybe fix stray backslashes making it into root paths, causing stray
...
"Couldn't create d:\: Permission denied"
2004-05-23 22:11:33 +00:00
Chris Danford
eb4d70ee5a
fix linux build
2004-05-23 21:26:09 +00:00
Chris Danford
a9338140dc
fix linux compile
2004-05-23 21:16:58 +00:00
Glenn Maynard
4466f94463
remove old hacks
2004-05-23 21:16:22 +00:00
Glenn Maynard
838bb0aba4
remove catch() that's preventing us from getting complete backtraces to
...
unexpected sound driver exceptions
2004-05-23 21:13:19 +00:00
Chris Danford
f04e70ac0c
update Course stats file format
2004-05-23 21:08:03 +00:00
Glenn Maynard
4e4ff9185a
fix notefield crashes when playing at a very high beat: fTrailingBeat
...
was eg. 500, fSongBeat was 0, and the "trail faster" logic overshot,
setting fTrailingBeat to negative values (eg. -1200)
2004-05-23 20:41:39 +00:00
Glenn Maynard
675422c93f
log last ioproc time on overload
2004-05-23 19:45:19 +00:00
Chris Danford
064a706845
add Trails to Catalog.xml
2004-05-23 09:23:02 +00:00
Chris Danford
4ff8b8ec2b
clean up Course score saving (use Trail)
2004-05-23 09:17:10 +00:00
Glenn Maynard
cd93cb4347
cosmetic cleanups
2004-05-23 07:29:08 +00:00
Glenn Maynard
d52c1bfae0
update
2004-05-23 06:12:39 +00:00
Glenn Maynard
de0d2b80d8
update
2004-05-23 06:07:11 +00:00
Glenn Maynard
f8f0f6fa6e
update
2004-05-23 02:51:54 +00:00
Glenn Maynard
be2600df50
remove ScreenSelectCourse
2004-05-23 02:49:39 +00:00
Glenn Maynard
b18aa68d4e
ScreenSelectCourse now uses ScreenSelectMusic. This removes a
...
lot of duplicate code (some of which was out of date, such as the wheel
input behavior). Themes no longer have to tweak both of these screens
individually; only the metrics for ScreenSelectMusic need to be changed,
except where they're explicitly overridden.
2004-05-23 02:47:52 +00:00
Glenn Maynard
d38bf0e721
license update
2004-05-23 02:29:11 +00:00
Glenn Maynard
6c039f9a67
cleanup
2004-05-23 02:28:36 +00:00
Glenn Maynard
c0adadd3a5
IniFile cleanup
2004-05-23 02:27:51 +00:00
Glenn Maynard
a87aef9c3b
fix
2004-05-23 01:57:16 +00:00
Glenn Maynard
822fffdd44
license update
2004-05-23 01:27:01 +00:00
Chris Danford
053f27d3f4
fix warning
2004-05-23 00:57:26 +00:00
Chris Danford
abfc956e4f
refactor Course: move some responsibilities to Trail
2004-05-23 00:53:20 +00:00
Glenn Maynard
6ac93f463a
cleanup
...
allow overriding codes
2004-05-22 23:57:01 +00:00
Glenn Maynard
1612c92719
update
2004-05-22 23:56:37 +00:00
Glenn Maynard
15d04ec72c
allow loading alternate codes
2004-05-22 23:54:23 +00:00
Glenn Maynard
991c55a069
NumSongs, TotalTime metrics
2004-05-22 23:02:33 +00:00
Glenn Maynard
db7732fa21
NumSongs, TotalTime
2004-05-22 22:56:58 +00:00
Glenn Maynard
563e66959c
assert
2004-05-22 22:55:34 +00:00
Glenn Maynard
0d78474240
fix crash
2004-05-22 22:54:16 +00:00
Glenn Maynard
092de616a2
fix GIF loading (oops)
2004-05-22 21:36:56 +00:00
Glenn Maynard
e8604a8194
cleanup unused code path and variables
2004-05-22 21:23:17 +00:00
Glenn Maynard
2a16256e7e
update
2004-05-22 20:43:28 +00:00
Glenn Maynard
fcff80559a
keep a list of styles and StepsTypes to show, instead of toggles for
...
each, since that causes ProfileHtml metrics to become out of date
each time a style or StepsType is added
2004-05-22 20:42:28 +00:00
Chris Danford
a12cc31f3a
add size check for signature files
2004-05-22 19:50:16 +00:00
Chris Danford
88564f6b24
add course info
2004-05-22 19:49:40 +00:00
Steve Checkoway
4f2f1b46ae
fix warning
2004-05-22 06:19:54 +00:00
Steve Checkoway
07557c7531
Fix potential crash
2004-05-22 06:18:40 +00:00
Glenn Maynard
7c3bc14d4e
fix assertion failure in easy course mode
2004-05-22 04:41:25 +00:00
Glenn Maynard
20d57a24ee
update
2004-05-22 03:32:07 +00:00