annotate XCodeiPhoneOS/Test/README @ 2460:d4ea76f4fc50 gsoc2008_iphone

added description
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Mon, 18 Aug 2008 18:02:20 +0000
parents fcb9fb150484
children
rev   line source
2460
d4ea76f4fc50 added description
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents: 2389
diff changeset
1 TestiPhoneOS.xcodeproj contains targets to compile many of the SDL test programs for iPhone OS. Most of these test programs work fine, with the following exceptions:
d4ea76f4fc50 added description
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents: 2389
diff changeset
2
2389
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
3 testalpha:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
4 Program crashes. Problem appears to effect Mac OS X as well.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
5
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
6 testhread:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
7 SIGTERM kills the process immediately without executing the 'kill' function. The posix standard says this shouldn't happen. Apple seems intent on having iPhone apps exit promptly when the user requests it, so maybe that's why(?)
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
8
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
9 testlock:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
10 Locks appear to work, but there doesn't appear to be a simple way to send the process SIGINT.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
11
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
12 testpalette:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
13 "SDL error: blitting boat: Blit combination not supported." Happens on Mac OS X as well.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
14
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
15 testsprite2:
2460
d4ea76f4fc50 added description
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents: 2389
diff changeset
16 SDL_CreateTextureFromSurface requests an ARGB pixel format, but iPhone's SDL video driver only supports ABGR.
2389
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
17
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
18 testwin:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
19 Behaves as it does under Mac OS X ... not sure if that is correctly or not.
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
20
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
21 threadwin:
fcb9fb150484 XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems.
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff changeset
22 Works if -threaded is not on. Otherwise it doesn't work, but this is true under Mac OS X as well.