Commit Graph
25476 Commits
Author SHA1 Message Date
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
Glenn Maynard 8864c5b382 store song options, too 2007-04-06 20:09:42 +00:00
Glenn Maynard ecec4be123 theme SampleMusicFallbackFadeInSeconds 2007-04-06 20:08:42 +00:00
Steve Checkoway f52f0f4022 ModsCommand -> ScreenModsCommand. 2007-04-06 19:03:31 +00:00
Glenn Maynard c11213b098 theme SampleMusicFallbackFadeInSeconds 2007-04-06 18:59:27 +00:00
Glenn Maynard af1d2c40ed move params t oa struct
simplify fallback
2007-04-06 18:56:53 +00:00
Glenn Maynard 1067755333 allow alternate loop music for music wheel 2007-04-06 18:34:43 +00:00
Glenn Maynard 59aaf0dec9 add FadeInSeconds property 2007-04-06 18:26:09 +00:00
Glenn Maynard 570f17017a fFadeOutSeconds 2007-04-06 18:16:47 +00:00
Glenn Maynard f6677b20a3 p.m_FadeLength -> p.m_fFadeOutSeconds 2007-04-06 18:09:46 +00:00
Glenn Maynard 64910a7c0a FadeLength -> FadeOutLength 2007-04-06 18:04:07 +00:00
Glenn Maynard 9860bca9ea m_iFadeFrames -> m_iFadeOutFrames 2007-04-06 17:52:49 +00:00