Glenn Maynard
bf5cd55bb6
re-simplify
2003-07-12 21:41:12 +00:00
Glenn Maynard
a44b6d0a86
remove unneeded header
2003-07-12 20:42:08 +00:00
Glenn Maynard
336b500e98
remove unneeded headers
2003-07-12 20:36:54 +00:00
Glenn Maynard
28914ab483
add missing header
2003-07-12 20:36:26 +00:00
Glenn Maynard
552b328e97
minor cleanup
2003-07-12 20:35:48 +00:00
Glenn Maynard
f4dbf99636
add missing headers
2003-07-12 20:35:47 +00:00
Glenn Maynard
3fc73cef8c
fix warning
2003-07-12 20:33:19 +00:00
Glenn Maynard
216462a9b7
Comment, simplify.
2003-07-12 20:22:26 +00:00
Glenn Maynard
9db916b94f
Simplify.
2003-07-12 20:16:07 +00:00
Glenn Maynard
cb622760d8
Handle Z on receptors.
2003-07-12 20:10:48 +00:00
Glenn Maynard
2251b989d4
Make the reset code go back to defaults, not null options.
2003-07-12 20:09:31 +00:00
Glenn Maynard
c8115532fb
update
2003-07-12 19:57:56 +00:00
Glenn Maynard
80d8a9e319
Fix encapsulation.
2003-07-12 19:53:26 +00:00
Glenn Maynard
c1ce180654
Fix init.
2003-07-12 19:52:58 +00:00
Glenn Maynard
2536b8a97e
Expose argc and argv.
2003-07-12 19:51:40 +00:00
Glenn Maynard
ddf1bd04dc
Always include global.h right at the top of every source file.
2003-07-12 19:45:41 +00:00
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