Commit Graph
100 Commits
Author SHA1 Message Date
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
Steve Checkoway de945128fa Add files. 2004-10-25 03:42:30 +00:00
Steve Checkoway fe3af94ea9 Add files. 2004-10-24 12:41:54 +00:00
Steve Checkoway 4c8aa40a84 OS X build updates. 2004-10-23 06:26:55 +00:00
Steve Checkoway b50dc96d19 Disable altivec 2004-10-05 19:10:04 +00:00
Steve Checkoway 4223746b6e Append text correctly and actually scroll the text view. 2004-10-05 11:07:31 +00:00
Steve Checkoway 92b1b371c7 Header cleanup. 2004-10-05 11:03:43 +00:00
Steve Checkoway 1bcad560cc What is this? It isn't in the header file and no linker errors result from not including it. 2004-10-05 11:00:53 +00:00
Steve Checkoway d9c08228dd Fix guard. 2004-10-05 10:57:27 +00:00
Steve Checkoway 67946d3a72 Fix warning. 2004-10-05 10:52:36 +00:00
Steve Checkoway b97952f768 Fix character constant. 2004-10-05 10:43:38 +00:00
Steve Checkoway ca6887e5f8 Fix warning. 2004-10-05 10:36:11 +00:00
Steve Checkoway 30a1b81014 update 2004-10-05 10:32:50 +00:00
Steve Checkoway b7521bfd91 Cleanup header. 2004-10-05 10:32:35 +00:00
Steve Checkoway 18f720cda6 cleanup, make macros more robust, fix warning. 2004-09-20 17:02:37 +00:00
Steve Checkoway 029e7a1af3 Fix path. 2004-09-13 12:48:32 +00:00
Steve Checkoway 94cd32990e update 2004-09-13 12:34:44 +00:00
Steve Checkoway 2279d9ba2c Oops, missed one. 2004-09-13 04:45:36 +00:00
Steve Checkoway 563ddf76e4 Simlify 2004-09-13 04:38:50 +00:00
Steve Checkoway 3dc17a7804 Add virtual dtor, fix init order, const fixes, add operator const T& so you can use the preference exactly like its type. 2004-09-13 04:37:38 +00:00
Steve Checkoway 6b934144a8 Fix warning 2004-09-12 06:40:42 +00:00
Steve Checkoway fbc2db66de Add license text, slight cleanup. 2004-09-11 16:21:22 +00:00
Steve Checkoway fa11d32c39 Fix warning. I have no idea why this works. I am declaring a category but not implementing the methods declared within. 2004-09-11 16:12:24 +00:00
Steve Checkoway 8cbe2889a1 Fix paths 2004-09-11 13:32:41 +00:00
Steve Checkoway 44174a8fa7 Unused function. 2004-09-09 08:51:07 +00:00
Steve Checkoway 7da3bacbda update 2004-09-08 08:51:46 +00:00
Steve Checkoway bf3ce581af OS X has pthread_cond_timedwait but not pthread_mutex_timedlock. 2004-09-08 08:36:43 +00:00
Steve Checkoway 03e703e447 Fix OS X compile. 2004-09-08 08:35:07 +00:00
Steve Checkoway c0c98557c0 Fix warnings. 2004-09-08 08:33:38 +00:00
Steve Checkoway dbbf9497cd Fix connect. Just about everything has gethostbyname. It is not thread safe and probably should not be used in general; however, it is fine here. 2004-09-08 08:06:35 +00:00
Steve Checkoway 98580f128b Remove Exceptions. 2004-09-07 14:00:35 +00:00
Steve Checkoway dee65098f1 Cleanup 2004-09-07 13:57:21 +00:00
Steve Checkoway f08a2d00c9 Remove Exceptions since OS X does not catch them. Instead, it waits for the signal. 2004-09-07 13:44:06 +00:00
Steve Checkoway 1e036b76fd Fix year 2004-09-07 13:27:00 +00:00
Steve Checkoway 54f869a424 If it is invalid, GetThreadBacktraceContext will fail anyway. 2004-09-07 13:25:47 +00:00
Steve Checkoway be70a826c6 Also true for OS X. 2004-09-07 13:14:36 +00:00
Steve Checkoway 7b2ec2cee3 Use uint64_t except where other types are expected. 2004-09-07 12:59:08 +00:00
Steve Checkoway 3dac41c399 Add missing license text. 2004-09-07 12:51:24 +00:00
Steve Checkoway bdd4988829 Simplify. 2004-09-07 12:49:49 +00:00
Steve Checkoway a50839e1d0 Remove stubs, const fix 2004-09-07 12:40:44 +00:00
Steve Checkoway 8adbeda32a Use DarwinThreadHelpers, remove mach stuff. 2004-09-07 12:38:10 +00:00
Steve Checkoway 55611af7dd Add DarwinThreadHelpers.* 2004-09-07 12:36:09 +00:00
Steve Checkoway dcbff718f5 OS X has stubs for ForceCrashHandlerDeadlock now. 2004-09-07 11:13:44 +00:00
Steve Checkoway 0669938e81 Fix comment 2004-09-07 11:12:29 +00:00
Steve Checkoway 27d4678adf Cleanup. Do not use == true or == false. 2004-09-06 21:28:56 +00:00
Steve Checkoway 85e28b0432 Cleanup. 2004-09-06 21:02:55 +00:00
Steve Checkoway adc7b5e364 Cleanup. Please try to follow the style of the rest of the project next time. 2004-09-06 20:37:12 +00:00
Steve Checkoway ac8338e573 update 2004-09-06 09:17:39 +00:00
Steve Checkoway e100932068 Yes, I know it is ugly. Removed gunzip and tar. It does still rely on /bin/cp being there, but that is mostly because I was too lazy to write a replacement for it. 2004-09-05 10:12:53 +00:00
Steve Checkoway 63f24129cf Maybe fix that bug by using the system font. I cannot think of a reason that it did not work before other than the font defaulted to something that could not display the string "Initializing Hardware..." 2004-09-05 03:53:18 +00:00
Steve Checkoway 44a7d9cefa Compare against the correct value. Does VC not warn about this? Gcc warned me that I was comparing two different enums. 2004-08-29 11:05:16 +00:00
Steve Checkoway cf099800c9 Fix warning 2004-08-29 11:04:13 +00:00
Steve Checkoway da0553609a Is the right thing to do here, or should it be rounded? 2004-08-29 10:00:27 +00:00
Steve Checkoway 9f2925ab6f Throw a RageException rather than a CString 2004-08-29 00:28:28 +00:00
Steve Checkoway 69bcc3d985 Cleanup ugly mess of casts but did not break this time... 2004-08-28 18:45:44 +00:00
Steve Checkoway 6a25c126ab Move these files out of the SDL tree since OS X does not use anything else in that tree. 2004-08-28 11:41:05 +00:00
Steve Checkoway f9fe438f2f Add files. 2004-08-28 11:33:07 +00:00
Steve Checkoway d9e00567e9 const fix. Good OOP almost always demands private instance variables 2004-08-28 11:31:16 +00:00
Steve Checkoway cf58bf3ef8 Fix warnings 2004-08-28 11:21:26 +00:00
Steve Checkoway 7570cb9eb1 Hack in support for G5s. This needs to be totally redone in another way...at some point in the future. Right now, it is not really an issue. 2004-08-28 03:18:39 +00:00
Steve Checkoway 58a52a69fd Update 2004-08-26 21:54:35 +00:00
Steve Checkoway 98f3d90c59 Fix warnings. 2004-08-26 21:51:30 +00:00
Steve Checkoway a2fb826774 Writing to stdin just doesn't seem right. Also, why not just FILE *tty = fopen(/dev/stderr, w); if you worried about it having been closed by the crashed parent? 2004-08-26 21:30:59 +00:00
Steve Checkoway ba036ba015 Add missing ffmpeg header 2004-08-24 00:44:17 +00:00
Steve Checkoway 1ce9d77242 Fix 14 or so warnings keeping c-style casts. 2004-08-22 23:02:15 +00:00
Steve Checkoway 60983ee8cc Fix warning. 2004-08-22 22:57:29 +00:00
Steve Checkoway a9d0169058 Don't show/hide the cursor unless the video mode change was successful. 2004-08-21 06:27:31 +00:00
Steve Checkoway 73420d5aa1 Remove files, add -falign-loops=32 2004-08-19 06:26:42 +00:00
Steve Checkoway 505b357616 Cleanup. 2004-08-19 02:58:38 +00:00
Steve Checkoway f30232cb0f Don't do this if not running SM server. 2004-08-19 02:47:08 +00:00
Steve Checkoway 74bfc030e4 Use RadianToDegree().
Cleanup braces.
#defines should never end with a semicolon since
STATEMENT
doesn't look like a complete statement (not to mention it fools editors that attempt to keep code indented correctly) and
STATEMENT;
can lead to annoying problems with things like
if (cond)
	STATEMENT;
