Steve Checkoway
|
635564b3fa
|
Handle GUI quit correctly.
|
2006-01-18 08:17:39 +00:00 |
|
Steve Checkoway
|
9c2e35a91a
|
Okay, I lied. -O3 is smaller.
|
2006-01-17 07:21:11 +00:00 |
|
Steve Checkoway
|
fb18491df2
|
Optimize for size. Apple's engineers swear that the improved cache hits as a result more than makes up for not using -O3.
|
2006-01-17 06:14:23 +00:00 |
|
Steve Checkoway
|
aba14a568f
|
Oops, need to copy the mad framework still.
|
2006-01-17 06:11:00 +00:00 |
|
Steve Checkoway
|
4f45c103f5
|
Remove libraries. Complete universal binaries can now be built. I can't test them though.
|
2006-01-16 07:39:51 +00:00 |
|
Steve Checkoway
|
e06c1ce4e3
|
Update all libraries. In the process, I combined libvorbisfile.a and libvorbis.a; also liblualib.a and liblua.a. These are universal binaries.
|
2006-01-16 07:25:11 +00:00 |
|
Steve Checkoway
|
624a5bd525
|
Update README
|
2006-01-16 07:21:09 +00:00 |
|
Steve Checkoway
|
226780ddbb
|
Simplify library creation process. Now just click build once here and put the files in the correct place as per the README. Universal binaries are created for all libraries and frameworks.
|
2006-01-16 07:20:56 +00:00 |
|
Steve Checkoway
|
87fe2f9e5e
|
Missed one.
|
2006-01-16 06:04:41 +00:00 |
|
Steve Checkoway
|
297cc7e878
|
Update library project to perform config.h (and other) file generation automatically as needed. Also build as universal binaries.
|
2006-01-16 03:42:12 +00:00 |
|
Steve Checkoway
|
407b356895
|
Update build instructions. All files that would be generated for the frameworks are done by the Xcode build now.
|
2006-01-16 03:41:09 +00:00 |
|
Steve Checkoway
|
b7aef41e4b
|
Update instructions to include patch.
|
2006-01-16 03:03:44 +00:00 |
|
Steve Checkoway
|
be85685182
|
Rename.
|
2006-01-15 23:51:02 +00:00 |
|
Steve Checkoway
|
1cd855ff5a
|
update list
|
2006-01-15 23:49:07 +00:00 |
|
Steve Checkoway
|
9ca93b01a2
|
Remove SDL and update to Xcode 2.2.1.
|
2006-01-15 23:48:46 +00:00 |
|
Steve Checkoway
|
d8dad3f4b5
|
Update to Xcode 2.2.1.
|
2006-01-15 13:22:49 +00:00 |
|
Steve Checkoway
|
95ad9d9ac8
|
The 10.4u SDK doesn't contain this method so add it as a category on NSApplication but do not define it. This shuts gcc up and should still work.
|
2006-01-15 12:17:07 +00:00 |
|
Steve Checkoway
|
286c978484
|
cleanup.
|
2006-01-15 11:10:23 +00:00 |
|
Steve Checkoway
|
ac3f0f10da
|
Add files.
|
2006-01-15 05:31:04 +00:00 |
|
Steve Checkoway
|
1a00f1f4d7
|
Remove SDL completely.
|
2006-01-15 00:58:54 +00:00 |
|
Steve Checkoway
|
a38e7abea0
|
View all files with 8 space tab stop, 8 space indent.
|
2006-01-14 10:45:22 +00:00 |
|
Steve Checkoway
|
77d8011e2c
|
Update projects.
|
2006-01-14 01:01:12 +00:00 |
|
Steve Checkoway
|
fa3a61eb34
|
Add files, rearrange structure a bit.
|
2006-01-09 03:38:57 +00:00 |
|
Steve Checkoway
|
7858052c43
|
Localize menu items.
|
2006-01-09 02:00:00 +00:00 |
|
Steve Checkoway
|
59ec8965d1
|
Add Japanese for good measure.
|
2006-01-09 01:59:35 +00:00 |
|
Steve Checkoway
|
834cb81ff0
|
Add English localization of menus.
|
2006-01-09 01:54:13 +00:00 |
|
Steve Checkoway
|
40dea8c1f7
|
Not used.
|
2006-01-09 01:21:44 +00:00 |
|
Steve Checkoway
|
3608694a18
|
Do memory card stuff (more) correctly.
|
2006-01-08 00:23:33 +00:00 |
|
Steve Checkoway
|
e6ff11e0b0
|
Remove file.
|
2005-12-30 13:29:31 +00:00 |
|
Steve Checkoway
|
118297bdd5
|
Add Debug build configuration.
|
2005-12-29 11:59:46 +00:00 |
|
Steve Checkoway
|
b58452d48e
|
Implement fullscreen and give the correct key equiv. to the menu item.
|
2005-12-23 14:41:03 +00:00 |
|
Steve Checkoway
|
29b0689d76
|
Fix quotes in About box.
|
2005-12-23 14:33:45 +00:00 |
|
Steve Checkoway
|
77d9169679
|
Add/remove files.
|
2005-12-23 13:14:35 +00:00 |
|
Steve Checkoway
|
b1e0cc776c
|
Fix linking
|
2005-12-18 03:57:10 +00:00 |
|
Steve Checkoway
|
3b9479e271
|
Add files
|
2005-12-18 01:44:23 +00:00 |
|
Steve Checkoway
|
ee07c1d20d
|
Use ArchHooks::SetUserQuit()
|
2005-12-17 13:03:04 +00:00 |
|
Steve Checkoway
|
ac3e467913
|
update
|
2005-12-15 11:45:51 +00:00 |
|
Steve Checkoway
|
315d907ef1
|
Add CreateThisThread(). Use it instead of the static object to name the main thread (and the GUI thread on OS X).
|
2005-12-15 08:32:29 +00:00 |
|
Steve Checkoway
|
deb83df80a
|
Add handler for uncaught NSExceptions.
|
2005-12-13 06:48:58 +00:00 |
|
Steve Checkoway
|
f8a954fa14
|
Add files, move a few around.
|
2005-12-12 10:02:42 +00:00 |
|
Steve Checkoway
|
43f7034bbb
|
Add files.
|
2005-12-10 07:14:19 +00:00 |
|
Steve Checkoway
|
34d979d364
|
Set SDKROOT
|
2005-11-29 08:07:33 +00:00 |
|
Steve Checkoway
|
7580e3d9bf
|
Fix for pre 10.4
|
2005-11-12 23:10:13 +00:00 |
|
Steve Checkoway
|
69452209e3
|
SM
|
2005-11-07 09:51:01 +00:00 |
|
Steve Checkoway
|
5f2a151e9f
|
hmm
|
2005-11-07 09:49:57 +00:00 |
|
Steve Checkoway
|
164555ac24
|
No debugging!
|
2005-11-07 09:49:18 +00:00 |
|
Steve Checkoway
|
90e4e1b039
|
Update.
|
2005-11-07 09:45:30 +00:00 |
|
Steve Checkoway
|
3e3ae3f34f
|
Remove files I haven't finished writing from the build and fix the libjpeg header search path.
|
2005-11-04 12:56:12 +00:00 |
|
Steve Checkoway
|
45bdf1f517
|
This is supposed to "[take] the form of a Java package name, com.foosoft."
|
2005-11-04 07:47:02 +00:00 |
|
Steve Checkoway
|
bafc4797a2
|
Use correct define.
|
2005-11-04 07:43:33 +00:00 |
|