JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bumped version to 0.5.1 0.5.1
authorJoshua Grams <josh@qualdan.com>
Wed, 7 Mar 2007 22:14:11 +0000 (22:14 +0000)
committerJoshua Grams <josh@qualdan.com>
Wed, 7 Mar 2007 22:14:11 +0000 (22:14 +0000)
README
config.h

diff --git a/README b/README
index cf1f2d8..83dda8c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Variations on Rockdodger 0.5
+Variations on Rockdodger 0.5.1
 
 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
@@ -25,18 +25,18 @@ Changes from Rock Dodgers
 
 User-Visible Changes:
 
-0.1:
-  * Moves like a real spacecraft; no more friction!
-  * No more silly shields or lasers; just pure rockdodgin' fun!
-  * Up/down scrolling; gives you more escape options.
-  * Proper time display for score, not just raw milliseconds (bleh).
-  * Ship explodes, blowing rocks away, rather than automagically vanishing
-    them.
-0.2:
-  * New graphics, generated by POV-Ray. Yeah, okay, the ship is really cheezy.
-    At least the rocks are cool.
-  * Real collision detection; no more "ship is 1 pixel bigger all around
-    than it looks."
+0.5.1:
+  * another attempt at fixing the x86 crashes.
+
+0.5:
+  * lots of bug fixes
+  * tweaks to engine and explosion graphics and new font
+
+0.4:
+  * Rocks now bounce off each other, and are pushed by particles.
+  * Now with two difficulties: normal and easy.
+  * Better new ship placement after you die.
+
 0.3:
   * Scrolls to the right so you can zoom ahead.
   * Fully random rock generation; rocks no longer wrap vertically.
@@ -44,14 +44,19 @@ User-Visible Changes:
     up/down speed variation).  Noticeably hard...err...more "interesting".
   * Command-line option --game-speed.
 
-0.4:
-  * Rocks now bounce off each other, and are pushed by particles.
-  * Now with two difficulties: normal and easy.
-  * Better new ship placement after you die.
+0.2:
+  * New graphics, generated by POV-Ray. Yeah, okay, the ship is really cheezy.
+    At least the rocks are cool.
+  * Real collision detection; no more "ship is 1 pixel bigger all around
+    than it looks."
 
-0.5:
-  * lots of bug fixes
-  * tweaks to engine and explosion graphics and new font
+0.1:
+  * Moves like a real spacecraft; no more friction!
+  * No more silly shields or lasers; just pure rockdodgin' fun!
+  * Up/down scrolling; gives you more escape options.
+  * Proper time display for score, not just raw milliseconds (bleh).
+  * Ship explodes, blowing rocks away, rather than automagically vanishing
+    them.
 
 Internal Technical Changes:
 
index dc5e983..eeff270 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
 #ifndef VOR_CONFIG_H
 #define VOR_CONFIG_H
 
-#define VERSION "0.5"
+#define VERSION "0.5.1"
 
 // screen size
 #define XSIZE 640