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
(6) |
2
|
3
|
4
(3) |
5
|
6
|
7
(11) |
|
8
(2) |
9
|
10
|
11
|
12
(6) |
13
|
14
|
|
15
(1) |
16
(4) |
17
(8) |
18
|
19
|
20
|
21
|
|
22
|
23
|
24
(17) |
25
|
26
|
27
|
28
|
|
29
|
30
|
|
|
|
|
|
|
From: Caspian Rychlik-P. <ci...@us...> - 2003-06-12 15:19:36
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv6869/src/native/common Modified Files: extal.cpp Log Message: Index: extal.cpp CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/extal.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/extal.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- extal.cpp 12 Jun 2003 14:08:10 -0000 1.4 +++ extal.cpp 12 Jun 2003 15:19:31 -0000 1.5 @@ -175,22 +175,6 @@ */ void LoadOpenAL(JNIEnv *env, jobjectArray oalPaths) { - /* - * CAS: Experimental new code for loading OpenAL. We're ignoring the paths - * and just trying to load it once. - */ - -#ifdef _WIN32 - handleOAL = LoadLibrary("OpenAL32.dll"); -#endif -#ifdef _X11 - handleOAL = dlopen("libopenal.so", RTLD_LAZY); -#endif -#ifdef TARGET_OS_MAC - oalInitEntryPoints(); -#endif - - /* jsize pathcount = env->GetArrayLength(oalPaths); #ifdef _DEBUG printf("Found %d OpenAL paths\n", pathcount); @@ -218,7 +202,7 @@ break; } env->ReleaseStringUTFChars(path, path_str); - */ + } } /** |
|
From: Caspian Rychlik-P. <ci...@us...> - 2003-06-12 15:19:33
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/openal In directory sc8-pr-cvs1:/tmp/cvs-serv6574/src/java/org/lwjgl/openal Modified Files: BaseAL.java Log Message: Index: BaseAL.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/openal/BaseAL.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/openal/BaseAL.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- BaseAL.java 12 Jun 2003 14:07:35 -0000 1.10 +++ BaseAL.java 12 Jun 2003 15:19:05 -0000 1.11 @@ -65,11 +65,6 @@ */ private static void initialize() { System.loadLibrary(org.lwjgl.Sys.getLibraryName()); - try { - System.loadLibrary("OpenAL32"); - } catch (Exception e) { - System.loadLibrary("openal"); - } } /** |
|
From: Caspian Rychlik-P. <ci...@us...> - 2003-06-12 14:08:14
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv29251/src/native/common Modified Files: extal.cpp Log Message: Index: extal.cpp CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/extal.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/extal.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- extal.cpp 17 May 2003 02:50:51 -0000 1.3 +++ extal.cpp 12 Jun 2003 14:08:10 -0000 1.4 @@ -174,7 +174,24 @@ * Loads the OpenAL Library */ void LoadOpenAL(JNIEnv *env, jobjectArray oalPaths) { - jsize pathcount = env->GetArrayLength(oalPaths); + + /* + * CAS: Experimental new code for loading OpenAL. We're ignoring the paths + * and just trying to load it once. + */ + +#ifdef _WIN32 + handleOAL = LoadLibrary("OpenAL32.dll"); +#endif +#ifdef _X11 + handleOAL = dlopen("libopenal.so", RTLD_LAZY); +#endif +#ifdef TARGET_OS_MAC + oalInitEntryPoints(); +#endif + + /* + jsize pathcount = env->GetArrayLength(oalPaths); #ifdef _DEBUG printf("Found %d OpenAL paths\n", pathcount); #endif @@ -201,7 +218,7 @@ break; } env->ReleaseStringUTFChars(path, path_str); - } + */ } /** |
|
From: Caspian Rychlik-P. <ci...@us...> - 2003-06-12 14:08:03
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv29147/src/native/win32 Modified Files: org_lwjgl_Window.cpp Log Message: Index: org_lwjgl_Window.cpp CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/win32/org_lwjgl_Window.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/win32/org_lwjgl_Window.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- org_lwjgl_Window.cpp 7 Jun 2003 19:28:53 -0000 1.12 +++ org_lwjgl_Window.cpp 12 Jun 2003 14:07:56 -0000 1.13 @@ -149,12 +149,18 @@ */ void appActivate(bool active) { + if (!active) { + tempResetDisplayMode(); + } if (active) { SetForegroundWindow(hwnd); ShowWindow(hwnd, SW_RESTORE); } else if (isFullScreen) { ShowWindow(hwnd, SW_MINIMIZE); } + if (active) { + tempRestoreDisplayMode(); + } } /* @@ -200,15 +206,11 @@ case WA_CLICKACTIVE: environment->SetBooleanField(window, environment->GetFieldID(environment->GetObjectClass(window), "minimized", "Z"), JNI_FALSE); isMinimized = false; - // Change to game display settings - tempRestoreDisplayMode(); break; case WA_INACTIVE: environment->SetBooleanField(window, environment->GetFieldID(environment->GetObjectClass(window), "minimized", "Z"), JNI_TRUE); isMinimized = true; - // Restore display settings - tempResetDisplayMode(); break; } @@ -413,7 +415,7 @@ if (isMinimized) return; ShowWindow(hwnd, SW_MINIMIZE); -// tempResetDisplayMode(); + tempResetDisplayMode(); } /* @@ -427,6 +429,6 @@ if (!isMinimized) return; -// tempRestoreDisplayMode(); + tempRestoreDisplayMode(); ShowWindow(hwnd, SW_RESTORE); } |
|
From: Caspian Rychlik-P. <ci...@us...> - 2003-06-12 14:07:42
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/openal In directory sc8-pr-cvs1:/tmp/cvs-serv29031/src/java/org/lwjgl/openal Modified Files: BaseAL.java Log Message: Index: BaseAL.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/openal/BaseAL.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/openal/BaseAL.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- BaseAL.java 27 Apr 2003 18:37:37 -0000 1.9 +++ BaseAL.java 12 Jun 2003 14:07:35 -0000 1.10 @@ -47,87 +47,90 @@ * @version $Revision$ */ public abstract class BaseAL { - /** Have we been created? */ - protected static boolean created; - - static { - initialize(); - } - - /** - * Override to provide any initialization code after creation. - */ - protected void init() throws OpenALException { - } - - /** - * Static initialization - */ - private static void initialize() { - System.loadLibrary(org.lwjgl.Sys.getLibraryName()); - } - - /** - * Creates the AL instance - * - * @throws Exception if a failiure occured in the AL creation process - */ - public void create() throws OpenALException { - if (created) { - return; - } + /** Have we been created? */ + protected static boolean created; - // need to pass path of possible locations of OAL to native side - String libpath = System.getProperty("java.library.path"); - String seperator = System.getProperty("path.separator"); - String libname; + static { + initialize(); + } - // libname is hardcoded atm - this will change in a near future... - libname = (System.getProperty("os.name").toLowerCase().indexOf("windows") == -1) - ? "libopenal.so" - : "OpenAL32.dll"; + /** + * Override to provide any initialization code after creation. + */ + protected void init() throws OpenALException { + } - StringTokenizer st = new StringTokenizer(libpath, seperator); - - //create needed string array - String[] oalPaths = new String[st.countTokens()+1]; + /** + * Static initialization + */ + private static void initialize() { + System.loadLibrary(org.lwjgl.Sys.getLibraryName()); + try { + System.loadLibrary("OpenAL32"); + } catch (Exception e) { + System.loadLibrary("openal"); + } + } - //build paths - for(int i=0;i<oalPaths.length - 1;i++) { - oalPaths[i] = st.nextToken() + File.separator + libname; - } + /** + * Creates the AL instance + * + * @throws Exception if a failiure occured in the AL creation process + */ + public void create() throws OpenALException { + if (created) { + return; + } - //add cwd path - oalPaths[oalPaths.length-1] = libname; - if (!nCreate(oalPaths)) { - throw new OpenALException("AL instance could not be created."); - } - - init(); - created = true; - } - - /** - * Native method to create AL instance - * - * @param oalPaths Array of strings containing paths to search for OpenAL library - * @return true if the AL creation process succeeded - */ - protected native boolean nCreate(String[] oalPaths); - - /** - * Calls whatever destruction rutines that are needed - */ - public void destroy() { - if (!created) { - return; - } - created = false; - nDestroy(); - } - - /** - * Native method the destroy the AL - */ - protected native void nDestroy(); + // need to pass path of possible locations of OAL to native side + String libpath = System.getProperty("java.library.path"); + String seperator = System.getProperty("path.separator"); + String libname; + + // libname is hardcoded atm - this will change in a near future... + libname = (System.getProperty("os.name").toLowerCase().indexOf("windows") == -1) ? "libopenal.so" : "OpenAL32.dll"; + + StringTokenizer st = new StringTokenizer(libpath, seperator); + + //create needed string array + String[] oalPaths = new String[st.countTokens() + 1]; + + //build paths + for (int i = 0; i < oalPaths.length - 1; i++) { + oalPaths[i] = st.nextToken() + File.separator + libname; + } + + //add cwd path + oalPaths[oalPaths.length - 1] = libname; + if (!nCreate(oalPaths)) { + throw new OpenALException("AL instance could not be created."); + } + + init(); + created = true; + } + + /** + * Native method to create AL instance + * + * @param oalPaths Array of strings containing paths to search for OpenAL library + * @return true if the AL creation process succeeded + */ + protected native boolean nCreate(String[] oalPaths); + + /** + * Calls whatever destruction rutines that are needed + */ + public void destroy() { + if (!created) { + return; + } + created = false; + nDestroy(); + } + + /** + * Native method the destroy the AL + */ + protected native void nDestroy(); } |
|
From: Caspian Rychlik-P. <ci...@us...> - 2003-06-12 14:07:42
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1:/tmp/cvs-serv29031/src/java/org/lwjgl Modified Files: Sys.java Window.java Log Message: Index: Sys.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/Sys.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Sys.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Sys.java 3 Apr 2003 21:02:23 -0000 1.18 +++ Sys.java 12 Jun 2003 14:07:36 -0000 1.19 @@ -107,6 +107,7 @@ } } + /** * @return the name of the native library to load Index: Window.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/Window.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Window.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Window.java 7 Jun 2003 12:47:08 -0000 1.11 +++ Window.java 12 Jun 2003 14:07:36 -0000 1.12 @@ -149,7 +149,7 @@ /** * Minimize the game and allow the operating system's default display to become - * visible. It is NOT the responsibility of LWJGL's native code to restore the display + * visible. It is the responsibility of LWJGL's native code to restore the display * to its normal display settings. * * If the display is already minimized then this is a no-op. @@ -157,7 +157,7 @@ public final native void minimize(); /** - * Restore the game and hide the operating system away. It is NOT the responsibility of + * Restore the game and hide the operating system away. It is the responsibility of * LWJGL's native code to restore the display to its game display settings. * * If the display is not minimized then this is a no-op/ |