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 |
|
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 |
|