Commit Graph
15847 Commits
Author SHA1 Message Date
Glenn Maynard ca3667576c fix hold heads ignored in RemoveSimultaneousNotes 2005-06-13 20:52:24 +00:00
Kevin Slaughter 3445dd23bf BeginnerHelper BG positioning corrected 2005-06-13 06:48:42 +00:00
Chris Danford aeda0c6449 Don't show or save machine high scores for edits loaded from a player profile 2005-06-13 06:48:13 +00:00
Chris Danford 49b3cbaf34 pressing L+R for the sort code should end up back at the originally selected item
fix jumpy wheel when letting go of L+R near-simultaneously
fix MenuTimer doesn't choose a Random song if sitting on a section or sort
fix MenuTimer fire has no effect if wheel is tweening
2005-06-12 23:43:39 +00:00
Chris Danford 8f9951e38d less fragile attract sound logic 2005-06-12 04:22:16 +00:00
Chris Danford 40af26f4a0 always play attract sounds for a few screens after the game ends 2005-06-12 04:11:50 +00:00
Chris Danford 933e1320da add DefaultSong, move DefaultSort into GameState, show machine scores for edits 2005-06-12 03:44:13 +00:00
Chris Danford 7374f1566e add EmptyMachineHighScoreName 2005-06-12 00:44:59 +00:00
Chris Danford 623dc2512f merge PlayCommand2 and PlayCommand so that Actor derivities only have to override one method to get the correct behavior 2005-06-12 00:35:08 +00:00
Chris Danford f7c6023412 fix attract sound frequency if initial screen not in attract loop 2005-06-11 11:25:34 +00:00
Chris Danford 386de4e74c use enum for attract sound frequency 2005-06-11 10:53:16 +00:00
Chris Danford b45f4c0d5a add missing 2005-06-11 10:35:10 +00:00
Chris Danford 98784d3fb5 Split Update into Update and UpdateInternal so that every class doesn't need to early abort in Update when hibernating 2005-06-11 10:32:58 +00:00
Chris Danford 3b3408d11e Add WaitForChildrenBeforeTweeningOut 2005-06-11 10:31:39 +00:00
Chris Danford 2c25a3a2dc Add TweenOptionsMessageOffImmediately 2005-06-11 10:30:13 +00:00
Chris Danford 12d8415e4a don't play FinishOff twice 2005-06-11 10:27:56 +00:00
Chris Danford f7b258b1bf add actor name for easier debugging 2005-06-11 10:25:46 +00:00
Chris Danford 220fce4425 add SystemMessage frame
Draw info text underneath BGChange text
2005-06-11 06:21:08 +00:00
Chris Danford 5deadb2566 revert last 2005-06-11 01:53:40 +00:00
Chris Danford d1fdc21864 fix songs with stops and manually set BPM not disqualifying with C* 2005-06-10 20:29:42 +00:00
Glenn Maynard 11b47255ee fix strings 2005-06-09 04:27:12 +00:00
Glenn Maynard 6be07b3d5d Don't define CStrings in headers. A new instance will be created in every
file that uses the header.  A string in GameConstantsAndTypes.h may be duplicated
dozens of times; since it's not a POD, the compiler can't omit or merge it.
2005-06-09 04:03:08 +00:00
Glenn Maynard 4cbef95dcb remove unused 2005-06-08 22:09:14 +00:00
Glenn Maynard 448fb4cac3 remove unused m_sprExplanation 2005-06-08 22:07:32 +00:00
Glenn Maynard f9147e377a remove unused "m_sprNonPresence". if additional graphics are needed, use the overlay/underlay layers 2005-06-08 22:01:50 +00:00
Glenn Maynard 0422d2b1c5 cleanup 2005-06-08 21:50:55 +00:00
Glenn Maynard 935675cef6 cleanup 2005-06-08 21:22:08 +00:00
Glenn Maynard 8661d15ac6 fix includes 2005-06-08 21:21:32 +00:00
Glenn Maynard 9213e57569 style cleanup 2005-06-08 21:19:49 +00:00
Steve Checkoway 12a2e1ae61 Update for Xcode 2.1, plus add/remove files. 2005-06-08 17:27:52 +00:00
Steve Checkoway e4c01567dc I'm not sure if this screen is ever used, but fix initialization order. 2005-06-08 17:27:35 +00:00
Steve Checkoway 4308c127cf Virtual dtor, even for pure virtual classes with no member variables. 2005-06-08 17:09:16 +00:00
Chris Danford e39ae5443f correct for button 0 being reported as 32 2005-06-08 08:12:30 +00:00
Chris Danford 54c7eeb7cb fix Linux EMS2 mapping 2005-06-08 08:09:17 +00:00
Chris Danford 8eb39f2355 assert -> warning 2005-06-08 06:29:48 +00:00
Chris Danford e70d077889 fix loading of profile LastSong and LastCourse 2005-06-08 05:12:11 +00:00
Glenn Maynard 55f47ff85c style cleanup 2005-06-08 04:47:03 +00:00
Chris Danford 23d7d3564b only cycle through controller lights that are actually used 2005-06-08 04:46:31 +00:00
Glenn Maynard 6c1a16e61d assertions -> warnings 2005-06-08 04:16:03 +00:00
Glenn Maynard ac65a855cb const fix 2005-06-08 04:11:18 +00:00
Ben Anderson 111028f9b4 Give different variables different names. I don't know how that compiled in the first place... 2005-06-08 01:45:21 +00:00
Ben Anderson 8fef7be08d We just changed the song; update sync data. Fixes assert entering jukebox mode. 2005-06-07 13:32:35 +00:00
Ben Anderson e46350693c Going into version 4.0. Let's not do CVS snapshot releases this time and skip straight to alpha 1 when we start releasing from trunk again. And \'random build\' just plain sounds unprofessional. 2005-06-07 13:31:39 +00:00
Chris Danford 524a3dd18d show "(empty)" for BGChanges with no attributes set so that the user can see them to delete them 2005-06-07 09:45:27 +00:00
Chris Danford 33fa6acb3a warn, don't throw on an invalid Actor 2005-06-07 09:44:38 +00:00
Chris Danford 6babd726f6 fix colors ignored in BGChange with file = -random- 2005-06-07 09:44:03 +00:00
Chris Danford 54962cbe9c Alt+B to bake random from song group
fix AV when deleting last BGChange in song
2005-06-07 09:42:57 +00:00
Glenn Maynard f39c970c43 better error 2005-06-06 18:30:12 +00:00
Chris Danford 65c9cf0de1 fix AV if selecting a background row that has no choices 2005-06-06 00:59:37 +00:00
Chris Danford b489c43a88 add color parameter to BGChanges 2005-06-05 22:21:55 +00:00