Commit Graph
256 Commits
Author SHA1 Message Date
Glenn Maynard 3ae3834d2e remove old comment 2003-07-19 21:22:02 +00:00
Glenn Maynard 969585516e remove odl comment 2003-07-19 21:20:34 +00:00
Sean Burke b91d1039ae Make the MovieTexture_Null stuff work in Linux. 2003-07-18 13:59:31 +00:00
Steve Checkoway 583b88cd85 Added a null movie class that simply displays a black background instead of a movie. 2003-07-17 20:50:06 +00:00
Steve Checkoway 8082277293 After a crash, open crashinfo.txt and the backtrace log. If the user doesn't have crash reporting enabled, it opens a blank log. If crash reporting is enabled and set to automatically open the log, then the log will open twice. Not a big deal. 2003-07-17 20:47:40 +00:00
Steve Checkoway 7330ef78fd I thought that looked wrong... 2003-07-16 15:45:51 +00:00
Steve Checkoway 34bea65b44 Remove signal handler. Let the exception handler handle it all. 2003-07-16 15:43:44 +00:00
Steve Checkoway 0434e88323 overridden methods should be virtual 2003-07-16 12:19:53 +00:00
Steve Checkoway a788a10e60 Added DumpDebugInfo. Now excpet for a stack trace, the mac os x crash dump/info file looks almost exactly like the windows version. 2003-07-16 11:33:34 +00:00
Glenn Maynard ad40d49720 Unacquire before calling SetEventNotification. 2003-07-15 20:41:45 +00:00
Steve Checkoway 093b96f6a2 Added an exception handler. It turns out that there is an entire Exception Manager that I never knew existed. 2003-07-15 18:11:17 +00:00
Steve Checkoway 6930149e7f added newline and support for "Don't show again" dialog boxes. Untested. 2003-07-15 13:35:07 +00:00
Steve Checkoway 3cf629dac0 Updated. Implimented Message boxes. Started support for some sort of crash handling. 2003-07-15 12:50:50 +00:00
Andrew Wong 5a3e2fac3f fix - better abstraction than setting entire class public 2003-07-15 11:44:40 +00:00
Steve Checkoway 1c68b62137 oops, that should be public. 2003-07-15 09:56:37 +00:00
Steve Checkoway 7f906b4271 Added ArchHooks_darwin and moved the IgnoreMessage and MessageIsIgnored methods to the superclass, ArchHooks. 2003-07-15 09:44:02 +00:00
Glenn Maynard 718f3e4e6b fix crash 2003-07-15 09:11:09 +00:00
Glenn Maynard e28ad70a27 Shut down the input thread when resetting the window. 2003-07-15 03:35:47 +00:00
Glenn Maynard 8ccc990b1a Simplify.
Output active filters in the graph.
2003-07-15 03:34:54 +00:00
Glenn Maynard 8f07ab28b2 thread debug info 2003-07-15 01:23:11 +00:00
Glenn Maynard c65136cb37 quiet unneeded output 2003-07-14 22:28:03 +00:00
Glenn Maynard a675dc82dd cosmetic 2003-07-14 19:12:37 +00:00
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