Commit Graph

16685 Commits

Author SHA1 Message Date
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
Glenn Maynard 162d235691 cleanup 2005-06-05 15:15:55 +00:00
Chris Danford 9dfc71554e no message 2005-06-05 12:31:14 +00:00
Chris Danford dc82519d3f don't read unused DifficultiesToShow in ScreenDemonstration 2005-06-05 12:02:33 +00:00
Chris Danford 101b27accb different BGAChange menus for each layer for easier editing 2005-06-05 09:46:29 +00:00
Chris Danford f15be3b3e5 re-add per-screen DifficultiesToShow 2005-06-05 09:45:30 +00:00
Chris Danford 539e6915ff add asserts 2005-06-05 09:45:00 +00:00
Chris Danford 273fd06e65 fix loading of multiple BG layers 2005-06-05 03:36:32 +00:00
Chris Danford fffc3e3ca3 fix loading of multiple BG layers 2005-06-05 03:29:55 +00:00
Chris Danford 055dc00f50 #BGCHANGES1 -> #BGCHANGES2 2005-06-05 03:24:30 +00:00
Chris Danford afec93797f play commands even if not switching backgrounds. This is useful for short "flash" BGAs that play a few times in a row with nothing else in-between. 2005-06-05 03:18:09 +00:00
Chris Danford ab794ffb2d don't allow multiple changes on the same beat 2005-06-05 03:16:57 +00:00
Chris Danford d6753dd5f7 #BGCHANGES1 -> #BGCHANGES2 2005-06-05 03:14:56 +00:00