Commit Graph

25965 Commits

Author SHA1 Message Date
AJ Kelly 0a1c886de5 change explanation font 2007-05-13 02:49:21 +00:00
AJ Kelly fadc6c5d39 reposition grades 2007-05-13 02:33:48 +00:00
AJ Kelly 0b4f3f5d30 remove artifact on memory card icon 2007-05-13 02:22:48 +00:00
Steve Checkoway 78d78d7e4a Missed commit. Update the OS X release process. 2007-05-13 00:32:40 +00:00
AJ Kelly ecc90632de xml -> lua, font change 2007-05-13 00:14:53 +00:00
Glenn Maynard a72131f0b0 easier fail mode only for each player's first stage; don't give it to
everyone for everyone else's first
2007-05-12 23:51:56 +00:00
Glenn Maynard 8278b2e9a1 make FailType a PlayerOption instead of a SongOption; fixes
peculiarity that GameState::GetPlayerFailType can implement
fail modes per-player and nothing else can
2007-05-12 23:48:29 +00:00
AJ Kelly badd8dea99 remove out of place demo graphic, replace with one that looks in place (could possibly be converted to a bitmaptext instead?) 2007-05-12 23:46:21 +00:00
Glenn Maynard ac9abdabea fix off-by-one 2007-05-12 23:45:24 +00:00
AJ Kelly d7cfa58368 zeroes three to match old syszero 2007-05-12 23:44:04 +00:00
Glenn Maynard 7c8766ebdf fix pPlayerState 2007-05-12 23:23:38 +00:00
Steve Checkoway fe516372cf Partial revert. I'm not sure what I was thinking. The first argument is the binary run. 2007-05-12 23:17:12 +00:00
AJ Kelly 6f47e9eb2f update musicwheel (new graphics, changed spacing, item curve, grade positions) 2007-05-12 23:00:30 +00:00
AJ Kelly c39885edce add missing characters 2007-05-12 22:11:31 +00:00
AJ Kelly acef139e70 new, more legible typeface for TextBanner 2007-05-12 22:10:17 +00:00
AJ Kelly 7f44ea20c9 temporary font replacement 2007-05-12 21:59:04 +00:00
Steve Checkoway 153fe902d6 const. 2007-05-12 21:33:35 +00:00
Glenn Maynard 40cb441f74 bind GetSongOptions, GetPlayerOptions 2007-05-11 21:56:34 +00:00
Glenn Maynard f89bd561fc add Get 2007-05-11 21:52:13 +00:00
Glenn Maynard 9337c56616 arrange 2007-05-11 21:51:19 +00:00
Glenn Maynard 5b18b48698 GetGameSeed, GetStageSeed 2007-05-11 21:42:31 +00:00
Glenn Maynard 5c13fffd77 remove deprecated alias 2007-05-10 18:44:12 +00:00
Glenn Maynard 80470b92f9 some MENU -> GAME 2007-05-10 18:43:44 +00:00
Glenn Maynard 59912391c5 remove deprecated aliases 2007-05-10 18:42:01 +00:00
Steve Checkoway b1a7a883d6 Force gcc to inline these functions. This should help satisfy the constraints for the instructions that take immediate arguments. 2007-05-10 18:35:24 +00:00
Glenn Maynard 743421f88f some MENU -> GAME 2007-05-10 17:59:13 +00:00
Glenn Maynard b8273e635d can't call Update() before BeginScreen 2007-05-10 02:48:19 +00:00
Glenn Maynard 54f1068dd8 fix uninitialized m_MasterPlayerNumber during first UnjoinPlayer 2007-05-10 02:32:06 +00:00
Glenn Maynard f340476ad9 fix BeginScreen not called for overlay screens 2007-05-10 02:29:28 +00:00
Glenn Maynard 4447118019 old missed 2007-05-10 01:53:20 +00:00
Glenn Maynard 7030bf16af add export 2007-05-10 01:51:53 +00:00
Glenn Maynard 2f2af69f69 allow gameplay debug keys on any page 2007-05-09 17:29:55 +00:00
Glenn Maynard 538327e7f3 add ScreenClassExists 2007-05-09 04:43:47 +00:00
Glenn Maynard 7dbd80ceaa lua 2007-05-09 04:09:13 +00:00
Glenn Maynard 0fc8f0eac2 lua 2007-05-09 03:54:24 +00:00
Glenn Maynard 9f7a846375 fix edit crash 2007-05-09 00:28:53 +00:00
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