From: <ma...@us...> - 2008-09-15 11:34:39
|
Revision: 3128 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3128&view=rev Author: matzon Date: 2008-09-15 18:34:21 +0000 (Mon, 15 Sep 2008) Log Message: ----------- solaris support Modified Paths: -------------- trunk/LWJGL/applet/appletloader.html Modified: trunk/LWJGL/applet/appletloader.html =================================================================== --- trunk/LWJGL/applet/appletloader.html 2008-09-15 18:28:47 UTC (rev 3127) +++ trunk/LWJGL/applet/appletloader.html 2008-09-15 18:34:21 UTC (rev 3128) @@ -32,6 +32,9 @@ <!-- signed mac osx natives jar in a jar --> <param name="al_mac" value="macosx_natives.jar.lzma"> + + <!-- signed solaris natives jar in a jar --> + <param name="al_solaris" value="solaris_natives.jar.lzma"> <!-- Tags under here are optional --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ka...@us...> - 2009-09-10 11:15:31
|
Revision: 3239 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3239&view=rev Author: kappa1 Date: 2009-09-10 11:15:12 +0000 (Thu, 10 Sep 2009) Log Message: ----------- restore defaults to the default lwjgl applet html template. Modified Paths: -------------- trunk/LWJGL/applet/appletloader.html Modified: trunk/LWJGL/applet/appletloader.html =================================================================== --- trunk/LWJGL/applet/appletloader.html 2009-09-09 11:24:29 UTC (rev 3238) +++ trunk/LWJGL/applet/appletloader.html 2009-09-10 11:15:12 UTC (rev 3239) @@ -54,11 +54,12 @@ <!-- <param name="al_debug" value="true"> --> <!-- whether to prepend host to cache path - defaults to true --> - <param name="al_prepend_host" value="false"> + <!-- <param name="al_prepend_host" value="true"> --> <!-- main applet specific params --> <param name="test" value="org.lwjgl.test.opengl.awt.AWTGearsCanvas"> - + + <param name="separate_jvm" value="true"> </applet> <p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ka...@us...> - 2010-07-04 14:45:39
|
Revision: 3363 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3363&view=rev Author: kappa1 Date: 2010-07-04 14:45:33 +0000 (Sun, 04 Jul 2010) Log Message: ----------- update appletloader.html to use new parameters Modified Paths: -------------- trunk/LWJGL/applet/appletloader.html Modified: trunk/LWJGL/applet/appletloader.html =================================================================== --- trunk/LWJGL/applet/appletloader.html 2010-07-04 14:35:41 UTC (rev 3362) +++ trunk/LWJGL/applet/appletloader.html 2010-07-04 14:45:33 UTC (rev 3363) @@ -42,13 +42,13 @@ <!-- <param name="al_version" value="0.1"> --> <!-- background color to paint with, defaults to white --> - <!-- <param name="al_bgcolor" value="000000"> --> + <!-- <param name="boxbgcolor" value="#000000"> --> <!-- foreground color to paint with, defaults to black --> - <!-- <param name="al_fgcolor" value="ffffff"> --> + <!-- <param name="boxfgcolor" value="#ffffff"> --> <!-- error color to paint with, defaults to red --> - <!-- <param name="al_errorcolor" value="ff0000"> --> + <!-- <param name="boxerrorcolor" value="#ff0000"> --> <!-- whether to run in debug mode --> <!-- <param name="al_debug" value="true"> --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ka...@us...> - 2010-07-15 19:43:17
|
Revision: 3382 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3382&view=rev Author: kappa1 Date: 2010-07-15 19:43:11 +0000 (Thu, 15 Jul 2010) Log Message: ----------- appletloader.html - edit html to reflect latest changes in the AppletLoader Modified Paths: -------------- trunk/LWJGL/applet/appletloader.html Modified: trunk/LWJGL/applet/appletloader.html =================================================================== --- trunk/LWJGL/applet/appletloader.html 2010-07-15 19:07:49 UTC (rev 3381) +++ trunk/LWJGL/applet/appletloader.html 2010-07-15 19:43:11 UTC (rev 3382) @@ -41,15 +41,15 @@ <!-- Version of Applet, important otherwise applet won't be cached, version change will update applet, must be int or float --> <!-- <param name="al_version" value="0.1"> --> + <!-- whether to use cache - defaults to true --> + <!-- <param name="al_cache" value="true"> --> + <!-- background color to paint with, defaults to white --> <!-- <param name="boxbgcolor" value="#000000"> --> <!-- foreground color to paint with, defaults to black --> <!-- <param name="boxfgcolor" value="#ffffff"> --> - <!-- error color to paint with, defaults to red --> - <!-- <param name="boxerrorcolor" value="#ff0000"> --> - <!-- whether to run in debug mode --> <!-- <param name="al_debug" value="true"> --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |