From: Holger Z. <hz...@us...> - 2005-05-20 12:12:36
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16740 Modified Files: Tag: r_0_9_4 README ChangeLog README_DE Log Message: readme updates Index: README =================================================================== RCS file: /cvsroot/jake2/jake2/README,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** README 10 May 2005 11:01:22 -0000 1.7 --- README 20 May 2005 12:12:16 -0000 1.7.2.1 *************** *** 7,11 **** 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. The latest release comes with an lwjgl driver as an alternative for the jogl/joal combination. --- 7,11 ---- 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. The 0.9.4 release comes with an lwjgl driver as an alternative for the jogl/joal combination. *************** *** 28,31 **** --- 28,33 ---- - change to the installation directory - run the game with Jake2.sh or Jake2.bat + - to run Jake2 with the lwjgl OpenGL/OpenAL driver use Jake2_lwjgl.sh + or Jake2_lwjgl.bat build from source: *************** *** 61,73 **** proguard obfuscator http://proguard.sourceforge.net ! have fun! bytonic Software ! Holger Zickner <ho...@by...> Carsten Weisse <cw...@by...> Rene Stoeckel <rs...@by...> ! Use <ja...@by...> for bug reports and feedback. \ No newline at end of file --- 63,77 ---- proguard obfuscator http://proguard.sourceforge.net ! Use <ja...@by...> for bug reports and feedback. have fun! bytonic Software ! ---------------- Holger Zickner <ho...@by...> Carsten Weisse <cw...@by...> Rene Stoeckel <rs...@by...> ! Contributors ! ------------ ! David Sanders lwjgl support Index: README_DE =================================================================== RCS file: /cvsroot/jake2/jake2/README_DE,v retrieving revision 1.6 retrieving revision 1.6.4.1 diff -C2 -d -r1.6 -r1.6.4.1 *** README_DE 3 Nov 2004 15:46:31 -0000 1.6 --- README_DE 20 May 2005 12:12:16 -0000 1.6.4.1 *************** *** 9,14 **** Jake2 ist eine reine Java Anwendung. Als native Library kommen im Moment nur jogl für die OpenGL Anbindung und joal für OpenAudio Soundunterstützung zum ! Einsatz. Die komplette Funktionalität der Engine wurde ausschliesslich mit Java ! realisiert. Jake2 befindet sich noch im Entwicklungsstadium. Die Kontaktaddresse für --- 9,15 ---- Jake2 ist eine reine Java Anwendung. Als native Library kommen im Moment nur jogl für die OpenGL Anbindung und joal für OpenAudio Soundunterstützung zum ! Einsatz. Seit Version 0.9.4 ist auch ein lwjgl Treiber als Alternative zur ! jogl/joal Kombination enthalten. Die komplette Funktionalität der Engine wurde ! ausschliesslich mit Java realisiert. Jake2 befindet sich noch im Entwicklungsstadium. Die Kontaktaddresse für *************** *** 32,35 **** --- 33,38 ---- - ins Installationsverzeichnis wechseln - Jake2 mit "jake2.sh" oder "jake2.bat" aus dem Installationsverzeichnis starten + - um den lwjgl OpenGL/OpenAL Treiber zu nutzen Jake2 mit "jake2_lwjgl.sh" oder + "jake2_lwjgl.bat" aus dem Installationsverzeichnis starten ausgehend von Sourcedistribution: *************** *** 55,77 **** Jake2 benutzt: ! 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/ 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 ! ! viel Spass! bytonic Software ! Holger Zickner <ho...@by...> Carsten Weisse <cw...@by...> Rene Stoeckel <rs...@by...> ! <ja...@by...> für Bugreports und Rückmeldungen. \ No newline at end of file --- 58,83 ---- Jake2 benutzt: ! 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 + <ja...@by...> für Bugreports und Rückmeldungen. ! have fun! bytonic Software ! ---------------- Holger Zickner <ho...@by...> Carsten Weisse <cw...@by...> Rene Stoeckel <rs...@by...> ! Contributors ! ------------ ! David Sanders lwjgl Unterstützung Index: ChangeLog =================================================================== RCS file: /cvsroot/jake2/jake2/ChangeLog,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** ChangeLog 10 May 2005 11:01:22 -0000 1.7 --- ChangeLog 20 May 2005 12:12:16 -0000 1.7.2.1 *************** *** 1,5 **** 0.9.4 ! - multiplayer client and server functionality - Mac OS X support - webstart version --- 1,5 ---- 0.9.4 ! - multiplayer client and partial server functionality - Mac OS X support - webstart version *************** *** 8,11 **** --- 8,12 ---- - online installation of Quake2 demo data files - mouse wheel support + - memory footprint reduced - bugfixes |