Commit Graph
100 Commits
Author SHA1 Message Date
Chris Danford 9e9221609f options menu cleanup 2005-07-15 02:12:20 +00:00
Chris Danford 93ae621c58 derive from SMWE 2005-07-15 01:51:32 +00:00
Chris Danford 92762eb7ac fix Scroll's OffCommand played twice 2005-07-15 01:51:05 +00:00
Chris Danford e805f09b3c SharedPreviewAndCursor -> SharedSelection 2005-07-14 21:51:22 +00:00
Chris Danford df5d00eff1 remove Preview element, use Scroll instead 2005-07-14 20:24:01 +00:00
Chris Danford f31e4af6d9 remove Preview element, use Scroll instead 2005-07-14 20:15:37 +00:00
Chris Danford 015e72253b add "text," command so that elements can look up their text 2005-07-14 20:13:14 +00:00
Chris Danford 30598db3bf remove SSM parts 2005-07-14 08:47:12 +00:00
Chris Danford b9db8fad48 reduce MAX_NUM_LOCAL_PROFILES 2005-07-14 08:45:21 +00:00
Chris Danford 0cdefdbc33 name cleanup:
ScreenOptionsMenu -> ScreenOptionsService
ScreenOptionsSubMenu -> ScreenOptionsServiceChild
2005-07-14 05:52:17 +00:00
Chris Danford a61ab97303 name cleanup:
ScreenOptionsMenu -> ScreenOptionsService
ScreenOptionsSubMenu -> ScreenOptionsServiceChild
2005-07-14 05:33:50 +00:00
Chris Danford 38e28580cc add FormatNumSongsPlayed 2005-07-14 02:20:56 +00:00
Chris Danford 1f02263f34 remove old, redundant NextScreen%d metrics
add new profile screens
2005-07-13 20:48:10 +00:00
Chris Danford 295424aa6f fix build 2005-07-13 20:33:14 +00:00
Chris Danford e2e641d0f7 add MAX_NUM_LOCAL_PROFILES 2005-07-13 20:27:05 +00:00
Chris Danford 1fe01e6aa1 derive from SWME to eliminate background and common transitions 2005-07-13 20:26:41 +00:00
Chris Danford 19b271f2ed remove old 2005-07-13 19:29:42 +00:00
Chris Danford 5161efceae finish new profile screens 2005-07-13 19:25:39 +00:00
Chris Danford 65ff592f69 add ProcessMenuStart for derived screens to trap Start 2005-07-13 19:22:23 +00:00
Chris Danford a6a70e41ae remove old, redundant "NextScreen%d" metric 2005-07-13 19:21:03 +00:00
Chris Danford 6f9d4caf0f keep the whole LocalProfile in memory, not just the EditableData 2005-07-13 19:15:31 +00:00
Chris Danford b79553f7cb add Character, Lua bindings 2005-07-13 19:11:24 +00:00
Chris Danford 8998dfc589 add SetOneSharedSelectionIfPresent 2005-07-13 19:09:13 +00:00
Chris Danford 3752bdf702 cleanup 2005-07-13 19:08:44 +00:00
Chris Danford 64b16818a8 Lua bindings 2005-07-13 19:07:15 +00:00
Chris Danford 4459393d84 row -> iRow 2005-07-13 19:01:42 +00:00
Chris Danford 505e835214 GetDisplayName -> GetDisplayNameOrHighScoreName 2005-07-13 18:49:49 +00:00
Chris Danford e9166ac4ab load EditableData for all local profile on startup so that we don't have to load every profile from disk to enumerate names 2005-07-12 20:19:52 +00:00
Chris Danford fcc6c4408a working on SSelectProfile 2005-07-07 22:08:05 +00:00
Chris Danford df743e9780 fix weird alpha behavior with no lighting 2005-07-07 22:07:13 +00:00
Chris Danford f75a253544 fix build 2005-07-07 17:55:48 +00:00
Chris Danford f1b139a6bd add missing OptionRow metrics 2005-07-07 07:25:54 +00:00
Chris Danford 848d6c89e2 OptionRow: member name cleanup, add focus commands 2005-07-06 06:11:56 +00:00
Chris Danford 7c6dbc102b working on ScreenOptionsProfiles 2005-07-05 23:13:49 +00:00
Chris Danford 95ba2eb5f4 add ScreenOptionsProfiles (to soon replace ScreenProfileOptions) 2005-07-05 18:19:49 +00:00
Chris Danford 35033a73fd fix warning 2005-07-05 11:37:02 +00:00
Chris Danford 16fc6e6723 add ScreenOptionsProfiles (to soon replace ScreenProfileOptions) 2005-07-05 11:30:30 +00:00
Chris Danford 1cc24c34d7 Menu -> MenuDef 2005-07-05 11:23:31 +00:00
Chris Danford 6d0e826c2f fix VC7 warnings 2005-07-05 11:16:58 +00:00
Chris Danford a1f3b14619 VC6 fix 2005-07-02 18:04:31 +00:00
Chris Danford 738b938f5a cleanup
play Gain/LoseFocus before OnCommand
2005-06-29 09:22:24 +00:00
Chris Danford d1d61b2070 fix UpdateStage overrides OnCommands that hide m_sprStage 2005-06-29 09:21:30 +00:00
Chris Danford a8bb3dc994 fix "can't choose SetMods" 2005-06-29 09:20:49 +00:00
Chris Danford ef4216b699 fix comment location 2005-06-29 09:20:17 +00:00
Chris Danford 8d2415f3a5 fix AV. Don't GAMESTATE->Reset on the way out. Let the next screen reset if it needs it. 2005-06-29 02:36:08 +00:00
Chris Danford 6ab20c5ad9 more work on a new course editor 2005-06-28 08:11:30 +00:00
Chris Danford 092a55d6f6 fix no prompt for name entry if make high score then switch to rave 2005-06-27 05:24:31 +00:00
Chris Danford 67477a6192 don't show locked Steps in ranking 2005-06-27 05:24:14 +00:00
Chris Danford cd43ae66f1 don't show locked Steps in ranking 2005-06-27 04:48:03 +00:00
Chris Danford dda77894e8 Remove CourseEntryType. Instead, treat each CourseEntry property as a filter. 2005-06-27 04:41:36 +00:00
Chris Danford 5b19933b3f working on new course editor 2005-06-26 23:31:36 +00:00
Chris Danford 7a1d736694 working on new course editor 2005-06-26 21:31:07 +00:00
Chris Danford 6203875335 working on new course editor 2005-06-26 21:24:33 +00:00
Chris Danford cb8f924bb1 working on new course editor 2005-06-25 20:16:01 +00:00
Chris Danford e15eab5c76 working on new course editor 2005-06-25 20:00:43 +00:00
Chris Danford de948e2541 revert 2005-06-25 02:11:07 +00:00
Chris Danford 8097c2dd61 working on new course editor 2005-06-25 01:58:14 +00:00
Chris Danford f0335f486c GROUP_ALL_MUSIC -> GROUP_ALL
use GROUP_ALL as sentinel value in PreferredCourse
2005-06-24 06:06:16 +00:00
Chris Danford 94c495fa79 working on new course editor 2005-06-24 05:39:50 +00:00
Chris Danford 888b116b23 working on new course editor 2005-06-23 22:43:48 +00:00
Chris Danford 2a6dcba6e8 cleanup:
"GroupName" -> "SongGroup" to make room for CourseGroup
replace checks for "cvs" with a call to StripCvs()
m_Rows -> m_pRows
broadcast on preferred group changes
2005-06-23 08:05:09 +00:00
Chris Danford f881b0bf4d separate c'tor/Init 2005-06-23 07:58:09 +00:00
Chris Danford 79549f20ba fix build 2005-06-23 03:14:30 +00:00
Chris Danford 8c35a5d5cb fix VC7.1 warnings 2005-06-23 03:14:01 +00:00
Chris Danford acc77eff06 increase max coins per credit 2005-06-21 17:59:21 +00:00
Chris Danford 76b25ffe7b fix converting ^ to , wipes out ^ in background file names (Vertex^2) 2005-06-21 17:56:08 +00:00
Chris Danford a47b3403b1 make life really easy in merciful beginner 2005-06-20 18:37:08 +00:00
Chris Danford 00b4623f59 fix link 2005-06-20 17:40:40 +00:00
Chris Danford a77e0bb273 Back compat hack to fix importing scores for courses that have moved into group dirs 2005-06-18 15:00:11 +00:00
Chris Danford c576001d21 Fix AA all passed stages then fail a stage still shows good ending 2005-06-18 13:49:40 +00:00
Chris Danford f1cbfbb774 use LuaGrade constant 2005-06-18 13:46:41 +00:00
Chris Danford eaad485521 fix uninitialized causing bogus calorie values in release 2005-06-18 03:45:16 +00:00
Chris Danford ea81664645 don't show timer in SSetTime 2005-06-17 01:12:41 +00:00
Chris Danford df7b038735 fix duplicate templates 2005-06-16 22:39:03 +00:00
Chris Danford 8a2334b4bf use same fail logic for Oni as for Nonstop 2005-06-16 22:09:03 +00:00
Chris Danford f91cbdb746 smaller combo milestone so that large flash plays more often 2005-06-16 21:51:04 +00:00
Chris Danford fb003c3189 Don't judge rolls inside of HandleStep. It's redundant because all holds and rolls are judged in Update.
Move calls to Step for autoplay of rolls outside the HoldNote update loop to fix double-grading.
2005-06-16 21:36:58 +00:00
Chris Danford 0f291512e2 add debug toggle menu timer 2005-06-16 19:54:50 +00:00
Chris Danford 93e88a3577 fix gameplay music doesn't obey mute 2005-06-16 18:47:58 +00:00
Chris Danford 29a31c4cba fix sprCourseHasMods hangs around on screen if press Start while switching. Let the command StopTweening if it needs to. 2005-06-16 18:47:14 +00:00
Chris Danford 5504a49365 fix broken calories table 2005-06-16 07:56:12 +00:00
Chris Danford 8e6e0f182b fix edit hash values clamp (gcc) or wrap (msvc) when loading scores 2005-06-16 04:31:39 +00:00
Chris Danford 63eebeb75e add GetXML overload for convenience 2005-06-16 03:08:45 +00:00
Chris Danford 415e43a805 always save scores to the player profile, no matter what the percentDP 2005-06-16 02:50:37 +00:00
Chris Danford 6c312c35df fix AV with null param to GetXml 2005-06-16 02:49:39 +00:00
Chris Danford 47e5a2059d tweak error message 2005-06-16 01:21:31 +00:00
Chris Danford f76db9b91c fix HideSystemMessage 2005-06-15 10:30:58 +00:00
Chris Danford c2a8150f16 add HideSystemMessage 2005-06-15 10:01:08 +00:00
Chris Danford 39b631da51 fix saving of machine scores for machine edits 2005-06-15 09:25:33 +00:00
Chris Danford d748e6bbef cleanup param names, fix mulitple match templates warnings, optimize completenes table 2005-06-15 04:07:00 +00:00
Chris Danford 75bc1eea92 don't show "you have changed song %s" of only the global offset changed 2005-06-15 02:02:46 +00:00
Chris Danford 848cb582d9 sort by name first when showing only most recent 2005-06-15 02:02:06 +00:00
Chris Danford 9c59962805 fix attract sounds play when they shouldn't if two ScreenDemonstrations in a row 2005-06-15 02:01:09 +00:00
Chris Danford 64690cdb40 use DEFAULT_WEIGHT_POUNDS if weight not explicitly set 2005-06-15 01:59:40 +00:00
Chris Danford 764d455632 fix calorie total double-counted 2005-06-15 00:15:51 +00:00
Chris Danford 9ba180f621 fix many glitches 2005-06-14 23:40:13 +00:00
Chris Danford 45e66beddf fix broken LastPlayed saving 2005-06-14 23:20:19 +00:00
Chris Danford 2ff715bd4f fix broken edit score reading. Unsigned ints were loaded from XML incorrectly. 2005-06-14 20:11:13 +00:00
Chris Danford acb02d206d fix ugly label names on SBookkeeping 2005-06-14 18:36:01 +00:00
Chris Danford 2276b03c55 background assert -> warning. This fired, but I can't repro it and the assert didn't give useful data. 2005-06-14 05:21:48 +00:00