else
	do_something();
since there are now two semicolons.
2004-08-19 02:35:40 +00:00
Steve Checkoway 31e646cd30 Fix indentation. 2004-08-14 05:59:26 +00:00
Steve Checkoway 9946dcd335 Cleanup, fix style, const fix. 2004-08-14 05:57:11 +00:00
Steve Checkoway f7c9a5191d Fix warning, cleanup a little. 2004-08-14 05:29:03 +00:00
Steve Checkoway 28a25d19d0 OS 10.2.x does not have the floating point math functions. 10.3 does, this needs to be modified for compiling on 10.3. 2004-08-12 07:54:39 +00:00
Steve Checkoway e88a5994c1 cleanup 2004-08-11 21:52:29 +00:00
Steve Checkoway 4b09d31db6 Too few arguments for format. 2004-08-09 05:53:10 +00:00
Steve Checkoway 0bf0eb3455 Fix warning. 2004-08-09 05:44:19 +00:00
Steve Checkoway c92d595bc4 Show/hide the cursor after setting the video mode. 2004-08-07 00:59:01 +00:00
Steve Checkoway 19004f4b36 update to ffmpeg-0.4.9-pre1 2004-08-07 00:43:34 +00:00
Steve Checkoway f44de38a39 update 2004-08-07 00:39:47 +00:00
Steve Checkoway eb2019ec8b Update to 10.2.8 SDK. (Install Xcode 1.5--out today--to fix the SDK header issue.) 2004-08-06 05:44:54 +00:00
Steve Checkoway c192e80ea2 a22 2004-08-06 05:43:55 +00:00
Steve Checkoway 1f37478b69 Cleanup a bit. Fix a bug. Attempt to get it to return accurate timings by converting samples to the clock's timebase (appears to be microseconds) rather than converting time to samples. No real luck though. 2004-08-06 05:42:58 +00:00
Steve Checkoway d112119fd1 Fix warnings. 2004-08-06 04:35:48 +00:00
Steve Checkoway af41ce2d96 stats.html -> Stats.xml 2004-08-01 00:46:44 +00:00
Steve Checkoway 6349be7f22 Fix warnings. 2004-07-27 04:51:44 +00:00
Steve Checkoway 0944da00ab update, why do we have Game.* and GameDef.*? 2004-07-26 23:24:33 +00:00
Steve Checkoway e607ef7fe3 fix build on other computers 2004-07-26 22:41:30 +00:00