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
(5) |
3
(1) |
4
(1) |
5
|
|
6
|
7
(6) |
8
(2) |
9
(11) |
10
|
11
(1) |
12
|
|
13
(1) |
14
(2) |
15
(30) |
16
(46) |
17
(13) |
18
(2) |
19
|
|
20
(26) |
21
(12) |
22
(9) |
23
(22) |
24
(5) |
25
(2) |
26
|
|
27
|
28
|
|
|
|
|
|
|
From: Brian M. <ma...@us...> - 2005-02-07 18:48:32
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20549/src/java/org/lwjgl Modified Files: BufferChecks.java Sys.java Log Message: cleanup Index: BufferChecks.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/BufferChecks.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- BufferChecks.java 25 Nov 2004 22:16:10 -0000 1.2 +++ BufferChecks.java 7 Feb 2005 18:48:22 -0000 1.3 @@ -39,11 +39,11 @@ import java.nio.DoubleBuffer; /** - * $Id$ A class to - * check buffer boundaries in general. If there is unsufficient space + * $Id$ + * <p>A class to check buffer boundaries in general. If there is unsufficient space * in the buffer when the call is made then a buffer overflow would otherwise * occur and cause unexpected behaviour, a crash, or worse, a security risk. - * + * </p> * @author cix_foo <ci...@us...> * @author elias_naur <eli...@us...> * @version $Revision$ Index: Sys.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Sys.java,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- Sys.java 7 Feb 2005 18:38:54 -0000 1.72 +++ Sys.java 7 Feb 2005 18:48:22 -0000 1.73 @@ -39,9 +39,9 @@ /** * $Id$ - * + * <p> * System class (named Sys so as not to conflict with java.lang.System) - * + * </p> * @author cix_foo <ci...@us...> * @version $Revision$ */ |
|
From: Brian M. <ma...@us...> - 2005-02-07 18:48:03
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20440/src/java/org/lwjgl Modified Files: Win32SysImplementation.java Log Message: fixed license no longer public Index: Win32SysImplementation.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Win32SysImplementation.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Win32SysImplementation.java 20 Jan 2005 22:51:26 -0000 1.2 +++ Win32SysImplementation.java 7 Feb 2005 18:47:53 -0000 1.3 @@ -1,31 +1,31 @@ -/* - * Copyright (c) 2003 Shaven Puppy Ltd +/* + * Copyright (c) 2002-2004 LWJGL Project * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are + * modification, are permitted provided that the following conditions are * met: - * - * * Redistributions of source code must retain the above copyright + * + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * - * * Neither the name of 'Shaven Puppy' nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * + * * Neither the name of 'LWJGL' nor the names of + * its contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ @@ -33,11 +33,11 @@ /** * $Id$ - * Win32 SysImplementation. This is just a straightforward NativsSysImplementation. * <p> + * Win32 SysImplementation. This is just a straightforward NativsSysImplementation. + * </p> * @author $Author$ * @version $Revision$ */ -public class Win32SysImplementation extends NativeSysImplementation { - +class Win32SysImplementation extends NativeSysImplementation { } |
|
From: Brian M. <ma...@us...> - 2005-02-07 18:45:36
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/input In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19899/src/java/org/lwjgl/input Modified Files: Keyboard.java Log Message: add comment on keyboard layout/key Index: Keyboard.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/input/Keyboard.java,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Keyboard.java 18 Jan 2005 16:42:28 -0000 1.57 +++ Keyboard.java 7 Feb 2005 18:45:25 -0000 1.58 @@ -439,6 +439,10 @@ } /** + * Please note that the key code returned is NOT valid against the + * current keyboard layout. To get the actual character pressed call + * getEventCharacter + * * @return The key from the current event */ public static int getEventKey() { |
|
From: Brian M. <ma...@us...> - 2005-02-07 18:39:04
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18499/src/java/org/lwjgl Modified Files: Sys.java Log Message: cleanup Index: Sys.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Sys.java,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- Sys.java 25 Jan 2005 06:31:33 -0000 1.71 +++ Sys.java 7 Feb 2005 18:38:54 -0000 1.72 @@ -47,22 +47,19 @@ */ public final class Sys { + /** Current version of library */ public static final String VERSION = "0.95"; /** The native library name */ private static final String LIBRARY_NAME = "lwjgl"; - /** The platform adapter class name */ - private static final String PLATFORM; - - /** - * Debug flag. - */ + /** Debug flag. */ public static final boolean DEBUG = Boolean.getBoolean("org.lwjgl.Sys.debug"); + + /** OS Name */ + private final static String OS_NAME = System.getProperty("os.name"); - /** - * The implementation instance to delegate platform specific behavior to - */ + /** The implementation instance to delegate platform specific behavior to */ private final static SysImplementation implementation; static { @@ -71,23 +68,20 @@ String native_version = implementation.getNativeLibraryVersion(); if (!native_version.equals(VERSION)) throw new LinkageError("Version mismatch: jar version is '" + VERSION + - "', native libary version is '" + native_version + "'"); + "', native libary version is '" + native_version + "'"); implementation.setDebug(DEBUG); - - PLATFORM = System.getProperty("org.lwjgl.Sys.platform", "org.lwjgl.SwingAdapter"); } private static SysImplementation createImplementation() { String class_name; - String os_name = System.getProperty("os.name"); - if (os_name.startsWith("Linux")) { + if (OS_NAME.startsWith("Linux")) { class_name = "org.lwjgl.LinuxSysImplementation"; - } else if (os_name.startsWith("Windows")) { + } else if (OS_NAME.startsWith("Windows")) { class_name = "org.lwjgl.Win32SysImplementation"; - } else if (os_name.startsWith("Mac")) { + } else if (OS_NAME.startsWith("Mac")) { class_name = "org.lwjgl.MacOSXSysImplementation"; } else - throw new IllegalStateException("The platform " + os_name + " is not supported"); + throw new IllegalStateException("The platform " + OS_NAME + " is not supported"); try { Class impl_class = Class.forName(class_name); return (SysImplementation)impl_class.newInstance(); @@ -169,7 +163,6 @@ title = ""; if (message == null) message = ""; - String osName = System.getProperty("os.name"); implementation.alert(title, message); if (grabbed) { Mouse.setGrabbed(true); |
|
From: Brian M. <ma...@us...> - 2005-02-07 16:40:04
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24113/src/java/org/lwjgl/test/fmod3 Modified Files: SyncTest.java Log Message: cleanup Index: SyncTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/fmod3/SyncTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- SyncTest.java 18 Jan 2005 19:22:43 -0000 1.4 +++ SyncTest.java 7 Feb 2005 16:39:54 -0000 1.5 @@ -36,7 +36,6 @@ import java.nio.ByteBuffer; import org.lwjgl.BufferUtils; -import org.lwjgl.Sys; import org.lwjgl.fmod3.FMOD; import org.lwjgl.fmod3.FMODException; import org.lwjgl.fmod3.FMusic; |
Update of /cvsroot/java-game-lib/LWJGL/www/_gfx/projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15879 Modified Files: tribaltrouble_1.jpg tribaltrouble_2.jpg tribaltrouble_3.jpg tribaltrouble_small_1.jpg tribaltrouble_small_2.jpg tribaltrouble_small_3.jpg Log Message: Updated Tribal Trouble screenshots :) Index: tribaltrouble_small_2.jpg =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/_gfx/projects/tribaltrouble_small_2.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsxtojGs and /tmp/cvsJ7YtRE differ Index: tribaltrouble_2.jpg =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/_gfx/projects/tribaltrouble_2.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsP8eBbq and /tmp/cvsr7SuqC differ Index: tribaltrouble_small_1.jpg =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/_gfx/projects/tribaltrouble_small_1.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsRqLicA and /tmp/cvsg9RaxM differ Index: tribaltrouble_small_3.jpg =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/_gfx/projects/tribaltrouble_small_3.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsYgkZTD and /tmp/cvsAjcIiQ differ Index: tribaltrouble_1.jpg =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/_gfx/projects/tribaltrouble_1.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsCkk6eI and /tmp/cvs4vNmHU differ Index: tribaltrouble_3.jpg =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/_gfx/projects/tribaltrouble_3.jpg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsy8wltN and /tmp/cvsRsLqZZ differ |