Commit Graph
67 Commits
Author SHA1 Message Date
Glenn Maynard 0ae10fbc59 move MakeArchHooks into ArchHooks 2004-06-10 23:12:35 +00:00
Glenn Maynard 5d25413b7d the Para input driver doesn't work; don't create the driver 2004-06-07 02:40:57 +00:00
Glenn Maynard 69d330eff5 add m_bMemoryCards 2004-06-06 01:50:21 +00:00
Glenn Maynard d38bf0e721 license update 2004-05-23 02:29:11 +00:00
Glenn Maynard 795252d302 reenable linux memcards 2004-04-23 04:21:50 +00:00
Glenn Maynard d0a7e241f3 disable linux memcards for the snapshot 2004-04-22 03:29:11 +00:00
Glenn Maynard 8632edc9c2 cleanup 2004-04-22 03:23:05 +00:00
Chris Danford 6f5404c6fe add move Linux mem card write test to seprarate thread 2004-04-13 08:05:50 +00:00
Chris Danford d93f758024 do memory card write test in a separate thread 2004-04-07 01:18:11 +00:00
Glenn Maynard e37502d5c4 use arch_platform.h 2004-04-04 00:58:53 +00:00
Chris Danford 66040109b0 remove LightsDriver_Linux_Serial 2004-03-23 07:35:02 +00:00
Steve Checkoway bbc9cbc648 Remove RageSoundDriver_QT. 2004-02-17 11:00:32 +00:00
Glenn Maynard e755ecab67 debug option to not show loading window 2004-02-15 22:56:51 +00:00
Glenn Maynard c4ba6f8321 ALSA9 -> ALSA 2004-01-12 11:10:16 +00:00
Glenn Maynard 7f39608914 silence "Unknown lights driver name: Null" 2003-12-30 06:10:50 +00:00
Chris Danford 799a3062ca working on memory card detection for Windows 2003-12-18 03:59:44 +00:00
Chris Danford e11afda65a memory card refactoring 2003-12-17 10:20:53 +00:00
Chris Danford 945441d0f8 add Para input handler (not quite working yet) 2003-12-17 09:33:39 +00:00
Chris Danford ffc40fe994 add LightsDriver_ScreenMessage 2003-11-20 11:55:45 +00:00
Chris Danford 6f892cdaa0 add support for loading serial lights driver 2003-11-19 07:44:37 +00:00
Chris Danford 48d5a78429 basic lights support 2003-11-16 04:45:12 +00:00
Glenn Maynard 0d2671bb01 Add ALSA hardware mixing 2003-10-22 02:34:44 +00:00
Glenn Maynard e6f31a6345 remove ErrorDialog 2003-09-23 05:12:05 +00:00
Glenn Maynard 3f1c961a12 LoadingWindow driver fallbacks. 2003-09-05 06:55:14 +00:00
Steve Checkoway 819432de8f Initial effort for the 6th (and 7th, sorta) Mac OS X sound driver attempt. 2003-08-31 13:41:04 +00:00
Steve Checkoway 5ba3bb1e30 Go back to using the RageSound_QT1 class since RageSound_QT is broken. 2003-08-11 08:55:34 +00:00
Steve Checkoway 9da68fd3cf Use RageSoundDriver_QT. RageSoundDriver_QT1 has been removed. 2003-08-10 03:24:44 +00:00
Glenn Maynard 928c746ba3 special thanks to VC for not even warning about this 2003-07-24 07:15:27 +00:00
Glenn Maynard f8bfc55aa9 cleanup 2003-07-23 20:52:35 +00:00
Glenn Maynard 50402806d0 Cleanup
Fix OpenGL in Windows.
2003-07-23 20:51:46 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Glenn Maynard 3ae3834d2e remove old comment 2003-07-19 21:22:02 +00:00
Andrew Wong 203e2b6aea minor bugfix: a line "#ifdef windows" should have read "#ifdef _windows" 2003-07-11 07:59:00 +00:00
Chris Danford 8158ca8770 compiles on Xbox (still a CRT linking error though) 2003-07-11 03:15:28 +00:00
Steve Checkoway e8d718383e Seperate the QuickTime sound drivers into two classes.
One (working atm) class for a single Sound Manager channel.
One (not working atm) class for multiple Sound Manager channels.
2003-07-09 05:26:33 +00:00
Steve Checkoway a52d618a07 Remove SDL audio in favor of QuickTime 2003-06-24 08:42:55 +00:00
Glenn Maynard c81cffa743 use our DI code, not SDL's 2003-06-17 05:20:58 +00:00
Glenn Maynard 95c71724a1 Fix compilation on everything but Darwin.
I'd suggest not spending any more time on SDL sound code; it's just going
to give you a headache.  Use a native API ...
2003-06-14 18:12:39 +00:00
Ben Anderson 26d900ac6d Oops! Someone forgot to include RageSoundDriver_SDL.h 2003-06-14 17:06:10 +00:00
Steve Checkoway 6abd605ce8 Added preliminary sound support for OSX. As far as I know, it should work on any system with SDL. However, I have no way of checking anything other than OSX. 2003-06-14 04:18:58 +00:00
Glenn Maynard b9b19858d9 add assert 2003-06-11 01:36:30 +00:00
Steve Checkoway 1d5f0c1078 Compile in alsa9 only if it is actually installed, not simply if you are building on linux. 2003-05-01 09:54:24 +00:00
Glenn Maynard 42e25bf730 I think Darwin shouldn't define LINUX.
Add framework for the OSS driver (not yet used).
2003-04-26 21:05:41 +00:00
Steve Checkoway fbb6cb0e98 If Darwin don't compile ALSA9 drivers 2003-04-26 01:15:45 +00:00
Glenn Maynard 26fb06b8a3 Oops, forgot to commit subdirs ... 2003-04-25 04:09:29 +00:00
Andrew Livy c86fb65a2f Pump Theme Fixes 2003-04-22 14:32:48 +00:00
Glenn Maynard 94836c7be1 add InputHandler_SDL 2003-04-12 02:20:38 +00:00
Glenn Maynard d821c4f1b5 add LowLevelWindow 2003-04-07 00:54:32 +00:00
Aaron VonderHaar f07855afac replace sound driver Linux with ALSA9, create arch_linux.h to house future linux arch includes 2003-02-23 09:03:10 +00:00
Tim Hentenaar d4bd344f02 *** empty log message *** 2003-02-19 17:29:18 +00:00