Merge branch 'sdl_android' of github.com:pelya/commandergenius
This commit is contained in:
@@ -566,6 +566,10 @@ class SDL_Keys
|
||||
try {
|
||||
for(Field f: fields)
|
||||
{
|
||||
if( !f.getName().startsWith("SDLK_") )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
Values.add(f.getInt(null));
|
||||
Names.add(f.getName().substring(5).toUpperCase());
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ import android.content.Intent;
|
||||
|
||||
|
||||
// TODO: too much code here, split into multiple files, possibly auto-generated menus?
|
||||
class Settings
|
||||
public class Settings
|
||||
{
|
||||
static String SettingsFileName = "libsdl-settings.cfg";
|
||||
|
||||
|
||||
Submodule project/jni/application/bochs/bochs updated: b8c3ab2779...cdc6b9a6f8
@@ -7,10 +7,10 @@ AppName="Commander Genius"
|
||||
AppFullName=net.sourceforge.clonekeenplus
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=195300
|
||||
AppVersionCode=198001
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.9.5.3 Beta"
|
||||
AppVersionName="1.9.8.0 Beta"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule project/jni/application/commandergenius/commandergenius updated: d4dfb21891...2d267fa5e1
Submodule project/jni/application/vice/vice updated: 9f2803c7ab...0b817c357e
Submodule project/jni/boost/src updated: bc9ea9d303...5824acb451
@@ -118,8 +118,8 @@ extern "C" {
|
||||
|
||||
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
|
||||
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
|
||||
#define ENGINESDIR "/home/gerstrong/workspace/SDLAndroid/project/jni/openssl/build/armeabi-v7a/dist/lib/engines"
|
||||
#define OPENSSLDIR "/home/gerstrong/workspace/SDLAndroid/project/jni/openssl/build/armeabi-v7a/dist/ssl"
|
||||
#define ENGINESDIR "/home/pelya/src/endless_space/bochs/sdl/project/jni/openssl/build/armeabi-v7a/dist/lib/engines"
|
||||
#define OPENSSLDIR "/home/pelya/src/endless_space/bochs/sdl/project/jni/openssl/build/armeabi-v7a/dist/ssl"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Submodule project/jni/shmem updated: f6b49516cf...c2a28f528d
Reference in New Issue
Block a user