Glenn Maynard
a7d244fd9c
fix time not being saved to hwc
2004-05-27 02:41:48 +00:00
Glenn Maynard
f9a6d8857c
split out GetPortAndLevelFromSerial (currently unused)
2004-05-27 00:12:31 +00:00
Chris Danford
483573c709
clean up RageTextureManager prefs, ModelManager prefs
...
add pref DelayedModelDelete
2004-05-26 07:20:38 +00:00
Steve Checkoway
bb2c2c38a6
Retabify. Bad xemacs, bad.
2004-05-26 00:58:42 +00:00
Steve Checkoway
ec88a2037e
cleanup formatting
2004-05-25 23:54:16 +00:00
Glenn Maynard
4466f94463
remove old hacks
2004-05-23 21:16:22 +00:00
Glenn Maynard
675422c93f
log last ioproc time on overload
2004-05-23 19:45:19 +00:00
Glenn Maynard
d38bf0e721
license update
2004-05-23 02:29:11 +00:00
Glenn Maynard
1d9e4c4658
SDL_Delay -> usleep
2004-05-21 03:31:26 +00:00
Glenn Maynard
9553f513c2
fix confusing SDL error message
2004-05-20 23:50:34 +00:00
Glenn Maynard
b5c3cf2e50
debugging
2004-05-19 03:40:08 +00:00
Glenn Maynard
6928d7c42d
log frame count
2004-05-19 01:53:27 +00:00
Glenn Maynard
0366a45611
fix potential crash
2004-05-19 01:52:40 +00:00
Glenn Maynard
cec11a8454
fix type
2004-05-19 01:20:40 +00:00
Glenn Maynard
e23e8761e2
(untested) measure IOProc time
2004-05-19 00:57:39 +00:00
Glenn Maynard
373a928ef2
use RageSurface_Load_XPM
2004-05-18 06:31:42 +00:00
Glenn Maynard
c32452e740
fix uninitialized value
2004-05-17 05:52:21 +00:00
Glenn Maynard
57b86a1b71
cleanup
2004-05-17 04:52:08 +00:00
Chris Danford
0fd9991fbe
use RageSurface::Load
2004-05-17 03:52:02 +00:00
Steve Checkoway
7e72d8d532
Add suggested changes.
2004-05-16 08:09:36 +00:00
Glenn Maynard
97791d82f0
license update
2004-05-15 22:30:30 +00:00
Glenn Maynard
f128ee2d35
license update
2004-05-15 22:16:39 +00:00
Glenn Maynard
564eea2ade
license update
2004-05-15 22:07:41 +00:00
Glenn Maynard
f1bb0126da
license update
2004-05-15 21:53:06 +00:00
Glenn Maynard
aa73bb0444
license update
2004-05-15 20:28:17 +00:00
Glenn Maynard
ccf1a86899
compile fix
2004-05-14 05:38:44 +00:00
Glenn Maynard
ffa11ae045
compile fix
2004-05-13 21:18:00 +00:00
Steve Checkoway
0eb7c9ac7a
Replace SDL's naming with Apple's.
2004-05-13 14:51:59 +00:00
Glenn Maynard
720dd96b90
fix TestWrite
2004-05-11 21:55:04 +00:00
Glenn Maynard
9dfcb5b7e1
convert sound types
2004-05-11 20:32:55 +00:00
Glenn Maynard
d48c9295b8
link fix
2004-05-11 07:24:08 +00:00
Glenn Maynard
62e9aebdad
https://sourceforge.net/tracker/download.php?group_id=37892&atid=421366&file_id=86614&aid=932709
...
format.mSampleRate == 0 means "set it yourself", I think (TODO: actually
set it--SetNominalSampleRate--and verify with IsValidNominalSampleRate)
(I'm not going to try to fix the QT1 driver; hopefully the remaining CA
problems can be fixed and QT can be removed.)
2004-05-10 00:43:57 +00:00
Glenn Maynard
dfded1c1ab
print 44100, not "44100.000000"
2004-05-10 00:39:03 +00:00
Glenn Maynard
d8ed56b81f
fix uninitialized value
2004-05-09 23:08:16 +00:00
Glenn Maynard
bed5872199
buffer size, chunk size cleanup
...
use poll()
many systems (even 2.4) can now handle much smaller writeaheads with
software mixing
2004-05-08 03:02:25 +00:00
Glenn Maynard
cd8f571d60
remove unneeded header
2004-05-06 09:35:14 +00:00
Glenn Maynard
d3c19e9a46
use HAVE_OSS_GETVERSION
...
don't print "version 0.0.0" if ioctl(OSS_GETVERSION) fails
2004-05-06 09:30:03 +00:00
Glenn Maynard
fd848f2b0c
fix compile when !CRASH_HANDLER
...
fix core dumping when !CRASH_HANDLER
2004-05-06 08:41:34 +00:00
Glenn Maynard
3527c9dae8
hush harmless warning, fix output
2004-05-05 20:05:09 +00:00
Chris Danford
47cda9c92a
fix name update logic
2004-05-03 00:35:53 +00:00
Chris Danford
bfd7b1930c
simplify name update logic
2004-05-03 00:34:54 +00:00
Chris Danford
6bf3ffc4ce
poll for changes in usb/devices
2004-05-02 23:27:14 +00:00
Chris Danford
51f0b44483
fix reload of usb-storage fails because drives still mounted
2004-05-02 22:16:56 +00:00
Glenn Maynard
084042fc47
log ALSA kernel version earlier
2004-05-01 06:25:24 +00:00
Glenn Maynard
761bcf7eae
avoid loading ALSA if not needed
2004-05-01 06:24:37 +00:00
Chris Danford
051cc33b43
change linux mem cards to use lsusb instead of crash-happy usbdevfs
2004-05-01 04:40:00 +00:00
Glenn Maynard
53fd27b885
disable "drive not ready", etc. dialogs
2004-05-01 01:44:07 +00:00
Glenn Maynard
50b593f7d2
If a drive isn't ready, don't try to mount it at all; it may cause mkdir()
...
calls to be made (if eg. mounting "D:\foo"), causing "volume not ready"
dialogs. This happens with removable devices like memory card readers
that don't have a device.
I think this is generally incorrect: if a user has a memcard reader, we'll ignore
it on the first change (no device is installed), and then we'll never actually
notice when a card is inserted, since the drive letters don't actually
change. I don't have a memcard reader to test this, so I'm punting on
this for now.
2004-05-01 01:26:38 +00:00
Chris Danford
7a44c365bc
fix for compatibility with 2.4
2004-04-29 06:00:20 +00:00
Chris Danford
2180de1cac
update memory cards for 2.6 kernel
2004-04-29 04:12:56 +00:00