JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Changes from August-November 2006 -- detailed history was lost.
[vor.git] / README
diff --git a/README b/README
index 5f702d5..29eb721 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Variations on Rockdodger 0.3
+Variations on Rockdodger 0.5
 
 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
@@ -15,16 +15,12 @@ with quite a few modifications, both user-visible changes and internal
 technical improvements.
 
 Available for download from http://qualdan.com/vor/, or you can check out the
 technical improvements.
 
 Available for download from http://qualdan.com/vor/, or you can check out the
-latest SVN copy from http://josh.qualdan.com:3/svn/vor/trunk/ (Warning: Not
-Always On).
+latest SVN copy from svn://svn.jasonwoof.org/vor/trunk/
 
 Note: This is a fairly hard game, intended to be a quickie game for when you
 want to kill a few spare minutes. For reference, my best time [Josh Grams] is
 about 2 minutes in version 0.3. I'm not generally very good at video games, but
 
 Note: This is a fairly hard game, intended to be a quickie game for when you
 want to kill a few spare minutes. For reference, my best time [Josh Grams] is
 about 2 minutes in version 0.3. I'm not generally very good at video games, but
-I have been playing this one for quite a while now. However, you can make it
-substantially easier by slowing the game down. New in version 0.3, we have a
-command-line option --game-speed=N%.  New players may like to try it at 0.75 or
-even 0.66.
+I have been playing this one for quite a while now.
 
 Changes from Rock Dodgers
 
 
 Changes from Rock Dodgers
 
@@ -49,10 +45,18 @@ User-Visible Changes:
     up/down speed variation).  Noticeably hard...err...more "interesting".
   * Command-line option --game-speed.
 
     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.5:
+  * lots of bug fixes
+  * tweaks to engine and explosion graphics and new font
+
 Internal Technical Changes:
 
 Internal Technical Changes:
 
-  * Upgraded to SFont 2.03, which has way less cruft, but no text input
-    routine.
+  * Replaced SFont with Jason's font.c
   * Started factoring a lot of stuff out of main into their own .c files.
   * Removed a bunch of unused code.
   * Function definitions: name at beginning of line (line following the return
   * Started factoring a lot of stuff out of main into their own .c files.
   * Removed a bunch of unused code.
   * Function definitions: name at beginning of line (line following the return