[marsshooter] 19/28: Imported Upstream version 0.7.6

Markus Koschany apo-guest at moszumanska.debian.org
Sun Jan 10 16:43:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository marsshooter.

commit 25491aab5114a9a372105bfd37851e07c641ecf9
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jan 10 16:34:11 2016 +0100

    Imported Upstream version 0.7.6
---
 CMakeLists.txt             |  2 +-
 NEWS                       | 11 +++++++++++
 data/fonts/.dont_delete_me |  0
 src/Menu/menus.cpp         |  4 ++--
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4aac97..8427f07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 # version number
 set(mars_MAJOR 0)
 set(mars_MINOR 7)
-set(mars_PATCH 5)
+set(mars_PATCH 6)
 set(mars_VERSION ${mars_MAJOR}.${mars_MINOR}.${mars_PATCH})
 set(mars_DESCRIPTION "M.A.R.S. - a ridiculous Shooter")
 set(mars_HOMEPAGE "http://www.marsshooter.org")
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..3039cd1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,11 @@
+New in version 0.7.6 (Released January 10th 2016)
+-------------------------------------------------
+* Replace all non-free resources with free ones:
+ - Replace Ubuntu font with Comfortaa
+ - Replace Tahoma font with Waree
+ - Replace non-free soundjay.com interface sound with free ones by Mike Koenig
+ - Obsidian Shell music relicensed to CC-BY-SA 3.0
+* Now builds with SFML-2.3, no longer requires GLU
+* Binary renamed from (too common) mars to marsshooter
+* Added a man-page and appdata
+* Misc. small bugfixes
diff --git a/data/fonts/.dont_delete_me b/data/fonts/.dont_delete_me
deleted file mode 100644
index e69de29..0000000
diff --git a/src/Menu/menus.cpp b/src/Menu/menus.cpp
index eda932e..4df2a4b 100644
--- a/src/Menu/menus.cpp
+++ b/src/Menu/menus.cpp
@@ -64,8 +64,8 @@ namespace menus {
                 (*it)->draw();
 
             Vector2f viewPort = window::getViewPort();
-            text::drawScreenText(sf::String("M.A.R.S. Alpha " + sf::String(VERSION_MAJOR) + "." + sf::String(VERSION_MINOR) + "." + sf::String(VERSION_PATCH)
-                                            + " (rev" + VERSION_REVIS + ") - " + sf::String(__DATE__)), Vector2f(viewPort.x_-4.f, viewPort.y_-14.f) , 11.f, TEXT_ALIGN_RIGHT, Color3f(0.8, 0.8, 0.8));
+            text::drawScreenText(sf::String("M.A.R.S. ") + sf::String(VERSION_MAJOR) + "." + sf::String(VERSION_MINOR) + "." + sf::String(VERSION_PATCH),
+                                            Vector2f(viewPort.x_-4.f, viewPort.y_-14.f) , 11.f, TEXT_ALIGN_RIGHT, Color3f(0.8, 0.8, 0.8));
 
             toolTip::draw();
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/marsshooter.git



More information about the Pkg-games-commits mailing list