Commit Graph
234 Commits
Author SHA1 Message Date
Glenn Maynard 4b79170bad Add some temporary timing information 2003-07-14 19:10:28 +00:00
Glenn Maynard 4f01755442 Don't start a Pump thread if we have no pads. 2003-07-14 07:30:51 +00:00
Glenn Maynard 9385e437f2 threaded DI input 2003-07-14 06:27:20 +00:00
Glenn Maynard 5a1fc8b54f update 2003-07-14 06:26:39 +00:00
Glenn Maynard e7ec4c7e0f threaded Pump input 2003-07-14 06:26:09 +00:00
Glenn Maynard 4c707df399 Update -> UpdateTimer 2003-07-14 06:25:14 +00:00
Glenn Maynard 325f853d60 cleanup 2003-07-13 04:35:01 +00:00
Glenn Maynard 2384d1bb0a Don't enum all devices (fixes Pump crashes) 2003-07-13 04:33:54 +00:00
Glenn Maynard dc7182f749 call InputHandler::Update 2003-07-13 01:05:05 +00:00
Glenn Maynard 82aabe7c3a call InputHandler::Update, InputHandler::ButtonPressed 2003-07-13 01:03:44 +00:00
Glenn Maynard f56d3345fa call InputHandler::Update 2003-07-13 01:03:09 +00:00
Glenn Maynard c4417a0678 Add InputHandler::ButtonPressed. 2003-07-13 01:00:55 +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
Glenn Maynard c1ce180654 Fix init. 2003-07-12 19:52:58 +00:00
Glenn Maynard ddf1bd04dc Always include global.h right at the top of every source file. 2003-07-12 19:45:41 +00:00
Glenn Maynard bfc2215191 The only change in this mess is changing indentation; no actual code is
changed.
2003-07-12 19:45:07 +00:00
Glenn Maynard d6dee7f416 fix include 2003-07-12 19:44:25 +00:00
Glenn Maynard 73f66924a6 no "extern" on prototypes 2003-07-12 19:44:00 +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
Glenn Maynard a49208c5fb add checkpoint 2003-07-10 14:03:26 +00:00
Glenn Maynard f2398eb9a6 comment 2003-07-09 21:22:46 +00:00
Glenn Maynard a77ee45759 Oops, forgot to commit this. Use TEXTUREMAN->GetMovieColorDepth. 2003-07-09 21:22:14 +00:00
Glenn Maynard 7639f547f4 Disable a trace I don't need right now;
error check.
2003-07-09 20:40:28 +00:00
Steve Checkoway 1f2a99a431 fixed assertion failing.
Now GetData bails with an error of -223. I don't know what this is.
2003-07-09 17:24:47 +00:00
Steve Checkoway 9463a65974 added error checking 2003-07-09 17:23:08 +00:00
Sean Burke 962eaa31b4 Make LoadingWindow_Gtk include loading.xpm so that I don't have to make it install. 2003-07-09 08:34:16 +00:00
Steve Checkoway 2156e76b0b failing an assertion but getting closer 2003-07-09 08:27:27 +00:00
Steve Checkoway a98fffe856 removed useless check. 2003-07-09 07:30:48 +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
Sean Burke e3eb9b4e50 Make LoadingWindow_Gtk work better in general. 2003-07-08 23:41:07 +00:00
Glenn Maynard 63b5dcf6da implement IgnoredMessageWindows for ArchHooks::MessageBoxOK 2003-07-07 03:53:16 +00:00
Sean Burke 8b73204ea4 LoadingWindow_Gtk should now work as intended. 2003-07-07 03:36:38 +00:00
Sean Burke 9633cde786 I suppose I shouldn't break Linux. 2003-07-07 02:05:46 +00:00
Sean Burke 9f9d2ce0ad Push LoadingWindow_Gtk aside until it actually works. 2003-07-07 01:44:51 +00:00
Sean Burke 8014bb1f27 Revert to cpp and fix a glaring omission in LoadingWindow_Gtk. 2003-07-07 00:52:35 +00:00
Sean Burke 28be137bfc This should have been a C file, not CPP. 2003-07-06 23:15:46 +00:00
Sean Burke 18c143be70 LoadingWindow_Gtk almost sort of halfway works, in a manner of speaking. 2003-07-06 22:13:56 +00:00
Glenn Maynard 2836606b63 nul; testing some more 2003-07-06 05:57:58 +00:00
Glenn Maynard 62acb16a46 nul; dun dun 2003-07-06 05:54:36 +00:00
Glenn Maynard c0ac1eff23 nul; doot doot 2003-07-06 05:53:05 +00:00
Glenn Maynard 5bcc73acb4 nul; testing scripts some more 2003-07-06 05:51:56 +00:00
Glenn Maynard fa8dcc4365 nul; testing scripts - 3 2 1 *WHAM* 2003-07-06 05:50:55 +00:00
Glenn Maynard 6681b55057 nul; testing scripts - 2 3 4 *tap tap crackle* 2003-07-06 05:43:08 +00:00
Steve Checkoway c9579fe6b5 Not quite working but I can work out a bug or two it _should_ play back the audio much better for computers that support multitple channels (I assume that they all can!) and it should play the same for those computers that don't support it.
Right now I'm getting an error of -223 from the bufferCmd but I haven't figured out what the hell that actually is.

If you want a working sound driver for OS X, just use the previous version of these files.
2003-07-05 07:38:03 +00:00
Chris Danford 32c63c9429 add MessageBox to ArchHooks to get rid of WIN32 #ifdefs 2003-07-04 22:45:53 +00:00
Steve Checkoway 307f9eae7a Opps, the file is Objective-C++ not Objective-C. 2003-07-04 09:30:30 +00:00
Steve Checkoway 76eccb4701 Use LoadingWindow_Cocoa 2003-07-04 09:28:44 +00:00
Steve Checkoway 8d935ab24d A loading window for OS X using Cocoa 2003-07-04 09:27:12 +00:00
Sean Burke 7d5faf2a99 Make sure that ALSA really is there before compiling it. 2003-07-03 18:16:01 +00:00