Glenn Maynard
|
7ac1862281
|
unneeded high-level dependency: main() is a very standard function
|
2005-12-21 06:13:20 +00:00 |
|
Glenn Maynard
|
08376fc0f1
|
WorkerThread -> RageWorkerThread
|
2005-12-21 06:10:41 +00:00 |
|
Glenn Maynard
|
2efb95aa92
|
header cleanup
|
2005-12-21 06:00:18 +00:00 |
|
Glenn Maynard
|
bdf5a3b924
|
Remove MemoryCardDriver::Flush. Flush in Unmount instead.
|
2005-12-21 05:58:01 +00:00 |
|
Glenn Maynard
|
8ceb3e7421
|
remove FlushAndReset
|
2005-12-21 05:53:15 +00:00 |
|
Glenn Maynard
|
a6aa42a9a4
|
FlushAndReset is a no-op. (It used to be used to reset drivers in Linux,
but that's no longer necessary.)
|
2005-12-21 05:52:11 +00:00 |
|
Glenn Maynard
|
f1498f38f0
|
I can't remember any rationale for "UnmountCard should never block",
and it does block: umounting a filesystem in Linux will block until
it's flushed.
|
2005-12-21 05:46:01 +00:00 |
|
Glenn Maynard
|
5efc86a81a
|
merge identical copying code
|
2005-12-21 04:05:08 +00:00 |
|
Glenn Maynard
|
f6900259d1
|
indentation changes only
|
2005-12-21 03:58:07 +00:00 |
|
Glenn Maynard
|
67ac4711a2
|
fix FlushAndReset not called
|
2005-12-21 03:57:06 +00:00 |
|
Glenn Maynard
|
0492553156
|
simplify; fix FlushAndReset not called
|
2005-12-21 03:56:20 +00:00 |
|
Glenn Maynard
|
c5c69ec142
|
simplify
|
2005-12-21 03:49:34 +00:00 |
|
Glenn Maynard
|
44a9f43486
|
add ScreenOptionsMemoryCard
|
2005-12-21 03:48:49 +00:00 |
|
Glenn Maynard
|
8c78478d61
|
unneeded header
clarify coop mode
|
2005-12-21 00:29:35 +00:00 |
|
Chris Danford
|
c9d79d3e3b
|
localize prompts
|
2005-12-20 21:32:26 +00:00 |
|
Glenn Maynard
|
c40dedc21f
|
cleanup, don't pull in <windows.h>
|
2005-12-20 20:43:29 +00:00 |
|
Glenn Maynard
|
8822ce2e86
|
cleanup, static
|
2005-12-20 20:30:45 +00:00 |
|
Glenn Maynard
|
d2163d0c2f
|
style
|
2005-12-20 20:29:47 +00:00 |
|
Glenn Maynard
|
ff42312b44
|
use RegistryAccess::GetRegValue
|
2005-12-20 20:26:11 +00:00 |
|
Glenn Maynard
|
355d773916
|
fix warning
|
2005-12-20 20:17:56 +00:00 |
|
Glenn Maynard
|
296dafdd11
|
fix "more than one user-defined conversion has been implicitly applied" in
SDebugOverlay
|
2005-12-20 20:09:15 +00:00 |
|
Glenn Maynard
|
54ab1ec707
|
const, RString
|
2005-12-20 19:55:09 +00:00 |
|
Chris Danford
|
d698a5f1ec
|
CString -> RString in RageUtil
ThemeMetric<CString> -> LocalizedString to eliminate dependencies
|
2005-12-20 08:35:47 +00:00 |
|
Steve Checkoway
|
0311b4256b
|
Cleanup.
|
2005-12-20 03:27:17 +00:00 |
|
Steve Checkoway
|
99c41cde08
|
Cleanup registered threads.
|
2005-12-20 03:20:31 +00:00 |
|
Chris Danford
|
9cd3b4d4ba
|
theme some common exception strings
|
2005-12-20 02:45:25 +00:00 |
|
Glenn Maynard
|
349d7745a6
|
internal errors that indicate code bugs, and not an error in a theme or the
user's system, should be asserted out with a crash dump, not an exception
dialog
|
2005-12-19 21:47:34 +00:00 |
|
Chris Danford
|
f1af56a261
|
fix mappings screwed up after mapping comma key and restarting
fix VC6 compile
|
2005-12-19 12:52:59 +00:00 |
|
Chris Danford
|
d29b85efe5
|
fix bogus assert firing when no hid devices attached
|
2005-12-19 12:04:58 +00:00 |
|
Chris Danford
|
d0d5798568
|
update device names on the fly
|
2005-12-19 10:00:47 +00:00 |
|
Chris Danford
|
5b90e68716
|
fix "buttons stuck" if button held while device unplugged
|
2005-12-19 10:00:29 +00:00 |
|
Glenn Maynard
|
1eea2fce19
|
use INPUTMAPPER->CheckForChangedInputDevicesAndRemap
|
2005-12-19 07:22:36 +00:00 |
|
Steve Checkoway
|
06d3eb564b
|
Fix implicit typenames.
|
2005-12-19 04:20:58 +00:00 |
|
Charles Lohr
|
cfecb44f71
|
Fix: Don't try to get profile lines for people's names.
|
2005-12-19 04:05:14 +00:00 |
|
Glenn Maynard
|
f3c49dd4bc
|
ThreadSlot::Release
|
2005-12-19 02:18:09 +00:00 |
|
Glenn Maynard
|
17a5f66438
|
remove CreateThisThread
|
2005-12-19 02:08:06 +00:00 |
|
Glenn Maynard
|
dcfff261ed
|
use RageThreadRegister. These should be freed properly, so things still work if the driver is recreated for some reason. There may be no guarantee that the same thread will always call the I/O callback--it may recreate the thread on overload, for example ...
|
2005-12-19 02:06:56 +00:00 |
|
Glenn Maynard
|
9c1f81f9bd
|
use RageThreadRegister
|
2005-12-19 02:01:48 +00:00 |
|
Glenn Maynard
|
a9ced55f72
|
RageThread::CreateThisThread is too different: most of the API
is not valid, and it's used differently. Split it off into
RageThreadRegister.
|
2005-12-19 02:00:22 +00:00 |
|
Glenn Maynard
|
3e9f38e833
|
cleanup
|
2005-12-19 01:43:04 +00:00 |
|
Glenn Maynard
|
702c38c2d1
|
cleanup
|
2005-12-19 01:37:24 +00:00 |
|
Glenn Maynard
|
a5de2609ef
|
A combo that's rolled over (continued) from the previous stage
starts at the beginning of the song, not from the first step.
|
2005-12-19 01:33:14 +00:00 |
|
Steve Checkoway
|
a8d0b5c9f9
|
Cleanup.
|
2005-12-19 01:32:36 +00:00 |
|
Glenn Maynard
|
4b31547f78
|
style
|
2005-12-19 01:28:33 +00:00 |
|
Glenn Maynard
|
b01308783e
|
unused headers
|
2005-12-19 00:42:29 +00:00 |
|
Glenn Maynard
|
5a6b805e20
|
unused include
|
2005-12-19 00:37:10 +00:00 |
|
Glenn Maynard
|
19afd16ad5
|
static
|
2005-12-19 00:32:25 +00:00 |
|
Glenn Maynard
|
ac11ab35ea
|
unused header
|
2005-12-19 00:31:41 +00:00 |
|
Glenn Maynard
|
302b978b34
|
move some prefs out of PrefsMan
|
2005-12-19 00:26:43 +00:00 |
|
Glenn Maynard
|
856705d215
|
unused header
|
2005-12-19 00:24:22 +00:00 |
|