- temporarily remove undo feature

- bump up version number to 0.17.1 in PSP/Windows/android
This commit is contained in:
wagic.the.homebrew
2012-01-14 08:42:03 +00:00
parent 72be9778c8
commit 87a332e3f1
5 changed files with 12 additions and 6 deletions

View File

@@ -10,6 +10,10 @@
#include <malloc.h>
#include <string.h>
//Profiling
//#include <pspprof.h>
#include <pspctrl.h>
#include <unistd.h>
#include <stdio.h>
@@ -299,7 +303,7 @@ int main(int argc, char *argv[])
pspDebugScreenSetTextColor(0xFFFFFFFF);
pspDebugScreenClear();
pspDebugScreenPrintf("Wagic:Loading core...");
pspDebugScreenPrintf("JGE:Loading application...");
JLOG("SetupCallbacks()");
SetupCallbacks();
@@ -343,6 +347,8 @@ int main(int argc, char *argv[])
JGE::Destroy();
g_engine = NULL;
//Profiling
//gprof_cleanup();
sceKernelExitGame();
return 0;

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.wagic.app"
android:versionCode="170"
android:versionName="0.17.0">
android:versionCode="171"
android:versionName="0.17.1">
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>

View File

@@ -72,7 +72,7 @@ public class SDLActivity extends Activity {
public String mErrorMessage = "";
public Boolean mErrorHappened = false;
public final static String RES_FOLDER = "/sdcard/Wagic/Res/";
public static final String RES_FILENAME = "core_017.zip";
public static final String RES_FILENAME = "core_0171.zip";
public static final String RES_URL = "http://wagic.googlecode.com/files/";
private void startDownload() {

View File

@@ -512,7 +512,7 @@ void GameStateDuel::Update(float dt)
}
//END almosthumane - mulligan
menu->Add(MENUITEM_MAIN_MENU, "Back to main menu");
menu->Add(MENUITEM_UNDO, "Undo");
//menu->Add(MENUITEM_UNDO, "Undo");
#ifdef TESTSUITE
menu->Add(MENUITEM_LOAD, "Load");
#endif

View File

@@ -27,7 +27,7 @@
#include <JNetwork.h>
#endif//NETWORK_SUPPORT
static const char* GAME_VERSION = "WTH?! 0.17.0 - wololo.net";
static const char* GAME_VERSION = "WTH?! 0.17.1 - wololo.net";
enum ENUM_MENU_STATE_MAJOR
{