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
(1) |
2
(14) |
3
(4) |
4
|
5
(3) |
6
(1) |
|
7
(9) |
8
(2) |
9
(4) |
10
|
11
(16) |
12
(21) |
13
(14) |
|
14
(12) |
15
(5) |
16
(6) |
17
|
18
(4) |
19
(4) |
20
(3) |
|
21
(2) |
22
(12) |
23
|
24
|
25
(8) |
26
|
27
(25) |
|
28
|
29
(2) |
30
(1) |
|
|
|
|
|
From: Brian M. <ma...@us...> - 2004-11-20 16:46:56
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/input In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4468/src/java/org/lwjgl/input Modified Files: Cursor.java Log Message: import cleanup Index: Cursor.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/input/Cursor.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Cursor.java 11 Nov 2004 13:54:25 -0000 1.31 +++ Cursor.java 20 Nov 2004 16:46:44 -0000 1.32 @@ -31,12 +31,11 @@ */ package org.lwjgl.input; -import java.nio.ByteBuffer; import java.nio.IntBuffer; -import org.lwjgl.LWJGLException; -import org.lwjgl.BufferUtils; import org.lwjgl.BufferChecks; +import org.lwjgl.BufferUtils; +import org.lwjgl.LWJGLException; import org.lwjgl.Sys; import org.lwjgl.opengl.Display; |
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4468/src/java/org/lwjgl/opengl Modified Files: MacOSXFrame.java MacOSXDisplay.java LinuxDisplay.java MacOSXGLCanvas.java Win32Display.java KeyboardEventQueue.java Log Message: import cleanup Index: Win32Display.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/Win32Display.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Win32Display.java 18 Nov 2004 12:10:27 -0000 1.3 +++ Win32Display.java 20 Nov 2004 16:46:43 -0000 1.4 @@ -38,13 +38,12 @@ * @author elias_naur */ -import java.nio.FloatBuffer; -import java.nio.IntBuffer; import java.nio.ByteBuffer; +import java.nio.FloatBuffer; import java.nio.IntBuffer; -import org.lwjgl.LWJGLException; import org.lwjgl.BufferUtils; +import org.lwjgl.LWJGLException; final class Win32Display implements DisplayImplementation { private final static int CURSOR_HANDLE_SIZE = 8; Index: LinuxDisplay.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/LinuxDisplay.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- LinuxDisplay.java 18 Nov 2004 12:10:27 -0000 1.3 +++ LinuxDisplay.java 20 Nov 2004 16:46:43 -0000 1.4 @@ -38,13 +38,12 @@ * @author elias_naur */ -import java.nio.FloatBuffer; -import java.nio.IntBuffer; import java.nio.ByteBuffer; +import java.nio.FloatBuffer; import java.nio.IntBuffer; -import org.lwjgl.LWJGLException; import org.lwjgl.BufferUtils; +import org.lwjgl.LWJGLException; final class LinuxDisplay implements DisplayImplementation { private final static int CURSOR_HANDLE_SIZE = 8; Index: KeyboardEventQueue.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/KeyboardEventQueue.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- KeyboardEventQueue.java 13 Nov 2004 08:48:56 -0000 1.2 +++ KeyboardEventQueue.java 20 Nov 2004 16:46:43 -0000 1.3 @@ -37,11 +37,9 @@ * @author elias_naur */ -import java.nio.ByteBuffer; -import java.nio.IntBuffer; - -import java.awt.event.KeyListener; import java.awt.event.KeyEvent; +import java.awt.event.KeyListener; +import java.nio.ByteBuffer; import org.lwjgl.input.Keyboard; Index: MacOSXFrame.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/MacOSXFrame.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- MacOSXFrame.java 19 Nov 2004 15:05:21 -0000 1.3 +++ MacOSXFrame.java 20 Nov 2004 16:46:43 -0000 1.4 @@ -39,22 +39,14 @@ import java.awt.BorderLayout; import java.awt.Frame; +import java.awt.GraphicsDevice; +import java.awt.GraphicsEnvironment; import java.awt.Insets; -import java.awt.Cursor; import java.awt.Rectangle; -import java.awt.Dimension; -import java.awt.Point; -import java.awt.Toolkit; -import java.awt.GraphicsEnvironment; -import java.awt.GraphicsDevice; -import java.awt.image.BufferedImage; -import java.awt.event.WindowListener; -import java.awt.event.ComponentListener; import java.awt.event.ComponentEvent; +import java.awt.event.ComponentListener; import java.awt.event.WindowEvent; -import java.lang.reflect.Method; -import java.lang.reflect.Proxy; -import java.lang.reflect.InvocationHandler; +import java.awt.event.WindowListener; import java.lang.reflect.InvocationTargetException; import org.lwjgl.LWJGLException; Index: MacOSXDisplay.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/MacOSXDisplay.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- MacOSXDisplay.java 19 Nov 2004 15:18:29 -0000 1.10 +++ MacOSXDisplay.java 20 Nov 2004 16:46:43 -0000 1.11 @@ -38,30 +38,24 @@ * @author elias_naur */ -import java.nio.FloatBuffer; -import java.nio.IntBuffer; -import java.nio.ByteBuffer; - -import org.lwjgl.LWJGLException; -import org.lwjgl.Sys; -import org.lwjgl.input.Mouse; -import org.lwjgl.input.Keyboard; - -import java.util.List; -import java.util.ArrayList; -import java.awt.BorderLayout; -import java.awt.Frame; -import java.awt.Insets; import java.awt.Cursor; -import java.awt.Rectangle; import java.awt.Dimension; import java.awt.Point; +import java.awt.Rectangle; import java.awt.Toolkit; import java.awt.image.BufferedImage; -import java.lang.reflect.Method; -import java.lang.reflect.Proxy; import java.lang.reflect.InvocationHandler; import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; +import java.lang.reflect.Proxy; +import java.nio.ByteBuffer; +import java.nio.FloatBuffer; +import java.nio.IntBuffer; +import java.util.ArrayList; +import java.util.List; + +import org.lwjgl.LWJGLException; +import org.lwjgl.input.Keyboard; final class MacOSXDisplay implements DisplayImplementation { private final static int GAMMA_LENGTH = 256; Index: MacOSXGLCanvas.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/MacOSXGLCanvas.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- MacOSXGLCanvas.java 12 Nov 2004 13:23:20 -0000 1.2 +++ MacOSXGLCanvas.java 20 Nov 2004 16:46:43 -0000 1.3 @@ -38,11 +38,10 @@ import java.awt.Canvas; import java.awt.Dimension; -import java.awt.Point; -import java.awt.Rectangle; import java.awt.Graphics; -import java.awt.event.ComponentListener; +import java.awt.Point; import java.awt.event.ComponentEvent; +import java.awt.event.ComponentListener; final class MacOSXGLCanvas extends Canvas implements ComponentListener { private int width; |
|
From: Brian M. <ma...@us...> - 2004-11-20 02:48:50
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/glu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17719/src/java/org/lwjgl/opengl/glu Modified Files: Sphere.java Log Message: fix sphere bug reported by Ken Russell Index: Sphere.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/glu/Sphere.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Sphere.java 12 Jun 2004 20:28:24 -0000 1.5 +++ Sphere.java 20 Nov 2004 02:48:38 -0000 1.6 @@ -87,7 +87,7 @@ dtheta = 2.0f * GLU.PI / slices; if (super.drawStyle == GLU.GLU_FILL) { - if (super.textureFlag) { + if (!super.textureFlag) { // draw +Z end as a triangle fan GL11.glBegin(GL11.GL_TRIANGLE_FAN); GL11.glNormal3f(0.0f, 0.0f, 1.0f); |