Commit Graph

26337 Commits

Author SHA1 Message Date
Jason Felds c322820e21 Remove CourseEntryDisplay. 2007-04-08 02:06:45 +00:00
Steve Checkoway ec2f600056 Expand the class when clicking on a link for it. 2007-04-08 01:03:13 +00:00
Steve Checkoway 7f61fdcbc3 Simplify. I had no idea I could use {@name}. 2007-04-08 00:57:00 +00:00
Steve Checkoway 7487b2c933 Fix getting base class. 2007-04-08 00:26:52 +00:00
Glenn Maynard 676ca0fb6e unused 2007-04-07 23:50:15 +00:00
Glenn Maynard dd83b61d04 refactor CourseContentsList 2007-04-07 23:49:40 +00:00
Glenn Maynard 7f454cb8af blank by default 2007-04-07 23:43:10 +00:00
Glenn Maynard ae2d2f7f88 bind 2007-04-07 23:41:10 +00:00
Steve Checkoway 7e393eb1cc Font redir for Thanks for playing! 2007-04-07 22:35:19 +00:00
Glenn Maynard 2c3371687c remove 2007-04-07 22:33:55 +00:00
Steve Checkoway e2542ad5fa Add text using Lua rather than baked in. 2007-04-07 22:33:53 +00:00
Glenn Maynard 83ea1a6807 bind GetSongColor 2007-04-07 22:19:12 +00:00
Glenn Maynard 8d94cf6c4b map explicitly 2007-04-07 21:29:14 +00:00
AJ Kelly 642f8cef7c now without text (sadly, still not widescreen) 2007-04-07 17:35:50 +00:00
Glenn Maynard 03a2f87d1f lua.CheckType 2007-04-07 16:40:31 +00:00
Glenn Maynard dca60a0b88 expose CheckLuaObjectType 2007-04-07 16:39:25 +00:00
Glenn Maynard 4a7d5e96d7 bind GetMeter 2007-04-07 15:44:14 +00:00
Steve Checkoway deed022f01 Remove ScreenMusicScroll. 2007-04-07 13:09:29 +00:00
Steve Checkoway 11db60a74c Implement ScreenMusicScroll's functionality in the overlay. It is not quite the same, but it does more or less the same thing without using thousands of actors (one per loaded song!). 2007-04-07 13:07:35 +00:00
Steve Checkoway a99dda6d95 Make ScreenMusicScroll use ScreenCredits. 2007-04-07 13:05:23 +00:00
Steve Checkoway 9ca668e26b Remove outdated screen, do it in lua. 2007-04-07 13:03:56 +00:00
Steve Checkoway 579e7e45cb Make the announcement themeable. 2007-04-07 13:02:12 +00:00
Steve Checkoway 0e219a16aa Add GetSongColor binding. 2007-04-07 13:00:14 +00:00
Steve Checkoway d909e8c6a9 cleanup. 2007-04-07 12:48:07 +00:00
Steve Checkoway f7577ffa78 stretchto -> scale_or_crop_background. This is a cool looking background but the baked in text looks bad. Is there any chance we could get this widescreen or at least without the text? 2007-04-07 11:33:14 +00:00
Steve Checkoway 7c5d42fb59 xml -> lua. The credits are now very easy to modify, just add a time in the correct section. 2007-04-07 11:18:37 +00:00
Steve Checkoway 00d44c63bc GetRandomSong() was returning songs in the same order every time using the internal RNG. Use g_RandomNumberGenerator instead. 2007-04-07 10:04:08 +00:00
Steve Checkoway 9d75ef8bf2 While I'm at it, const. 2007-04-07 06:13:00 +00:00
Steve Checkoway 72ed44a52e Don't use istring, just use a comparison object that ignores case. 2007-04-07 06:04:40 +00:00
Steve Checkoway 1e58cd8530 Remove unused GetAllSongs(). 2007-04-07 05:36:55 +00:00
Steve Checkoway 0cb56b6ec2 GetAllSongs() -> GetSongs(). 2007-04-07 05:36:40 +00:00
Steve Checkoway a9187f5ce4 Store the group names in the map case insensitively. 2007-04-07 05:27:29 +00:00
Steve Checkoway ef22ba5d57 SONGMAN API change. 2007-04-07 05:11:47 +00:00
Steve Checkoway 54035d6334 API change. SONGMAN->GetSongs( groupName ) returns a const reference to the songs in the group. If you want a copy of the songs, just copy the return value:
vector<Song *> vSongs = SONGMAN->GetSongs( groupName );
If you don't want to change the songs, get a const reference instead to keep it from copying.
2007-04-07 05:10:29 +00:00
Glenn Maynard 8d3dc681f4 not so missing 2007-04-07 03:46:15 +00:00
Glenn Maynard 5b2fd23962 no, APPROACH 2007-04-07 03:46:04 +00:00
Glenn Maynard f1edc0ba96 missing copy 2007-04-07 03:45:46 +00:00
Glenn Maynard 995e1e2b06 add GRADE_TIER01_IS_ALL_W2S, GRADE_TIER02_IS_FULL_COMBO 2007-04-07 03:11:34 +00:00
Glenn Maynard bdbb7f298d fix warning 2007-04-07 02:53:47 +00:00
Glenn Maynard a7f9cc13fb checkpoint judgments 2007-04-07 02:53:05 +00:00
Steve Checkoway c29eed3108 Simplify. 2007-04-07 02:37:38 +00:00
Steve Checkoway de3f6e0618 Working at cleaning up the n different ways to get songs. 1 is probably sufficient. 2007-04-07 02:34:17 +00:00
Steve Checkoway 23131dfb6d Push back, rather than insert at end. 2007-04-07 02:33:13 +00:00
Glenn Maynard a9be9db306 SampleMusicLoops=true 2007-04-07 02:17:19 +00:00
Glenn Maynard 910047ac31 cleanup
make checkpoint max combo work
2007-04-07 00:20:36 +00:00
Glenn Maynard e0c23a48c7 track checkpoints hit per hold; LetGo if missed any 2007-04-07 00:03:09 +00:00
Glenn Maynard 063e195c02 metrics 2007-04-06 23:29:17 +00:00
Glenn Maynard f37fec5530 metrics 2007-04-06 23:28:07 +00:00
Glenn Maynard f489947085 old commit 2007-04-06 23:27:53 +00:00
Glenn Maynard 8c36383c76 working on finishing checkpoint holds:
track checkpoints missed and hit
allow it to inlfuence the life meter
2007-04-06 23:25:32 +00:00