Upped the version to 0.4.0
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Tue, 25 Oct 2011 11:06:50 +0000 (14:06 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Tue, 25 Oct 2011 12:54:29 +0000 (15:54 +0300)
Also fixed a typo and the layout in the about "box".

ghostsoverboard.pro
main.cpp
qtc_packaging/debian_harmattan/changelog
seascene.cpp

index f546741..1193d0f 100644 (file)
@@ -10,7 +10,7 @@ QT      += declarative
 
 TARGET = ghostsoverboard
 TEMPLATE = app
-VERSION = 0.3.0
+VERSION = 0.4.0
 
 
 SOURCES += main.cpp\
index c8c2ae6..36936da 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -28,7 +28,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
     QApplication a(argc, argv);
     a.setApplicationName("Ghosts Overboard");
     a.setOrganizationName("Ghosts Overboard");
-    a.setApplicationVersion("0.3.0");
+    a.setApplicationVersion("0.4.0");
     a.setWindowIcon(QIcon(":/pix/laiva_3aave.png"));
     SeaView w;
 #if defined(Q_WS_S60)
index be55966..88059db 100644 (file)
@@ -1,3 +1,22 @@
+ghostsoverboard (0.4.0) unstable; urgency=low
+
+  * Another set of levels
+  * Highscore for individual levels and levelsets. Only completed levels
+    are counted in the levelset score (not restarted ones). Time spent paused
+    is not included in the high score times.
+  * Vibration works
+  * Treshold for ship movement is now 12 degrees instead of 3. Ship no longer
+    keeps moving when the device is laying on a table.
+  * No longer vulnerable to other programs changing the accelometer frequency:
+    ship movement is connected to a timer now instead of arrival of new values.
+    Ship speed may have changed a bit because of these changes.
+  * Only single instance running at time
+  * New application manager icon
+  * Harmattan specific packaging issues: added XB-Maemo_Flags and
+    XB-MeeGo-Desktop-Entry-Filename fields to the control file
+
+ -- Heli Hyvättinen <heli.hyvattinen@kymp.net>  Tue, 25 Oct 2011 13:39:00 +0300
+
 ghostsoverboard (0.3.0) unstable; urgency=low
 
   * First Release for 'Meego 1.2 Harmattan'
index f6e5dd3..43939f4 100644 (file)
@@ -883,9 +883,9 @@ void SeaScene::createAboutBoxItems()
                           "%1 Version %2</b>"
                           "<p><font size = \"6\"> Copyright 2011 Heli Hyv&auml;ttinen"
                           "<p><font size = \"6\"> License: GNU General Public License v2"
-                          "<p><font size = \"6\">  The source code of this game is available trough it's web pages."
-                          "<p><font size = \"6\"> Web: http://ghostsoverboard.garage.maemo.org/<br>"
-                          "Bug Reports: <br> https://bugs.maemo.org/"
+                          "<p><font size = \"6\">  The source code of this game is available trough its web pages."
+                          "<p><font size = \"6\"> Web: http://ghostsoverboard.garage.maemo.org/"
+                          "<p><font size = \"6\">Bug Reports: <br> https://bugs.maemo.org/"
                           "enter_bug.cgi?product=Ghosts%20Overboard"
                           ).arg(QApplication::applicationName(),QApplication::applicationVersion()));