Glenn Maynard
|
c70ca6eb35
|
s/m_sTranslitName/m_sNameTranslit/, for consistency with Song
|
2004-05-25 03:36:18 +00:00 |
|
Glenn Maynard
|
b19f3972c4
|
fix toasties not playing if perfect combo skips past 250
|
2004-05-25 03:24:40 +00:00 |
|
Glenn Maynard
|
dbe044d039
|
autogen Oni courses by artist, sorted by song difficulty
|
2004-05-25 02:17:17 +00:00 |
|
Glenn Maynard
|
d904805150
|
differentiate easy and difficult course scores
|
2004-05-25 02:15:19 +00:00 |
|
Glenn Maynard
|
50dc9d83cb
|
GetAutogenDifficultySuffix is no longer needed
|
2004-05-24 23:31:56 +00:00 |
|
Glenn Maynard
|
eafe6b56be
|
update
|
2004-05-24 23:22:36 +00:00 |
|
Glenn Maynard
|
7c5cfe70ac
|
add Yuki Matsuoka translit
|
2004-05-24 22:18:39 +00:00 |
|
Glenn Maynard
|
ffad7ea8bf
|
add Yuki Matsuoka kanji
|
2004-05-24 22:17:16 +00:00 |
|
Glenn Maynard
|
ac637a7ec8
|
resize lossy screenshots to 640x480
|
2004-05-24 21:47:49 +00:00 |
|
Glenn Maynard
|
8b6fb0b720
|
include global.h in all files
remove unneeded headers
fix warnings
|
2004-05-24 19:38:22 +00:00 |
|
Glenn Maynard
|
6e7189306a
|
fix type name
|
2004-05-24 19:32:12 +00:00 |
|
Charles Lohr
|
7729bf48b7
|
New version of ezsockets for future network features.
|
2004-05-24 13:59:05 +00:00 |
|
Thad Ward
|
28a3a099b1
|
Store the selected name to the profile before trimming spaces, so that the name
appears properly next time the player enters their name.
|
2004-05-24 09:40:26 +00:00 |
|
Thad Ward
|
438347135d
|
Store the selected name to the profile before trimming spaces, so that the name
appears properly next time the player enters their name.
|
2004-05-24 09:26:44 +00:00 |
|
Thad Ward
|
cfc3e3f3b1
|
fix warning.
|
2004-05-24 08:29:48 +00:00 |
|
Thad Ward
|
b0db0b97b7
|
add TrailUtil.* to vc6 project
|
2004-05-24 08:19:17 +00:00 |
|
Thad Ward
|
72e53bf1f0
|
fix vc6 compile error.
("Member function defined in unnamed class")
|
2004-05-24 08:18:11 +00:00 |
|
Chris Danford
|
d733d26bfb
|
fix VC6 compile
|
2004-05-24 08:17:19 +00:00 |
|
Chris Danford
|
a9db266eb2
|
"for( p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"
|
2004-05-24 08:16:17 +00:00 |
|
Chris Danford
|
b05d25ab24
|
"m_pCurNotes" -> "m_pCurSteps"
|
2004-05-24 06:12:17 +00:00 |
|
Chris Danford
|
ba93ee8469
|
"for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"
|
2004-05-24 06:10:11 +00:00 |
|
Chris Danford
|
6f75a3d920
|
review uses of GetTrail
|
2004-05-24 06:07:59 +00:00 |
|
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 |
|