Commit Graph
4305 Commits
Author SHA1 Message Date
Glenn Maynard 3ae3834d2e remove old comment 2003-07-19 21:22:02 +00:00
Glenn Maynard 969585516e remove odl comment 2003-07-19 21:20:34 +00:00
Glenn Maynard 62d2fdc3bd simplify 2003-07-19 20:44:23 +00:00
Glenn Maynard 8820ea1356 Update, simplify. 2003-07-19 20:38:34 +00:00
Andrew Wong be5131bd40 minor bug fix 2003-07-18 17:02:10 +00:00
Andrew Wong bd78736692 rudimentary support for extreme-style unlocks list (its not perfect yet, still have to work on commands) 2003-07-18 15:00:33 +00:00
Sean Burke b91d1039ae Make the MovieTexture_Null stuff work in Linux. 2003-07-18 13:59:31 +00:00
Glenn Maynard 24fe033661 add m_bShowConsole 2003-07-18 08:05:39 +00:00
Glenn Maynard 608f6aede3 simplify 2003-07-18 08:04:47 +00:00
Glenn Maynard 948ac51c90 m_bIsLocked is unneeded. 2003-07-18 07:54:07 +00:00
Glenn Maynard bbec48aef1 simplify 2003-07-18 07:53:41 +00:00
Glenn Maynard 66e156e840 Whoops. SongEntry::UpdateLocked was backwards. 2003-07-18 07:51:42 +00:00
Andrew Wong 7d85d78ea4 few minor bugfixes (subtitles, songentry constructor) 2003-07-18 07:34:43 +00:00
Glenn Maynard 32831d5af2 Simplify. 2003-07-18 06:38:05 +00:00
Glenn Maynard 7330fd157a fix ClearMessageQueue(SM) 2003-07-17 23:36:29 +00:00
Glenn Maynard 35d1f17419 Make this a little more idiomatic.
Don't split titles yourself; they're pre-split in Title and Subtitle, and can't
be unsplit programatically.
2003-07-17 23:33:19 +00:00
Glenn Maynard 5ab28228f4 CompareNoCase works like strcmp: < 0 for less than, 0 if equal, > 0
if greater than
2003-07-17 23:22:51 +00:00
Thad Ward 3b755ba2a2 add MovieTexture_Null 2003-07-17 23:06:46 +00:00
Glenn Maynard 5198f94d8b fix warnings 2003-07-17 22:56:28 +00:00
Glenn Maynard 1a74714b53 Fix crash in PlayerOptions.
Random meter songs in difficult courses get +2 to meter.
2003-07-17 22:44:17 +00:00
Steve Checkoway 30f4444ef3 added new files 2003-07-17 21:23:46 +00:00
Steve Checkoway 583b88cd85 Added a null movie class that simply displays a black background instead of a movie. 2003-07-17 20:50:06 +00:00
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