diff options
author | Holger Zickner <[email protected]> | 2005-05-10 11:01:22 +0000 |
---|---|---|
committer | Holger Zickner <[email protected]> | 2005-05-10 11:01:22 +0000 |
commit | ea806496830ca681646575b68edd49175937b067 (patch) | |
tree | 6827a1042ae6511bc0098139c2a07a657d0f27fa | |
parent | d7f0cd2a58e01302c77182e5cdd28fcf59ac2dde (diff) |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 21 |
2 files changed, 14 insertions, 11 deletions
@@ -1,9 +1,11 @@ 0.9.4 + - multiplayer client and server functionality + - Mac OS X support - webstart version + - experimental lwjgl driver - standalone installer - online installation of Quake2 demo data files - - multiplayer client functionality (with original Quake2 server) - mouse wheel support - bugfixes @@ -6,13 +6,13 @@ distributed under the terms of the GPL (see LICENSE). The port was done completely in Java. No native libraries are used for the game functionality. We use the jogl Java OpenGL bindings for graphics rendering -and Java OpenAL (joal) for sound. +and Java OpenAL (joal) for sound. The latest release comes with an lwjgl driver +as an alternative for the jogl/joal combination. Jake2 is still under development. Send bug reports and feedback to -Currently Jake2 supports Linux and Windows2000/XP. We have feedback that it -works on OS X too with the right native jogl libraries. +Currently Jake2 supports Linux, Windows2000/XP and Mac OS X. requirements: 400 MHz CPU @@ -49,15 +49,16 @@ Jake2 sources from CVS. -------------------- Jake2 uses: -jogl OpenGL bindings https://jogl.dev.java.net -joal OpenAL bindings https://joal.dev.java.net -openal Audio library http://www.openal.org -izpack Installer http://www.izforge.com/ +jogl OpenGL bindings https://jogl.dev.java.net +joal OpenAL bindings https://joal.dev.java.net +lwjgl Light Weight Java Game Library http://www.lwjgl.org +openal Audio library http://www.openal.org +izpack Installer http://www.izforge.com/ the source distribution comes with: -ant build tool http://ant.apache.org -xerces XML library http://xml.apache.org -proguard obfuscator http://proguard.sourceforge.net +ant build tool http://ant.apache.org +xerces XML library http://xml.apache.org +proguard obfuscator http://proguard.sourceforge.net |