Commit Graph
903 Commits
Author SHA1 Message Date
Steve Checkoway 510daea1de Quiet noisy trace. Input problems were (probably) not SM's fault. 2008-10-06 06:10:55 +00:00
Steve Checkoway c4cb740e3a Fix comment. 2008-10-05 09:32:09 +00:00
Steve Checkoway 46fbd1dce6 Not needed...I think. 2008-10-05 09:29:30 +00:00
Steve Checkoway a060bd33cb Log a successful device open. 2008-10-05 09:18:54 +00:00
Steve Checkoway 5fc76284c1 Log actually adding to the queue. 2008-10-05 08:53:19 +00:00
Steve Checkoway c4d53c94b1 Fix typo. 2008-10-05 08:35:38 +00:00
Steve Checkoway 5e7ea06c5f Use IOHIDElementCookie which is really a void* rather than int. 2008-10-05 08:25:31 +00:00
Steve Checkoway 93c649d33d Warn if addElement fails. 2008-10-05 07:31:21 +00:00
Steve Checkoway 56d19ddd69 Different noisy logging. Remote debugging is painful. 2008-10-05 07:15:06 +00:00
Steve Checkoway f46a18b4e9 Add noisy logging. Will be removed shortly. 2008-10-05 07:05:33 +00:00
Steve Checkoway f92d70163c Add logging. 2008-10-05 05:53:29 +00:00
Steve Checkoway 6b2aab3bbd Fix build error with smpackage. Doesn't seem to effect the SM build at all. 2008-10-05 03:03:46 +00:00
Steve Checkoway 6654fa2e1d Mac OS X does not need glFlush() called, swapping the buffers does it implicitly. 2008-07-29 09:26:41 +00:00
Steve Checkoway acb706d550 The debug version of the STL is absurdly slow. Do not enable it here. 2008-07-28 04:30:04 +00:00
Steve Checkoway 6eeb7aaf70 More targeted includes. It might be worth getting away from Carbon eventually; however, many of the replacement APIs are either in 10.4 or 10.5 and we still target 10.3.9. 2008-07-22 07:01:03 +00:00
Steve Checkoway 1c01c8f4b0 Enable STL assertions in debug builds. 2008-05-16 12:31:56 +00:00
Glenn Maynard 235fd78f8c microsoft "deprecating" more functions they don't own 2008-05-07 00:56:02 +00:00
Glenn Maynard 9f3d57ed32 gcc binary backwards-compatibility stub 2008-05-06 06:04:58 +00:00
Steve Checkoway 6a8d514c5b This hasn't been needed for a while. Ever since we dumped 10.2.8 support. It just got overlooked. 2008-04-20 08:33:09 +00:00
Steve Checkoway 98aae96424 Unneeded. This code was a neat idea, build up a list of actions to be performed on the main thread. Ultimately it just made the code look ugly. 2008-03-21 10:48:48 +00:00
Steve Checkoway c681e3bb3b Revert. ogg wants __MACOSX__. 2008-01-05 04:35:43 +00:00
Steve Checkoway 715200afc9 MACOSX is sufficient. 2008-01-05 04:21:52 +00:00
Steve Checkoway 898e0ddcae Remove more unnecessary checks. 10.3.9 is only missing C99 functions like llabs() 2008-01-05 04:19:15 +00:00
Steve Checkoway ec58789644 Remove code needed for supporting 10.2.8 since we don't any more. 2008-01-03 03:32:56 +00:00
Steve Checkoway 74a2028160 If glGetError is slow on a platform, define GL_GET_ERROR_IS_SLOW. Define this on OS X only for now. It's fast on Windows. 2008-01-03 02:45:00 +00:00
Steve Checkoway ce8f578f0c Generate a ver.cpp on every make all but not on make stepmania, unless ver.cpp does not exist. 2008-01-03 02:35:20 +00:00
Steve Checkoway 611366a664 TrimLeft(); TrimRight(); -> Trim(); 2007-12-01 23:33:38 +00:00
Steve Checkoway ffbf3ec2a9 hash -> has 2007-11-16 20:29:23 +00:00
Glenn Maynard 1c65b56998 add Avery Lee for PointsToValidCall code 2007-11-09 21:44:09 +00:00
Steve Checkoway 26cc360a5b Finish implementation of OS X i386 backtrace. The code hasn't been tested as part of SM yet. 2007-11-09 02:21:27 +00:00
Steve Checkoway f8be4f8426 Ignore code. 2007-08-19 04:19:04 +00:00
Steve Checkoway 74b056c2af I don't know why this was changed, but include the header. 2007-08-19 04:12:21 +00:00
Glenn Maynard 1b5c361da8 disable warning 2007-08-12 19:54:11 +00:00
Vecais Dumais Laacis 54683a71a3 icon update for xbox 2007-07-28 21:27:30 +00:00
Vecais Dumais Laacis 1b90743a70 update to make xbox build possible again
* no zdll for xbox - using static zlib
* no opengl for xbox
* project file changed to include new files/remove old files and include crypt library
2007-07-24 21:56:59 +00:00
Steve Checkoway 6282d6b0b5 Cleanup unused. 2007-07-23 05:26:37 +00:00
Steve Checkoway dd78150ab6 Remove copied code since we don't use 10.2.8 any more. Minimum requirements are 10.3.9. 2007-07-23 05:25:24 +00:00
Steve Checkoway 7671e73bb6 Use sysctlbyname. 2007-07-23 05:23:30 +00:00
Steve Checkoway 4765a11d90 Add cast to fix compile. 2007-05-27 07:44:20 +00:00
Steve Checkoway c9f5d9de49 Check for alloca.h. 2007-05-27 07:25:48 +00:00
Steve Checkoway 02a4226a90 Fix compile. 2007-05-27 07:24:22 +00:00
Steve Checkoway 11262ae912 Use GoToURL since HOOKS is set up by this point. 2007-05-16 08:02:01 +00:00
Steve Checkoway fe516372cf Partial revert. I'm not sure what I was thinking. The first argument is the binary run. 2007-05-12 23:17:12 +00:00
Steve Checkoway b8c95a7938 Increment argv to skip the process serial number in the arguments list passed to SM_main. Also, "-psn_" has 5 characters. 2007-05-08 11:29:39 +00:00
Steve Checkoway c6d598ad60 Cleanup. 2007-05-08 06:41:51 +00:00
Glenn Maynard 9c5b919faf fix WARNING: Couldn't find primary display driver; logging all drivers 2007-05-06 00:55:11 +00:00
Glenn Maynard 34befdb1d3 work around reconfig video ever time due to driver strings with
spaces at the end; regression probably caused by IniFile
stripping spaces
2007-05-04 17:19:14 +00:00
Glenn Maynard f4c9f42cf1 BSD -> UNIX 2007-05-03 02:37:25 +00:00
Glenn Maynard 1cb9a3cb89 enable C99 for some platforms 2007-05-03 02:29:56 +00:00
Glenn Maynard 2f4bfab78e linux -> unix 2007-05-03 02:28:38 +00:00