Added support for the allow_zip cfg setting

This commit is contained in:
Vhati 2013-08-22 02:33:18 -04:00
parent bae772d6be
commit 8f4b3c5fab
3 changed files with 8 additions and 8 deletions

View file

@ -14,10 +14,10 @@ Comments can be made in a forum thread [here](http://).
Requirements Requirements
------------ ------------
* Java 1.6 or higher. * Java (1.6 or higher).
* http://www.oracle.com/technetwork/java/javase/downloads/index.html * http://www.java.com/en/download/
* FTL (1.01-1.03.3, Windows/OSX/Linux, Steam/GOG/Standalone). * FTL (1.01-1.03.3, Windows/OSX/Linux, Steam/GOG/Standalone).
* http://www.ftlgame.com/ * http://www.ftlgame.com/
* WinXP SP1 can't run Java 1.7. * WinXP SP1 can't run Java 1.7.
* (1.7 was built with VisualStudio 2010, causing a DecodePointer error). * (1.7 was built with VisualStudio 2010, causing a DecodePointer error.)
* To get 1.6, you may have to google "jdk-6u45-windows-i586.exe". * To get 1.6, you may have to google "jdk-6u45-windows-i586.exe".

View file

@ -13,8 +13,8 @@ About
Requirements Requirements
Java 1.6 or higher. Java (1.6 or higher).
http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.java.com/en/download/
FTL (1.01-1.03.3, Windows/OSX/Linux, Steam/GOG/Standalone). FTL (1.01-1.03.3, Windows/OSX/Linux, Steam/GOG/Standalone).
http://www.ftlgame.com/ http://www.ftlgame.com/

View file

@ -13,14 +13,14 @@ About
Requirements Requirements
Java 1.6 or higher. Java (1.6 or higher).
http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.java.com/en/download/
FTL (1.01-1.03.3, Windows/OSX/Linux, Steam/GOG/Standalone). FTL (1.01-1.03.3, Windows/OSX/Linux, Steam/GOG/Standalone).
http://www.ftlgame.com/ http://www.ftlgame.com/
* WinXP SP1 can't run Java 1.7. * WinXP SP1 can't run Java 1.7.
(1.7 was built with VisualStudio 2010, causing a DecodePointer error). (1.7 was built with VisualStudio 2010, causing a DecodePointer error.)
To get 1.6, you may have to google "jdk-6u45-windows-i586.exe". To get 1.6, you may have to google "jdk-6u45-windows-i586.exe".