Commit Graph
6282 Commits
Author SHA1 Message Date
Glenn Maynard f621143326 remove trace 2003-10-24 09:39:30 +00:00
Glenn Maynard 9066982878 Handle course modifiers like attacks. 2003-10-24 09:39:00 +00:00
Glenn Maynard a0772417d4 Only cancel the current level attack. 2003-10-24 09:38:17 +00:00
Glenn Maynard 454e36b972 Cache note skins in NoteField::Load.
Don't reset note skins in PlayerMinus::Load.
2003-10-24 09:37:38 +00:00
Glenn Maynard 3af0a20a4c Allow queuing attacks for later.
Add GetAllUsedNoteSkins, SetNoteSkinForBeatRange.
2003-10-24 09:35:56 +00:00
Chris Danford bd51930076 add finishtweening comand 2003-10-24 08:50:35 +00:00
Chris Danford d95785d3c6 rename variables 2003-10-24 08:49:48 +00:00
Glenn Maynard 8d6d471ad7 fix EFFECT_TORNADO tweening 2003-10-24 07:40:42 +00:00
Chris Danford 7ba701cffa increase particle limit, add command repeating to layer 2003-10-24 07:25:13 +00:00
Chris Danford 884d915ae9 increase MAX_LAYERS 2003-10-24 07:24:12 +00:00
Glenn Maynard a8a8591221 allow many attacks at once, not limited by inventory size 2003-10-24 05:43:04 +00:00
Glenn Maynard 798aa63370 fix crash 2003-10-24 05:19:08 +00:00
Glenn Maynard b8095439f4 Fix last arcade stage graphic not being cached; fix this correctly. 2003-10-24 04:56:17 +00:00
Glenn Maynard 03c687861d ScoreKeeper5th is merged with ScoreKeeperMAX2 2003-10-24 04:46:22 +00:00
Glenn Maynard 2658c910d8 ShowTotalError=0 metrics 2003-10-24 03:15:29 +00:00
Glenn Maynard e35fee68f0 Fix slow score writing.
f << endl; is roughly equivalent to fprintf(f, "\n"; fflush(f);.  Never use endl
unless you really, explicitly want to flush the stream.
2003-10-23 21:00:47 +00:00
Glenn Maynard 2bf68f6938 show itoa 2003-10-23 19:35:33 +00:00
David Wilson d25bb0ad2a Fixed Bug that Crashed SM when using 7 Stages or Event Mode. 2003-10-23 17:10:19 +00:00
Glenn Maynard 198f58acd4 use GraphDisplay, ComboGraph 2003-10-23 06:28:17 +00:00
Glenn Maynard 7cef374f27 ComboGraph 2003-10-23 06:27:29 +00:00
Glenn Maynard d155913f74 metrics 2003-10-23 06:21:39 +00:00
Glenn Maynard d8e9298fb7 ComboGraph 2003-10-23 06:20:09 +00:00
Glenn Maynard 05784ee0dc GetSourceWidth, not GetTextureHeight 2003-10-23 06:18:14 +00:00
Glenn Maynard 1102daae7d use UpdateComboList 2003-10-23 06:17:40 +00:00
Glenn Maynard 6f1e54a853 add ComboList, Finish 2003-10-23 06:17:12 +00:00
Glenn Maynard fd6da1d267 add GetSongPercent 2003-10-23 06:16:29 +00:00
Glenn Maynard 1b33b46e29 add GetLife 2003-10-23 06:15:58 +00:00
Glenn Maynard 50bd3c4408 add ComboGraph 2003-10-23 06:15:10 +00:00
Glenn Maynard aeb5c9ddf1 add GraphDisplay 2003-10-23 00:16:46 +00:00
Glenn Maynard 845d6367f2 don't show songs twice 2003-10-23 00:05:14 +00:00
Glenn Maynard 618dad7339 Fix crash when only one song is installed.
Namespace fix, remove unused headers.
2003-10-22 23:33:49 +00:00
Glenn Maynard e962e8830a add PageToShow ctor 2003-10-22 23:29:14 +00:00
Glenn Maynard aae86edc49 who? 2003-10-22 22:10:37 +00:00
Glenn Maynard 0041b31a7b add GraphDisplay 2003-10-22 22:02:26 +00:00
Glenn Maynard c211db9f69 add --with-fast-compile, --with-prof 2003-10-22 21:32:22 +00:00
Chris Danford 4556c0f246 fix feat score 2003-10-22 12:51:19 +00:00
Chris Danford bd585e46a1 fix VC7 warnings 2003-10-22 12:28:30 +00:00
Chris Danford 513f9709ca Split off separate DemonstrationSound pref 2003-10-22 11:40:04 +00:00
Chris Danford 5635d934aa only show a few songs each time through ScreenRanking 2003-10-22 11:28:11 +00:00
Chris Danford 7c1712a24a fix compile error 2003-10-22 11:27:45 +00:00
Chris Danford 0cbaf44c3d add high score name blacklist 2003-10-22 10:49:58 +00:00
Chris Danford cd7498345b fix ranking fade bug 2003-10-22 10:49:21 +00:00
Chris Danford 25a3a2e26a add Actor::hidden flag (better than hiding by setting diffusealpha=0) 2003-10-22 10:18:46 +00:00
Chris Danford ca012307a5 add animation metrics to ScreenRanking 2003-10-22 09:49:51 +00:00
Chris Danford 4b51f89b6c add animation metrics to ScreenRanking 2003-10-22 09:45:23 +00:00
Chris Danford df0cd8a46a don't reset Actor::size in Reset() 2003-10-22 09:44:27 +00:00
Glenn Maynard 66d97b6a10 cache GetPathTo returns 2003-10-22 07:56:08 +00:00
Glenn Maynard dcea66e6e6 fix GetExtension 2003-10-22 07:23:50 +00:00
Glenn Maynard 889b685f18 fix alsa errors being duplicated to stderr 2003-10-22 06:50:08 +00:00
Glenn Maynard fddcb9ecd5 Use CHECKPOINT_M instead of Checkpoint. It's simpler, faster and more reliable. 2003-10-22 06:37:31 +00:00