Glenn Maynard
|
355d773916
|
fix warning
|
2005-12-20 20:17:56 +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
|
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 |
|
Chris Danford
|
d29b85efe5
|
fix bogus assert firing when no hid devices attached
|
2005-12-19 12:04:58 +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 |
|
Steve Checkoway
|
a8d0b5c9f9
|
Cleanup.
|
2005-12-19 01:32:36 +00:00 |
|
Glenn Maynard
|
9e784d8e55
|
cleanup spacing
|
2005-12-18 22:57:23 +00:00 |
|
Glenn Maynard
|
7faaa73afd
|
remove unused fDeltaTime parameter
|
2005-12-18 22:51:12 +00:00 |
|
Glenn Maynard
|
67f9c89c96
|
unused
|
2005-12-18 22:45:52 +00:00 |
|
Chris Danford
|
efe3984ad5
|
detect changing USB joysticks and remap on the fly
|
2005-12-18 07:13:13 +00:00 |
|
Chris Danford
|
c95a5dc8e5
|
add InputDevice::DevicesChanged
|
2005-12-18 03:08:12 +00:00 |
|
Steve Checkoway
|
833d06d1f3
|
pthread_join() returns an error code, it does not set errno.
|
2005-12-17 13:17:35 +00:00 |
|
Steve Checkoway
|
0338fb01ef
|
Forcing a crash with a stack trace on a user settable preference seems wrong. "Throw" an exception instead which will show a lovely dialog box with the message.
|
2005-12-17 13:16:22 +00:00 |
|
Steve Checkoway
|
510254abb4
|
Add more property listeners, name the two threads created by the audio HAL.
|
2005-12-17 13:10:23 +00:00 |
|
Steve Checkoway
|
ee07c1d20d
|
Use ArchHooks::SetUserQuit()
|
2005-12-17 13:03:04 +00:00 |
|
Steve Checkoway
|
7fab468409
|
Make UserQuit and SetUserQuit static members of ArchHooks. Windows and linux not tested. MountInitialFilesystems also appears to be static, fix compile on OS X.
|
2005-12-17 12:44:46 +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 |
|
Steve Checkoway
|
f4e1603411
|
Add files incase I want to work on this in Washington...on my laptop. (Never develop on a laptop, compiling drains my battery faster than anything else.)
|
2005-12-15 11:48:16 +00:00 |
|
Steve Checkoway
|
223c541ecc
|
This stops crashes when headphones are removed. If they're removed during gameplay, the arrows stop scrolling and the receptors stop flashing to the beat. After the hardware reconfigures itself (~.5s), the music resumes.
My guess (which I don't have time to test right now) is that the returned position is reset when the hardware starts back up.
|
2005-12-15 11:44:46 +00:00 |
|
Steve Checkoway
|
89ded25ed4
|
Simplify.
|
2005-12-15 08:59:48 +00:00 |
|
Steve Checkoway
|
bdf4898ecb
|
Use consistent thread names.
|
2005-12-15 07:18:52 +00:00 |
|
Steve Checkoway
|
6708056847
|
Cleanup comments.
|
2005-12-13 06:59:20 +00:00 |
|
Steve Checkoway
|
947116ee67
|
Remove what are most likely no ops but they could potentially cause a crash. (I haven't seen that happen, though.)
|
2005-12-13 06:56:57 +00:00 |
|
Steve Checkoway
|
dc960d0b69
|
Fix crash caused by race conditions.
|
2005-12-13 06:52:03 +00:00 |
|
Glenn Maynard
|
d03f1ed31f
|
cleanup
|
2005-12-13 01:10:48 +00:00 |
|
Steve Checkoway
|
6aab1a354c
|
Missed old commit: Use image in Data/splash.png, fall back on internal splash if it's missing.
|
2005-12-12 10:02:22 +00:00 |
|
Glenn Maynard
|
0014e24b65
|
remove unused Update
|
2005-12-12 01:09:34 +00:00 |
|
Glenn Maynard
|
f8c0c0124a
|
cleanup
|
2005-12-10 18:58:43 +00:00 |
|
Glenn Maynard
|
24b9237800
|
UserQuit for GraphicsWindow
|
2005-12-10 18:43:34 +00:00 |
|
Glenn Maynard
|
d439765145
|
implement UserQuit to eliminate bad GameLoop.h dependency
|
2005-12-10 18:42:55 +00:00 |
|
Glenn Maynard
|
33ba805849
|
add UserQuit
|
2005-12-10 18:40:20 +00:00 |
|
Glenn Maynard
|
df8b92dd3a
|
cleanup
|
2005-12-10 18:07:14 +00:00 |
|
Glenn Maynard
|
b84c910e90
|
fix compile
|
2005-12-10 18:04:43 +00:00 |
|
Glenn Maynard
|
bbf140a906
|
cleanup
|
2005-12-10 17:57:11 +00:00 |
|
Steve Checkoway
|
43066e5cb1
|
Only rebuild the removable device list when it changes.
|
2005-12-10 08:41:16 +00:00 |
|
Glenn Maynard
|
21a2900776
|
remove compat virtual
|
2005-12-10 07:39:31 +00:00 |
|
Steve Checkoway
|
f91fb3b574
|
Missed a file.
|
2005-12-10 07:34:01 +00:00 |
|
Steve Checkoway
|
11aacd82a7
|
OS X memory card driver.
|
2005-12-10 07:14:09 +00:00 |
|
Steve Checkoway
|
745744193b
|
Fix compile.
|
2005-12-10 05:06:19 +00:00 |
|
Glenn Maynard
|
16996cd095
|
update, cleanup
|
2005-12-10 02:36:32 +00:00 |
|
Glenn Maynard
|
9ff7afe86b
|
remove unused Reset
|
2005-12-10 02:35:10 +00:00 |
|
Glenn Maynard
|
7d79d35841
|
cleanup
|
2005-12-10 02:29:33 +00:00 |
|
Glenn Maynard
|
d6d6965e71
|
member, not static
|
2005-12-10 02:28:44 +00:00 |
|
Glenn Maynard
|
dc1d91fa3e
|
remove unused
|
2005-12-10 02:27:24 +00:00 |
|
Glenn Maynard
|
f5aa8fdd27
|
comments
|
2005-12-10 02:21:11 +00:00 |
|
Glenn Maynard
|
4448fb5a5a
|
update
|
2005-12-10 02:19:00 +00:00 |
|
Glenn Maynard
|
04ffb1657f
|
comments, fixes
|
2005-12-10 02:14:06 +00:00 |
|
Glenn Maynard
|
03708b636a
|
firming up this API: USBStorageDevicesChanged is "calling
GetUSBStorageDevices may return different devices"; calling
it twice in a row should have the same result
|
2005-12-10 02:11:34 +00:00 |
|
Glenn Maynard
|
cdb44c71be
|
not "new"
|
2005-12-10 02:08:26 +00:00 |
|