Commit Graph

10 Commits

Author SHA1 Message Date
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
Chris Danford 4e86ffe01d add background change controls for "baked random"
Shift+B to choose to choose a different baked random movie
add bgchange menu lines for "movie in group" and "movie in group and in genre"
2005-06-05 01:27:15 +00:00
Chris Danford 3b61a74477 reduce header file dependencies 2005-06-04 21:22:50 +00:00
Chris Danford 34b9850a97 don't warn about -nosongbg- 2005-06-04 19:17:01 +00:00
Chris Danford 098eb86430 Don't search recursively for backgrounds. Recursing picks up backgrounds from group-specific dirs when it shouldn't. 2005-06-04 19:01:13 +00:00
Chris Danford 371af01b93 fix loading RandomMovies based on song group 2005-06-04 18:23:18 +00:00
Glenn Maynard 6cdd8afefd fix warning 2005-06-02 23:57:23 +00:00
Chris Danford c80d0c4a53 add support for random background sets using Song genre 2005-06-02 10:09:46 +00:00
Chris Danford 5a3961ad4e fix enumeration of backgrounds in BGChange MiniMenu 2005-06-02 04:34:46 +00:00
Chris Danford dac72665e3 move background file enumerating into BackgroundUtil.*
fix editor background change functionality
2005-05-31 01:17:37 +00:00