Commit Graph

  • 0a8f16e2bb cleanup Glenn Maynard 2002-08-31 01:20:34 +00:00
  • 6816c3b433 comments Glenn Maynard 2002-08-30 22:53:31 +00:00
  • fe1c946bba Update. Glenn Maynard 2002-08-30 22:25:32 +00:00
  • 6d1b53ffa9 Fix extra space in full title; this fixes "song .sm" from the editor. Glenn Maynard 2002-08-30 22:22:46 +00:00
  • 98f16de9ce Don't hide the current extra stage. Glenn Maynard 2002-08-30 21:51:40 +00:00
  • fde01d42a2 break off GetExtraStageInfoFromCourse Glenn Maynard 2002-08-30 20:49:56 +00:00
  • 7cacbe59f7 Update underline after updating refresh rate. Glenn Maynard 2002-08-30 06:18:30 +00:00
  • 33f20a1f85 KSF files, at least, are often missing closing ;'s. Cope. Glenn Maynard 2002-08-30 05:05:34 +00:00
  • bb94538c53 oops. Glenn Maynard 2002-08-30 04:54:28 +00:00
  • 1e0f31f75d update Glenn Maynard 2002-08-30 04:32:39 +00:00
  • 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
  • 27decf5ca2 Add CreateDirectories. Glenn Maynard 2002-08-30 00:28:20 +00:00
  • 65f5ba986a me += brown paper bag Glenn Maynard 2002-08-29 23:24:00 +00:00
  • 43873128df Send traces to the crash handler. Glenn Maynard 2002-08-29 23:07:55 +00:00
  • 99853f04cf Use builtin memory-checks-on-exit, so we don't get memleak notices for static/global objects. Glenn Maynard 2002-08-29 23:05:54 +00:00
  • 0f7e9874cc break apart SwitchDisplayMode Glenn Maynard 2002-08-29 22:30:06 +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
  • e96941e288 const stuff Glenn Maynard 2002-08-29 21:30:16 +00:00
  • e28dca7fe1 More LPCTSTR. Glenn Maynard 2002-08-29 21:02:04 +00:00
  • 5ab889f509 Deal with systems that have different refresh rates available at 16bpp and 32bpp. Glenn Maynard 2002-08-29 20:59:47 +00:00
  • 2a5d068a6c unused label Glenn Maynard 2002-08-29 20:41:28 +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
  • 9407f88d39 oops? Glenn Maynard 2002-08-29 20:19:13 +00:00
  • 6e5ebcf30c Ez2 changes Chris Danford 2002-08-29 20:18:41 +00:00
  • 7b53966811 remove utils/fnmatch Glenn Maynard 2002-08-29 09:02:56 +00:00
  • 2bf820b7a9 Add last ditch defenses. Glenn Maynard 2002-08-29 08:58:40 +00:00
  • b7ca99c6d0 need a larger buffer; add checks for this Glenn Maynard 2002-08-29 08:55:24 +00:00
  • 84bdeed604 i don't think we're in VirtualDub any ^Hmore, toto Glenn Maynard 2002-08-29 07:02:14 +00:00
  • 5bfe84ae26 i don't think we're in VirtualDub any more, toto Glenn Maynard 2002-08-29 07:01:13 +00:00
  • 2c67a6d5a7 Add sanity check to catch the error I just corrected. Glenn Maynard 2002-08-29 06:13:34 +00:00
  • 48d21dc033 fix macro error Glenn Maynard 2002-08-29 06:10:12 +00:00
  • da777ba811 Sync this up a little with the main code. (Done while debugging ...) Glenn Maynard 2002-08-29 06:09:39 +00:00
  • 6d7da107f3 Added assist tick and text field editing to editor. Cleaned up more theme metrics stuff. Chris Danford 2002-08-29 04:56:03 +00:00
  • 5fb403639f Moved even more constants into theme metrics Chris Danford 2002-08-29 01:38:21 +00:00
  • fdd2cf304a add verinc source Glenn Maynard 2002-08-29 01:30:42 +00:00
  • fcb8bdeeb3 (GRIPE) Glenn Maynard 2002-08-29 01:29:08 +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
  • ed95ded513 fix a couple VS7 warnings Glenn Maynard 2002-08-28 23:40:51 +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
  • 3b44b32e0e bugfixes Glenn Maynard 2002-08-28 07:39: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
  • 9d6d520273 fix compile errors in vc6 Glenn Maynard 2002-08-28 01:16:20 +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
  • 0918dd3c9a Turn on memory leak checking. Glenn Maynard 2002-08-27 22:07:31 +00:00
  • 2e2b3d09bf Disasm/crash code. Glenn Maynard 2002-08-27 22:02:30 +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
  • 2da12c5d57 fix init Glenn Maynard 2002-08-27 20:25:51 +00:00
  • 941d9cb24d Moving more constants into theme metrics. Chris Danford 2002-08-27 16:53:25 +00:00
  • 142002091a Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff Chris Danford 2002-08-27 03:59:22 +00:00
  • 6b87066f8f fixed repeating "toasty" Chris Danford 2002-08-26 22:58:49 +00:00
  • 2cbc4f0dc5 added Start Menu icons, uninstall force, and more to installer Chris Danford 2002-08-26 19:30:58 +00:00
  • 1efce9f7f7 Add Reset(). Glenn Maynard 2002-08-26 08:11:52 +00:00
  • 35b9371edb Make sure we don't have problems with %'s in trace parameters. Glenn Maynard 2002-08-26 06:40:49 +00:00
  • 657614d11a Use initializer lists; faster. Glenn Maynard 2002-08-26 06:39:51 +00:00
  • 950f9c1645 Added How To Play screen, improved scroll bar, and added "toasty" easter egg. Chris Danford 2002-08-26 05:53:48 +00:00
  • 4b9404c5c2 (more of the same) Glenn Maynard 2002-08-26 05:04:54 +00:00
  • e22fdeefcd Make the callbacks static members, so they can access private members. Glenn Maynard 2002-08-26 05:01:25 +00:00
  • 8658b101cc Don't export PumpButtonNames; compact the header a bit. Glenn Maynard 2002-08-26 04:46:16 +00:00
  • cb73056691 Since we allow escape to back out of the demonstration, allow BACK to, too. Glenn Maynard 2002-08-26 03:51:12 +00:00
  • 40d96cc613 Move the last global to the class. Glenn Maynard 2002-08-26 01:20:03 +00:00
  • 2f3d12ee8e Use a message to end the selection, instead of a global float. Glenn Maynard 2002-08-26 00:57:40 +00:00
  • a30399d3bc Animate during Update, not rendering, and make it honor tab/~. Glenn Maynard 2002-08-26 00:40:12 +00:00
  • 34f62d8d56 simplify Glenn Maynard 2002-08-26 00:19:59 +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
  • 8b6b4043ef (typo) Glenn Maynard 2002-08-25 19:54:14 +00:00
  • 1b3c62adb9 added autogeneration of Notes for missing NotesTypes Chris Danford 2002-08-25 19:00:12 +00:00
  • 8d63a5f7e0 reduced size of hold parts texture for reduced memory footprint Chris Danford 2002-08-25 06:42:26 +00:00
  • a5df78e77d fixup skins/noteskins paths Glenn Maynard 2002-08-25 06:01:03 +00:00
  • 13af77a570 Remove HoldNote.h. Glenn Maynard 2002-08-25 05:50:32 +00:00
  • c57cdfc91f fixed crash in background (oops!) Chris Danford 2002-08-25 05:31:24 +00:00
  • 022a98879c added features to package manager, and renamed "Skins" dir to "NoteSkins" Chris Danford 2002-08-25 05:07:47 +00:00
  • b3cb136f04 Fix up editing hold notes. Glenn Maynard 2002-08-25 05:00:23 +00:00
  • 3d84bc6135 Comments. Glenn Maynard 2002-08-24 22:49:10 +00:00
  • c6cfa14c1a Don't render the beginning of the song when cancelling out of gameplay. Glenn Maynard 2002-08-24 22:48:16 +00:00
  • ac95c478f5 Update. Glenn Maynard 2002-08-24 21:25:35 +00:00
  • f54cb254a6 Add GroupList. Glenn Maynard 2002-08-24 20:36:29 +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
  • d52224560e implement m_bDelayedEscape Glenn Maynard 2002-08-24 06:34:15 +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