Steve Checkoway
fd28146428
Fix beeps by just not posting keydown events.
2005-10-28 05:40:37 +00:00
Chris Danford
d38ca82ff4
add missing file
2005-10-28 03:19:18 +00:00
Chris Danford
092b5d969d
move all URLs into ProductInfo.h
2005-10-28 03:10:48 +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
8c52221570
cleanup
2005-10-27 23:03:21 +00:00
Glenn Maynard
d7ce21c03d
maybe fix screensaver coming on sometimes
2005-10-27 23:00:17 +00:00
Glenn Maynard
717f58387f
remove metrics
2005-10-27 22:12:00 +00:00
Glenn Maynard
30f076e682
remove "StaticBG"
2005-10-27 22:11:06 +00:00
Glenn Maynard
609bd13b76
cleanup
2005-10-27 22:06:21 +00:00
Glenn Maynard
d81e4c45c7
fix missing license
2005-10-27 21:57:40 +00:00
Glenn Maynard
f36c662d96
ScreenGameplay is getting out of hand--58 #includes. Cleanup.
2005-10-27 21:55:24 +00:00
Glenn Maynard
6b06a89634
cleanup (should probably use spaces for tables like this; this is a mess with
...
standard 8-space tab stops)
2005-10-27 19:33:29 +00:00
Glenn Maynard
5e9fcddbbc
cleanup
2005-10-27 19:29:04 +00:00
Glenn Maynard
ce69fcffdf
cleanup
2005-10-27 19:25:31 +00:00
Glenn Maynard
099aea8d1c
cleanup
2005-10-27 19:24:25 +00:00
Glenn Maynard
ac696aebe8
fix up test builds
2005-10-27 18:07:51 +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
fe19cdf726
don't FixSlashes on the memory card OS path. This is a system path, not a RageFile path, so it doesn't need to follow our rules.
2005-10-27 17:33:01 +00:00
Glenn Maynard
495799d04b
missing header
2005-10-27 17:28:04 +00:00
Glenn Maynard
a2727f6644
warning: `static' is not at beginning of declaration
2005-10-27 16:57:18 +00:00
Glenn Maynard
a9ac27c730
move SoundResampleQuality into RageSoundReader_Resample
2005-10-27 16:51:18 +00:00
Glenn Maynard
0336db43c6
Sync up more SOptionsMenu pref names, and use the ConfOption code path when possible,
...
to reduce PREFSMAN access.
2005-10-27 16:47:23 +00:00
Glenn Maynard
c0a37b7324
remove old "MOVE" macro
2005-10-27 16:14:23 +00:00
Glenn Maynard
95fd833a1a
rename to match pref name
2005-10-27 16:10:09 +00:00
Glenn Maynard
ecd7354c23
use MovePref
2005-10-27 16:07:57 +00:00
Glenn Maynard
806fb5ba9b
use MovePref
2005-10-27 15:57:39 +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
ecab2463c6
Adjust SOptionsMP to work on IPreference directly, by converting data through
...
strings. This reduces templating and is easier to diagnose, and will allow
us to reduce direct access to preferences via PREFSMAN.
2005-10-27 15:46:16 +00:00
Glenn Maynard
b233e57060
rename to match pref name
2005-10-27 15:25:36 +00:00
Glenn Maynard
bbead64b10
match prefs
2005-10-27 15:25:08 +00:00
Glenn Maynard
5321594ab8
cleanup
2005-10-27 15:22:07 +00:00
Glenn Maynard
958c41f846
rename to match pref name
2005-10-27 15:19:22 +00:00
Glenn Maynard
fa95e31bab
"never" and "always" aren't ambiguous
2005-10-27 14:25:18 +00:00
Glenn Maynard
fb3aac1610
cleanup
2005-10-27 13:43:14 +00:00
Glenn Maynard
6d42771f9d
cleanup
2005-10-27 13:36:09 +00:00
Glenn Maynard
77c5edc9ad
ResamplingQuality -> SoundResampleQuality
2005-10-27 13:34:47 +00:00
Glenn Maynard
b249196e76
ResamplingQuality -> SoundResampleQuality, use MovePref
2005-10-27 13:33:43 +00:00
Glenn Maynard
df966ddaf6
remove Xbox prefs from PREFSMAN (not tested on Xbox)
2005-10-27 13:32:47 +00:00
Glenn Maynard
5b51315394
remove Xbox prefs from PREFSMAN (not tested on Xbox)
2005-10-27 13:24:27 +00:00
Glenn Maynard
2bab32514f
really old cleanups
2005-10-27 12:56:29 +00:00
Glenn Maynard
702c81cf1c
fix compile
2005-10-27 12:46:05 +00:00
Chris Danford
112564dc99
fix [Common] DefaultModifers not being applied in most places
2005-10-27 07:51:37 +00:00
Chris Danford
6dc474d41b
don't make a copy of the string when comparing
2005-10-27 06:11:59 +00:00
Chris Danford
8b8fa8aad3
move CommonMetrics into a namespace so that it's clear where they're coming from when used.
2005-10-27 05:16:19 +00:00
Chris Danford
5d7885c764
move game prefs into PrefsManager
2005-10-27 04:54:45 +00:00
Chris Danford
cdb7215971
add BeginsWith
2005-10-27 04:51:47 +00:00
Glenn Maynard
0ac45b8853
handle all frame decoding stuff in DecodePacket
2005-10-27 00:09:17 +00:00
Chris Danford
e00a57e05e
use Preference1D
2005-10-26 23:09:56 +00:00
Chris Danford
9b3a007551
reduce dependencies
2005-10-26 02:27:48 +00:00