[blockattack] 01/08: New upstream version 2.0.1

Markus Koschany apo at moszumanska.debian.org
Tue Oct 4 16:29:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository blockattack.

commit d494c429aca5b2da31cc4e8bb300b85f053fbdcf
Author: Markus Koschany <apo at debian.org>
Date:   Tue Oct 4 16:55:35 2016 +0200

    New upstream version 2.0.1
---
 ReleaseNotes-2.0.1.txt               | 12 ++++++++++++
 man/blockattack.man                  |  8 ++++----
 source/code/main.cpp                 |  2 +-
 source/code/version.h                |  2 +-
 windows installer/install_script.nsi |  2 +-
 5 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/ReleaseNotes-2.0.1.txt b/ReleaseNotes-2.0.1.txt
new file mode 100644
index 0000000..3b0b9d7
--- /dev/null
+++ b/ReleaseNotes-2.0.1.txt
@@ -0,0 +1,12 @@
+This is Block Attack - Rise of the Blocks - version 2.0.1
+
+This is a small bugfix release that fixes 2 bugs:
+ * The "Get Ready" animation used the wrong sprite
+ * My homepath was hardcoded in the Makefile (Linux only)
+
+Known problems:
+ * Resolution is still fixed at 1024x768
+ * Fonts are messed up in some rare cases (opserved on a Windows 10 machine with High DPI) 
+
+
+Feedback can be given on http://www.blockattack.net or https://github.com/blockattack/blockattack-game
diff --git a/man/blockattack.man b/man/blockattack.man
index 8408336..27de09e 100644
--- a/man/blockattack.man
+++ b/man/blockattack.man
@@ -1,12 +1,12 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
-.TH BLOCKATTACK "6" "April 2016" "blockattack 2.0.0" "Games"
+.TH BLOCKATTACK "6" "October 2016" "blockattack 2.0.1" "Games"
 .SH NAME
-blockattack \- manual page for blockattack 2.0.0
+blockattack \- manual page for blockattack 2.0.1
 .SH SYNOPSIS
 .B blockattack
 [\fI\,OPTION\/\fR]...
 .SH DESCRIPTION
-Block Attack \- Rise of the blocks 2.0.0
+Block Attack \- Rise of the blocks 2.0.1
 .PP
 Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES.
 .PP
@@ -44,7 +44,7 @@ Start the specific puzzle level directly
 Overwrites the bind text domain used for finding translations. Default: "/usr/local/share/blockattack/locale/"
 .TP
 \fB\-\-homepath\fR arg
-Set the home folder where settings are saved. The directory will be created if it does not exist. Default: "/home/poul/.local/share/blockattack"
+Set the home folder where settings are saved. The directory will be created if it does not exist. Default: "$HOME/.local/share/blockattack"
 .SH EXAMPLES
 .TP
 blockattack
diff --git a/source/code/main.cpp b/source/code/main.cpp
index fc3b4d8..20da1e0 100644
--- a/source/code/main.cpp
+++ b/source/code/main.cpp
@@ -136,7 +136,7 @@ static int InitImages(sago::SagoSpriteHolder& holder) {
 	balls[5] = holder.GetSprite("ball_yellow");
 	balls[6] = holder.GetSprite("ball_gray");
 	cursor = holder.GetSprite("cursor");
-	ready = holder.GetSprite("ready");
+	ready = holder.GetSprite("block_ready");
 	explosion[0] = holder.GetSprite("explosion0");
 	explosion[1] = holder.GetSprite("explosion1");
 	explosion[2] = holder.GetSprite("explosion2");
diff --git a/source/code/version.h b/source/code/version.h
index d4a0543..5b68102 100644
--- a/source/code/version.h
+++ b/source/code/version.h
@@ -22,5 +22,5 @@ http://www.blockattack.net
 */
 
 #ifndef VERSION_NUMBER
-#define VERSION_NUMBER "2.0.0"
+#define VERSION_NUMBER "2.0.1"
 #endif
diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi
index d65435a..8d6fe4e 100644
--- a/windows installer/install_script.nsi	
+++ b/windows installer/install_script.nsi	
@@ -2,7 +2,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "Block Attack - Rise Of the Blocks"
-!define PRODUCT_VERSION "2.0.0"
+!define PRODUCT_VERSION "2.0.1"
 !define PRODUCT_PUBLISHER "Poul Sander"
 !define PRODUCT_WEB_SITE "http://www.blockattack.net"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\blockattack.exe"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blockattack.git



More information about the Pkg-games-commits mailing list