|
From: <ma...@pr...> - 2004-01-31 12:59:08
|
Update of /cvsroot/java-game-lib/LWJGL/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24903 Modified Files: CREDITS LICENSE README Log Message: updated Index: CREDITS =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/doc/CREDITS,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- CREDITS 21 Dec 2002 12:09:02 -0000 1.3 +++ CREDITS 31 Jan 2004 12:57:25 -0000 1.4 @@ -1,12 +1,17 @@ The following people have helped to make this project what it is today: +active developers: - Caspian Rychlik-Prince <cp...@sh...> - Brian Matzon <br...@ma...> + - Elias Naur <na...@od...> + - Erik Duijs <ed...@us...> + - Ioannis Tsakpinis <sp...@us...> + +contributors: - Niels Jørgensen <nj...@ni...> - Tristan Campbell <tr...@ha...> - Gregory Pierce <gre...@ya...> - - Elias Naur <na...@od...> - Luke Holden <lh...@us...> additional credits goes to: - - Joseph I. Valenzuela [OpenAL] + - Joseph I. Valenzuela [OpenAL stuff] - Lev Povalahev [OpenGL Extensions] \ No newline at end of file Index: LICENSE =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/doc/LICENSE,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- LICENSE 21 Dec 2002 12:08:27 -0000 1.2 +++ LICENSE 31 Jan 2004 12:57:25 -0000 1.3 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002 Lightweight Java Game Library Project + * Copyright (c) 2002-2004 Lightweight Java Game Library Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without Index: README =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/doc/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- README 24 Aug 2003 20:53:52 -0000 1.4 +++ README 31 Jan 2004 12:57:25 -0000 1.5 @@ -11,9 +11,10 @@ Extract the archive, and cd into directory Extract the media files into lwjgl folder (only needed for openal tests) - LWJGL Tests: java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO + where DEMO is one of the following: + org.lwjgl.test.input.ControllerCreationTest (Requires attached Controller) org.lwjgl.test.input.ControllerTest (Requires attached Controller) org.lwjgl.test.input.MouseCreationTest |