From e948a684b846bc013c1db3cb454be6b901cbf197 Mon Sep 17 00:00:00 2001 From: acme_pjz Date: Sun, 7 Oct 2018 23:06:26 +0800 Subject: [PATCH] update authors and changelog; finally bump the version to 0.5 --- AUTHORS | 2 ++ ChangeLog | 17 +++++++++++++++-- src/Globals.h | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index ad7f6b8..489a8b1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,11 +15,13 @@ Contributors ctdabomb (Testing, levelmaking) davy emarshall85 + GunChleoc hasufell Sauer2 squarecross TermiT worldcitizen + Wuzzy Yann Soubeyrand Ports/Packaging diff --git a/ChangeLog b/ChangeLog index 9a0290d..b3598f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ -Me and My Shadow V0.5 (RC) +Me and My Shadow V0.5 ------------------------ + +Brief list of changes: + * Switch to SDL2. * Menu theme. * Achievement and statistics system. @@ -11,16 +14,26 @@ Me and My Shadow V0.5 (RC) * Scenery blocks. * Undo/redo in level editor originally written by squarecross. * Added 'visible' property to blocks. +* Custom appearance of blocks. +* Various other bug fixes and minor improvements. Translations: -* Updated Simplified Chinese, German, and Scottish Gaelic translations. +* Updated Simplified Chinese, German, Russian, French and Scottish Gaelic translations. * Added Hungarian translation by SanskritFritz. +* Added Norwegian translation by Petter Reinholdtsen and Allan Nordhøy. +* Added Ukrainian translation by eugeneloza. Known bugs and limitations: * No proper IME support for text box, etc. * OSX support is broken. +* The button specification in theme file is changed, old theme may render button incorrectly in new version. +* Some achievements are not realistic, and there is a typo in achievements. +* Invisible collectible is counted in total number of collectibles. +* The scenery layer naming convention is confusing. +* The target time for tutorial level 10 seems unbeatable. Needs further investigation. +* There seems to be a random crash bug when exiting the game. Me and My Shadow V0.4 diff --git a/src/Globals.h b/src/Globals.h index 4487ca4..e019f08 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -72,7 +72,7 @@ const Uint32 AMASK=0xFF000000; //String containing the version, used in the titelbar. //NOTE: for development version please write something like "V0.5 Development version" //which can trigger the corresponding achievement. -const std::string version = "V0.5 RC2"; +const std::string version = "V0.5"; //The height of the current level. extern int LEVEL_HEIGHT;