Glenn Maynard
ea0ba6fcb9
VFS work
2003-12-04 08:25:59 +00:00
Glenn Maynard
fec773d97c
log changed m_iSoundWriteAhead
2003-12-02 20:52:26 +00:00
Glenn Maynard
6652135596
simplify GetVideoDriverName
...
handle ALL-IN-WONDERs
2003-12-02 18:11:14 +00:00
Glenn Maynard
cfd2ce59f5
cleanup
2003-11-29 18:02:31 +00:00
Chris Danford
7f23f32257
Radeon 7000 should use D3D
2003-11-29 11:17:53 +00:00
Chris Danford
143dc3ae5e
tweak ScoreDisplayRave
2003-11-26 06:40:03 +00:00
Glenn Maynard
da160607b8
Allow preloading all song banners.
2003-11-25 22:56:48 +00:00
Glenn Maynard
755186c60d
call Checkpoints::LogCheckpoints
2003-11-24 00:26:23 +00:00
Chris Danford
ffc40fe994
add LightsDriver_ScreenMessage
2003-11-20 11:55:45 +00:00
Chris Danford
2ab65cf3ad
add F2 to force metrics and textures reload
2003-11-17 11:48:12 +00:00
Chris Danford
48d5a78429
basic lights support
2003-11-16 04:45:12 +00:00
Chris Danford
1df001cfc5
add Intel graphics preset
2003-11-15 06:05:58 +00:00
Chris Danford
47def7d3dc
xbox updates
2003-11-13 00:39:36 +00:00
Glenn Maynard
87db3700fe
Don't send newlines to Trace().
2003-11-12 01:31:50 +00:00
Chris Danford
3098d41e7a
tweak credits text
...
fix memory card profile creation
2003-11-08 15:49:48 +00:00
Glenn Maynard
a5f53bcd44
ok
2003-11-07 18:23:33 +00:00
Glenn Maynard
b178ca648d
test
2003-11-07 18:22:08 +00:00
Glenn Maynard
ed718863ee
cleanup
2003-11-03 21:53:29 +00:00
Glenn Maynard
cfbd136989
ShowLogWindow -> ShowLogOutput, now also affects stdout output
...
in *nix
(unimplemented, possibly temporary TexturePreload tags along to avoid
more recompiling ...)
2003-10-19 07:30:06 +00:00
Glenn Maynard
4329c3fbef
add traces
2003-10-18 21:01:04 +00:00
Glenn Maynard
01fbfdd2d2
general g_bAutoRestart handling for regular errors
2003-10-17 06:33:35 +00:00
Chris Danford
ddf14995ce
add basic bookkeeping
2003-10-13 08:33:39 +00:00
Chris Danford
b035ca6257
don't boost app priority if using NTPAD
2003-10-12 17:53:35 +00:00
Chris Danford
a53885a1a2
add joy mappings for NTPAD
2003-10-12 17:44:33 +00:00
Chris Danford
c76e819d1d
finish image centering code
...
add input test screen
2003-10-11 07:47:34 +00:00
Glenn Maynard
8afe89d22f
Cleanup: read game prefs right after theme and announcer are set up,
...
so we don't waste time with default metrics that'll just be overridden
right away. Load ANNOUNCER earlier to do this.
2003-10-10 03:23:36 +00:00
Glenn Maynard
04d7f58014
Stricter ReadGamePrefsFromDisk asserts
2003-10-10 03:17:08 +00:00
Steve Checkoway
68ea135c4d
re-add cmd-F12 for a screenshot. Put the screenshots in the Screenshots directory. Make cvs ignore this directory.
2003-10-09 00:25:06 +00:00
Glenn Maynard
8ff43a4bb8
Override game prefs with static.ini, too.
2003-10-08 08:06:42 +00:00
Glenn Maynard
17e0fb52b9
Remove bSwitchToLastPlayedGame.
...
Simplify.
2003-10-08 08:01:41 +00:00
Chris Danford
d3073eb988
fix Rage Pro + WinXP problem
2003-10-08 07:13:21 +00:00
Chris Danford
bf2a0cce19
control max texture resolution in VideoCardDefaults
2003-10-08 03:58:16 +00:00
Steve Checkoway
d5cc663bea
Remove unnecessary code. All archs can use print-screen or in the case of Apple keyboards, F13, to take a screen shot.
2003-10-08 00:34:10 +00:00
Chris Danford
cf8c4043f3
remove decode movie MS
...
add menu item for movie texture color
add better presets for Radeon 7xxx
2003-10-07 08:18:28 +00:00
Steve Checkoway
d8710d3710
signed vs. unsigned fix
2003-10-07 06:39:16 +00:00
Glenn Maynard
2b6a2fb6e7
SDL-1.2.6
2003-10-04 06:41:17 +00:00
Chris Danford
63fc85a7c4
only AutoMap joysticks if joysticks attached to system change. This way, we won't override users' custom mappings as often.
2003-10-03 03:20:50 +00:00
Chris Danford
0115900378
move VideoCardDefaults into source to enforce structure
2003-10-02 04:35:29 +00:00
Glenn Maynard
d26b22eb8f
eliminate RageLog prefsman use
2003-10-02 03:13:51 +00:00
Glenn Maynard
81c4f0b9e9
reduce RageLog prefsman use
2003-10-02 03:11:35 +00:00
Glenn Maynard
fdaac32a8f
Add ChangeCurrentGame. Move the currently-selected game to
...
GamePrefs.ini.
2003-10-02 03:06:20 +00:00
Glenn Maynard
b13cb43aa6
IniFile::GetValueB->GetValue, etc. Cleanup.
2003-10-02 02:03:29 +00:00
Glenn Maynard
e41a094ee5
Move ReadGamePrefsFromDisk() and SaveGamePrefsToDisk()
...
to StepMania.cpp. This is to reduce the dependencies of PrefsManager:
code everywhere depends on it, but it depends on code everywhere,
resulting in lots of cross-dependencies. (Just a small step to being able
to compile smaller bits of the engine for testing.)
2003-10-02 01:39:23 +00:00
Glenn Maynard
fa27886b1c
Use SDLK_PRINT instead of SDLK_SYSREQ.
2003-09-28 23:20:22 +00:00
Chris Danford
c975ef04e6
use PrntScrn for saving a screenshot
2003-09-26 05:45:24 +00:00
Glenn Maynard
2d546f92ef
Fix input mappings, etc. not being reloaded after change game code.
2003-09-25 06:05:19 +00:00
Glenn Maynard
a079ab6831
fix output
2003-09-25 00:55:00 +00:00
Glenn Maynard
e6f31a6345
remove ErrorDialog
2003-09-23 05:12:05 +00:00
Glenn Maynard
6f82722250
Move ErrorDialog into ArchHooks.
2003-09-23 05:06:13 +00:00
Glenn Maynard
24b9c2f4c0
Simplify ErrorDialog.
2003-09-23 04:57:23 +00:00