# HG changeset patch # User prock@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1289254067 0 # Node ID 0ac1056c8253224a667db26c48aa308facfcce92 # Parent 46258f467c8c348e2c7fbba104c4249f154b6622 * Some updates to CHANGES, INSTALL, and README diff -r 46258f467c8c -r 0ac1056c8253 CHANGES --- 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 diff -r 46258f467c8c -r 0ac1056c8253 INSTALL --- 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 \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. diff -r 46258f467c8c -r 0ac1056c8253 README --- 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