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
1c6b80dc91
fix VC6 compile error
2003-10-03 03:20:08 +00:00
Chris Danford
74b72fbeba
add mapping for Sidewinder USB
2003-10-03 03:19:51 +00:00
David Wilson
fc9b52936e
added missing VideoCardDefaults.ini
2003-10-02 15:22:33 +00:00
Glenn Maynard
90cd567b48
Move codec dump to DShow renderer; it's usually not needed anymore,
...
and ACM codecs are a potential cause of crashes.
2003-10-02 09:36:49 +00:00
Glenn Maynard
bae90050eb
fix warning
2003-10-02 09:33:30 +00:00
Glenn Maynard
ea52eac8b4
noisy
2003-10-02 09:19:40 +00:00
Glenn Maynard
9800ead914
simplify
2003-10-02 09:19:23 +00:00
Glenn Maynard
cf1d384afc
Update comments.
2003-10-02 09:13:46 +00:00
Glenn Maynard
eae3cc2ede
simplify
2003-10-02 09:01:17 +00:00
Glenn Maynard
f75058750a
Evil magic. Should fix some editor sync problems.
2003-10-02 08:37:09 +00:00
Glenn Maynard
5d7e71a608
Unneeded; this bug was latent due to an extra rewind.
2003-10-02 06:50:05 +00:00
Glenn Maynard
43505fb17b
Seek sync fixes.
2003-10-02 05:58:01 +00:00
Glenn Maynard
036fd2beb9
Fix: don't chop off the first 26ms of each MP3 (but don't change sync,
...
either).
2003-10-02 04:56:09 +00:00
Chris Danford
0115900378
move VideoCardDefaults into source to enforce structure
2003-10-02 04:35:29 +00:00
David Wilson
48674b5d88
Made Metrics to control how the Lyrics looks before the Swipe
2003-10-02 04:15:50 +00:00
Glenn Maynard
6063565530
simplify
2003-10-02 04:10:56 +00:00
Glenn Maynard
d316c58477
add assert
2003-10-02 03:49:52 +00:00
Chris Danford
857cf747f7
add DMAshura to credits
2003-10-02 03:40:28 +00:00
Glenn Maynard
0aeff4e268
update
2003-10-02 03:22:57 +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
Chris Danford
2e3814d35e
fix unresolved conflict in VC6 project. oops.
2003-10-02 03:07:30 +00:00
Glenn Maynard
fdaac32a8f
Add ChangeCurrentGame. Move the currently-selected game to
...
GamePrefs.ini.
2003-10-02 03:06:20 +00:00
David Wilson
99027657e3
Fixed bug #814251 Editor NoteBarField
2003-10-02 03:05:52 +00:00
Chris Danford
70f2ea59ee
fix VC6 project file conflict
2003-10-02 02:43:41 +00:00
Glenn Maynard
c9074c170c
IniFile::SetValueB->SetValue, etc. Cleanup.
2003-10-02 02:11:47 +00:00
Glenn Maynard
b13cb43aa6
IniFile::GetValueB->GetValue, etc. Cleanup.
2003-10-02 02:03:29 +00:00
Glenn Maynard
02aa294a40
fix warning
2003-10-02 01:59:14 +00:00
Glenn Maynard
e96552f981
Remove m_sCustomSpeedMod: this is done with theme metrics now.
2003-10-02 01:46:33 +00:00
Glenn Maynard
75a3a7f8b8
functions moved
2003-10-02 01:41:09 +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
1fd137082d
Remove AdditionalLog.
2003-10-02 01:10:48 +00:00
Glenn Maynard
fa702635c1
Remove HOOKS->AdditionalLog.
...
Make LOG work without HOOKS being set up.
2003-10-02 01:09:15 +00:00
David Wilson
a934cece26
I forgot to save before commiting
2003-10-02 00:58:22 +00:00
David Wilson
7d2a7d0e69
Removal of TLS #include file
2003-10-02 00:41:38 +00:00
Glenn Maynard
ad4061907f
Simplify. TapNoteScoreToDancePoints is no longer used for grading,
...
so always do the Oni calculation.
2003-10-02 00:02:03 +00:00
Glenn Maynard
e6552f16b9
Calc grade based on iTapNoteScores and iHoldNoteScores.
2003-10-01 23:47:17 +00:00
Glenn Maynard
308308ac99
fix sudden+hidden
2003-10-01 21:46:00 +00:00
Glenn Maynard
6e69d20889
now unused
2003-10-01 20:55:07 +00:00
Glenn Maynard
22c9cb17f3
simplify
2003-10-01 20:54:37 +00:00
Glenn Maynard
edf76805d0
Fix crash, add asserts, cleanup.
2003-10-01 10:04:23 +00:00
Thad Ward
c7de8342f5
remove some tls.h includes that were apparently missed.
2003-10-01 09:15:51 +00:00
Glenn Maynard
ce3d18c607
unused
2003-10-01 08:24:23 +00:00
Glenn Maynard
bd97211ded
remove TLS
2003-10-01 08:23:57 +00:00
Glenn Maynard
9d7df5036c
Simplify. Use RageThread::HaltAllThreads.
2003-10-01 08:21:11 +00:00
Glenn Maynard
fe79f320dd
RageThread::HaltAllThreads for Windows.
2003-10-01 08:20:03 +00:00
Glenn Maynard
75e1186b15
fix warning
2003-10-01 07:50:30 +00:00
Glenn Maynard
fabe1ff314
remove old code
2003-10-01 07:16:39 +00:00
Glenn Maynard
c1b3df8e65
Remove checkpoints, add assert.
2003-10-01 07:05:16 +00:00