diff --git a/ReleaseNotes-2.0.0-SNAPSHOT-2016-03-20.txt b/ReleaseNotes-2.0.0-SNAPSHOT-2016-03-20.txt new file mode 100644 index 0000000..c3f6f1e --- /dev/null +++ b/ReleaseNotes-2.0.0-SNAPSHOT-2016-03-20.txt @@ -0,0 +1,27 @@ +This is a SNAPSHOT of the current development branch towards 2.0.0 + +While this contains some regressions it will still be far supperior to the old versions thanks to better keyboard and gamepad support. + + +Compared to the old 1.4.2 a number of changes: +* Uses SDL2. This means textures and sprites instead of old surfaces. +* New config format +* TTF font support +* Translation support +* New keyboard and game controller friendly menu system +* Better behind the scenes handeling +* Build by a CMake system +* Location of saved games changed in Linux + + +Some known regressions: +* All gamecontrollers are assigned to player 1 +* No mouse/touch play. I want to introduce this in a new way +* No stored replays. +* No net play. + +The last 3 elements are all related to + +Some regressins that will not be fixed: +* Only SDL2 supported gamecontrollers are supported +* Old configs and some saves are lost then converting to 2.0.0+ diff --git a/source/code/version.h b/source/code/version.h index e2341fb..df9d547 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-SNAPSHOT" -#endif \ No newline at end of file +#define VERSION_NUMBER "2.0.0-SNAPSHOT-2016-03-20" +#endif diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi index 9561848..86758c9 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-SNAPSHOT" +!define PRODUCT_VERSION "2.0.0-SNAPSHOT-2016-03-20" !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"