Glenn Maynard
bfc2215191
The only change in this mess is changing indentation; no actual code is
...
changed.
2003-07-12 19:45:07 +00:00
Glenn Maynard
d6dee7f416
fix include
2003-07-12 19:44:25 +00:00
Glenn Maynard
73f66924a6
no "extern" on prototypes
2003-07-12 19:44:00 +00:00
Glenn Maynard
93824687ef
Fix "OFF" not working.
2003-07-12 19:20:01 +00:00
Glenn Maynard
51ac4509b1
Don't crash if a BMS file doesn't have a #player tag.
...
When a case is expected to never happen, use ASSERT(0), not
a throw. That way, if it does, we get a full crash dump.
file.bad() is not equivalent to !file.good(); usually you want the latter
(my bug)
2003-07-12 19:06:04 +00:00
Sean Burke
deb07f48a4
Makefile update for ArchHooks.
2003-07-11 21:17:30 +00:00
Ben Anderson
e882f9d3b2
Case counts on Linux
2003-07-11 18:08:57 +00:00
Ben Anderson
74f93ed4cd
Case counts on Linux
2003-07-11 16:52:58 +00:00
Andrew Wong
604663f466
cleaned up unlock data so it appears in MemCard.ini and is no longer in preferences
...
(note to whoever builds uninstaller - don't delete memcard.ini on uninstall, please :)
2003-07-11 12:01:25 +00:00
Andrew Wong
89e57aa708
fixed bug in reading inis - it would reset if the file WAS found, not vice versa.
2003-07-11 10:34:10 +00:00
Andrew Wong
9958c4c0c5
bugfixes and updates to unlock system (more abstract)
2003-07-11 09:35:28 +00:00
Andrew Wong
203e2b6aea
minor bugfix: a line "#ifdef windows" should have read "#ifdef _windows"
2003-07-11 07:59:00 +00:00
Glenn Maynard
59752c11c9
add e=mc2 mix
2003-07-11 06:42:34 +00:00
Steve Checkoway
596b2d927f
Um, I didn't actually change that. Stupid IDE...
2003-07-11 03:43:33 +00:00
Steve Checkoway
f832fbfd3f
Only defined for WIN32
2003-07-11 03:39:02 +00:00
Chris Danford
8158ca8770
compiles on Xbox (still a CRT linking error though)
2003-07-11 03:15:28 +00:00
Chris Danford
df975a9692
add util that reports open file handles
2003-07-10 19:02:46 +00:00
Glenn Maynard
154efe9888
kill debug stuff
2003-07-10 18:25:01 +00:00
Chris Danford
cff3a1e0b1
fix file handle leak in Model
2003-07-10 18:24:30 +00:00
Glenn Maynard
700525d3ee
rewrite not using fstream--its error handling is useless
2003-07-10 17:45:00 +00:00
Glenn Maynard
ae1e97c6f5
remove debug
2003-07-10 17:44:00 +00:00
Glenn Maynard
500e968823
Throw if AnimatedTexture can't load; otherwise the next GetKey will fail,
...
anyway.
Add very loud, temporary debug output.
2003-07-10 16:51:15 +00:00
Andrew Wong
721df8ea02
updated course unlocking to take transliterated (non-translated) titles
...
redid code for unlock screen so courses and songs are displayed
2003-07-10 14:44:13 +00:00
Glenn Maynard
a49208c5fb
add checkpoint
2003-07-10 14:03:26 +00:00
Chris Danford
835887cfd3
battle enemy face stuff
2003-07-10 11:47:45 +00:00
Chris Danford
571a21eff8
ResolvePath() in DerefRedir() to fix path problems on non-Win platforms
2003-07-10 11:47:28 +00:00
Andrew Wong
e5b4b4be6c
updated support for course unlocking (very basic)
2003-07-10 11:24:16 +00:00
Andrew Wong
fdfcff9288
updated metrics for unlock system
2003-07-10 07:26:12 +00:00
Andrew Wong
987f152891
Added some metrics to unlock screen (animations for unlock icons, mainly, as well as "seconds to display")
...
Fixed bug with roulette seeds (selecting a song that does not exist in unlock database caused a crash upon selecting a song)
2003-07-10 07:22:31 +00:00
Chris Danford
da81d1aebd
write full title to a DWI, not just the main title
2003-07-10 06:02:21 +00:00
Chris Danford
c8a9dc148a
ranking text -> graphics
2003-07-10 03:41:07 +00:00
Chris Danford
47e08af623
key for testing incoming (temporary)
2003-07-10 03:39:30 +00:00
Chris Danford
4dfb7ee6a4
lighting for hold heads
2003-07-10 03:38:45 +00:00
Chris Danford
383ba2b17c
fixed reversed 3d wheel
2003-07-10 03:38:21 +00:00
Chris Danford
7f7259ea38
change ranking text to graphics
2003-07-10 03:37:34 +00:00
Chris Danford
5b3a0330b9
add OffCommand to BGAnimation
2003-07-10 03:37:13 +00:00
Chris Danford
f0a69fb1fc
support changing announcer in ModeChoice
2003-07-10 03:36:41 +00:00
Chris Danford
21adf68857
work on battle stuff
2003-07-10 03:36:12 +00:00
Glenn Maynard
2a838b1b3b
Fix player settings being reset if you back out of the player options menu.
...
Allow only showing a subset of effects.
2003-07-10 02:56:21 +00:00
Glenn Maynard
0e78926c92
fix CDTitles more
2003-07-10 02:08:18 +00:00
Glenn Maynard
035a5601dd
fix not displaying warning for fading banners
2003-07-10 02:01:45 +00:00
Glenn Maynard
683ff38ab7
don't display warning when reloading
2003-07-10 02:00:48 +00:00
Glenn Maynard
16b0cd24ec
fix leak
2003-07-10 01:58:48 +00:00
Glenn Maynard
a90684be06
add trace
2003-07-10 01:56:52 +00:00
Glenn Maynard
5a6c5760f3
No, really, don't access str[-1] ...
2003-07-10 01:55:37 +00:00
Glenn Maynard
2e8fb7e0b6
Remove unneeded code; add an assert.
2003-07-10 00:35:46 +00:00
Glenn Maynard
f2398eb9a6
comment
2003-07-09 21:22:46 +00:00
Glenn Maynard
a77ee45759
Oops, forgot to commit this. Use TEXTUREMAN->GetMovieColorDepth.
2003-07-09 21:22:14 +00:00
Glenn Maynard
7639f547f4
Disable a trace I don't need right now;
...
error check.
2003-07-09 20:40:28 +00:00
Glenn Maynard
a9e859f6fa
Fix crash pressing battle keys when not in battle mode
2003-07-09 20:34:14 +00:00