Commit Graph

554 Commits

Author SHA1 Message Date
Chris Danford 9e8469eb65 save edits to machine profile 2005-12-03 20:34:49 +00:00
Chris Danford bf24714529 fix many missing themed strings 2005-12-01 09:43:21 +00:00
Chris Danford e87df3bc5e fix SaveSync prompt. Make it a Screen again so that it can be used in branching and doesn't need to be integrated into an already-complicated ScreenGameplay. 2005-11-08 17:51:40 +00:00
Glenn Maynard 067365215c simplify, compile fix 2005-11-01 23:54:19 +00:00
Glenn Maynard 4c2a8e3ba0 separate practice help, no record mappings in practice 2005-11-01 22:17:07 +00:00
Glenn Maynard 7465821f46 simplify 2005-11-01 21:43:10 +00:00
Glenn Maynard c0094aecbf comment 2005-11-01 00:18:09 +00:00
Glenn Maynard ff0d50a6ab EDIT_MODE_PRACTICE bindings 2005-11-01 00:17:26 +00:00
Glenn Maynard 24f5e87e60 predict_meter -> EDIT_MODE_FULL 2005-10-31 23:54:36 +00:00
Glenn Maynard 92b790b9ee fix LoadingScreen not set correctly for SEdit MinMenus 2005-10-31 04:05:26 +00:00
Chris Danford 8b8fa8aad3 move CommonMetrics into a namespace so that it's clear where they're coming from when used. 2005-10-27 05:16:19 +00:00
Glenn Maynard 1168414cf0 m_bPastHereWeGo -> !m_bGameplayLeadIn, default false. This is more natural;
!m_bPastHereWeGo was the usual case.
2005-10-10 04:36:04 +00:00
Glenn Maynard b0df6d2d68 broadcast bPastHereWeGo 2005-10-10 02:24:58 +00:00
Chris Danford feb1bfb0fc naming cleanup: rename scoring "Tier1"s to "W1"s (short for "Window 1")
add Preference1D so that we can index into the grading and life values
2005-10-09 04:30:59 +00:00
Chris Danford b6cf3477b4 Use generic names for TapNoteScore values since they are treated genericly by the code.
Theme changes coming...
2005-10-08 00:57:40 +00:00
Glenn Maynard 2f3905325d style cleanup 2005-09-23 00:12:32 +00:00
Chris Danford bb10c7c21f pass around InputEventPlus in Screen::Input instead of multiple input structures 2005-09-05 02:26:50 +00:00
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +00:00
Chris Danford e439ae2a96 return "" -> return NULL 2005-09-02 00:14:07 +00:00
Chris Danford 3e99a3853d add inserting/removing course mods 2005-08-30 18:09:00 +00:00
Chris Danford 0c57983d0e add PlayerStates for MultiPlayers 2005-08-23 21:07:07 +00:00
Renaud Lepage 4073aaa53f Value updates, two entries slipped from the programmer's keystrokes. 2005-08-23 02:26:08 +00:00
Glenn Maynard 2eb54bdb89 ScreenSaveSync::SaveSync 2005-08-14 02:01:23 +00:00
Chris Danford a2c439a17a support loading of course edits 2005-07-31 05:41:32 +00:00
Chris Danford e3167a82d8 working on new course edit screens 2005-07-30 19:34:23 +00:00
Glenn Maynard 4fe46bd2a4 EDIT_BUTTON_REMOVE_NOTE 2005-07-30 07:07:11 +00:00
Chris Danford 359d745e67 add course edits, improved course editor 2005-07-29 02:23:02 +00:00
Chris Danford d0f871e9ff PlayMusic("") -> StopMusic() 2005-07-22 23:07:49 +00:00
Chris Danford 1cfda9a901 remove unused PlayMusic overload 2005-07-22 22:17:34 +00:00
Glenn Maynard eca5d32eb3 fix underlay/overlay; we play the state commands so we can do things with
them in these modes, so don't hide them
2005-07-22 05:02:04 +00:00
Glenn Maynard 209c806bbd simplify 2005-07-22 04:12:56 +00:00
Glenn Maynard 9d65ff798d fix "record empty segment at end doesn't do anything useful" 2005-07-22 04:11:15 +00:00
Glenn Maynard 464bb983ee align record to record length 2005-07-22 02:30:15 +00:00
Glenn Maynard d62fe9be5a EDIT_BUTTON_SCROLL_NEXT_MEASURE, EDIT_BUTTON_SCROLL_PREV_MEASURE 2005-07-22 01:28:20 +00:00
Glenn Maynard b2c7e5e829 add "jump to next note", "jump to previous note" 2005-07-22 00:55:36 +00:00
Glenn Maynard 4ec405f13b IsHoldNoteAtBeat -> IsHoldNoteAtRow 2005-07-22 00:14:24 +00:00
Glenn Maynard ea8705fa9d spit out ScreenEdit::ScrollTo 2005-07-21 22:31:09 +00:00
Glenn Maynard c9c59e0882 initial "paused record" mode: record a song measure-by-measure, allowing
replaying and rerecording each section in sequence; when paused, remain
in the record view, so we don't jump around between record and edit views
constantly
2005-07-21 21:23:18 +00:00
Glenn Maynard d5587f37d0 case fix 2005-07-21 20:42:56 +00:00
Glenn Maynard 61c42c4481 simplify 2005-07-21 20:41:26 +00:00
Glenn Maynard fc43a6f136 EDIT_BUTTON_RECORD -> EDIT_BUTTON_RECORD_SELECTION 2005-07-21 20:37:04 +00:00
Glenn Maynard 079926c6c3 cleanup; always commit recorded data when exiting record, not just when entering edit (though we only go from record -> edit currently) 2005-07-21 06:50:39 +00:00
Glenn Maynard 951c6074b0 cleanup 2005-07-21 06:48:56 +00:00
Glenn Maynard f4cc57514e always stop music and reset m_bPastHereWeGo when changing modes 2005-07-21 06:25:29 +00:00
Glenn Maynard 9547906a6c cleanup 2005-07-21 05:58:34 +00:00
Glenn Maynard fa7d6d4960 fix area menu 2005-07-21 05:17:36 +00:00
Glenn Maynard d038d2446e TransitionEditState does this 2005-07-21 03:09:33 +00:00
Glenn Maynard fe240ddcd9 it's typically not useful to leave the cursor where it was when exiting play/record, so restore the cursor position. (do leave the cursor where it is when exiting play mode explicitly) 2005-07-21 02:44:53 +00:00
Glenn Maynard d4afd9c47c fix range check (do it after quantizing) 2005-07-21 02:22:07 +00:00
Glenn Maynard a858eca8b0 edit state has its own PlayerState; reset options here 2005-07-21 01:59:13 +00:00