Commit Graph

25457 Commits

Author SHA1 Message Date
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
Glenn Maynard 023025e01b add ResetOptions 2007-04-06 16:03:50 +00:00
Glenn Maynard c69d045490 remove odd command loading (also, load commands in Init, not BeginScreen) 2007-04-06 15:59:07 +00:00
Glenn Maynard ff6263a9f3 fix command name 2007-04-06 15:58:01 +00:00
Glenn Maynard 3f776c5bb5 ResetToDefaultPlayerOptions, ResetToDefaultSongOptions 2007-04-06 15:44:39 +00:00
Chris Danford 25a82867cc fix long songs showing in last stage and causing crash b/c no steps are playable 2007-04-04 02:19:09 +00:00
Steve Checkoway 1ffcdab974 Apply speed up loading patch from https://sourceforge.net/tracker/?func=detail&atid=421366&aid=1691830&group_id=37892 2007-04-03 23:04:25 +00:00
Chris Danford 3f1862a1ee explicitly load commands to fix "command not loaded" asserts 2007-04-03 21:16:28 +00:00
Steve Checkoway 4f11ae0d98 Hack to make SetHorizAlign() and SetVertAlign() call the correct functions. Anything using the OptionIcon with TextHAlign and TextVAlign of anything other than 0 needs to be fixed as the alignment is now being properly handled. Values of 1 were being treated as align_right and align_bottom. 2007-04-03 07:10:56 +00:00
Steve Checkoway c330a32ce7 Make the horizontal and vertical alignment explicit. 2007-04-03 07:07:16 +00:00
Steve Checkoway a856377219 Change these to their floating point counterparts since BitmapText::SetHorizAlign(float) hides Actor::SetHorizAlign(HorizAlign). 2007-04-03 06:51:26 +00:00
Glenn Maynard f7ce0e3892 preserve load order 2007-04-03 03:34:50 +00:00
Glenn Maynard 5d33947ff0 theme sort list 2007-04-03 03:34:17 +00:00
Steve Checkoway e501603b52 Do the scaling/croping in Init, rather than each time through On. 2007-04-03 03:12:47 +00:00
Glenn Maynard 594e839bd1 theme sort list 2007-04-03 02:50:25 +00:00
Glenn Maynard b244f60e84 merge ThemeMetric and DynamicThemeMetric 2007-04-03 02:43:41 +00:00
Glenn Maynard 0efd18575b fix rotation keys 2007-04-03 02:05:36 +00:00
Steve Checkoway 82c2f596fb Use scale_or_crop_background instead of zoom/stretch/scale. 2007-04-02 19:22:26 +00:00
AJ Kelly c3f405eede xml -> lua 2007-04-02 17:36:59 +00:00
AJ Kelly a63851f13c xml -> lua. should I be using zoomtowidth/zoomtoheight or stretchto,LEFT,TOP,RIGHT,BOTTOM? 2007-04-02 17:05:40 +00:00