- 25 Jan, 2011 2 commits
-
-
Sam Lantinga authored
-
Sam Lantinga authored
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share. I think this also fixes the bug relating to non-latin characters in filenames, since UNICODE wasn't defined in SDL_rwops.c --HG-- rename : src/SDL_android.cpp => src/core/android/SDL_android.cpp rename : src/SDL_android.h => src/core/android/SDL_android.h
-
- 14 Jan, 2011 2 commits
-
-
Sam Lantinga authored
-
Sam Lantinga authored
-
- 13 Jan, 2011 5 commits
-
-
Sam Lantinga authored
Implemented SDL_SetWindowTitle(), which turned out to be fairly complex
-
Sam Lantinga authored
-
Sam Lantinga authored
-
Sam Lantinga authored
-
Sam Lantinga authored
* Formalized the interface with Java methods in SDL_android.h * We don't need the feature system, at least right now * Fixed waiting for the SDLMain thread
-
- 12 Jan, 2011 2 commits
-
-
Sam Lantinga authored
-
Sam Lantinga authored
-
- 07 Jan, 2011 1 commit
-
-
Sam Lantinga authored
Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.
-
- 04 Jan, 2011 2 commits
-
-
Sam Lantinga authored
-
Sam Lantinga authored
FIXME: Still need to pass some arguments - can we get them from the Java class?
-
- 17 Aug, 2010 1 commit
-
-
Paul Hunkin authored
- Moved to 'project' instead of 'testproject' - Removed extraneous .c files - Removed the android_libs folder (that was against the NDK agreement anyway)
-
- 14 Aug, 2010 1 commit
-
-
Paul Hunkin authored
-
- 27 Jul, 2010 5 commits
-
-
Paul Hunkin authored
-
Paul Hunkin authored
- 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.
-
Paul Hunkin authored
-
Paul Hunkin authored
-
Paul Hunkin authored
- 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
-
- 06 Jul, 2010 1 commit
-
-
Paul Hunkin authored
-
- 28 Jun, 2010 2 commits
-
-
Paul Hunkin authored
-
Paul Hunkin authored
- Moved to SurfaceView instead of GLSurfaceView - Moved to C++ for the android library
-