You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(134) |
Sep
(52) |
Oct
(13) |
Nov
(342) |
Dec
(163) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(44) |
Feb
(62) |
Mar
(158) |
Apr
(38) |
May
(70) |
Jun
(58) |
Jul
(104) |
Aug
(207) |
Sep
(83) |
Oct
(122) |
Nov
(23) |
Dec
(49) |
| 2004 |
Jan
(119) |
Feb
(132) |
Mar
(192) |
Apr
(140) |
May
(77) |
Jun
(74) |
Jul
(201) |
Aug
(63) |
Sep
(102) |
Oct
(70) |
Nov
(173) |
Dec
(78) |
| 2005 |
Jan
(174) |
Feb
(197) |
Mar
(105) |
Apr
(59) |
May
(77) |
Jun
(43) |
Jul
(21) |
Aug
(18) |
Sep
(47) |
Oct
(37) |
Nov
(74) |
Dec
(50) |
| 2006 |
Jan
(44) |
Feb
(19) |
Mar
(32) |
Apr
(24) |
May
(31) |
Jun
(55) |
Jul
(138) |
Aug
(28) |
Sep
(12) |
Oct
(41) |
Nov
(58) |
Dec
(24) |
| 2007 |
Jan
(28) |
Feb
(14) |
Mar
(10) |
Apr
(68) |
May
(30) |
Jun
(26) |
Jul
(18) |
Aug
(63) |
Sep
(19) |
Oct
(29) |
Nov
(20) |
Dec
(10) |
| 2008 |
Jan
(38) |
Feb
(7) |
Mar
(37) |
Apr
(120) |
May
(41) |
Jun
(36) |
Jul
(39) |
Aug
(24) |
Sep
(28) |
Oct
(30) |
Nov
(36) |
Dec
(75) |
| 2009 |
Jan
(46) |
Feb
(22) |
Mar
(50) |
Apr
(70) |
May
(134) |
Jun
(105) |
Jul
(75) |
Aug
(34) |
Sep
(38) |
Oct
(34) |
Nov
(19) |
Dec
(20) |
| 2010 |
Jan
(11) |
Feb
(20) |
Mar
(65) |
Apr
(83) |
May
(104) |
Jun
(73) |
Jul
(78) |
Aug
(57) |
Sep
(43) |
Oct
(35) |
Nov
(9) |
Dec
(4) |
| 2011 |
Jan
(21) |
Feb
(11) |
Mar
(18) |
Apr
(10) |
May
(18) |
Jun
(15) |
Jul
(48) |
Aug
(25) |
Sep
(17) |
Oct
(45) |
Nov
(15) |
Dec
(12) |
| 2012 |
Jan
(21) |
Feb
(9) |
Mar
(12) |
Apr
(9) |
May
(9) |
Jun
(5) |
Jul
(1) |
Aug
(10) |
Sep
(12) |
Oct
(1) |
Nov
(28) |
Dec
(5) |
| 2013 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2016 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
(2) |
4
(15) |
5
(5) |
6
(2) |
7
|
|
8
|
9
|
10
(1) |
11
(1) |
12
(8) |
13
|
14
|
|
15
|
16
|
17
(2) |
18
(12) |
19
(6) |
20
|
21
|
|
22
(13) |
23
|
24
|
25
|
26
|
27
(2) |
28
(1) |
|
29
(4) |
30
(3) |
31
|
|
|
|
|
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:46
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/examples Modified Files: Game.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: Game.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/examples/Game.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Game.java 20 Aug 2004 06:22:53 -0000 1.7 +++ Game.java 22 May 2005 12:12:01 -0000 1.8 @@ -78,6 +78,8 @@ } finally { cleanup(); } + + System.exit(0); } /** |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:43
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test Modified Files: DisplayTest.java SysTest.java WindowCreationTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: DisplayTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/DisplayTest.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- DisplayTest.java 20 Feb 2005 11:24:18 -0000 1.7 +++ DisplayTest.java 22 May 2005 12:12:01 -0000 1.8 @@ -243,5 +243,6 @@ */ public static void main(String[] args) throws LWJGLException { new DisplayTest().executeTest(); + System.exit(0); } } Index: SysTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/SysTest.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- SysTest.java 4 May 2005 20:59:43 -0000 1.10 +++ SysTest.java 22 May 2005 12:12:02 -0000 1.11 @@ -175,5 +175,6 @@ */ public static void main(String[] args) { new SysTest().executeTest(); + System.exit(0); } } Index: WindowCreationTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/WindowCreationTest.java,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- WindowCreationTest.java 4 May 2005 20:59:43 -0000 1.32 +++ WindowCreationTest.java 22 May 2005 12:12:02 -0000 1.33 @@ -287,6 +287,7 @@ wct.execute(); wct.destroy(); } + System.exit(0); } /** |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:43
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/fmod3 Modified Files: CDDAPlayer.java CDPlayer.java DSPTest.java MusicPlayer.java NetTest.java StreamPlayer.java StreamPlayerMemory.java StreamTest.java SyncTest.java TagFieldTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: DSPTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/DSPTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- DSPTest.java 3 Oct 2004 09:35:38 -0000 1.4 +++ DSPTest.java 22 May 2005 12:12:02 -0000 1.5 @@ -67,21 +67,21 @@ File file = new File(args[0]); if (!file.exists()) { System.out.println("No such file: " + args[0]); - return; + System.exit(0); } try { FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } System.out.println("Initializing FMOD"); if (!FSound.FSOUND_Init(44100, 32, 0)) { System.out.println("Failed to initialize FMOD"); System.out.println("Error: " + FMOD.FMOD_ErrorString(FSound.FSOUND_GetError())); - return; + System.exit(0); } System.out.println("Loading " + args[0]); @@ -156,6 +156,7 @@ FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } public class TestDspCallback implements FSoundDSPCallback { Index: StreamPlayer.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/StreamPlayer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- StreamPlayer.java 3 Oct 2004 09:35:38 -0000 1.4 +++ StreamPlayer.java 22 May 2005 12:12:02 -0000 1.5 @@ -59,21 +59,21 @@ File file = new File(args[0]); if (!file.exists()) { System.out.println("No such file: " + args[0]); - return; + System.exit(0); } try { FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } System.out.println("Initializing FMOD"); if (!FSound.FSOUND_Init(44100, 32, 0)) { System.out.println("Failed to initialize FMOD"); System.out.println("Error: " + FMOD.FMOD_ErrorString(FSound.FSOUND_GetError())); - return; + System.exit(0); } System.out.println("Loading " + args[0]); @@ -98,5 +98,6 @@ FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } } \ No newline at end of file Index: CDDAPlayer.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/CDDAPlayer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CDDAPlayer.java 12 Jun 2004 20:28:25 -0000 1.2 +++ CDDAPlayer.java 22 May 2005 12:12:02 -0000 1.3 @@ -53,13 +53,14 @@ FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } System.out.println("Initializing FMOD"); if (!FSound.FSOUND_Init(44100, 32, 0)) { System.out.println("Failed to initialize FMOD"); - return; + System.exit(0); + } boolean running = true; @@ -115,5 +116,8 @@ } FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } + + } \ No newline at end of file Index: SyncTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/SyncTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- SyncTest.java 7 Feb 2005 16:39:54 -0000 1.5 +++ SyncTest.java 22 May 2005 12:12:03 -0000 1.6 @@ -109,7 +109,7 @@ File file = new File(args[0]); if (!file.exists()) { System.out.println("No such file: " + args[0]); - return; + System.exit(0); } // initialize FMOD @@ -118,7 +118,7 @@ FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } // start actual test @@ -254,5 +254,6 @@ } FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } } Index: NetTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/NetTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- NetTest.java 3 Oct 2004 09:00:36 -0000 1.6 +++ NetTest.java 22 May 2005 12:12:02 -0000 1.7 @@ -110,6 +110,7 @@ stop(); FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } } Index: StreamPlayerMemory.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/StreamPlayerMemory.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- StreamPlayerMemory.java 7 Dec 2004 06:38:37 -0000 1.4 +++ StreamPlayerMemory.java 22 May 2005 12:12:03 -0000 1.5 @@ -62,14 +62,14 @@ FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } System.out.println("Initializing FMOD"); if (!FSound.FSOUND_Init(44100, 32, 0)) { System.out.println("Failed to initialize FMOD"); System.out.println("Error: " + FMOD.FMOD_ErrorString(FSound.FSOUND_GetError())); - return; + System.exit(0); } ByteBuffer data = getData(args[0]); @@ -97,6 +97,7 @@ FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } /** Index: MusicPlayer.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/MusicPlayer.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- MusicPlayer.java 3 Oct 2004 09:35:38 -0000 1.3 +++ MusicPlayer.java 22 May 2005 12:12:02 -0000 1.4 @@ -60,14 +60,14 @@ File file = new File(args[0]); if (!file.exists()) { System.out.println("No such file: " + args[0]); - return; + System.exit(0); } try { FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } System.out.println("Initializing FMOD"); @@ -101,5 +101,6 @@ FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } } \ No newline at end of file Index: TagFieldTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/TagFieldTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TagFieldTest.java 28 Oct 2004 20:01:08 -0000 1.2 +++ TagFieldTest.java 22 May 2005 12:12:03 -0000 1.3 @@ -75,11 +75,11 @@ System.out.println("Failed to initialize FMOD"); System.out.println("Error: " + FMOD.FMOD_ErrorString(FSound.FSOUND_GetError())); FMOD.destroy(); - return; + System.exit(0); } } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } // scan the supplied arg @@ -89,6 +89,7 @@ // shutdown FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } /** Index: StreamTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/StreamTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- StreamTest.java 3 Oct 2004 09:35:38 -0000 1.2 +++ StreamTest.java 22 May 2005 12:12:03 -0000 1.3 @@ -51,7 +51,7 @@ FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } IntBuffer caps = BufferUtils.createIntBuffer(1); @@ -68,7 +68,7 @@ if (!FSound.FSOUND_Init(44100, 32, 0)) { System.out.println("Failed to initialize FMOD"); System.out.println("Error: " + FMOD.FMOD_ErrorString(FSound.FSOUND_GetError())); - return; + System.exit(0); } IntBuffer mem = BufferUtils.createIntBuffer(2); Index: CDPlayer.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/CDPlayer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CDPlayer.java 12 Jun 2004 20:28:25 -0000 1.2 +++ CDPlayer.java 22 May 2005 12:12:02 -0000 1.3 @@ -52,13 +52,13 @@ FMOD.create(); } catch (FMODException fmode) { fmode.printStackTrace(); - return; + System.exit(0); } System.out.println("Initializing FMOD"); if (!FSound.FSOUND_Init(44100, 32, 0)) { System.out.println("Failed to initialize FMOD"); - return; + System.exit(0); } boolean running = true; @@ -132,5 +132,6 @@ FSound.FSOUND_Close(); FMOD.destroy(); + System.exit(0); } } \ No newline at end of file |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:42
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/examples/spaceinvaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/examples/spaceinvaders Modified Files: Game.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: Game.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/examples/spaceinvaders/Game.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Game.java 20 Feb 2005 11:24:15 -0000 1.6 +++ Game.java 22 May 2005 12:12:01 -0000 1.7 @@ -576,8 +576,9 @@ * @param argv The arguments that are passed into our game */ public static void main(String argv[]) { - System.out.println("Use -fullscreen for fullscreen mode"); + System.out.println("Use -fullscreen for fullscreen mode"); new Game((argv.length > 0 && argv[0].equalsIgnoreCase("-fullscreen"))).execute(); + System.exit(0); } /** |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:41
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/devil In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/devil Modified Files: BasicTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: BasicTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/devil/BasicTest.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- BasicTest.java 4 May 2005 20:59:44 -0000 1.10 +++ BasicTest.java 22 May 2005 12:12:02 -0000 1.11 @@ -115,7 +115,7 @@ IL.destroy(); } catch (Exception e) { e.printStackTrace(); - System.exit(0); } + System.exit(0); } } |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:24
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/openal Modified Files: ALCTest.java MovingSoundTest.java OpenALCreationTest.java PlayTest.java PlayTestMemory.java PositionTest.java SourceLimitTest.java StressTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: PositionTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/PositionTest.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- PositionTest.java 29 Mar 2005 18:09:31 -0000 1.26 +++ PositionTest.java 22 May 2005 12:12:09 -0000 1.27 @@ -484,6 +484,7 @@ public static void main(String[] args) { PositionTest positionTest = new PositionTest(); positionTest.execute(args); + System.exit(0); } /** Index: ALCTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/ALCTest.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ALCTest.java 22 Jul 2004 14:27:07 -0000 1.14 +++ ALCTest.java 22 May 2005 12:12:09 -0000 1.15 @@ -104,5 +104,6 @@ public static void main(String[] args) { ALCTest alcTest = new ALCTest(); alcTest.execute(args); + System.exit(0); } } \ No newline at end of file Index: OpenALCreationTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/OpenALCreationTest.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- OpenALCreationTest.java 25 Feb 2005 20:24:10 -0000 1.12 +++ OpenALCreationTest.java 22 May 2005 12:12:09 -0000 1.13 @@ -220,5 +220,6 @@ public static void main(String[] args) { OpenALCreationTest oalCreationTest = new OpenALCreationTest(); oalCreationTest.execute(args); + System.exit(0); } } Index: PlayTestMemory.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/PlayTestMemory.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- PlayTestMemory.java 25 Feb 2005 20:24:10 -0000 1.19 +++ PlayTestMemory.java 22 May 2005 12:12:09 -0000 1.20 @@ -229,5 +229,6 @@ public static void main(String[] args) { PlayTestMemory playTestMemory = new PlayTestMemory(); playTestMemory.execute(args); + System.exit(0); } } Index: StressTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/StressTest.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- StressTest.java 25 Feb 2005 20:24:10 -0000 1.15 +++ StressTest.java 22 May 2005 12:12:09 -0000 1.16 @@ -218,5 +218,6 @@ public static void main(String[] args) { StressTest stressTest = new StressTest(); stressTest.execute(args); + System.exit(0); } } Index: SourceLimitTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/SourceLimitTest.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- SourceLimitTest.java 12 May 2005 15:44:22 -0000 1.15 +++ SourceLimitTest.java 22 May 2005 12:12:09 -0000 1.16 @@ -160,5 +160,6 @@ public static void main(String[] args) { SourceLimitTest sourceLimitTest = new SourceLimitTest(); sourceLimitTest.execute(args); + System.exit(0); } } Index: MovingSoundTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/MovingSoundTest.java,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- MovingSoundTest.java 25 Feb 2005 20:24:10 -0000 1.34 +++ MovingSoundTest.java 22 May 2005 12:12:09 -0000 1.35 @@ -213,5 +213,6 @@ public static void main(String[] args) { MovingSoundTest movingSoundTest = new MovingSoundTest(); movingSoundTest.execute(args); + System.exit(0); } } Index: PlayTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/PlayTest.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- PlayTest.java 25 Feb 2005 20:24:10 -0000 1.18 +++ PlayTest.java 22 May 2005 12:12:09 -0000 1.19 @@ -216,5 +216,6 @@ public static void main(String[] args) { PlayTest playTest = new PlayTest(); playTest.execute(args); + System.exit(0); } } |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:24
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/opengl Modified Files: FullScreenWindowedTest.java Gears.java PbufferTest.java VBOIndexTest.java VBOTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: VBOIndexTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/VBOIndexTest.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- VBOIndexTest.java 16 Feb 2005 12:58:40 -0000 1.24 +++ VBOIndexTest.java 22 May 2005 12:12:09 -0000 1.25 @@ -130,6 +130,7 @@ } finally { cleanup(); } + System.exit(0); } /** Index: Gears.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/Gears.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Gears.java 22 Mar 2005 22:02:50 -0000 1.4 +++ Gears.java 22 May 2005 12:12:09 -0000 1.5 @@ -71,6 +71,7 @@ public static void main(String[] args) { new Gears().execute(); + System.exit(0); } /** Index: FullScreenWindowedTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/FullScreenWindowedTest.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- FullScreenWindowedTest.java 20 Feb 2005 11:24:19 -0000 1.35 +++ FullScreenWindowedTest.java 22 May 2005 12:12:09 -0000 1.36 @@ -271,5 +271,6 @@ System.out.println("Move quad using arrowkeys, and change rotation using +/-"); FullScreenWindowedTest fswTest = new FullScreenWindowedTest(); fswTest.execute(); + System.exit(0); } } Index: PbufferTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/PbufferTest.java,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- PbufferTest.java 20 Feb 2005 11:24:19 -0000 1.42 +++ PbufferTest.java 22 May 2005 12:12:09 -0000 1.43 @@ -395,5 +395,6 @@ System.out.println("Move quad using arrowkeys, and change rotation using +/-"); PbufferTest fswTest = new PbufferTest(); fswTest.execute(); + System.exit(0); } } Index: VBOTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/VBOTest.java,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- VBOTest.java 16 Feb 2005 12:58:40 -0000 1.30 +++ VBOTest.java 22 May 2005 12:12:09 -0000 1.31 @@ -126,6 +126,7 @@ } finally { cleanup(); } + System.exit(0); } /** |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:24
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/shaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/opengl/shaders Modified Files: ShadersTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: ShadersTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/shaders/ShadersTest.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ShadersTest.java 4 May 2005 20:59:39 -0000 1.9 +++ ShadersTest.java 22 May 2005 12:12:10 -0000 1.10 @@ -116,6 +116,7 @@ } cleanup(); + System.exit(0); } private static void initialize(String[] args) { |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:24
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/pbuffers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/opengl/pbuffers Modified Files: PbufferTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: PbufferTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/pbuffers/PbufferTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- PbufferTest.java 4 May 2005 20:59:39 -0000 1.5 +++ PbufferTest.java 22 May 2005 12:12:10 -0000 1.6 @@ -422,6 +422,7 @@ PbufferTest test = new PbufferTest(mode); test.execute(); + System.exit(0); } private static void kill(final String msg) { |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:23
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/awt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/opengl/awt Modified Files: AWTGears.java AWTTest.java DemoBox.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: DemoBox.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/awt/DemoBox.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- DemoBox.java 12 May 2005 15:44:48 -0000 1.3 +++ DemoBox.java 22 May 2005 12:12:10 -0000 1.4 @@ -152,6 +152,7 @@ public void windowClosing(WindowEvent e) { demoCanvas.destroy(); dispose(); + System.exit(0); } }); Index: AWTGears.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/awt/AWTGears.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- AWTGears.java 22 Mar 2005 22:02:48 -0000 1.3 +++ AWTGears.java 22 May 2005 12:12:10 -0000 1.4 @@ -134,6 +134,7 @@ addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { dispose(); + System.exit(0); } }); setResizable(true); Index: AWTTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/awt/AWTTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- AWTTest.java 4 May 2005 20:59:43 -0000 1.5 +++ AWTTest.java 22 May 2005 12:12:10 -0000 1.6 @@ -112,6 +112,7 @@ addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { dispose(); + System.exit(0); } }); setResizable(true); |
|
From: Brian M. <ma...@us...> - 2005-05-22 12:12:21
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/java/org/lwjgl/test/input Modified Files: HWCursorTest.java KeyboardTest.java MouseCreationTest.java MouseTest.java Log Message: added System.exit so that vm instances gets nuked in webstart Index: MouseCreationTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input/MouseCreationTest.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- MouseCreationTest.java 20 Feb 2005 11:24:18 -0000 1.35 +++ MouseCreationTest.java 22 May 2005 12:12:08 -0000 1.36 @@ -204,5 +204,6 @@ public static void main(String[] args) { MouseCreationTest mt = new MouseCreationTest(); mt.executeTest(); + System.exit(0); } } Index: HWCursorTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input/HWCursorTest.java,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- HWCursorTest.java 20 Feb 2005 11:24:18 -0000 1.42 +++ HWCursorTest.java 22 May 2005 12:12:03 -0000 1.43 @@ -393,5 +393,6 @@ System.out.println("Change between fullscreen and windowed mode, by pressing F and W respectively. Enable hw cursor with N and disable it with M."); HWCursorTest cursorTest = new HWCursorTest(); cursorTest.execute(); + System.exit(0); } } Index: KeyboardTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input/KeyboardTest.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- KeyboardTest.java 20 Feb 2005 11:24:18 -0000 1.31 +++ KeyboardTest.java 22 May 2005 12:12:08 -0000 1.32 @@ -236,5 +236,6 @@ public static void main(String[] args) { KeyboardTest kt = new KeyboardTest(); kt.executeTest(); + System.exit(0); } } Index: MouseTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input/MouseTest.java,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- MouseTest.java 21 Mar 2005 08:27:43 -0000 1.43 +++ MouseTest.java 22 May 2005 12:12:08 -0000 1.44 @@ -411,5 +411,6 @@ public static void main(String[] args) { MouseTest mt = new MouseTest(); mt.executeTest(); + System.exit(0); } } |
|
From: Brian M. <ma...@us...> - 2005-05-22 11:14:13
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common/devil In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20129 Modified Files: extilu.c extilut.c Log Message: using .dylibs for devil on mac Index: extilut.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/devil/extilut.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- extilut.c 18 May 2005 17:36:42 -0000 1.6 +++ extilut.c 22 May 2005 11:14:00 -0000 1.7 @@ -11,9 +11,7 @@ #include <mach-o/dyld.h> #include <stdlib.h> #include <string.h> -// note, we use the IL handle since it's all in one lib -extern const struct mach_header* devILhandle; -static const struct mach_header* devILUThandle; // never actually used, just makes it shut up +static const struct mach_header* devILUThandle; #include "extilut.h" #endif @@ -34,7 +32,7 @@ return NULL; mac_symbol_name[0] = '_'; strcpy(&(mac_symbol_name[1]), function); - NSSymbol symbol = NSLookupSymbolInImage(devILhandle, mac_symbol_name, NSLOOKUPSYMBOLINIMAGE_OPTION_RETURN_ON_ERROR); + NSSymbol symbol = NSLookupSymbolInImage(devILUThandle, mac_symbol_name, NSLOOKUPSYMBOLINIMAGE_OPTION_RETURN_ON_ERROR); free(mac_symbol_name); if (symbol == NULL) return NULL; Index: extilu.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/devil/extilu.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- extilu.c 18 May 2005 17:36:42 -0000 1.7 +++ extilu.c 22 May 2005 11:14:00 -0000 1.8 @@ -11,9 +11,7 @@ #include <mach-o/dyld.h> #include <stdlib.h> #include <string.h> -// note, we use the IL handle since it's all in one lib -extern const struct mach_header* devILhandle; -static const struct mach_header* devILUhandle; // never actually used, just makes it shut up +static const struct mach_header* devILUhandle; #include "extilu.h" #endif @@ -34,7 +32,7 @@ return NULL; mac_symbol_name[0] = '_'; strcpy(&(mac_symbol_name[1]), function); - NSSymbol symbol = NSLookupSymbolInImage(devILhandle, mac_symbol_name, NSLOOKUPSYMBOLINIMAGE_OPTION_RETURN_ON_ERROR); + NSSymbol symbol = NSLookupSymbolInImage(devILUhandle, mac_symbol_name, NSLOOKUPSYMBOLINIMAGE_OPTION_RETURN_ON_ERROR); free(mac_symbol_name); if (symbol == NULL) return NULL; |
|
From: Brian M. <ma...@us...> - 2005-05-22 11:09:13
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/devil In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19251/org/lwjgl/devil Modified Files: IL.java ILU.java ILUT.java Log Message: using .dylibs for devil on mac Index: ILUT.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/devil/ILUT.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ILUT.java 4 May 2005 20:59:41 -0000 1.12 +++ ILUT.java 22 May 2005 11:09:02 -0000 1.13 @@ -128,15 +128,10 @@ throw new LWJGLException("Cannot create ILUT without having created IL instance"); } - // We need to do nothing when running on mac, since all is loaded in IL - if(LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) { - return; - } - String[] ilutPaths = LWJGLUtil.getLibraryPaths(new String[]{ "ILUT", "ILUT.dll", "ILUT", "libILUT.so", - "ILUT", "IL"}, ILU.class.getClassLoader()); + "ILUT", "libILUT.dylib"}, ILUT.class.getClassLoader()); nCreate(ilutPaths); created = true; @@ -158,12 +153,6 @@ * Exit cleanly by calling destroy. */ public static void destroy() { - - // We need to do nothing when running on mac, since all is destroyed in IL - if(LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) { - return; - } - resetNativeStubs(ILUT.class); if (created) { nDestroy(); Index: IL.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/devil/IL.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- IL.java 4 May 2005 20:59:40 -0000 1.16 +++ IL.java 22 May 2005 11:09:02 -0000 1.17 @@ -583,23 +583,13 @@ String[] illPaths = LWJGLUtil.getLibraryPaths(new String[]{ "DevIL", "DevIL.dll", "IL", "libIL.so", - "IL", "IL"}, IL.class.getClassLoader()); + "IL", "libIL.dylib"}, IL.class.getClassLoader()); nCreate(illPaths); created = true; try { IL.initNativeStubs(); IL.ilInit(); - - // We need to initialize everything in one fell swoop on mac - if(LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) { - ILU.initNativeStubs(); - ILU.setCreated(true); - - ILUT.initNativeStubs(); - ILUT.setCreated(true); - } - created = true; } catch (LWJGLException e) { destroy(); @@ -613,17 +603,6 @@ public static void destroy() { resetNativeStubs(IL.class); - // We need to destroy everything on mac in one go - if(LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) { - ILU.resetNativeStubs(ILU.class); - ILU.nDestroy(); - ILU.setCreated(false); - - ILUT.resetNativeStubs(ILUT.class); - ILUT.nDestroy(); - ILUT.setCreated(false); - } - if (created) { nDestroy(); } Index: ILU.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/devil/ILU.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ILU.java 4 May 2005 20:59:41 -0000 1.12 +++ ILU.java 22 May 2005 11:09:02 -0000 1.13 @@ -163,15 +163,10 @@ throw new LWJGLException("Cannot create ILU without having created IL instance"); } - // We need to do nothing when running on mac, since all is loaded in IL - if(LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) { - return; - } - String[] iluPaths = LWJGLUtil.getLibraryPaths(new String[]{ "ILU", "ILU.dll", "ILU", "libILU.so", - "ILU", "ILU"}, ILU.class.getClassLoader()); + "ILU", "libILU.dylib"}, ILU.class.getClassLoader()); nCreate(iluPaths); created = true; @@ -193,12 +188,6 @@ * Exit cleanly by calling destroy. */ public static void destroy() { - - // We need to do nothing when running on mac, since all is destroyed in IL - if(LWJGLUtil.getPlatform() == LWJGLUtil.PLATFORM_MACOSX) { - return; - } - resetNativeStubs(ILU.class); if (created) { nDestroy(); |