Commit Graph
8240 Commits
Author SHA1 Message Date
Chris Danford 4f439be739 split HighScore to separate file
move score data from ProfileManager to Profile
store score data in XML for easier forward/backward compatibility
2004-02-10 09:42:01 +00:00
Glenn Maynard 0196abe99b fix exception memleaks
fix fallback behavior
work around crash
2004-02-10 03:06:13 +00:00
Glenn Maynard 7caca1139d better output 2004-02-10 02:41:53 +00:00
Thad Ward e4fb596e4f revert some unneccessary changes.
(I didn't see the NEED_PROFILE check higher up >_< )
2004-02-09 22:38:01 +00:00
Glenn Maynard a9bbdc80d4 cleanup 2004-02-09 22:00:31 +00:00
Thad Ward dffd82879e fix more possible (lack of) Profile crashes.
not sure what to set val to in the case of no profile, though.
2004-02-09 21:05:20 +00:00
Thad Ward d5bd9327af fix more possible Profile crashes.
(dereferencing null pointer baaaad....)
2004-02-09 20:46:39 +00:00
Glenn Maynard 4e8d535eb3 fix linux compile 2004-02-09 20:28:05 +00:00
Glenn Maynard fe97eda12a extra stage on AA 2004-02-09 20:01:54 +00:00
Glenn Maynard 086848f714 don't fake the song timer after fail 2004-02-09 19:56:28 +00:00
Glenn Maynard 16d24616f0 fix crash when no profile is loaded 2004-02-09 19:39:21 +00:00
Glenn Maynard 445c953785 fix warnings
unwrap some ifs
2004-02-09 19:33:56 +00:00
Glenn Maynard 485d75cbbe fix warning 2004-02-09 19:24:26 +00:00
Thad Ward 6faa6ebb17 FALSE is not aways defined, so we need to define it if it isn't. 2004-02-09 13:30:25 +00:00
Thad Ward e2dbd2e79e remove unused "ScreenEvaluation totalscore labels 1x2"
add missing "ScreenEvaluation totalscore label"
2004-02-09 12:04:57 +00:00
Thad Ward ea3b564761 change difficulty icons load to handle the current number of difficulties.
"ScreenEvaluation score label" and "ScreenEvaluation totalscore label" might be animated sprites as well.
2004-02-09 11:49:46 +00:00
Glenn Maynard 99c61581e2 fix crash 2004-02-09 09:17:12 +00:00
Glenn Maynard dfe55c48c2 "ScreenEvaluation time label" doesn't need to mess with frames
at all (that prevents it from being used as a sprite animation)
2004-02-09 08:35:16 +00:00
Thad Ward e6e16a2226 the Time label probably won't have more than one frame, which is state 0. 2004-02-09 08:28:43 +00:00
Chris Danford f1c2476a32 add XmlFile
working on moving high scores to XML
2004-02-09 08:10:01 +00:00
Glenn Maynard 0356a7ee84 fix output paths 2004-02-09 07:30:18 +00:00
Glenn Maynard 0980c32e4c add RageUtil_CircularBuffer.h 2004-02-09 06:51:21 +00:00
Chris Danford d7f0e6c2bc move all high score data into Profile 2004-02-09 06:26:13 +00:00
Thad Ward 52a46b9468 fix reversed difficulty change logic. 2004-02-09 01:39:19 +00:00
Chris Danford e28cdd3d6d fix AV when drawing Model glow pass for Model that doesn't isn't using temp vertices 2004-02-08 20:42:50 +00:00
Steve Checkoway eb96023eec fix warning 2004-02-08 20:42:35 +00:00
Chris Danford a47e7ef672 split Profile from ProfileManager 2004-02-08 18:25:30 +00:00
Chris Danford 69769b2c74 support sharing of geometry between Models 2004-02-08 11:17:03 +00:00
Andrew Wong 75ef4652db fix max score for 5th mix long and marathon versions 2004-02-08 10:48:16 +00:00
Chris Danford 4106625ad3 split Model into ModelGeometry and materials+animations
single-instance Model geometry
2004-02-08 09:04:23 +00:00
Steve Checkoway 5bdae36979 Fix scoping error. 2004-02-08 06:29:12 +00:00
Steve Checkoway 643fea4201 Fix dumb mistake. 2004-02-08 06:22:58 +00:00
Steve Checkoway 8dd0879743 fix compile 2004-02-08 06:15:47 +00:00
Chris Danford 9ca4de158f optimization: don't make a temp copy of vertices if the model has no bones 2004-02-08 04:58:43 +00:00
Chris Danford 221b51c2b4 add loading of edits from a profile 2004-02-08 01:05:53 +00:00
Glenn Maynard 5458f9d9dc const fixes
use "this->foo" in GAMESTATE, not "GAMESTATE->foo", or it'll
circumvent const
2004-02-07 22:14:36 +00:00
Glenn Maynard 8de7ef8496 cleanup 2004-02-07 20:50:42 +00:00
Glenn Maynard d2ee4ddb01 fix m_bAttackEndedThisUpdate being true when an attack begins
fix course global mods tweening
2004-02-07 06:11:36 +00:00
Chris Danford 36ffb71851 add edit flag 2004-02-07 05:57:19 +00:00
Glenn Maynard 8e2033f005 fix gcc 3.4 compile 2004-02-07 01:58:55 +00:00
Glenn Maynard f8462d9953 g++ 3.4 fixes 2004-02-06 22:50:37 +00:00
Glenn Maynard c11c9fb909 conflicting name 2004-02-06 22:48:46 +00:00
Glenn Maynard 0306efd64b fix include barrier 2004-02-06 22:25:07 +00:00
Glenn Maynard cdb2339f8e don't shut down video in a thread 2004-02-06 04:46:47 +00:00
Chris Danford fc0192917b fix wrong ROW_STEP options show on SSOM if switch to a course mode then back to a song mode 2004-02-06 04:01:08 +00:00
Chris Danford 4654e5049a more helpful assert message 2004-02-06 03:59:55 +00:00
Glenn Maynard 0c4d8a5b29 fix nonstop showing in menus when it shouldn't 2004-02-06 03:57:47 +00:00
Glenn Maynard 2847fe01a6 fix warnings 2004-02-05 23:42:38 +00:00
Glenn Maynard f863e486c5 fix Linux compile 2004-02-05 23:42:16 +00:00
Glenn Maynard 2551223128 don't cache song backgrounds 2004-02-05 21:59:26 +00:00