JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bumped version number to 0.5.4 0.5.4
authorJason Woofenden <jason283@herkamire.com>
Fri, 29 May 2009 03:37:50 +0000 (23:37 -0400)
committerJason Woofenden <jason283@herkamire.com>
Fri, 29 May 2009 03:40:20 +0000 (23:40 -0400)
.gitignore
README
config.h

index fbac7cf..84971a6 100644 (file)
@@ -4,6 +4,7 @@ font_guts
 font_guts.pov
 data/rock*.png
 data/icon.png
 font_guts.pov
 data/rock*.png
 data/icon.png
+data/macicon.png
 data/ship.png
 data/life.png
 data/font.png
 data/ship.png
 data/life.png
 data/font.png
diff --git a/README b/README
index 0dd93b1..681e0c1 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Variations on Rockdodger 0.5.3
+Variations on Rockdodger 0.5.4
 
 VoR is a quick action game where you drive a space ship and try to avoid
 crashing into rocks. Current information about vor can be found on the
 
 VoR is a quick action game where you drive a space ship and try to avoid
 crashing into rocks. Current information about vor can be found on the
@@ -37,6 +37,11 @@ Changes from Rock Dodgers
 
 User-Visible Changes:
 
 
 User-Visible Changes:
 
+0.5.4:
+  * new sound effect and music
+  * F key toggles full-screen mode
+  * 3 key saves a screenshot
+
 0.5.3:
   * another attempt at fixing the x86 crashes.
   * made valgrind happy.
 0.5.3:
   * another attempt at fixing the x86 crashes.
   * made valgrind happy.
index 203c5ca..402cbc2 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
 #ifndef VOR_CONFIG_H
 #define VOR_CONFIG_H
 
 #ifndef VOR_CONFIG_H
 #define VOR_CONFIG_H
 
-#define VERSION "0.5.3"
+#define VERSION "0.5.4"
 
 // screen size
 #define XSIZE 640
 
 // screen size
 #define XSIZE 640