Commit Graph
4282 Commits
Author SHA1 Message Date
Steve Checkoway 8082277293 After a crash, open crashinfo.txt and the backtrace log. If the user doesn't have crash reporting enabled, it opens a blank log. If crash reporting is enabled and set to automatically open the log, then the log will open twice. Not a big deal. 2003-07-17 20:47:40 +00:00
Glenn Maynard 9ff733b877 Clean up dependencies.
Challenge notes don't count to making a song red.
2003-07-17 20:11:24 +00:00
Glenn Maynard d926a032ff Add missing header. 2003-07-17 20:10:07 +00:00
Glenn Maynard abd9a95eef Fix hold note life not counting down during a freeze at the very start 2003-07-17 18:50:01 +00:00
Andrew Wong f34e626b66 updated scrolling text and icons to handle inexistant unlocks 2003-07-17 12:14:19 +00:00
Glenn Maynard 14605f01c0 Implement HoldHeadIsAboveWavyParts, HoldTailIsAboveWavyParts. 2003-07-17 07:37:56 +00:00
Glenn Maynard 901a8206c4 Add HoldHeadIsAboveWavyParts, HoldTailIsAboveWavyParts 2003-07-17 07:36:18 +00:00
Glenn Maynard 4f9a687dab We light hold heads; light tails, too. 2003-07-17 06:11:32 +00:00
Glenn Maynard 743c600d0f Break up the monster HoldNote drawing function. No actual functional
changes in this commit.
2003-07-17 06:10:25 +00:00
Ben Anderson a9d4a508fb Case counts on Linux 2003-07-16 20:11:03 +00:00
Steve Checkoway 7330ef78fd I thought that looked wrong... 2003-07-16 15:45:51 +00:00
Steve Checkoway 34bea65b44 Remove signal handler. Let the exception handler handle it all. 2003-07-16 15:43:44 +00:00
Andrew Wong 9dccdbb313 updated metrics again 2003-07-16 14:57:50 +00:00
Andrew Wong 7cc6fd57b0 support extreme-style unlock info display 2003-07-16 14:03:40 +00:00
Andrew Wong 1ef5607405 basic support for scrolling song list in screenunlock (oops, forgot the important files) 2003-07-16 13:13:26 +00:00
Andrew Wong 734813bede updated metrics 2003-07-16 13:11:10 +00:00
Andrew Wong f2c5d01e8f basic support for scrolling song list 2003-07-16 12:58:02 +00:00
Steve Checkoway 0434e88323 overridden methods should be virtual 2003-07-16 12:19:53 +00:00
Steve Checkoway a788a10e60 Added DumpDebugInfo. Now excpet for a stack trace, the mac os x crash dump/info file looks almost exactly like the windows version. 2003-07-16 11:33:34 +00:00
Andrew Wong e59b6788be updated credits :D 2003-07-16 05:40:19 +00:00
Glenn Maynard fdb7025040 add ScreenMapControllers tweening 2003-07-16 03:35:31 +00:00
Glenn Maynard a6663f7e30 If we don't have a graphic for a course ranking entry, use text. It's too
inconvenient to have to create graphics for each course.
2003-07-16 02:32:37 +00:00
Glenn Maynard 032c2ef14a Add bOptional to GetPathTo* 2003-07-16 02:22:19 +00:00
Glenn Maynard aa35f65bdd silly fix 2003-07-16 00:39:58 +00:00
Glenn Maynard 49bdb8e4d4 cosmetic fix 2003-07-15 23:57:34 +00:00
Glenn Maynard 3d34e3a8e8 Don't take a reference to a pointer in CreateTexture.
It might be useful to save some conversions--that is, if a conversion to
a native format is needed, it'll be available to the caller--but it's confusing
and it's never helpful in practice.  It was causing some banner-related
crashes, so let's just remove it.
2003-07-15 23:55:56 +00:00
Glenn Maynard 1a9ca9b002 add missing file 2003-07-15 23:36:11 +00:00
Glenn Maynard 6169ffab68 cleanup 2003-07-15 23:24:48 +00:00
Glenn Maynard 8727ecd432 update 2003-07-15 20:54:34 +00:00
Glenn Maynard dddb7fb92a bump cache due to BMS fixes 2003-07-15 20:52:13 +00:00
Glenn Maynard 05460a116e fix alignment 2003-07-15 20:48:37 +00:00
Glenn Maynard ad40d49720 Unacquire before calling SetEventNotification. 2003-07-15 20:41:45 +00:00
Sean Burke a9015be098 eol 2003-07-15 20:21:25 +00:00
Sean Burke 780edfe0a3 Update the Makefile. 2003-07-15 20:09:18 +00:00
Glenn Maynard db3368ae30 Fix fallback banner not always showing. 2003-07-15 20:08:15 +00:00
Glenn Maynard 997b5887d4 zero out m_pInventory 2003-07-15 20:05:00 +00:00
Glenn Maynard 3ecdae154b Add filename to error reporting 2003-07-15 19:55:06 +00:00
Glenn Maynard 40bbdf8fcc error reporting 2003-07-15 19:47:45 +00:00
Glenn Maynard afde724122 fix silly BMS loading bugs 2003-07-15 19:41:13 +00:00
Glenn Maynard 511d5734b9 fix crash if song has no note data 2003-07-15 19:40:41 +00:00
Steve Checkoway 093b96f6a2 Added an exception handler. It turns out that there is an entire Exception Manager that I never knew existed. 2003-07-15 18:11:17 +00:00
Steve Checkoway 6930149e7f added newline and support for "Don't show again" dialog boxes. Untested. 2003-07-15 13:35:07 +00:00
Steve Checkoway 3cf629dac0 Updated. Implimented Message boxes. Started support for some sort of crash handling. 2003-07-15 12:50:50 +00:00
Andrew Wong 5a3e2fac3f fix - better abstraction than setting entire class public 2003-07-15 11:44:40 +00:00
Sean Burke 4feca2678f Compile fix for UnlockSystem. 2003-07-15 10:11:22 +00:00
Steve Checkoway 1c68b62137 oops, that should be public. 2003-07-15 09:56:37 +00:00
Steve Checkoway 7f906b4271 Added ArchHooks_darwin and moved the IgnoreMessage and MessageIsIgnored methods to the superclass, ArchHooks. 2003-07-15 09:44:02 +00:00
Glenn Maynard 718f3e4e6b fix crash 2003-07-15 09:11:09 +00:00
Andrew Wong 76851cf6dc metrics updated for previous update 2003-07-15 08:36:37 +00:00
Andrew Wong 9f03c16445 added option where player can choose to make 10-footers in red or not 2003-07-15 08:35:47 +00:00