]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Bump version and update changelog.
authorGuus Sliepen <guus@debian.org>
Thu, 30 Dec 2010 15:13:01 +0000 (16:13 +0100)
committerGuus Sliepen <guus@debian.org>
Thu, 30 Dec 2010 15:13:01 +0000 (16:13 +0100)
doc/changes
doc/readme
makefile
makefile.windows

index 043e54e29e6a08e7fa9f29525309718de38470ef..67876d6e46dd0c47ef19c398cdf6fc0be156eae2 100644 (file)
@@ -1,6 +1,45 @@
 CHANGE LOG
 ----------
 
+Version 1.18
+
+* Updated Catalan and Dutch translations.
+
+* Minor spelling errors fixed.
+
+* Moved desktop entry from Applicaitons to ArcadeGame section.
+
+* Perform a sanitiy check when loading keyboard.cfg.
+
+* Allow the game to run without music and sounds.
+
+* Fixed bug preventing long messages to be seen.
+
+* Briefly show music credits at the start of a level.
+
+* Fixed bugs found by Valgrind and Cppcheck.
+
+* Prevent the player from getting the JetPack too early.
+
+* Added Free music and sound effects.
+
+* Added exit screen.
+
+Version 1.17
+
+* Add medal support.
+
+Version 1.06
+
+* Fixed behaviour of decorative tiles in certain maps.
+
+* Fixed item placements with tall objects.
+
+* Fixed MIA placement on a lift while moving around.
+
+* Ensure killing all bosses completes the objective.
+
+
 Version 1.05
 
 * Fixed endian issue with PAK file creation code. PAK file is now created using
index d625fae984028cf11f7db18d81acfd5ff83c263f..4772df5f46deddc50730e1a7ff6ffc632044e2ea 100644 (file)
@@ -1,6 +1,6 @@
 Blob Wars : Metal Blob Solid
 
-Version 1.04
+Version 1.18
 
 LICENSE
 
index ea05036747fdadfb50a7305af6dfbc8a7bf42fad..bb348d6ae2ab2abeead6747154df3eae116ce6b6 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ PAKNAME = blobwars.pak
 DOCS = doc/*
 ICONS = icons/
 
-VERSION = 1.17
+VERSION = 1.18
 RELEASE = 1
 USEPAK = 0
 
index ed7c7ad9fabb755ef12c2273e5e004f19be9ed53..52f0ddd5adae553f3da263cb973c5c82639441a7 100755 (executable)
@@ -3,7 +3,7 @@ PAKNAME = blobwars.pak
 DOCS = doc/*
 ICONS = icons/
 
-VERSION = 1.17
+VERSION = 1.18
 RELEASE = 1
 USEPAK = 1