Chris Danford
1a902b3abd
add pref for showing autoplay status
2006-07-08 09:05:44 +00:00
Chris Danford
9899308409
add pref for showing autoplay status
2006-07-08 08:32:54 +00:00
Chris Danford
ca8a477158
add ValidateCourseSortOrder
2006-07-06 01:11:37 +00:00
Chris Danford
270b8d94c5
seperate fast load for regular and additional songs
2006-06-15 10:54:55 +00:00
Sean Burke
498c8fcefb
I suppose that this is a better way to do it
2006-05-16 10:04:36 +00:00
Sean Burke
bce9d557dc
Fix typo and comment out, at least until Course::GetColor includes a case for it
2006-05-16 09:51:35 +00:00
Chris Danford
8814cb747d
add courses preferred sort
2006-05-01 21:49:59 +00:00
Glenn Maynard
fe00ec613c
move out of PrefsManager
2006-04-06 09:39:29 +00:00
Glenn Maynard
d37daab68c
move out of PrefsMan
2006-03-26 04:12:17 +00:00
Chris Danford
09b88acb0d
remove brightness quad. Add SSystemLayer overlay for doing hacks like that.
2006-03-22 23:00:58 +00:00
Chris Danford
837af903e8
merciful is a bool, not a float
2006-03-20 19:38:47 +00:00
Chris Danford
1bb78b396c
don't write values to Preferences.ini that are in Static.ini
2006-03-20 04:57:15 +00:00
Glenn Maynard
5f8337e9da
move some stuff out of PManager
2006-02-28 01:13:44 +00:00
Chris Danford
2ff000fc8a
give up on auto AR. Handling the AR when the resolution is falling back is more complicated than it's worth.
2006-02-07 00:55:03 +00:00
Chris Danford
bcf84d9bda
re-add Auto AR. Tie it to the desktop resolution which does not change when toggling between fullscreen and windowed. This assumes that the desktop resolution is using square pixels. This assumption will hold true for all out-of-the-box machines with a widescreen display.
2006-02-06 23:40:28 +00:00
Chris Danford
3ed40f6559
remove auto aspect ratio. We can't have the aspect ratio changing mid-game when the screen resolution changes (toggling fullscreen)
2006-02-06 20:15:33 +00:00
Glenn Maynard
0017b79116
move DelayedScreenLoad
2006-01-31 05:33:58 +00:00
Chris Danford
e09e502038
CenteredSingle->Center1Player
2006-01-27 07:09:43 +00:00
Chris Danford
af732e66aa
solo single -> centered single
2006-01-27 06:46:41 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Glenn Maynard
5f7d26addd
move DisplayAspectRatio
2006-01-20 22:44:28 +00:00
Glenn Maynard
cdf951e589
Instead of loading Defaults.ini underneith Preferences.ini, change the
...
actual IPreference defaults according to Defaults.ini. This way, we can
access default values immediately, without having to load and parse a
file. Since this simply changes the value in the preference, this doesn't
use any more memory.
2006-01-14 03:56:59 +00:00
Chris Danford
d55ae24611
add PseudoLocalize
...
phase out SubscriptionManager for SubscriptionHandler to fix ThemeManager assert
2006-01-06 20:18:15 +00:00
Glenn Maynard
8652d9e3b9
LastSeenMemory -> StepMania
2005-12-31 05:07:05 +00:00
Glenn Maynard
515134e584
unused
2005-12-31 04:19:53 +00:00
Glenn Maynard
418bce60a8
SoundDrivers into RageSoundManager
2005-12-31 02:35:49 +00:00
Glenn Maynard
037b3c8ac0
doesn't exist
2005-12-31 02:20:33 +00:00
Glenn Maynard
757fdf0795
move InputDrivers into RageInput
2005-12-31 02:20:03 +00:00
Glenn Maynard
45d3c944af
move movie driver pref into arch.cpp
2005-12-31 02:13:39 +00:00
Glenn Maynard
0066776403
move lights driver pref into LightsMan
2005-12-31 02:06:57 +00:00
Glenn Maynard
e2bd376410
remove PrefsManager::GetPreferenceByName
2005-12-31 02:00:37 +00:00
Glenn Maynard
76e55c2f14
PrefsMan and Preference depend on each other. PrefsMan is big, and
...
depends on some higher level code. Make Preference stand-alone, so
code that only has its own preferences can be used without PrefsMan.
2005-12-31 01:26:29 +00:00
Glenn Maynard
5316ffdecc
move some preferences to where they're used
2005-12-30 19:46:10 +00:00
Glenn Maynard
2128cc180a
unneeded
2005-12-30 19:29:40 +00:00
Glenn Maynard
aa2ca76c17
prefs out of PrefsMan
2005-12-30 04:19:55 +00:00
Glenn Maynard
302b978b34
move some prefs out of PrefsMan
2005-12-19 00:26:43 +00:00
Glenn Maynard
c4c66841ec
move some prefs out of PrefsMan
2005-12-19 00:18:33 +00:00
Chris Danford
353e0c5b6e
break up arch stuff into smaller .cpp files to fix smpackage build and not pull in unnecessary stuff
2005-12-16 04:16:09 +00:00
Chris Danford
730a113ed6
enumerate resolutions
...
use mixed case for prefs values
2005-11-26 07:22:33 +00:00
Chris Danford
81037f05cd
move Preferences from ThemeManager to completely in PrefsManager
...
Also, allow Defaults.ini and Static.ini to have sections
2005-11-09 10:55:30 +00:00
Chris Danford
72bfacbdfe
add multitexture debug toggle
2005-11-07 03:59:05 +00:00
Glenn Maynard
f3d55ef26e
allow disabling song backgrounds (without disabling backgrounds entirely
...
with 0% Brightness, which gives an ugly black background)
2005-10-29 20:59:08 +00:00
Glenn Maynard
8c9b57dbae
m_BackgroundMode -> m_RandomBackgroundMode
2005-10-29 20:04:57 +00:00
Chris Danford
6e5b3a5ed8
fix PrefsManager::m_sCurrentGame not current, so GamePrefs from Static.ini weren't being used
2005-10-28 01:44:19 +00:00
Glenn Maynard
4c62c63e84
move m_sDefaultLocalProfileID into ProfileManager
2005-10-27 17:47:42 +00:00
Glenn Maynard
a9038f82dd
move memory card prefs into MemoryCardManager
2005-10-27 17:37:59 +00:00
Glenn Maynard
a9ac27c730
move SoundResampleQuality into RageSoundReader_Resample
2005-10-27 16:51:18 +00:00
Glenn Maynard
ccbbb2e5ec
Add an optional template parameter to Preference to specify the operating type
...
for conversions. This way, Preference doesn't need to know about every enum
type used with it. (This means that you can't construct a Preference<T,U> from T,
since you don't know U, which led to the previous ScreenOptionsMasterPrefs.cpp
change.)
2005-10-27 15:47:31 +00:00
Glenn Maynard
df966ddaf6
remove Xbox prefs from PREFSMAN (not tested on Xbox)
2005-10-27 13:32:47 +00:00
Chris Danford
5d7885c764
move game prefs into PrefsManager
2005-10-27 04:54:45 +00:00