File tree Expand file tree Collapse file tree 10 files changed +18
-12
lines changed
Expand file tree Collapse file tree 10 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.5.1...4.1.0)
22project (blockattack)
33set (BIN_DIR ${blockattack_SOURCE_DIR} /Game)
44
5- SET (CPACK_PACKAGE_VERSION "2.10 .0-SNAPSHOT" )
5+ SET (CPACK_PACKAGE_VERSION "2.11 .0-SNAPSHOT" )
66SET (CPACK_PACKAGE_VERSION_MAJOR "2" )
7- SET (CPACK_PACKAGE_VERSION_MINOR "10 " )
7+ SET (CPACK_PACKAGE_VERSION_MINOR "11 " )
88SET (CPACK_PACKAGE_VERSION_PATCH "0" )
99SET (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Block Attack - Rise of the Blocks ${CPACK_PACKAGE_VERSION} " )
1010SET (CPACK_PACKAGE_VENDOR "Poul Sander" )
Original file line number Diff line number Diff line change 11.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2- .TH BLOCKATTACK "6" "May 2024 " "blockattack 2.10 .0-SNAPSHOT" "Games"
2+ .TH BLOCKATTACK "6" "October 2025 " "blockattack 2.11 .0-SNAPSHOT" "Games"
33.SH NAME
44blockattack \- a puzzle game inspired by Tetris Attack
55.SH SYNOPSIS
66.B blockattack
77[\fI \, OPTION \/ \fR ]...
88.SH DESCRIPTION
9- Block Attack \- Rise of the blocks 2.10 .0\- SNAPSHOT
9+ Block Attack \- Rise of the blocks 2.11 .0\- SNAPSHOT
1010.PP
1111Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES.
1212.PP
@@ -46,6 +46,12 @@ Do not automatically auto scale
4646\fB \-\- always \- sixteen \- nine \fR
4747Use 16:9 format even in Window mode
4848.TP
49+ \fB \-\- editor \fR
50+ Start the sprite editor/browser
51+ .TP
52+ \fB \-\- puzzle \- editor \fR
53+ Start the build in puzzle editor
54+ .TP
4955\fB \-\- puzzle \- level \- file \fR arg
5056Sets the default puzzle file to load
5157.TP
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Source information and contacts persons can be found at
3030#define GAMENAME "blockattack"
3131
3232#ifndef VERSION_NUMBER
33- #define VERSION_NUMBER "2.10 .0-SNAPSHOT"
33+ #define VERSION_NUMBER "2.11 .0-SNAPSHOT"
3434#endif
Original file line number Diff line number Diff line change 1515
1616COPY . /staging/blockattack-game
1717
18- ENV BLOCKATTACK_VERSION 2.10 .0-SNAPSHOT
18+ ENV BLOCKATTACK_VERSION 2.11 .0-SNAPSHOT
1919
2020RUN cd /staging/blockattack-game && \
2121./packdata.sh && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN mkdir -p /staging/blockattack-game
66
77COPY . /staging/blockattack-game
88
9- ENV BLOCKATTACK_VERSION 2.10 .0-SNAPSHOT
9+ ENV BLOCKATTACK_VERSION 2.11 .0-SNAPSHOT
1010
1111RUN cd /staging/blockattack-game && \
1212./packdata.sh && \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN /compile_requirements.sh
1515
1616COPY . /staging/blockattack-game
1717
18- ENV BLOCKATTACK_VERSION 2.10 .0-SNAPSHOT
18+ ENV BLOCKATTACK_VERSION 2.11 .0-SNAPSHOT
1919
2020RUN cd /staging/blockattack-game && \
2121./packdata.sh && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN mkdir -p /staging/blockattack-game
1111
1212COPY . /staging/blockattack-game
1313
14- ENV BLOCKATTACK_VERSION 2.10 .0-SNAPSHOT
14+ ENV BLOCKATTACK_VERSION 2.11 .0-SNAPSHOT
1515
1616RUN cd /staging/blockattack-game && \
1717./packdata.sh && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN mkdir -p /staging/blockattack-game
1111
1212COPY . /staging/blockattack-game
1313
14- ENV BLOCKATTACK_VERSION 2.10 .0-SNAPSHOT
14+ ENV BLOCKATTACK_VERSION 2.11 .0-SNAPSHOT
1515
1616RUN cd /staging/blockattack-game && \
1717./packdata.sh && \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir -p /output
88
99COPY . /staging/blockattack-game
1010
11- ENV BLOCKATTACK_VERSION 2.10 .0-SNAPSHOT
11+ ENV BLOCKATTACK_VERSION 2.11 .0-SNAPSHOT
1212
1313RUN cd /staging/blockattack-game && \
1414./packdata.sh && ls -lrt source/misc/embedded_libs/fmt-11.0.2 && \
Original file line number Diff line number Diff line change 22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " Block Attack - Rise Of the Blocks"
5- !define PRODUCT_VERSION " 2.10 .0-SNAPSHOT"
5+ !define PRODUCT_VERSION " 2.11 .0-SNAPSHOT"
66!define PRODUCT_PUBLISHER " Poul Sander"
77!define PRODUCT_WEB_SITE " http://www.blockattack.net"
88!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\blockattack.exe"
You can’t perform that action at this time.
0 commit comments