Commit Graph

2766 Commits

Author SHA1 Message Date
pelya
6da2f0d84e Audio working, yay! 2009-12-08 19:30:20 +02:00
pelya
96ca2135a4 Oops, fixed linker error 2009-12-08 17:14:17 +02:00
pelya
ea94d7792d Tweaked Android manifest to not turn off screen, and to ignore changing screen orientation 2009-12-08 16:05:18 +02:00
pelya
43bb1bc597 Updated readme 2009-12-08 15:18:38 +02:00
pelya
ec3ac50bdb Added audio support in SDL. Warning: NOT TESTED, even on emulator! 2009-12-08 15:15:38 +02:00
pelya
24e5bd20b1 Small cleanup 2009-12-07 17:34:52 +02:00
pelya
777049cdcf Updated readme, fixes for playing the game on device 2009-12-07 14:13:58 +02:00
pelya
a73d367531 Added Alien Blaster project with SDL for Android 2009-12-01 11:29:28 +02:00
pelya
2134f8a8fa Made clean branch for SDL on Android 2009-12-01 11:27:30 +02:00
pelya
0c7f7436b5 Yay, no screen flickering! 2009-11-25 18:02:29 +02:00
pelya
3010c5c7de Faster drawing (probably) 2009-11-25 15:59:17 +02:00
pelya
3e2bf0dfdf Fixes for Android - finally I have some video output!
But it doesn't work on my PC now
2009-11-25 15:35:03 +02:00
pelya
425f67d787 Some fixes, still no video output 2009-11-24 16:28:02 +02:00
pelya
6962202361 Added my Android build files to iphone branch, added #ifdef ANDROID and fixed some missed includes in sources 2009-11-24 12:19:54 +02:00
Albert Zeyer
3ff5d0c693 better bundle id name for iphone build (no underscores) 2009-11-19 11:55:31 +01:00
Albert Zeyer
c7cb940b96 some fixes and workarounds for iphone input handling 2009-11-17 19:08:00 +01:00
Albert Zeyer
61954b7661 better debug message when gameloop crashes 2009-11-17 18:46:42 +01:00
Albert Zeyer
e2bbef18e7 save_slot_box for iphone (select slot via up/down, questions via enter/quit instead of j/n) 2009-11-17 18:43:44 +01:00
Albert Zeyer
3d8ea00f31 also render input system with some nice overlay, added also some keys (F3 and special show/hide controls key) 2009-11-17 18:42:33 +01:00
Albert Zeyer
80cf1257c7 removed savegames (also incompatible with this version and will crash) 2009-11-17 18:39:41 +01:00
Albert Zeyer
83e8827f7a higher frameskip for iphone; makes it smoother right from beginning 2009-11-17 16:44:24 +01:00
Albert Zeyer
7b1b090b79 small update for Xcode: copy data for normal macosx app 2009-11-17 16:42:29 +01:00
Albert Zeyer
39b6d16727 some cleanup and comments and rewrites in ogl/viewport transformation 2009-11-17 16:42:01 +01:00
Albert Zeyer
9daa79b5d7 disable mousewrapper input stuff for non-iphone-systems because it breaks keyboard :P 2009-11-17 16:40:15 +01:00
Albert Zeyer
cc10796dfe small fix: initResolutionList also works for iphone 2009-11-17 15:31:23 +01:00
Albert Zeyer
a20ffe9486 iphone: default to targetfps 30 (faster); and dont show fps 2009-11-16 18:14:39 +01:00
Albert Zeyer
add9a0758c better iphone touch input 2009-11-16 18:14:12 +01:00
Albert Zeyer
7958337186 fixed iPhone CG logo 2009-11-16 17:03:02 +01:00
Albert Zeyer
efaf34f7ce fixed VerifyQuit for iPhone (really quit) 2009-11-16 16:56:30 +01:00
Albert Zeyer
30e2c6b6a3 force default video settings on iphone 2009-11-16 16:47:20 +01:00
Albert Zeyer
b637f832d3 improved OpenGL support, almost no blitting anymore 2009-11-16 16:43:36 +01:00
Albert Zeyer
7e252b5586 iphone: dont ask for quit, just quit 2009-11-16 14:37:19 +01:00
Albert Zeyer
328dc19f1d small fix: always reset vars after deletion 2009-11-16 14:36:46 +01:00
Albert Zeyer
0cd4ae3844 enabled OGL support in Xcode for iPhone 2009-11-16 14:36:12 +01:00
Albert Zeyer
816ba06c68 fixed Xcode so that the device build also works
That was a codesign problem. You also need to fix your iPhone SDK installation to not do a provisioning check. Look here for details:

http://networkpx.blogspot.com/2009/09/compiling-iphoneos-31-apps-with-xcode.html
2009-11-16 09:08:52 +01:00
Albert Zeyer
dbaecbaabe some better default values for targetfps and frameskip for iphone 2009-11-16 03:46:42 +01:00
Albert Zeyer
912e289b85 added iphone support in xcode 2009-11-16 03:31:54 +01:00
Albert Zeyer
368d50a1a0 some small fixes in iphone code 2009-11-16 03:31:38 +01:00
Albert Zeyer
c58775412d fixes and hacks for iphone video support 2009-11-16 03:31:05 +01:00
Albert Zeyer
c61b7a4ae5 better key handling for iphone (mouse wrapping) 2009-11-16 03:28:54 +01:00
Albert Zeyer
b27d7b4d8e small hack: dont do SDL_Quit() for now, crashes for some reasons on iphone 2009-11-16 00:39:36 +01:00
Albert Zeyer
9831cc7dbc initial mouse -> keyboard emulation wrapper (mainly for iphone) 2009-11-16 00:37:56 +01:00
Albert Zeyer
2f885fb451 fixed logger usage (in case of no ogg support) 2009-11-15 17:34:02 +01:00
Albert Zeyer
d58b188ca9 added base searchpaths for iphone 2009-11-15 17:33:04 +01:00
Albert Zeyer
2b4fbe232a and some more iphone code from http://github.com/zodttd/wolf3d/tree/master/wolf3d/newCode/iphone/ (thank you John Carmack!). will clean that up soon 2009-11-15 16:46:33 +01:00
Albert Zeyer
5d4ddf5a8f exported iphone helper code from https://scummvm.svn.sf.net/svnroot/scummvm/scummvm/trunk/backends/platform/iphone (thank you, ScummVM team!) 2009-11-15 12:58:36 +01:00
albertzeyer
5de58fc557 universal binary
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@244 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
2009-11-13 21:56:09 +01:00
albertzeyer
b9a21afe07 script for creating MacOSX DMG
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@243 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
2009-11-13 21:56:01 +01:00
albertzeyer
0a4a1db257 updated Xcode
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@242 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
2009-11-13 21:55:53 +01:00
albertzeyer
fcac60b47f added icons
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@241 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
2009-11-13 21:55:37 +01:00