Commit Graph

16685 Commits

Author SHA1 Message Date
Andrew Livy 0cac950d90 Para Theme Update, New ScreenGamePlay element: MAXCOMBO (Currently I set the metric so only PARA sees this one) it gets the maxcombo from m_Combo which is inside the class Player which is inside ScreenGameplay. Lots of passing variables around but it works. Perhaps the maxcombo should become global? 2002-11-07 19:42:39 +00:00
Glenn Maynard 00d85d1c09 remove more assorted unused stuff 2002-11-07 03:58:51 +00:00
Glenn Maynard 4aa9b44bf1 update 2002-11-07 03:57:41 +00:00
Glenn Maynard 4d11e90183 no longer any cap on hold notes 2002-11-07 03:55:42 +00:00
Glenn Maynard cf2e68a72e OK is worth a step, too. 2002-11-07 03:53:54 +00:00
Glenn Maynard 5fcbfa8881 buh, statically link a couple more libraries 2002-11-06 04:06:01 +00:00
Glenn Maynard 9706589170 Always convert; see comment. 2002-11-05 02:51:14 +00:00
Glenn Maynard 22808e1a0b different fix to optimizer bug that should be faster 2002-11-05 02:37:56 +00:00
Glenn Maynard 01a040fe3f Update to newer (faster) libpng 2002-11-04 23:36:15 +00:00
Glenn Maynard de07f02fad add an assertion 2002-11-04 20:22:57 +00:00
Glenn Maynard ffd6817044 use a vector for the hold note toggle 2002-11-03 21:45:26 +00:00
Glenn Maynard 11e1d16008 use a vector for hold note scores 2002-11-03 21:38:22 +00:00
Glenn Maynard 81bb9b57e7 simplify 2002-11-03 21:37:08 +00:00
Glenn Maynard 0ca1680d51 handle score changes due to hold notes 2002-11-03 20:52:13 +00:00
Angela Stefanski 0d49080494 Bug 632058 Fix - Oni Modifiers specified in .CRS files not being cleared after each song. 2002-11-03 20:17:28 +00:00
Glenn Maynard f6c13acabc (sorry, my brown paper bags got held up in the mail) 2002-11-03 20:10:17 +00:00
Glenn Maynard 576b9e393f add abstract scoring
(Got tired of having to search for the scoring stuff in Player ...)
2002-11-03 07:17:03 +00:00
Glenn Maynard 64499909d5 remove more magic constants 2002-11-03 05:02:48 +00:00
Glenn Maynard c70c6baf30 remove more magic constants 2002-11-03 01:49:13 +00:00
Glenn Maynard e7e6580b9e remove mycarray (which became STDCarray and is gone) 2002-11-03 01:39:35 +00:00
Glenn Maynard 1dea8064c0 remove STDCarray; add StdString 2002-11-03 01:38:24 +00:00
Glenn Maynard a47ef7e9f2 The vector code in NoteData doesn't like the statics. Better would
be to reserve an appropriate amount in NoteData, so we don't
reallocate too much ...
2002-11-03 01:34:52 +00:00
Glenn Maynard 73cdeaea69 Don't pad tracks that aren't used. 2002-11-03 01:33:33 +00:00
Glenn Maynard 7736927f50 Ignore tracks in KSF's that have no meaning. 2002-11-03 01:32:47 +00:00
Glenn Maynard ede201d2e8 rewrite stupid selection stuff (more brown paper bags, please) 2002-11-03 00:08:31 +00:00
Glenn Maynard e168a6380b update 2002-11-02 23:16:48 +00:00
Glenn Maynard d9e5bfa62b Err, really remove the copy ctor (removed the assignment operator
last time)
2002-11-02 23:15:47 +00:00
Glenn Maynard 75267d2a26 Make m_HoldNotes private.
Remove the copy ctor; no longer needed.  (Looking back, I don't
think it was needed anyway.)
2002-11-02 23:14:52 +00:00
Glenn Maynard 68cb613902 make HoldNotes a vector 2002-11-02 23:10:38 +00:00
Glenn Maynard bc7885cd8b use GetNumHoldNotes 2002-11-02 22:59:12 +00:00
Glenn Maynard 8efe6ee455 use GetHoldNote 2002-11-02 22:53:04 +00:00
Glenn Maynard eec39d036d use GetHoldNote 2002-11-02 22:46:15 +00:00
Glenn Maynard 21e7c5801b Add HoldNote getter.
Make m_TapNotes private.
2002-11-02 22:25:46 +00:00
Glenn Maynard 9828cd3b4b simplify 2002-11-02 21:51:18 +00:00
Glenn Maynard 65717df21d simplify 2002-11-02 21:45:27 +00:00
Glenn Maynard 1c48cfe719 fix a couple constants 2002-11-02 21:44:52 +00:00
Glenn Maynard 653cd78e9f translate digits to TAP_* 2002-11-02 21:33:56 +00:00
Glenn Maynard 100ac85f37 translate TAP_* from/to digits 2002-11-02 21:27:17 +00:00
Glenn Maynard afcd1ff1c6 fix div/0 2002-11-02 21:20:18 +00:00
Glenn Maynard 2e3b122c68 use MoveTapNoteTrack 2002-11-02 21:04:16 +00:00
Glenn Maynard 9374f853ed add MoveTapNoteTrack 2002-11-02 21:04:00 +00:00
Glenn Maynard 4f972ef69b fix crash due to unsigned (oops) 2002-11-02 21:03:20 +00:00
Glenn Maynard 7dd6bccfac fix 2002-11-01 20:48:36 +00:00
Chris Danford 23deb80a44 Winsock replaced with SDL_net 2002-11-01 20:01:59 +00:00
Angela Stefanski 2b1d7b6093 Modified Update function to record m_fSecondsBeforeFail for a player failure
in life bar mode (needed to award E grades for failure)
2002-11-01 03:13:30 +00:00
Glenn Maynard ff84ad1dc3 Oops. Implemented Trim* with STL calls and forgot that I hadn't
committed the activation.  StdString seems to be working well
enough, so I'll just turn it on ...
2002-10-31 19:02:26 +00:00
Glenn Maynard fbbfb740d9 yet more large, unneeded blocks of code to remove 2002-10-31 08:35:12 +00:00
Glenn Maynard dd6e6780bb remove a bunch of COM cruft 2002-10-31 08:12:55 +00:00
Glenn Maynard 80c0f04397 use untemplated trim* 2002-10-31 08:05:13 +00:00
Glenn Maynard a28d19268a simple untemplated trimleft/trimright implementation 2002-10-31 08:04:34 +00:00