changeset 670:0ac1056c8253

* Some updates to CHANGES, INSTALL, and README
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 08 Nov 2010 22:07:47 +0000
parents 46258f467c8c
children 55a5798d4d69
files CHANGES INSTALL README
diffstat 3 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Mon Nov 08 21:36:38 2010 +0000
+++ b/CHANGES	Mon Nov 08 22:07:47 2010 +0000
@@ -75,7 +75,6 @@
   * Updated some data types in FIFE::FloatingTextRenderer to use integer types 
     defined in fife_stdint.h (r3456)
   * Added FIFE::DeviceCaps and FIFE::ScreenMode to detect valid screen modes
-  * Added the clearBackBuffer() function to the renderbackends (r3459)
   * Added the ability to query the current running screen mode (r3467)
   * Added a method to detect the closest supported screen mode (not 
     complete yet). If no matching screen modes are detected an exception is 
--- a/INSTALL	Mon Nov 08 21:36:38 2010 +0000
+++ b/INSTALL	Mon Nov 08 22:07:47 2010 +0000
@@ -69,8 +69,7 @@
 
 
 === Win32 ===
-The Win32 package ships with precompiled binaries. Simply unpack the package to location of your choice. After that you'll need to install ActivePython 2.6:
- * http://downloads.activestate.com/ActivePython/windows/2.6/ActivePython-2.6.4.8-win32-x86.msi (for 32bit Windows systems)
- * http://downloads.activestate.com/ActivePython/windows/2.6/ActivePython-2.6.4.8-win64-x64-nopywin32.msi (for 64bit Windows systems)
+The Win32 package ships with precompiled binaries. Simply unpack the package to location of your choice. After that you'll need to install ActivePython 2.7:
+ * http://downloads.activestate.com/ActivePython/releases/2.7.0.2/ActivePython-2.7.0.2-win32-x86.msi
 
 Move into the <FIFE>\demos\rio_de_hola directory and start the run.py script. You can simply double-click with your mouse on it. It should be automatically associated with the Python interpreter after installing ActivePython.
--- a/README	Mon Nov 08 21:36:38 2010 +0000
+++ b/README	Mon Nov 08 22:07:47 2010 +0000
@@ -109,6 +109,6 @@
 Have fun with the release and let us know what you think about it!
 -- The FIFE team.
 
-http://www.fifengine.de/
+http://www.fifengine.net/
 
-2010/01/20
+2010/11/19