Commit Graph
36 Commits
Author SHA1 Message Date
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
Chris Danford ac9e58f760 overhauling editor UI 2003-02-18 23:15:38 +00:00
Tim Hentenaar 8a026fa47f Added my TODO and changed arch.h/cpp to include RageSound_Linux 2003-02-18 19:45:04 +00:00
Glenn Maynard 6cabe523a6 more stdafx -> global 2003-02-16 04:02:21 +00:00
Glenn Maynard bc833631e2 add InputHandler abstraction 2003-02-16 02:25:22 +00:00
Glenn Maynard 6dbb1ded8f warning, not warn 2003-02-14 18:50:04 +00:00
Glenn Maynard 2c64f8f109 make sound driver names case-insensitive 2003-02-14 18:49:08 +00:00
Glenn Maynard 649f835042 add null sound driver 2003-02-12 01:54:01 +00:00
Glenn Maynard 4c8c2b15e5 arch interface for little hooks that don't need their own drivers 2003-01-24 23:09:31 +00:00
Glenn Maynard a851b03677 use LOG->Info for important stuff 2003-01-19 21:25:06 +00:00
Glenn Maynard 567996a8fc +" " 2003-01-19 21:24:37 +00:00
Glenn Maynard d9dd3c00b1 use static logs 2003-01-19 05:00:51 +00:00
Glenn Maynard 678a07e035 use nonfatal exceptions in drivers 2002-12-21 08:15:35 +00:00
Glenn Maynard 7df2961c9b add waveout driver 2002-12-21 07:28:03 +00:00
Glenn Maynard 38e5e11fec add ErrorDialog 2002-12-16 02:09:08 +00:00
Glenn Maynard 3cbb03e273 add new sound code 2002-12-13 08:33:25 +00:00
Glenn Maynard acdb516ffd Reorganize arch a bit. Multiple architectures might want to share
a non-default implementation of a driver, and organizing them by
architecture doesn't handle that very well.
2002-11-18 21:37:58 +00:00
Glenn Maynard 2f91ba10f1 Add simple infrastructure for arch-dependent code. 2002-11-17 08:20:34 +00:00