diff options
author | Sven Gothel <[email protected]> | 2012-10-08 10:44:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-08 10:44:05 +0200 |
commit | f5612e7dfc635359f15b402c2ee9022a5e703a9d (patch) | |
tree | 0b54287f72b87a2693f38ed308195e928311a093 /webstart | |
parent | 3119458b32c8620f971ba44488389ddf03b2d705 (diff) |
Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default mode) - Prepare for ES2NEWT
- Removed AWT init dialog, replaced w/ UI less auto install if n/a @ default location:
$HOME/Jake2/baseq2
- JOGL GL2 Renderer 'joglgl2'
- JOGL ES2 Renderer 'jogles2' (TBD)
- Replaced JOGLKBD (AWT) w/ NEWTKBD
- JOGL* Renderer using NEWT
Diffstat (limited to 'webstart')
-rw-r--r-- | webstart/jake2_jogl.jnlp | 4 | ||||
-rw-r--r-- | webstart/jake2_online.jnlp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/webstart/jake2_jogl.jnlp b/webstart/jake2_jogl.jnlp index b1b0811..342f405 100644 --- a/webstart/jake2_jogl.jnlp +++ b/webstart/jake2_jogl.jnlp @@ -7,7 +7,7 @@ <title>Jake2 - JOGL2</title> <vendor>Bytonic Software</vendor> <homepage href="http://www.bytonic.de/html/jake2.html"/> - <description>Java port of the Quake2 game engine (jogl2)</description> + <description>Java port of the Quake2 game engine (jogl-gl2-newt)</description> <icon href="http://jogamp.org/deployment/test/jake2/icon.gif"/> <offline-allowed/> </information> @@ -27,7 +27,7 @@ <application-desc main-class="jake2.Jake2"> <argument>+set</argument> <argument>vid_ref</argument> - <argument>jogl2</argument> + <argument>joglgl2</argument> <argument>+set</argument> <argument>s_impl</argument> <argument>joal</argument> diff --git a/webstart/jake2_online.jnlp b/webstart/jake2_online.jnlp index 6564ba0..4be2496 100644 --- a/webstart/jake2_online.jnlp +++ b/webstart/jake2_online.jnlp @@ -7,7 +7,7 @@ <title>Jake2 - JOGL2</title> <vendor>Bytonic Software</vendor> <homepage href="http://www.bytonic.de/html/jake2.html"/> - <description>Java port of the Quake2 game engine (jogl2)</description> + <description>Java port of the Quake2 game engine (jogl-gl2-newt)</description> <icon href="http://jogamp.org/deployment/test/jake2/icon.gif"/> <offline-allowed/> </information> @@ -27,7 +27,7 @@ <application-desc main-class="jake2.Jake2"> <argument>+set</argument> <argument>vid_ref</argument> - <argument>jogl2</argument> + <argument>joglgl2</argument> <argument>+set</argument> <argument>s_impl</argument> <argument>joal</argument> |