diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e817c698a..55c3af2368 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -160,7 +160,7 @@ set(MAN_NAME easyrpg-player.6)
find_program(A2X_EXECUTABLE NAMES a2x a2x.py)
if(NOT A2X_EXECUTABLE STREQUAL "A2X_EXECUTABLE-NOTFOUND")
add_custom_command(OUTPUT builds/${MAN_NAME}
- COMMAND ${A2X_EXECUTABLE} -a player_version="0.3" -f manpage -D ${CMAKE_CURRENT_BINARY_DIR}/builds ${CMAKE_CURRENT_SOURCE_DIR}/builds/${MAN_NAME}.adoc
+ COMMAND ${A2X_EXECUTABLE} -a player_version="0.3.1" -f manpage -D ${CMAKE_CURRENT_BINARY_DIR}/builds ${CMAKE_CURRENT_SOURCE_DIR}/builds/${MAN_NAME}.adoc
DEPENDS builds/${MAN_NAME}.adoc
COMMENT "(Re-)building manpage ${MAN_NAME}"
VERBATIM)
@@ -197,7 +197,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
endif()
set(CPACK_PACKAGE_NAME ${PROJECT_NAME})
-set(CPACK_PACKAGE_VERSION "0.3")
+set(CPACK_PACKAGE_VERSION "0.3.1")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/resources/player.ico")
set(CPACK_RESOURCE_FILE_README ${CMAKE_CURRENT_SOURCE_DIR}/README)
diff --git a/README b/README
index bf3cc884a7..ded6942027 100644
--- a/README
+++ b/README
@@ -62,11 +62,11 @@ Building
1. Unpack the tarball with:
- tar xf easyrpg-player-0.3.tar.xz
+ tar xf easyrpg-player-0.3.1.tar.xz
2. Enter in the package directory with:
- cd easyrpg-player-0.3
+ cd easyrpg-player-0.3.1
3. Compile with:
diff --git a/builds/android/res/values-es/strings.xml b/builds/android/res/values-es/strings.xml
new file mode 100644
index 0000000000..02f924aeda
--- /dev/null
+++ b/builds/android/res/values-es/strings.xml
@@ -0,0 +1,62 @@
+
+
+ EasyRPG Player
+ Ver/ocultar FPS
+ Ver/ocultar botones
+ Salir del juego
+ Autodetectar región (recomendado)
+ Europa occidental
+ Europa central y del este
+ Cirílico
+ Japonés
+ Coreano
+ Chino (simplificado)
+ Chino (tradicional)
+ Griego
+ Turco
+ Hebreo
+ Árabe
+ Báltico
+ Tailandés
+ Vietnamita
+ Aceptar
+ Cancelar
+ ¿Realmente quieres salir?
+ Sí
+ No
+ Falló la creación de la carpeta $PATH
+ $PATH no es legible
+ No se han encontrado juegos en la ruta /easyrpg/games de la raíz del almacenamiento
+ No se ha encontrado almacenamiento externo (ej. tarjeta SD)
+ Arregla los errores e intenta de nuevo
+ $PATH no es un juego válido
+ Falló el acceso a la configuración de $PATH
+ Seleccionar región del juego
+ Región desconocida
+ Región cambiada $NAME
+ Falló el cambio de región
+ Refrescar
+ Cambiar la asignación de teclas
+ Cómo usar EasyRPG Player
+
+Instrucciones de instalación:\n
+\t1. Coloca la carpeta de cada juego en la ruta /easyrpg/games de la raíz del almacenamiento del dispositivo.\n
+\t2. Coloca las carpetas de los RTP en /easyrpg/rtp/2000 para el RTP de RPG Maker 2000 y /easyrpg/rtp/2003 para el RTP de RPG Maker 2003.\n
+\n
+\tSi no te detecta los juegos y tienes más de un almacenamiento disponible en el dispositivo, mueve la carpeta easyrpg a la raíz del otro almacanamiento y toca el botón de refrescar.\n
+\n
+Nota: para que los juegos puedan sean detectados deben estar descomprimidos y NO deben colocarse en una subcarpeta, por ejemplo:\n
+\t/easyrpg/games/MyGame/Data/RPG_RT.ldb está MAL.\n
+\t/easyrpg/games/MyGame/Data/GameOver/GameOver.png está MAL.\n
+\t/easyrpg/games/MyGame/RPG_RT.ldb está BIEN.\n
+\t/easyrpg/games/MyGame/GameOver/GameOver.png está BIEN.\n
+\n
+Características especiales:\n
+\tToca el botón de menú para editar la posición de los botones.\n
+\tUna vez allí, toca el botón atrás para acceder a otro menú para añadir más botones a la pantalla.\n
+
+ Añadir un botón
+ Reiniciar asignación
+ Salir sin guardar
+ Guardar y salir
+
diff --git a/builds/android/res/values/strings.xml b/builds/android/res/values/strings.xml
index 696cb61a1b..36ed9e7e19 100644
--- a/builds/android/res/values/strings.xml
+++ b/builds/android/res/values/strings.xml
@@ -40,10 +40,20 @@
How to use EasyRPG
Installation instructions:\n
-\t1. Place the game folders in [storage]/easyrpg/games.\n
-\t2. Place the RTP in [storage]/easyrpg/rtp/2000 for RTP 2000 and in 2003 for RTP 2003.\n\n
+\t1. Place game folders in /easyrpg/games folder in the storage root of the device.\n
+\t2. Place RTP folders in /easyrpg/rtp/2000 for the RPG Maker 2000 RTP and /easyrpg/rtp/2003 for the RPG Maker 2003 RTP.\n
+\n
+If games are not detected and your device has more than one storage available, try moving the easyrpg folder into another storage root and tap the refresh button.\n
+\n
+Hint: in order to get games properly detected they must be uncompressed and NOT placed in a subfolder, e.g.:\n
+\t/easyrpg/games/MyGame/Data/RPG_RT.ldb is WRONG.\n
+\t/easyrpg/games/MyGame/Data/GameOver/GameOver.png is WRONG.\n
+\t/easyrpg/games/MyGame/RPG_RT.ldb is OK.\n
+\t/easyrpg/games/MyGame/GameOver/GameOver.png is OK.\n
+\n
Special features:\n
-\tDo a long click on a game in the game browser to set the region.\n
+\tTap the menu button to edit screen buttons position.\n
+\tOnce there, tap the back button to access to an additional menu to add more buttons to the screen.\n
Add a button
Reset button mapping
diff --git a/builds/wii/meta.xml b/builds/wii/meta.xml
index 9246284b96..61030303a6 100644
--- a/builds/wii/meta.xml
+++ b/builds/wii/meta.xml
@@ -2,8 +2,8 @@
EasyRPG Player
EasyRPG Team
- 0.3.0
- 20150513000000
+ 0.3.1
+ 20150907000000
RPG Maker 2000/2003 player
EasyRPG is a Role Playing Game interpreter for playing games created by the RPG Maker 2000/2003.
diff --git a/configure.ac b/configure.ac
index 718233045b..a2827df25f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([easyrpg-player],[0.3],[https://github.com/EasyRPG/Player/issues],[easyrpg-player],[https://easy-rpg.org/])
+AC_INIT([easyrpg-player],[0.3.1],[https://github.com/EasyRPG/Player/issues],[easyrpg-player],[https://easy-rpg.org/])
AC_CONFIG_AUX_DIR([builds/autoconf])
AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall -Werror])
diff --git a/resources/osx/Info.plist b/resources/osx/Info.plist
index f04e3341a3..c4e72a19f8 100644
--- a/resources/osx/Info.plist
+++ b/resources/osx/Info.plist
@@ -31,7 +31,7 @@
APPL
CFBundleShortVersionString
- 0.3
+ 0.3.1
diff --git a/resources/player.rc b/resources/player.rc
index 6fc6a9dcf1..5c1cbae0a2 100644
--- a/resources/player.rc
+++ b/resources/player.rc
@@ -3,8 +3,8 @@
1 24 "player.xml"
#endif
1 VERSIONINFO
-FILEVERSION 0,3,0,0
-PRODUCTVERSION 0,3,0,0
+FILEVERSION 0,3,1,0
+PRODUCTVERSION 0,3,1,0
FILETYPE 0x00000001L
{
BLOCK "StringFileInfo"
@@ -13,13 +13,13 @@ FILETYPE 0x00000001L
{
VALUE "Comments", "https://easy-rpg.org/"
VALUE "CompanyName", "EasyRPG Project"
- VALUE "FileVersion", "0.3.0.0"
+ VALUE "FileVersion", "0.3.1.0"
VALUE "FileDescription", "EasyRPG Player"
VALUE "InternalName", "easyrpg-player"
VALUE "LegalCopyright", "2005-2015 EasyRPG Project"
VALUE "OriginalFilename", "Player.exe"
VALUE "ProductName", "EasyRPG Player"
- VALUE "ProductVersion", "0.3.0.0"
+ VALUE "ProductVersion", "0.3.1.0"
}
}
BLOCK "VarFileInfo"
diff --git a/src/options.h b/src/options.h
index 8dd96671eb..e80c662377 100644
--- a/src/options.h
+++ b/src/options.h
@@ -95,7 +95,7 @@
/** Version of player. Should be redefined by build system. */
#ifndef PLAYER_VERSION
-# define PLAYER_VERSION "0.3"
+# define PLAYER_VERSION "0.3.1"
#endif
#endif