Commit Graph
25929 Commits
Author SHA1 Message Date
Glenn Maynard 75b45df614 fix manual test 2007-05-08 21:35:20 +00:00
Steve Checkoway f86bc2e24e Revert. 2007-05-08 18:37:13 +00:00
Steve Checkoway e7562b27a3 Add LW_Null.h. 2007-05-08 18:36:51 +00:00
Jason Felds 9e5c5f5796 Remove LoadingWindow_Null.h: the file is no longer there. 2007-05-08 17:35:23 +00:00
Steve Checkoway 30b7cb3311 Start implementing render targets for OS X. Mostly just copying of the linux code so far. 2007-05-08 13:14:34 +00:00
Steve Checkoway 96026cade1 Remove LoadingWindow_Null.h 2007-05-08 12:15:20 +00:00
Steve Checkoway b723042427 Unneeded. 2007-05-08 12:14:44 +00:00
Steve Checkoway 53b5a1f5e2 Having a separate class which does nothing is no better than just having the base class do nothing. Remove LW_Null. 2007-05-08 12:14:21 +00:00
Steve Checkoway 2853fd09fc Make SetText pure virtual instead of Paint(). 2007-05-08 12:06:50 +00:00
Steve Checkoway 961e2008fa Unused header. 2007-05-08 11:57:28 +00:00
Steve Checkoway a0077d5f22 Just poking around at code because I can't sleep. 2007-05-08 11:53:39 +00:00
Steve Checkoway 73577f4178 C header file, not C++. Just fixes syntax highlighting in Xcode. 2007-05-08 11:30:31 +00:00
Steve Checkoway b8c95a7938 Increment argv to skip the process serial number in the arguments list passed to SM_main. Also, "-psn_" has 5 characters. 2007-05-08 11:29:39 +00:00
Steve Checkoway 60350ee449 Missed cleanup commit. 2007-05-08 06:42:13 +00:00
Steve Checkoway c6d598ad60 Cleanup. 2007-05-08 06:41:51 +00:00
Glenn Maynard 4e39161fd4 GenericTweenOff 2007-05-08 05:09:38 +00:00
Glenn Maynard 0e47b10e82 redundant on 2007-05-08 05:08:26 +00:00
Glenn Maynard 8e9e81d99b fix error check 2007-05-08 03:20:40 +00:00
Glenn Maynard 9398fbd629 localize Windows hack 2007-05-08 03:19:22 +00:00
Glenn Maynard f46f9ba9a8 localize Windows hack 2007-05-08 03:18:07 +00:00
Glenn Maynard 4329679b67 remove obsolete LIGHT_BUTTONS_LEFT/RIGHT 2007-05-08 02:05:23 +00:00
Glenn Maynard 82ac3c2d09 moving LIGHT_BUTTONS_LEFT/RIGHT to START 2007-05-08 02:04:09 +00:00
Glenn Maynard 61251b1f63 moving LIGHT_BUTTONS_LEFT/RIGHT to START 2007-05-08 02:03:40 +00:00
Glenn Maynard 382efb4dd3 exception no longer needed 2007-05-08 02:02:44 +00:00
Glenn Maynard dda3085309 API update 2007-05-08 02:01:50 +00:00
Glenn Maynard b1aab2724e typo 2007-05-08 02:00:45 +00:00
Glenn Maynard 93419681a3 blink START button instead of LIGHT_BUTTONS_LEFT/RIGHT (which have
a less well-defined correspondence with players)
2007-05-08 01:59:57 +00:00
Glenn Maynard 0a5c93d4e2 fix and bind EnoughCreditsToJoin 2007-05-08 01:49:45 +00:00
Glenn Maynard 4fab332f39 fix dumb (on a roll today) 2007-05-08 01:49:21 +00:00
Glenn Maynard 579e15dad9 revert dumb 2007-05-08 01:47:44 +00:00
Glenn Maynard c4367903ee fix songs 2007-05-08 01:46:16 +00:00
Glenn Maynard ce57d1b34e reset cycles when lights mode changed 2007-05-08 01:35:19 +00:00
Glenn Maynard 393f01cd8c fix commands 2007-05-08 00:54:57 +00:00
Glenn Maynard 1b8d69aebc cleanup 2007-05-08 00:53:42 +00:00
Glenn Maynard 02a36a3d07 fix enabling/disabling light test mode 2007-05-08 00:53:22 +00:00
Glenn Maynard 82158244f2 simplify: use GameInput 2007-05-08 00:49:30 +00:00
Glenn Maynard 70ce85851b simplify 2007-05-08 00:44:32 +00:00
Glenn Maynard 5035adb5f1 cleanup 2007-05-07 23:48:22 +00:00
Glenn Maynard 0f5daa135e metric 2007-05-07 23:48:06 +00:00
Glenn Maynard 84ad42c25f allow using MenuStart, etc. as lights 2007-05-07 23:46:02 +00:00
Glenn Maynard 20dba34aad fix output 2007-05-07 21:29:33 +00:00
Glenn Maynard f716502ff7 fix uninitialized on error 2007-05-07 21:27:27 +00:00
Glenn Maynard aeb8fed361 honor GetDisplayed in UpdatePreferredSort 2007-05-07 19:51:50 +00:00
Glenn Maynard 081018eedf fix bool != enum 2007-05-07 19:49:35 +00:00
AJ Kelly 0b9d338daa XML -> Lua 2007-05-07 17:27:28 +00:00
AJ Kelly b5c5f1c3d7 "Difficuty" -> "Difficulty" 2007-05-07 17:18:56 +00:00
Steve Checkoway c5fb5593ac If two threads call vssprintf at the same time, it is possible for bInitialized to be set before actually setting bExactSizeSupported. Set bInitialized after setting bExactSizeSupported to avoid this. 2007-05-06 17:59:11 +00:00
Steve Checkoway c8c9a14507 If we have thrown on another thread, crash, but don't lose the error. (It will be buried at the end of the log, but no one really looks there.) 2007-05-06 17:45:44 +00:00
Steve Checkoway 1ce1b46814 Simplify. 2007-05-06 17:42:11 +00:00
Steve Checkoway 7eaacb3ef1 We cannot use RageException::Throw() from a thread. Assert instead. Plus, this isn't a user error. 2007-05-06 17:39:13 +00:00