Commit Graph
42 Commits
Author SHA1 Message Date
Chris Danford c1ab0fcdb3 hook up MonkeyInput and DebugLights to debug menu 2005-05-16 19:47:30 +00:00
Glenn Maynard f7930c7a6a fix compile on systems without SUPPORT_OPENGL
don't include global.h in headers
2005-03-19 01:32:26 +00:00
Ben Anderson 54d6689657 Commit them last two files (the two most important ones) in that commit. I have no clue what happened there. 2005-03-15 00:33:15 +00:00
Ben Anderson 0db665d4d6 Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory. 2005-03-14 06:44:38 +00:00
Chris Danford 722941a646 add monkey scripting input driver for longevity testing 2004-10-16 15:04:10 +00:00
Glenn Maynard e47f331924 move some stuff out of arch.cpp, so arch drivers aren't all cross-dependent 2004-07-07 20:11:30 +00:00
Glenn Maynard 0ae10fbc59 move MakeArchHooks into ArchHooks 2004-06-10 23:12:35 +00:00
Glenn Maynard d38bf0e721 license update 2004-05-23 02:29:11 +00:00
Glenn Maynard 08acf08514 Disable DirectShow. A few reasons:
I'm not sure about the license of the code in BaseClasses; I simply can't
find one.  That probably means we shouldn't be using it.

ffmpeg is almost always used.  If ffmpeg can't open a file and DirectShow
can, I'd rather know about it than silently fall back on DShow, since it
won't work at all in *nix.
2004-04-04 01:02:26 +00:00
Steve Checkoway 7c6dfa8b18 Cleanup, QT is no longer an option. 2004-02-20 21:57:58 +00:00
Glenn Maynard c4ba6f8321 ALSA9 -> ALSA 2004-01-12 11:10:16 +00:00
Chris Danford e11afda65a memory card refactoring 2003-12-17 10:20:53 +00:00
Glenn Maynard 886d8d71d1 remove BASE_PATH 2003-12-12 06:27:35 +00:00
Glenn Maynard 4ce3a592f2 BASE_PATH is going away 2003-12-07 04:17:57 +00:00
Chris Danford 48d5a78429 basic lights support 2003-11-16 04:45:12 +00:00
Glenn Maynard fa0909782a remove NULL from the default sound driver list 2003-11-04 06:49:01 +00:00
Glenn Maynard 0d2671bb01 Add ALSA hardware mixing 2003-10-22 02:34:44 +00:00
Glenn Maynard 9ca47c9a7f reenable ALSA 2003-10-21 09:51:42 +00:00
Glenn Maynard e6f31a6345 remove ErrorDialog 2003-09-23 05:12:05 +00:00
Glenn Maynard 7403837961 Prefer OSS until I investigate problems with the ALSA driver. 2003-09-04 21:33:58 +00:00
Glenn Maynard 35fcd5dea2 Move DEFAULT_MOVIE_DRIVER_LIST to arch.cpp. 2003-09-02 04:50:33 +00:00
Steve Checkoway 6074513c61 Use CoreAudio driver. 2003-09-01 10:16:57 +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
Chris Danford d049234f03 working on course edit screen 2003-08-10 23:48:10 +00:00
Steve Checkoway 9da68fd3cf Use RageSoundDriver_QT. RageSoundDriver_QT1 has been removed. 2003-08-10 03:24:44 +00:00
Glenn Maynard 2c53f30fcd make renderer type available to StepMania.cpp 2003-07-23 21:19:43 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Steve Checkoway f3bbb5ffa9 update the driver list for OS X. I should have done this days ago. 2003-07-12 23:58:30 +00:00
Steve Checkoway a52d618a07 Remove SDL audio in favor of QuickTime 2003-06-24 08:42:55 +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 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 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 8a026fa47f Added my TODO and changed arch.h/cpp to include RageSound_Linux 2003-02-18 19:45:04 +00:00
Glenn Maynard bc833631e2 add InputHandler abstraction 2003-02-16 02:25:22 +00:00
Glenn Maynard 1ea055bf3b use null sound driver by default if none others are defined 2003-02-14 18:52:02 +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
Chris Danford e2a91a79a9 Warn if using software OpenGL, sound driver now falls back to WaveOut by default 2003-01-19 21:51:46 +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 2f91ba10f1 Add simple infrastructure for arch-dependent code. 2002-11-17 08:20:34 +00:00