Commit Graph
14143 Commits
Author SHA1 Message Date
Glenn Maynard cdae1c672a cleanup 2005-03-11 00:37:52 +00:00
Glenn Maynard 434222f269 pausing support 2005-03-11 00:29:00 +00:00
Glenn Maynard 13da77d5c2 only pause playing sounds; unpause sound slot after stopping 2005-03-11 00:28:16 +00:00
Glenn Maynard e6679b4acd cleanup 2005-03-11 00:12:10 +00:00
Chris Danford 4b9a4e117b add MaxCourseEntriesBeforeShowVarious so that Artist doesn't scroll through 10s of values and BPM display doesn't display a meaningless range for endless courses 2005-03-10 23:57:53 +00:00
Chris Danford 2957b7939f mystery -> secret 2005-03-10 22:54:55 +00:00
Glenn Maynard ef68b4acdd Working on clean pausing support. (This will break the ALSA and DSound hardware builds until they're updated, soon.) 2005-03-10 22:49:28 +00:00
Chris Danford 93947f375a fix missing part of the previous commit 2005-03-10 21:57:56 +00:00
Glenn Maynard c50adee05a fix crash when sending screen messages when there is no top screen 2005-03-10 21:18:04 +00:00
Chris Danford 5d67acd9f6 fix AV if no #DIFFICULTIESTOHIDE 2005-03-10 20:53:07 +00:00
Chris Danford 899de39e84 add DifficultiesToHide tag to courses 2005-03-10 20:49:06 +00:00
Chris Danford 8b32383969 move DifficultiesToShow into CommonMetrics
re-cache on theme reload, not on timer expired
2005-03-10 19:57:43 +00:00
Glenn Maynard 22d64c8fd9 allow updating selections on a message 2005-03-10 19:41:37 +00:00
Charles Lohr 2567f5992b Fix: We need to enable option lines for hardcoded screens for all players. 2005-03-10 18:03:19 +00:00
Charles Lohr 5ba2976694 Fix: ProfileOptions (Navigation was not correct and all text was hidden) 2005-03-10 17:59:01 +00:00
Charles Lohr 0495b83ecf Fix: VC6 compile. Maybe we should try to figure out a clean way of doing this in VC6 insted of having these nasty GetValue()'s everywhere. 2005-03-10 16:55:11 +00:00
Glenn Maynard 8427c36c20 fix ScreenSelectMaster::AnyOptionsArePlayable 2005-03-10 07:56:41 +00:00
Glenn Maynard fb1d893f57 tolerate no options being selectable 2005-03-10 03:53:00 +00:00
Glenn Maynard 6a10714c9d "give up" metrics 2005-03-10 02:46:56 +00:00
Glenn Maynard 2f9be16b15 either start or select can trigger "give up" 2005-03-10 02:45:40 +00:00
Glenn Maynard 4a375d4f3b check several automake versions; don't give a URL to tools, since most people should be using distribution packages, not source 2005-03-09 19:15:37 +00:00
Glenn Maynard a979295191 remove _fade out to options (partially disambiguate _fade out) 2005-03-09 03:28:40 +00:00
Glenn Maynard fa21b5c7c3 rename to disambiguate 2005-03-09 03:21:26 +00:00
Glenn Maynard 4b3cabf456 const 2005-03-09 02:47:51 +00:00
Glenn Maynard d7911ccff9 simpler approach to letting overlay screens grab input 2005-03-09 02:45:33 +00:00
Glenn Maynard c829318686 remove GrabInputFocus and ReleaseInputFocus 2005-03-09 01:35:31 +00:00
Chris Danford 359b6d14c9 fix AV if create new steps then back out w/o saving 2005-03-08 22:21:18 +00:00
Chris Danford 21ae0fc658 don't delete current Song's steps through the LastSaved when destructing ScreenEdit 2005-03-08 21:39:01 +00:00
Chris Danford dc9e8e23ff revert from in-memory copy, not from disk 2005-03-08 21:19:17 +00:00
Chris Danford 38bd0116d1 ensure that memory is really freed 2005-03-08 21:18:00 +00:00
Chris Danford 494ae0b74d make deep copy simpler by not holding a pointer 2005-03-08 21:17:21 +00:00
Chris Danford 9cb560ae03 fix AV when change on SHOW_ONE and only P2 joined 2005-03-08 20:34:08 +00:00
Chris Danford d15a453d15 fix VC7 warnings 2005-03-08 20:13:44 +00:00
Chris Danford 19382b8ab3 add ExportOnChange table value for Lua 2005-03-08 18:37:09 +00:00
Chris Danford 3cc13f8a81 add ExportOnChange table value for Lua
fixes workout goal amounts not applied correctly
2005-03-08 17:54:12 +00:00
Chris Danford 1b9f3b5a61 re-enable VerifySelected assert 2005-03-08 17:53:16 +00:00
Chris Danford 7ab74cdd24 don't keep "Message" in command name
fixes ScoreDisplayCalories
2005-03-08 16:54:48 +00:00
Chris Danford 0be0cb5ab5 remove unnecessary SetXY 2005-03-08 16:52:15 +00:00
Chris Danford fa479f08dd split ScreenMemcardSaveEditsInEditor into ScreenMemcardSaveEditsAfterSave and ScreenMemcardSaveEditsAfterExit 2005-03-08 09:03:12 +00:00
Chris Danford 264dd13b45 eliminate Save on ScreenEditMenu when creating new steps 2005-03-08 07:57:14 +00:00
Glenn Maynard b6eebd2517 cache GetPath results, since it may call GetPathTo, which will skip if it reads from the disk (perhaps we need a ThemePath<> cache type, like ThemeMetric<>) 2005-03-08 06:48:31 +00:00
Glenn Maynard e9dd20f0e2 cache fallback cdtitle 2005-03-08 06:35:58 +00:00
Chris Danford 2d93802641 add Yes/No/Cancel prompt for exiting ScreenEdit 2005-03-08 04:02:25 +00:00
Chris Danford 10119047b3 themable text 2005-03-08 03:56:26 +00:00
Chris Danford 66dd203362 add missing 2005-03-08 03:56:00 +00:00
Glenn Maynard 2404ff1641 generic screen popping: pop if pushed, instead of NEXT_SCREEN 2005-03-08 03:52:18 +00:00
Glenn Maynard 31cb7efb3a build fix 2005-03-08 02:31:30 +00:00
Glenn Maynard a3c912a82e fix possible crashes 2005-03-08 02:24:39 +00:00
Chris Danford e01845866f add NumStepsLoadedFromProfile display 2005-03-08 01:46:57 +00:00
Glenn Maynard eadd3b3edb separate "low res loaded on startup" and "low res loaded on demand" banner modes 2005-03-08 01:39:32 +00:00