Commit Graph
2182 Commits
Author SHA1 Message Date
Steve Checkoway da1b2d5052 Fix warnings about shortening 64 bits to 32 bits. 2008-05-10 06:50:57 +00:00
Steve Checkoway 3dc6af6881 Fix warnings about shortening 64 bits to 32 bits. 2008-05-10 02:32:07 +00:00
Steve Checkoway 85b668b162 Fix warnings about shortening 64 bits to 32 bits. 2008-05-10 02:31:34 +00:00
Steve Checkoway 0c2a2ad425 Don't include arch/arch_default.h from anywhere but in arch. RageSoundManager shouldn't depend on the input handler, for example. 2008-04-29 06:12:20 +00:00
Steve Checkoway 6e44065a33 More consistent file names. 2008-04-29 05:48:50 +00:00
Chris Danford c13a36e948 FOREACH_ENUM cleanup 2008-04-24 09:34:01 +00:00
Vecais Dumais Laacis 61b5308e56 removed unnecessary libmingwex reference 2008-03-23 16:08:09 +00:00
Steve Checkoway 00c5e91c7b Variable naming cleanup to match normal SM style. 2008-03-21 11:13:05 +00:00
Steve Checkoway 918d5a3ccf Cleanup autorelease pools. Only make one (I don't think that one is even necessary since nothing should be using autoreleased objects, but just in case). 2008-03-21 11:11:00 +00:00
Steve Checkoway ae0449ef23 Rewrite this using the delegate to handle the bits that need to be on the main thread. 2008-03-21 10:46:53 +00:00
Steve Checkoway 4a6f314472 Change from objective C to objective C++ and rewrite this code in a more natural way. 2008-03-20 12:34:44 +00:00
Glenn Maynard 02c3dd726e add event driver 2008-01-11 04:38:16 +00:00
Steve Checkoway 60f953f3c1 Fix comments. havn't -> haven't. 2008-01-05 11:56:03 +00:00
Steve Checkoway fa8e82e6c4 Name fix. 2008-01-05 05:15:35 +00:00
Steve Checkoway f8383e7f4e Remove boilerplate added by Xcode. This should have been removed 4.5 years ago, when this file was added. 2007-12-30 04:59:01 +00:00
Steve Checkoway f3f26b76ba Remove this for now. It's breaks gdb for reasons that are obvious, in retrospect. 2007-11-25 00:39:21 +00:00
Steve Checkoway 0a032f3f90 Split out SetSampleRate. Only try to set the sample rate if it matches one of the allowable ranges returned by the device. In the future, this could pick a sample rate more intelligently if there isn't an exact match. (Not all code paths tested yet due to lack of hardware in WA.) 2007-11-25 00:36:51 +00:00
Steve Checkoway 004fcc0ccd Don't try to set the device's sample rate if it already matches. This fixes an annoying pause in playing audio whenever the game is started. 2007-11-24 23:10:11 +00:00
Steve Checkoway 92e41d40da Minor optimization: don't call AudioGetHostClockFrequency() or do a double precision divide over and over. 2007-11-24 22:38:10 +00:00
Steve Checkoway 9665623071 Random code from apple on a mailing list to make sure that apple's crash handler doesn't pop up after we've set up our crash handler. 2007-10-04 06:21:04 +00:00
Steve Checkoway 59eb1bde90 Work around broken header. 2007-08-24 06:15:50 +00:00
Vecais Dumais Laacis f341130012 moving XInitDevices to ArchHooks so devices are initialized before usb manager initializes 2007-08-12 08:14:39 +00:00
Vecais Dumais Laacis dd544ce5e4 move writable folders to "title's persistent data region".
that allows to launch stepmania from dvd
2007-08-11 06:47:20 +00:00
Vecais Dumais Laacis 9421835499 additional building notes 2007-08-09 19:37:59 +00:00
Vecais Dumais Laacis 14ab97b2f7 now MovieTexture_FFMpeg can be used in xbox build 2007-08-09 19:18:25 +00:00
Steve Checkoway f5b8ba460a StepMania.smzip. 2007-08-05 01:00:27 +00:00
Glenn Maynard dd2b5a5976 default to DirectSound-sw for now. I don't have access to enough
hardware to fix up the quirks in WDMKS.
2007-08-01 00:50:19 +00:00
Glenn Maynard 2c46569bb2 fix scroll lock mapping (still acts weird, X11 special cases lock keys, grr) 2007-07-30 19:08:57 +00:00
Steve Checkoway 73485cb56a Use the hardware dictionary to specify the model of mac being used.
Move to sysctl instead of gestalt since it's being used for hw.model already.
2007-07-23 05:18:38 +00:00
Glenn Maynard 43cdeb0fcd diag 2007-07-22 20:49:40 +00:00
Chris Danford e252c200eb Testing hack: Allow non-removable drive letters to be used if that driver letter is specified as a m_sMemoryCardOsMountPoint. 2007-07-17 09:46:07 +00:00
Steve Checkoway 870a4c0c69 Handle numbers larger than 9. Even this is deprecated and should probably be replaced by reading /System/Library/CoreServices/SystemVersion.plist and parsing the property list, but that really seems overkill to get the system version. 2007-06-23 09:08:55 +00:00
Glenn Maynard a5f07cf73f unused 2007-06-18 16:01:48 +00:00
Glenn Maynard 0af50c14fd better lights debug 2007-06-18 16:01:34 +00:00
Glenn Maynard d96b59d1af fix debug 2007-06-11 18:59:14 +00:00
Steve Checkoway acb030f229 ARRAYSIZE -> ARRAYLEN. 2007-06-09 07:53:22 +00:00
Steve Checkoway c027389c17 Add prototypes to silence warnings since LoadingWindow_Cocoa.h isn't included and it's pointless to do the work required allow it to be included from an objective-c file. 2007-06-02 23:08:25 +00:00
Steve Checkoway 89840c3fff Finish implementing RenderTarget_Cocoa. I'm not sure how to test this though. 2007-06-02 12:16:11 +00:00
Steve Checkoway 66894d80ed CRASH_HANDLER is always defined for OS X. Make sure that we _exit() after fatal signals. (Initialize the crash handler while I'm at it since that's likely to be needed for the x86 crash handler, which I can't really write without an x86.) 2007-05-16 08:07:49 +00:00
Steve Checkoway 2b46dbc74a Fix backwards. 2007-05-16 07:48:14 +00:00
Steve Checkoway f86bc2e24e Revert. 2007-05-08 18:37:13 +00:00
Jason Felds 9e5c5f5796 Remove LoadingWindow_Null.h: the file is no longer there. 2007-05-08 17:35:23 +00:00
Steve Checkoway 30b7cb3311 Start implementing render targets for OS X. Mostly just copying of the linux code so far. 2007-05-08 13:14:34 +00:00
Steve Checkoway b723042427 Unneeded. 2007-05-08 12:14:44 +00:00
Steve Checkoway 53b5a1f5e2 Having a separate class which does nothing is no better than just having the base class do nothing. Remove LW_Null. 2007-05-08 12:14:21 +00:00
Steve Checkoway 2853fd09fc Make SetText pure virtual instead of Paint(). 2007-05-08 12:06:50 +00:00
Steve Checkoway 961e2008fa Unused header. 2007-05-08 11:57:28 +00:00
Steve Checkoway a0077d5f22 Just poking around at code because I can't sleep. 2007-05-08 11:53:39 +00:00
Glenn Maynard dda3085309 API update 2007-05-08 02:01:50 +00:00
Steve Checkoway 7eaacb3ef1 We cannot use RageException::Throw() from a thread. Assert instead. Plus, this isn't a user error. 2007-05-06 17:39:13 +00:00