441541a16c
Add #SELECTABLE:YES, NO and ROULETTE.
Glenn Maynard
2002-08-30 04:28:12 +00:00
92ccf96768
Well, I've received complaints about my other errors, but nothing about the build rules, so I'm assuming they're at least not blowing up at anyone.
Glenn Maynard
2002-08-30 01:06:23 +00:00
2e34fe2ca6
Use CreateDirectories.
Glenn Maynard
2002-08-30 00:37:53 +00:00
53acc507f7
Quiet the CheckDeviceType logs a bit.
Glenn Maynard
2002-08-29 21:52:26 +00:00
e8eb97c9cf
Move GetAdapterIdentifier check into ctor, so it's not done multiple times if the first SwitchDisplayMode fails.
Glenn Maynard
2002-08-29 21:48:57 +00:00
ebac0bc8ec
"max refresh" tests format (might have more available at 16bpp than 32bpp, though we're only ever 16bpp right now anyway)
Glenn Maynard
2002-08-29 20:21:30 +00:00
fc67045180
ScreenStage Changes: Ez2dancer type fixed (apart from final stage number bug)
Andrew Livy
2002-08-29 01:12:39 +00:00
0e44b32a58
Gross. VC7 calculates dependencies *after* the pre-build rule (so it's not really pre-build), so after a build, it thinks verstub.cpp has been modified. So we get to use the same build hack here, too.
Glenn Maynard
2002-08-29 00:36:50 +00:00
2b51ea0d05
Add Disasm to the projects.
Glenn Maynard
2002-08-29 00:20:09 +00:00
d7f88eb1dd
exception handling is overridden on the commandline, so turn it off here (to silence a warning)
Glenn Maynard
2002-08-28 23:48:47 +00:00
7fa71beb31
exception handling is overridden on the commandline, so turn it off here (to silence a warning)
Glenn Maynard
2002-08-28 23:48:07 +00:00
e6d02e9648
Adjusted Metrics So The SelectPlayer Screen looks as it should
Andrew Livy
2002-08-28 23:20:41 +00:00
a8a99fe828
Moved more constants into theme metrics
Chris Danford
2002-08-28 22:42:40 +00:00
9c8548ce1d
Some Ez2dancer Fixes, AND Breakages (sorry!!)
Andrew Livy
2002-08-28 20:41:55 +00:00
b00c8d5413
Remove HighComboAlert_OnceOnly. (Added this because I wasn't sure which was right, and it looked like =true was the behavior it was trying for, but =false is normal arcade behavior and I can't think of any real reason for it to ever be true.)
Glenn Maynard
2002-08-28 09:00:17 +00:00
f8916ab31d
Do away with LPCTSTR. (We're not making a Unicode build, and if we were it's not being used everywhere it would need to be. If we want Unicode support, that's probably not the way to do it anyway ...)
Glenn Maynard
2002-08-28 07:04:52 +00:00
6c6b50ac6b
save the whales!
Glenn Maynard
2002-08-28 03:31:17 +00:00
edde0d8432
Recompiled so it doesn't expect a PDB.
Glenn Maynard
2002-08-28 03:18:46 +00:00
81f626e473
Line debug info only; this fixes some loud linker warnings in SM when the PDB isn't there. (Better than making people build this; don't want to check in the PDB since it's about 800k.)
Glenn Maynard
2002-08-28 03:14:59 +00:00
2f36046dd6
Do away with LPCTSTR. (We're not making a Unicode build, and if we were it's not being used everywhere it would need to be. If we want Unicode support, that's probably not the way to do it anyway ...)
Glenn Maynard
2002-08-28 00:35:55 +00:00
7941a1ddf2
more crash screen stuff
Glenn Maynard
2002-08-27 23:48:11 +00:00
7922f5bbc7
Updated AnnoucerManager::GetPathTo to act like ThemeManager. More theme and Ez2 cleanup.
Chris Danford
2002-08-27 23:31:41 +00:00
307b50179a
s/VirtualDub/StepMania/ (in display, anyway)
Glenn Maynard
2002-08-27 23:16:52 +00:00
6b342373ad
Disasm/crash support binaries. (These are generated from disasm/; it's straightforward but not worth making a project for.)
Glenn Maynard
2002-08-27 22:01:43 +00:00
484fc403e6
Source and documentation for disasm/crash dialog support code.
Glenn Maynard
2002-08-27 22:00:41 +00:00
c2379b6a52
Resources for new crash dialog.
Glenn Maynard
2002-08-27 22:00:03 +00:00
7702fb7e7a
Bitmap for new crash dialog.
Glenn Maynard
2002-08-27 21:59:35 +00:00
d4f4a854cf
Cleaned up Ez2SelectStyle (however 2p support removed). Now using new ScrollingList system (PUMP can make use of this for select style also)
Andrew Livy
2002-08-25 23:10:28 +00:00
849086a3ba
fix error (must remember to clear cache when testing this type of thing)
Glenn Maynard
2002-08-24 09:24:53 +00:00
30dd7ab9b2
Two different pieces of code in the editor were initializing a "new" song, and they were both being triggered. Only do it in the ctor, since we need the information that's being initialized elsewhere in the editor.
Glenn Maynard
2002-08-24 08:28:44 +00:00
79bc58aedd
Fix a bug in the m_sSongFileName optimization; add an assertion for it.
Glenn Maynard
2002-08-24 07:57:28 +00:00
1d2e3faefd
Add MusicList (move column display out of ScreenSelectGroup). Doesn't have a group limit (but ScreenSelectGroup still does)
Glenn Maynard
2002-08-24 06:30:32 +00:00