Skip to content

Commit

Permalink
preparing to release 0.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 11, 2018
1 parent 6e4b33e commit cf98c17
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bin/assets/tic.js.dat

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/android/AndroidManifest.xml
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="6003"
android:versionName="0.60.3"
android:versionCode="7001"
android:versionName="0.70.1"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
Expand Down
34 changes: 17 additions & 17 deletions build/html/tic.js

Large diffs are not rendered by default.

Binary file modified build/windows/tic/tic.aps
Binary file not shown.
Binary file modified build/windows/tic/tic.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions src/system.c
Expand Up @@ -834,6 +834,8 @@ static void blitSound()
else SDL_QueueAudio(platform.audio.device, tic->samples.buffer, tic->samples.size);
}

#if !defined(__EMSCRIPTEN__) && !defined(__MACOSX__)

static void renderKeyboard()
{
if(platform.touchCounter == 0 || !isKbdVisible()) return;
Expand Down Expand Up @@ -907,6 +909,8 @@ static void renderGamepad()
}
}

#endif

static void blitCursor(const u8* in)
{
if(!platform.mouse.texture)
Expand Down
4 changes: 2 additions & 2 deletions src/tic.h
Expand Up @@ -28,8 +28,8 @@

#define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 70
#define TIC_VERSION_PATCH 0
#define TIC_VERSION_STATUS "-dev.5"
#define TIC_VERSION_PATCH 1
#define TIC_VERSION_STATUS ""

#if defined(TIC80_PRO)
#define TIC_VERSION_POST " Pro"
Expand Down

0 comments on commit cf98c17

Please sign in to comment.