File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed
Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ This is a SNAPSHOT of the current development branch towards 2.0.0
2+
3+ While this contains some regressions it will still be far supperior to the old versions thanks to better keyboard and gamepad support.
4+
5+
6+ Compared to the old 1.4.2 a number of changes:
7+ * Uses SDL2. This means textures and sprites instead of old surfaces.
8+ * New config format
9+ * TTF font support
10+ * Translation support
11+ * New keyboard and game controller friendly menu system
12+ * Better behind the scenes handeling
13+ * Build by a CMake system
14+ * Location of saved games changed in Linux
15+
16+
17+ Some known regressions:
18+ * All gamecontrollers are assigned to player 1
19+ * No mouse/touch play. I want to introduce this in a new way
20+ * No stored replays.
21+ * No net play.
22+
23+ The last 3 elements are all related to
24+
25+ Some regressins that will not be fixed:
26+ * Only SDL2 supported gamecontrollers are supported
27+ * Old configs and some saves are lost then converting to 2.0.0+
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ Source information and contacts persons can be found at
2222*/
2323
2424#ifndef VERSION_NUMBER
25- #define VERSION_NUMBER "2.0.0-SNAPSHOT"
26- #endif
25+ #define VERSION_NUMBER "2.0.0-SNAPSHOT-2016-03-20 "
26+ #endif
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.0.0-SNAPSHOT"
5+ !define PRODUCT_VERSION " 2.0.0-SNAPSHOT-2016-03-20 "
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