Commit Graph
100 Commits
Author SHA1 Message Date
Steve Checkoway f16c913ff3 Add/remove files. 2005-07-16 09:33:32 +00:00
Steve Checkoway 575ac70ef4 Fix compile. (I think this is correct based on what another screen does.) 2005-07-16 09:33:20 +00:00
Steve Checkoway 2a179a0380 Backing out of the final stage prevents getting extra stage. Backing out of extra stage (or second extra stage) fails the stage. 2005-06-29 07:57:15 +00:00
Steve Checkoway aa71c794ec Fix warnings. 2005-06-29 06:36:51 +00:00
Steve Checkoway cf77a123e7 Fix log always reporting:
Unknown lights driver name: Null
2005-06-23 17:19:33 +00:00
Steve Checkoway d7e2cf3bf3 update to Xcode 2.1 2005-06-23 16:58:07 +00:00
Steve Checkoway 640f5cf646 No. 2005-06-23 15:51:56 +00:00
Steve Checkoway 2f126143ec Remove files and update header include path. 2005-06-23 05:52:26 +00:00
Steve Checkoway 237054db79 I'm not even using these, but someone might be so I might as well make them faster. 2005-06-23 05:52:05 +00:00
Steve Checkoway 0d200bc461 More 64 bit compile fixes. 2005-06-23 04:51:12 +00:00
Steve Checkoway 99387583f9 DARWIN -> __MACOSX__ 2005-06-21 08:56:36 +00:00
Steve Checkoway 1795ac93c1 Cleanup. 2005-06-21 08:24:20 +00:00
Steve Checkoway d8cb958fe4 update 2005-06-21 08:09:16 +00:00
Steve Checkoway 20118bc43a comment 2005-06-21 08:06:59 +00:00
Steve Checkoway 0bb1e19481 Fast matrix and vector multiply on Mac OS X. 2005-06-21 08:04:42 +00:00
Steve Checkoway 5fd18e730a Fix "too few template-parameter-lists" error. 2005-06-20 11:20:30 +00:00
Steve Checkoway fc9c08f8d4 Remove all references to my build directory. Make this work as it did with previous versions of Xcode. 2005-06-19 11:19:08 +00:00
Steve Checkoway adfec6e2c8 Update 2005-06-19 11:18:27 +00:00
Steve Checkoway e233317c25 Cleanup. 2005-06-19 11:17:31 +00:00
Steve Checkoway 0bc5c2ede4 Kill our parent first. 2005-06-19 07:28:59 +00:00
Steve Checkoway 904bb8e246 Fix warning. 2005-06-19 06:39:49 +00:00
Steve Checkoway 4d18c5e4ca Classes with virtual functions need virtual dtors. 2005-06-19 06:37:28 +00:00
Steve Checkoway c5d1558f0f Fix uninitialized variable warning. 2005-06-19 06:36:08 +00:00
Steve Checkoway d90d69f934 newline 2005-06-19 01:38:56 +00:00
Steve Checkoway 35db5ffcc2 Fix warning. 2005-06-19 00:29:42 +00:00
Steve Checkoway 578b2f5c39 Don't break after return. It confuses g++ (slightly). 2005-06-19 00:28:12 +00:00
Steve Checkoway cc8aa318ba For some reason, g++ cannot determine that the break statements will not be reached. Removing them removes the warning. 2005-06-19 00:26:20 +00:00
Steve Checkoway c1f4c33fb9 Fix format string. 2005-06-19 00:21:48 +00:00
Steve Checkoway 12a2e1ae61 Update for Xcode 2.1, plus add/remove files. 2005-06-08 17:27:52 +00:00
Steve Checkoway e4c01567dc I'm not sure if this screen is ever used, but fix initialization order. 2005-06-08 17:27:35 +00:00
Steve Checkoway 4308c127cf Virtual dtor, even for pure virtual classes with no member variables. 2005-06-08 17:09:16 +00:00
Steve Checkoway 1a0b3f20f7 Function pointer. 2005-05-30 21:09:48 +00:00
Steve Checkoway b7f5eef4a1 Fix initialization order warning. 2005-05-30 11:56:36 +00:00
Steve Checkoway 29fe98e0f3 Cleanup. Make everything line up nicely with 4 space tabstops. 2005-05-30 11:52:56 +00:00
Steve Checkoway a430b09479 Gcc, be quiet! 2005-05-30 11:10:47 +00:00
Steve Checkoway 720ba40a94 __GLOBAL__ fix on trunk as well. 2005-05-28 19:54:28 +00:00
Steve Checkoway 114ac27623 The entire file system is brittle and breaks whenever anything changes. 2005-05-24 22:36:15 +00:00
Steve Checkoway 55b8c9ce97 Fix warning. 2005-05-24 22:03:53 +00:00
Steve Checkoway ac98ac3f7b Unused variable. 2005-05-24 22:00:32 +00:00
Steve Checkoway 9753111517 Stop using the 10.2.8 SDK. I don't think this is necessary (or that it ever was). 2005-05-21 07:37:55 +00:00
Steve Checkoway 599cfc128a Fix warning. 2005-05-21 07:36:26 +00:00
Steve Checkoway 2b82c2d901 Fix warnings about use of possibly uninitialized variables. 2005-05-21 07:35:15 +00:00
Steve Checkoway c0c82a0527 Fix Linux compile. 2005-05-18 02:01:00 +00:00
Steve Checkoway abf62b326f Oops. I forgot to provide a definition for this. Make sure that it is never called. 2005-05-14 08:11:33 +00:00
Steve Checkoway 9e08fde928 Work around some issue in gcc 4. 2005-05-14 08:01:32 +00:00
Steve Checkoway 135884ceb9 Explicit template specializations require template<>. 2005-05-14 07:59:46 +00:00
Steve Checkoway 15ce1c2cdd Unused. 2005-05-14 07:39:34 +00:00
Steve Checkoway de93a32840 Fix initialization order warnings. 2005-05-14 07:39:15 +00:00
Steve Checkoway 360a2d6651 Fix warning. 2005-05-14 07:36:19 +00:00
Steve Checkoway 42f3fae45c Don't first cast -1 to long unsigned int and then back to int. Just cast nIdx to an int. 2005-05-14 06:53:06 +00:00
Steve Checkoway 7623de2bd7 spelling 2005-05-01 18:38:26 +00:00
Steve Checkoway 91956f9342 odd that these did not get added. 2005-05-01 18:35:03 +00:00
Steve Checkoway fc4e9188a8 Use the Apple installer. My own installer was needed before the overhaul of the crash handler (quite a while ago). 2005-05-01 18:33:54 +00:00
Steve Checkoway e1b20c7d15 update 2005-04-28 17:29:38 +00:00
Steve Checkoway d56d7ee59a Simplify. 2005-04-28 17:21:42 +00:00
Steve Checkoway d724fbe7ec Fix warning. 2005-04-28 17:16:49 +00:00
Steve Checkoway a7c614ff90 Fix crash. Gcc emits code causing an abort when passing non-POD type through ... since it cannot know to try to cast to an int. 2005-04-28 17:11:25 +00:00
Steve Checkoway 5096cb77d2 Fix warning 2005-04-28 17:10:16 +00:00
Steve Checkoway b1f6f2c4a6 Fix warning 2005-04-28 17:04:11 +00:00
Steve Checkoway 299e0a8f1a update 2005-04-17 03:05:23 +00:00
Steve Checkoway c9c9e5dbeb When I say to commit the changes, I really mean commit them. *grumble grumble* 2005-04-10 23:22:14 +00:00
Steve Checkoway e9867a80b4 Don't assume that all files are c++. Remove the unnecessary objective-c++. 2005-04-10 23:16:12 +00:00
Steve Checkoway 06173b941f update?? 2005-04-03 08:08:21 +00:00
Steve Checkoway 1e07e76dcc Fix warnings. 2005-04-03 07:49:49 +00:00
Steve Checkoway 6caf20d2a1 Make the version increment a separate target rather than a build phase to force ver.cpp to be rebuilt every time. 2005-03-26 18:39:04 +00:00
Steve Checkoway ce4997dbdc Change file type. An explicit -x flag is passed to gcc so this makes no difference, but it is more correct. 2005-03-26 18:25:54 +00:00
Steve Checkoway d7115f1dd1 cleanup 2005-03-26 18:21:34 +00:00
Steve Checkoway da80435d0f Use UTF-8 strings. Sometimes +[NSString stringWithUTF8String:] returns nil (I have no idea why), so use an empty string in that case. 2005-03-26 17:55:28 +00:00
Steve Checkoway 701d77ec51 Give the window a titlebar/title. Fix the off by one error. Clean up a bit. 2005-03-26 17:42:55 +00:00
Steve Checkoway 9b68e25fc8 it is an int 2005-03-26 05:05:24 +00:00
Steve Checkoway 52c27a1374 Add file. 2005-03-26 04:14:26 +00:00
Steve Checkoway 3134764b83 Attempt to support more audio hardware. (I have no way to really test this.) 2005-03-26 02:33:44 +00:00
Steve Checkoway 2cb9f7682c update project file 2005-03-23 21:18:05 +00:00
Steve Checkoway 203caf2ac8 Remove QT1. I do not think it even works any longer. Regardless, it is not needed. 2005-03-23 21:18:01 +00:00
Steve Checkoway 47de0f1783 Yes, Darwin (and OS X) is POSIX, see
http://www.xyroth-enterprises.co.uk/posixos.htm
SDL is used on OS X for some things, but not all.
Use #if defined(...) instead of #ifdef in most of the Selector_*.h files.
2005-03-23 21:15:12 +00:00
Steve Checkoway ae02033893 Fix warnings. 2005-03-23 21:04:40 +00:00
Steve Checkoway fd86efc075 Fix initialization list order. 2005-03-23 20:59:23 +00:00
Steve Checkoway bc15a23f06 cleanup 2005-03-23 20:19:38 +00:00
Steve Checkoway 818d305324 Update project file. 2005-02-20 21:37:51 +00:00
Steve Checkoway 22de4f78c9 update 2005-02-06 10:14:34 +00:00
Steve Checkoway a5e477e3d0 Simplify crash reporting on OS X. 2005-02-06 10:14:10 +00:00
Steve Checkoway c700011078 update 2005-01-24 10:37:47 +00:00
Steve Checkoway 9264796026 Fix warnings. 2005-01-24 10:12:46 +00:00
Steve Checkoway 97ddc053d1 sigh, every time 2005-01-22 04:50:25 +00:00
Steve Checkoway 5a62dfefbb Update. 2005-01-22 04:45:51 +00:00
Steve Checkoway 2dec84b23f Fix compile on OS X. 2005-01-22 04:44:33 +00:00
Steve Checkoway 00e6c619b3 Fix compile on OS X. This might break *nix compile unless CRYPTOPP_UNIX_AVAILABLE is defined. 2005-01-22 04:44:10 +00:00
Steve Checkoway 5bc0f4c99b Fix warning. 2005-01-22 04:41:59 +00:00
Steve Checkoway c29b5a76cc update 2004-12-13 05:17:01 +00:00
Steve Checkoway 73e5f1092f Unused variable. 2004-12-12 09:58:14 +00:00
Steve Checkoway c15b663c15 Add/remove files. 2004-12-04 20:38:10 +00:00
Steve Checkoway eaca864906 Fix crash (only gcc?) 2004-12-04 20:36:29 +00:00
Steve Checkoway fa9afed825 Fix warning once and for all. (Two versions of gcc give opposite warnings.) 2004-12-04 20:33:17 +00:00
Steve Checkoway 86a0a15a55 Add files. 2004-12-01 13:17:34 +00:00
Steve Checkoway 508be4894d Fix warnings. 2004-12-01 13:14:55 +00:00
Steve Checkoway 2b6350e63b Compile fix. 2004-12-01 06:30:49 +00:00
Steve Checkoway ed50b079b2 oops. We do not need this framework. 2004-11-20 23:23:15 +00:00
Steve Checkoway e26cc3d62f update 2004-11-20 22:58:37 +00:00
Steve Checkoway 55fa9ef592 Fix warning. 2004-11-20 20:40:11 +00:00
Steve Checkoway 9582577d84 Fix warnings. 2004-10-25 03:44:28 +00:00