Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
kichikuou committed Dec 28, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent ff53098 commit 320f790
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.0 - 2024-12-28
- Added debugger support that can be used from Visual Studio Code. See
[vscode-system3x](https://github.com/kichikuou/vscode-system3x) for details.
- Fixed crash at startup of D.P.S. All.

## 1.2.1 - 2024-12-21
- Fixed an issue where post-load messages were not displayed in some games
- Fixed a graphic issue in the underground passage in Intruder (#31)
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 14
versionName "1.2.1" + gitRevision()
versionCode 15
versionName "1.3.0" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
#ifndef _COMMON_H_
#define _COMMON_H_

#define SYSTEM3_VERSION "1.2.1"
#define SYSTEM3_VERSION "1.3.0"

#include <SDL.h>
#include <assert.h>

0 comments on commit 320f790

Please sign in to comment.