Chris Danford
d65404e750
TapSteps -> TapNotes
2004-05-24 04:26:54 +00:00
Glenn Maynard
b31996b97f
better error checking
2004-05-24 04:24:50 +00:00
Chris Danford
0ec2a536d9
TapSteps -> TapNotes
2004-05-24 04:17:19 +00:00
Glenn Maynard
b3125ac086
fix crashes due to X returning garbage when asked for an extension function
...
that doesn't exist
2004-05-24 03:56:08 +00:00
Glenn Maynard
0c9c336dc3
make GLExt a struct, so it can be zeroed as a unit, and so extension functions
...
don't take two lines to declare
2004-05-24 03:41:49 +00:00
Chris Danford
4bb777232d
name cleanup: "pNotes" -> "pSteps"
2004-05-24 03:41:39 +00:00
Chris Danford
99a02deffe
name cleanup: "StepsType nt" -> "StepsType st"
2004-05-24 03:32:56 +00:00
Chris Danford
1d532df9ef
fix crash on fail
2004-05-24 03:16:14 +00:00
Glenn Maynard
d2bb74c409
Add step totals in GameState::FinishStage, instead of eval. This means
...
that step counts and "calories" still count if you fail (or give up).
2004-05-24 01:32:17 +00:00
Glenn Maynard
df56b72b33
simplify
2004-05-24 01:28:28 +00:00
Glenn Maynard
0a50fc0109
oops
2004-05-24 01:00:40 +00:00
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