Commit Graph

15015 Commits

Author SHA1 Message Date
Glenn Maynard bbd4e2a251 fix ScreenSetTime 2005-04-26 23:44:55 +00:00
Chris Danford 23ad0104c6 don't show forced beginner mods in attack list 2005-04-26 20:46:06 +00:00
Chris Danford 2576c4a87a hack to get scrolling coords and env mapping working at the same time 2005-04-26 20:44:58 +00:00
Glenn Maynard d233040ce1 fix warning 2005-04-26 20:21:13 +00:00
Chris Danford 12185dfd0d revert order to fix env mapping (not sure why yet) 2005-04-26 20:18:51 +00:00
Chris Danford 8521718f3f compile error 2005-04-26 19:00:23 +00:00
Glenn Maynard 126d5f4851 fix SortCoursePointerArrayByAvgDifficulty and SortCoursePointerArrayByNumPlays 2005-04-26 10:33:12 +00:00
Glenn Maynard 50917e6e50 fix warning 2005-04-26 10:29:23 +00:00
Glenn Maynard 7892552052 fix warnings 2005-04-26 10:28:20 +00:00
Glenn Maynard 214b964268 add select alias 2005-04-26 08:55:29 +00:00
Glenn Maynard e1c1b6cbc4 add secondary screenshot code 2005-04-26 08:40:27 +00:00
Chris Danford 2e55c56596 fix wrong grade calculation when using mods 2005-04-26 08:14:46 +00:00
Chris Danford 0ec148b4f0 fix multipass path doesn't clear 2nd texture unit if model doesn't have 2nd material 2005-04-26 08:11:30 +00:00
Chris Danford 0f7ab90e7f allow changing difficulty on sections 2005-04-26 07:03:00 +00:00
Chris Danford bfc9c18db1 fix "beginner modifiers clobber players' preferred mods" 2005-04-26 07:02:10 +00:00
Chris Danford 4c4bc3d917 initialize all members 2005-04-26 07:01:10 +00:00
Chris Danford 6cdd9e5817 fix goofy section name zooms 2005-04-26 07:00:40 +00:00
Glenn Maynard 2df152f792 oops: DynamicThemeMetric doesn't go through the same code path
as ThemeMetric, so we have to say "false" instead of "0" (since 0 is
true in Lua).  hmm ...
2005-04-26 06:47:45 +00:00
Glenn Maynard 23daae6a25 add select menu 2005-04-26 06:41:57 +00:00
Glenn Maynard 60755230c0 add DynamicThemeMetric. This might be a possible replacement for
ThemeMetric, but it's not quite as fast: code that assumes that dereferencing
a ThemeMetric is trivially cheap (eg. in inner loops) would break.
2005-04-26 06:32:08 +00:00
Glenn Maynard cb0e9613a9 virtual 2005-04-26 06:18:17 +00:00
Glenn Maynard 8f062f9f0f fix: pressing start while tweening to the sort menu would select a song;
this would cause GAMESTATE->m_SortOrder to be set to SORT_MODE_MENU
while in gameplay, which is wrong
2005-04-26 06:15:45 +00:00
Glenn Maynard 9c0679c738 fix ScreenSelect loading screens two or three times (!) due to broken
"clear m_sScreen" logic
2005-04-26 05:39:12 +00:00
Chris Danford 4e6f00ba9e separate explosions for HoldNoteScore 2005-04-26 05:28:32 +00:00
Glenn Maynard 261cbacb36 comment 2005-04-26 04:22:53 +00:00
Chris Danford 534842c2da calculate grade with possible values from radarValues, not from judgement counts from attempted steps 2005-04-26 04:16:45 +00:00
Glenn Maynard e9c2c4678d fix division by zero causing m_fTrailingPercent to be NaN (results in
the life bar getting "stuck" full)
2005-04-26 03:57:06 +00:00
Chris Danford 416ed7786f add Lua method 2005-04-26 03:32:30 +00:00
Chris Danford 4f23083ebc allow GetProfile even if not using local profile or memory card 2005-04-26 03:32:08 +00:00
Chris Danford 9eddaaf860 keep track of last played for each song
add metric: ScreenRanking::ShowOnlyMostRecentScores
2005-04-25 22:44:32 +00:00
Glenn Maynard 9345d3a29e add warning 2005-04-25 21:14:37 +00:00
Glenn Maynard 904fd6a316 fix first memory card access on startup doesn't time out 2005-04-25 21:07:40 +00:00
Glenn Maynard 348468cfd7 copy in blocks, instead of copying the whole thing at once; better timeout behavior and more robust with very large files 2005-04-25 21:05:29 +00:00
Glenn Maynard 58d16fc4ad cleanup 2005-04-25 11:45:16 +00:00
Glenn Maynard fb30fa1c19 track rolls 2005-04-25 11:42:19 +00:00
Glenn Maynard e146476eb5 cleanup 2005-04-25 11:34:08 +00:00
Glenn Maynard 78331c76f3 cleanup 2005-04-25 11:33:17 +00:00
Glenn Maynard 37253cca48 add rolls
show "100.00%" as "100%", to save space
2005-04-25 11:24:27 +00:00
Glenn Maynard c8feda3000 fNumRolls 2005-04-25 11:23:00 +00:00
Glenn Maynard c8f39053eb implement RADAR_NUM_ROLLS to fix assertion failure 2005-04-25 10:01:39 +00:00
Glenn Maynard d7c686e726 fix comment 2005-04-25 09:44:59 +00:00
Glenn Maynard 7f43d744e9 fix pop 2005-04-25 09:42:54 +00:00
Glenn Maynard 1c3323fac7 add norolls 2005-04-25 09:42:26 +00:00
Glenn Maynard 598a3d86b3 cleanup 2005-04-25 09:37:33 +00:00
Glenn Maynard 120b70f06c add RADAR_NUM_ROLLS
ChangeRollsToHolds fix
2005-04-25 09:35:22 +00:00
Glenn Maynard 73f5051118 add NoteData::GetNumRolls 2005-04-25 09:33:58 +00:00
Glenn Maynard 5d0386a7bc add NoteDataUtil::ChangeRollsToHolds 2005-04-25 09:18:02 +00:00
Glenn Maynard 101cc2f8c7 fix NoteDataUtil::RemoveHoldNotes removes rolls 2005-04-25 09:15:43 +00:00
Chris Danford 9a9f67eff0 add AllowMultipleHighScoreWithSameName 2005-04-25 09:03:24 +00:00
Chris Danford 1f76af4df2 tracking down assert on SPlayerOptions 2005-04-25 07:02:33 +00:00