Commit graph

25 commits

Author SHA1 Message Date
Sam Lantinga
0d999f796c Backed down to NDK R4b 2011-01-04 21:05:42 -08:00
Sam Lantinga
0eba82ea93 We don't need these scripts anymore 2011-01-04 18:55:23 -08:00
Sam Lantinga
bad45fc2b2 Need to set something valid for argc/argv 2011-01-04 15:25:49 -08:00
Sam Lantinga
1218c81cec Fixed problem with trailing space 2011-01-04 12:49:48 -08:00
Sam Lantinga
ae53874bd2 Change from jlunder:
Minor configuration changes to smooth the build process, make it work on mac.
2011-01-04 12:46:49 -08:00
Sam Lantinga
7a9c29baf3 Fixed prototype for SDL_main()
FIXME: Still need to pass some arguments - can we get them from the Java class?
2011-01-04 11:39:52 -08:00
Sam Lantinga
e082a3f57c Updated for NDK R5 2011-01-01 19:38:23 -08:00
Sam Lantinga
0d3fdb86c9 Removed obsolete test project 2010-08-19 00:21:20 -07:00
Paul Hunkin
ab688d00e3 Cleanups.
- Moved to 'project' instead of 'testproject'
- Removed extraneous .c files
- Removed the android_libs folder (that was against the NDK agreement anyway)
2010-08-17 15:35:56 +12:00
Paul Hunkin
b2104a9057 Working on the sound system 2010-08-14 12:35:21 +12:00
Paul Hunkin
9c7acc6623 More joystick stuff 2010-07-27 21:58:18 +02:00
Paul Hunkin
ef47472280 - Cleaned up a bunch of code
- Added 'feature' enable/disable so we're not running accel/sound/whatever in Java when we don't need to be
- More work on the sound system. But it still crashes pretty horribly, not sure why yet.
2010-07-27 21:21:24 +02:00
Paul Hunkin
daaa0b0414 Updated test app to init the sound system 2010-07-27 11:35:06 +02:00
Paul Hunkin
e0c98826af OK, /actually/ fixed the nativeQuit() crash this time 2010-07-27 11:02:07 +02:00
Paul Hunkin
088b758125 Added resize hander stub and initial screen size setter 2010-07-27 10:49:11 +02:00
Paul Hunkin
27d80262c2 Shut down the C application properly on quit instead of crashing in the most horrible way possible 2010-07-27 10:20:22 +02:00
Paul Hunkin
d42b7d3970 - Modified build system
- Initial support for touch and key events

--HG--
rename : build-scripts/acc.sh => android/scripts/acc.sh
rename : build-scripts/ald.sh => android/scripts/ald.sh
2010-07-27 09:58:17 +02:00
Paul Hunkin
d8e077adbb Added preliminary keyboard event support 2010-07-07 00:43:23 +12:00
Paul Hunkin
26a7c00433 Code cleanup 2010-06-29 01:30:11 +12:00
Paul Hunkin
482a87c499 - Restructured threads and application structure.
- Moved to SurfaceView instead of GLSurfaceView
- Moved to C++ for the android library
2010-06-29 00:40:12 +12:00
Paul Hunkin
3ad2c1bdbf Last test version with GLSurface 2010-06-28 21:35:28 +12:00
Paul Hunkin
d4cfca1cdb Added egl headers so we can use eglMakeCurrent() 2010-06-18 01:28:39 +12:00
Paul Hunkin
2adfec26ab Testing out pthread support in android. Appears to work. 2010-06-18 00:02:13 +12:00
Paul Hunkin
5a619d67b2 Rotating pyramid! 2010-06-17 23:04:16 +12:00
Paul Hunkin
db5022f8c4 Added minimal test project 2010-06-17 22:19:27 +12:00