Update of /cvsroot/jake2/jake2/webstart
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29339/webstart
Modified Files:
Tag: RST
jake2_jogl11ATI.jnlp jake2_jogl11.jnlp jake2.jnlp
Added Files:
Tag: RST
jake2_lwjgl.jnlp
Log Message:
This has vec3-optimize and the OAK bot.
Index: jake2.jnlp
===================================================================
RCS file: /cvsroot/jake2/jake2/webstart/jake2.jnlp,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** jake2.jnlp 3 Nov 2004 16:16:16 -0000 1.5
--- jake2.jnlp 16 Jan 2005 21:21:06 -0000 1.5.2.1
***************
*** 40,44 ****
</resources>
! <application-desc main-class="jake2.Jake2"/>
!
</jnlp>
--- 40,51 ----
</resources>
! <application-desc main-class="jake2.Jake2">
! <argument>+set</argument>
! <argument>vid_ref</argument>
! <argument>fastjogl</argument>
! <argument>+set</argument>
! <argument>s_impl</argument>
! <argument>joal</argument>
! </application-desc>
!
</jnlp>
--- NEW FILE: jake2_lwjgl.jnlp ---
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
codebase="http://www.bytonic.de/downloads"
href="jake2_lwjgl.jnlp">
<information>
<title>Jake2</title>
<vendor>Bytonic Software</vendor>
<homepage href="http://www.bytonic.de/html/jake2.html"/>
<description>Java port of the Quake2 game engine</description>
<icon href="http://jake2.sourceforge.net/icon.gif"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4+" max-heap-size="128M"/>
<jar href="http://jake2.sourceforge.net/lib/jake2.jar"/>
<jar href="http://jake2.sourceforge.net/lib/lwjgl.jar"/>
<jar href="http://jake2.sourceforge.net/lib/lwjgl_util.jar"/>
<property name="sun.java2d.noddraw" value="true"/>
</resources>
<resources os="Linux">
<j2se version="1.4+" max-heap-size="128M"/>
<nativelib href="http://jake2.sourceforge.net/lib/linux/lwjgl-native.jar"/>
</resources>
<resources os="Windows">
<j2se version="1.4+" max-heap-size="128M"/>
<nativelib href="http://jake2.sourceforge.net/lib/windows/lwjgl-native.jar"/>
</resources>
<resources os="Mac OS X">
<j2se version="1.4+" max-heap-size="128M"/>
<nativelib href="http://jake2.sourceforge.net/lib/osx/lwjgl-native.jar"/>
</resources>
<application-desc main-class="jake2.Jake2">
<argument>+set</argument>
<argument>vid_ref</argument>
<argument>lwjgl</argument>
<argument>+set</argument>
<argument>s_impl</argument>
<argument>lwjgl</argument>
</application-desc>
</jnlp>
Index: jake2_jogl11.jnlp
===================================================================
RCS file: /cvsroot/jake2/jake2/webstart/jake2_jogl11.jnlp,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** jake2_jogl11.jnlp 3 Nov 2004 16:16:16 -0000 1.4
--- jake2_jogl11.jnlp 16 Jan 2005 21:21:06 -0000 1.4.2.1
***************
*** 45,49 ****
</resources>
! <application-desc main-class="jake2.Jake2"/>
!
</jnlp>
--- 45,56 ----
</resources>
! <application-desc main-class="jake2.Jake2">
! <argument>+set</argument>
! <argument>vid_ref</argument>
! <argument>fastjogl</argument>
! <argument>+set</argument>
! <argument>s_impl</argument>
! <argument>joal</argument>
! </application-desc>
!
</jnlp>
Index: jake2_jogl11ATI.jnlp
===================================================================
RCS file: /cvsroot/jake2/jake2/webstart/jake2_jogl11ATI.jnlp,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** jake2_jogl11ATI.jnlp 3 Nov 2004 16:16:16 -0000 1.4
--- jake2_jogl11ATI.jnlp 16 Jan 2005 21:21:06 -0000 1.4.2.1
***************
*** 2,6 ****
<jnlp spec="1.0+"
codebase="http://www.bytonic.de/downloads"
! href="jake2_jogl11.jnlp">
<information>
--- 2,6 ----
<jnlp spec="1.0+"
codebase="http://www.bytonic.de/downloads"
! href="jake2_jogl11ATI.jnlp">
<information>
***************
*** 45,49 ****
</resources>
! <application-desc main-class="jake2.Jake2"/>
</jnlp>
--- 45,56 ----
</resources>
! <application-desc main-class="jake2.Jake2">
! <argument>+set</argument>
! <argument>vid_ref</argument>
! <argument>fastjogl</argument>
! <argument>+set</argument>
! <argument>s_impl</argument>
! <argument>joal</argument>
! </application-desc>
</jnlp>
|