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
|
3
|
4
(5) |
5
(7) |
6
(3) |
7
(2) |
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
(1) |
15
|
16
(3) |
17
(1) |
18
|
19
|
20
(2) |
21
|
22
(1) |
23
(2) |
24
|
25
|
26
(2) |
27
(1) |
28
(2) |
29
(1) |
30
(1) |
|
|
|
|
|
From: <eli...@us...> - 2008-06-05 13:11:17
|
Revision: 3093 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3093&view=rev Author: elias_naur Date: 2008-06-05 06:11:04 -0700 (Thu, 05 Jun 2008) Log Message: ----------- Windows: Removed unused dinputhelper.c/h Removed Paths: ------------- trunk/LWJGL/src/native/windows/dinputhelper.c trunk/LWJGL/src/native/windows/dinputhelper.h Deleted: trunk/LWJGL/src/native/windows/dinputhelper.c =================================================================== --- trunk/LWJGL/src/native/windows/dinputhelper.c 2008-06-05 08:12:14 UTC (rev 3092) +++ trunk/LWJGL/src/native/windows/dinputhelper.c 2008-06-05 13:11:04 UTC (rev 3093) @@ -1,63 +0,0 @@ -/* - * Copyright (c) 2002-2008 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 - * met: - * - * * 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 '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 - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * 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. - */ - -/** - * $Id: org_lwjgl_input_Keyboard.c 2385 2006-06-23 16:45:21Z elias_naur $ - * - * @author elias_naue <eli...@us...> - * @version $Revision: 2385 $ - */ - -#include "common_tools.h" -#include "dinputhelper.h" -#include <jni.h> - -HRESULT objectCallback(JNIEnv *env, jobject enumerator, jint object_type, const char *tszName) { - jstring name; - jclass enum_class; - jmethodID nextObject_method; - jboolean should_continue; - - name = NewStringNativeWithLength(env, tszName, strlen(tszName)); - if (name == NULL) - return false; - enum_class = (*env)->GetObjectClass(env, enumerator); - if (enum_class == NULL) - return false; - nextObject_method = (*env)->GetMethodID(env, enum_class, "nextObject", "(ILjava/lang/String;)Z"); - if (nextObject_method == NULL) - return false; - should_continue = (*env)->CallBooleanMethod(env, enumerator, nextObject_method, object_type, name); - (*env)->DeleteLocalRef(env, name); - return should_continue == JNI_TRUE ? true : false; -} - Deleted: trunk/LWJGL/src/native/windows/dinputhelper.h =================================================================== --- trunk/LWJGL/src/native/windows/dinputhelper.h 2008-06-05 08:12:14 UTC (rev 3092) +++ trunk/LWJGL/src/native/windows/dinputhelper.h 2008-06-05 13:11:04 UTC (rev 3093) @@ -1,53 +0,0 @@ -/* - * Copyright (c) 2002-2008 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 - * met: - * - * * 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 '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 - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * 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. - */ - -/** - * $Id: context.c 2370 2006-06-15 15:03:29Z elias_naur $ - * - * @author elias_naur <eli...@us...> - * @version $Revision: 2370 $ - */ - -#ifndef __DIRECTINPUT_HELPER_H -#define __DIRECTINPUT_HELPER_H - -#include <jni.h> -#include <windows.h> - -typedef struct { - JNIEnv *env; - jobject enumerator; -} enum_context_t; - -HRESULT objectCallback(JNIEnv *env, jobject enumerator, jint object_type, const char *tszName); - -#endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-05 08:12:17
|
Revision: 3092 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3092&view=rev Author: matzon Date: 2008-06-05 01:12:14 -0700 (Thu, 05 Jun 2008) Log Message: ----------- missing special handler for ALC_ALL_DEVICES_SPECIFIER Modified Paths: -------------- trunk/LWJGL/src/native/common/org_lwjgl_openal_ALC10.c Modified: trunk/LWJGL/src/native/common/org_lwjgl_openal_ALC10.c =================================================================== --- trunk/LWJGL/src/native/common/org_lwjgl_openal_ALC10.c 2008-06-05 08:11:17 UTC (rev 3091) +++ trunk/LWJGL/src/native/common/org_lwjgl_openal_ALC10.c 2008-06-05 08:12:14 UTC (rev 3092) @@ -95,6 +95,7 @@ switch(token) { case 0x1005: // ALC_DEVICE_SPECIFIER case 0x310: // ALC_CAPTURE_DEVICE_SPECIFIER + case 0x1013: // ALC_ALL_DEVICES_SPECIFIER while (alcString[i - 1] != '\0' || alcString[i] != '\0') { i++; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-05 08:11:24
|
Revision: 3091 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3091&view=rev Author: matzon Date: 2008-06-05 01:11:17 -0700 (Thu, 05 Jun 2008) Log Message: ----------- missing destroy Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java Modified: trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java 2008-06-04 21:36:59 UTC (rev 3090) +++ trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java 2008-06-05 08:11:17 UTC (rev 3091) @@ -72,6 +72,8 @@ printALInfo(); checkForErrors(); + + AL.destroy(); } private void printALCInfo() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-04 21:37:13
|
Revision: 3090 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3090&view=rev Author: matzon Date: 2008-06-04 14:36:59 -0700 (Wed, 04 Jun 2008) Log Message: ----------- dont use String.format *grumble* Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java Modified: trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java 2008-06-04 21:31:52 UTC (rev 3089) +++ trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java 2008-06-04 21:36:59 UTC (rev 3090) @@ -92,15 +92,15 @@ device = ALC10.alcGetContextsDevice(ALC10.alcGetCurrentContext()); checkForErrors(); - System.out.println(String.format("Default device: %s", ALC10.alcGetString(device, ALC10.ALC_DEFAULT_DEVICE_SPECIFIER))); + System.out.println("Default device: " + ALC10.alcGetString(device, ALC10.ALC_DEFAULT_DEVICE_SPECIFIER)); - System.out.println(String.format("Default capture device: %s", ALC10.alcGetString(device, ALC11.ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER))); + System.out.println("Default capture device: " + ALC10.alcGetString(device, ALC11.ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER)); ALC10.alcGetInteger(AL.getDevice(), ALC10.ALC_MAJOR_VERSION, version); ALC10.alcGetInteger(AL.getDevice(), ALC10.ALC_MINOR_VERSION, (IntBuffer) version.position(1)); checkForErrors(); - System.out.println(String.format("ALC version: %d.%d", (int)version.get(0), (int)version.get(1))); + System.out.println("ALC version: " + (int)version.get(0) + "." + (int)version.get(1)); System.out.println("ALC extensions:"); String[] extensions = ALC10.alcGetString(device, ALC10.ALC_EXTENSIONS).split(" "); @@ -114,9 +114,9 @@ } private void printALInfo() { - System.out.println(String.format("OpenAL vendor string: %s", AL10.alGetString(AL10.AL_VENDOR))); - System.out.println(String.format("OpenAL renderer string: %s", AL10.alGetString(AL10.AL_RENDERER))); - System.out.println(String.format("OpenAL version string: %s", AL10.alGetString(AL10.AL_VERSION))); + System.out.println("OpenAL vendor string: " + AL10.alGetString(AL10.AL_VENDOR)); + System.out.println("OpenAL renderer string: " + AL10.alGetString(AL10.AL_RENDERER)); + System.out.println("OpenAL version string: " + AL10.alGetString(AL10.AL_VERSION)); System.out.println("AL extensions:"); String[] extensions = AL10.alGetString(AL10.AL_EXTENSIONS).split(" "); for(int i=0; i<extensions.length; i++) { @@ -132,14 +132,14 @@ String[] devices = ALC10.alcGetString(null, which).split("\0"); checkForErrors(); - System.out.println(String.format("Available %s devices: ", kind)); + System.out.println("Available " + kind + " devices: "); for(int i=0; i<devices.length; i++) { System.out.println(" " + devices[i]); } } private void die(String kind, String description) { - System.out.println(String.format("%s error %s occured", kind, description)); + System.out.println(kind + " error " + description + " occured"); } private void checkForErrors() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-04 21:31:55
|
Revision: 3089 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3089&view=rev Author: matzon Date: 2008-06-04 14:31:52 -0700 (Wed, 04 Jun 2008) Log Message: ----------- OpenAL info program a la openal-soft's openal-info Added Paths: ----------- trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java Added: trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java (rev 0) +++ trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java 2008-06-04 21:31:52 UTC (rev 3089) @@ -0,0 +1,171 @@ +/* + * Copyright (c) 2002-2008 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 + * met: + * + * * 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 '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 + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * 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. + */ +package org.lwjgl.test.openal; + +import java.nio.IntBuffer; + +import org.lwjgl.BufferUtils; +import org.lwjgl.LWJGLException; +import org.lwjgl.openal.AL; +import org.lwjgl.openal.AL10; +import org.lwjgl.openal.ALC10; +import org.lwjgl.openal.ALC11; +import org.lwjgl.openal.ALCdevice; + +/** + * + * idea from openal-info + * + * @author Brian Matzon <br...@ma...> + * @version $Revision: 2983 $ + * $Id$ + */ +public class OpenALInfo { + + /** + * Creates an instance of OpenALInfo + */ + public OpenALInfo() { + } + + /** + * Runs the actual test, using supplied arguments + */ + protected void execute(String[] args) { + try { + AL.create(null, -1, 60, false); + checkForErrors(); + } catch (LWJGLException le) { + die("Init", le.getMessage()); + } + + printALCInfo(); + printALInfo(); + + checkForErrors(); + } + + private void printALCInfo() { + IntBuffer version = BufferUtils.createIntBuffer(2); + ALCdevice device; + + if(ALC10.alcIsExtensionPresent(null, "ALC_ENUMERATION_EXT")) { + if(ALC10.alcIsExtensionPresent(null, "ALC_ENUMERATE_ALL_EXT")) { + printDevices(ALC11.ALC_ALL_DEVICES_SPECIFIER, "playback"); + } else { + printDevices(ALC10.ALC_DEVICE_SPECIFIER, "playback"); + } + printDevices(ALC11.ALC_CAPTURE_DEVICE_SPECIFIER, "capture"); + } else { + System.out.println("No device enumeration available"); + } + + device = ALC10.alcGetContextsDevice(ALC10.alcGetCurrentContext()); + checkForErrors(); + + System.out.println(String.format("Default device: %s", ALC10.alcGetString(device, ALC10.ALC_DEFAULT_DEVICE_SPECIFIER))); + + System.out.println(String.format("Default capture device: %s", ALC10.alcGetString(device, ALC11.ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER))); + + ALC10.alcGetInteger(AL.getDevice(), ALC10.ALC_MAJOR_VERSION, version); + ALC10.alcGetInteger(AL.getDevice(), ALC10.ALC_MINOR_VERSION, (IntBuffer) version.position(1)); + checkForErrors(); + + System.out.println(String.format("ALC version: %d.%d", (int)version.get(0), (int)version.get(1))); + + System.out.println("ALC extensions:"); + String[] extensions = ALC10.alcGetString(device, ALC10.ALC_EXTENSIONS).split(" "); + for(int i=0; i<extensions.length; i++) { + if(extensions[i].trim().length() == 0) { + continue; + } + System.out.println(" " + extensions[i]); + } + checkForErrors(); + } + + private void printALInfo() { + System.out.println(String.format("OpenAL vendor string: %s", AL10.alGetString(AL10.AL_VENDOR))); + System.out.println(String.format("OpenAL renderer string: %s", AL10.alGetString(AL10.AL_RENDERER))); + System.out.println(String.format("OpenAL version string: %s", AL10.alGetString(AL10.AL_VERSION))); + System.out.println("AL extensions:"); + String[] extensions = AL10.alGetString(AL10.AL_EXTENSIONS).split(" "); + for(int i=0; i<extensions.length; i++) { + if(extensions[i].trim().length() == 0) { + continue; + } + System.out.println(" " + extensions[i]); + } + checkForErrors(); + } + + private void printDevices(int which, String kind) { + String[] devices = ALC10.alcGetString(null, which).split("\0"); + checkForErrors(); + + System.out.println(String.format("Available %s devices: ", kind)); + for(int i=0; i<devices.length; i++) { + System.out.println(" " + devices[i]); + } + } + + private void die(String kind, String description) { + System.out.println(String.format("%s error %s occured", kind, description)); + } + + private void checkForErrors() { + { + ALCdevice device = ALC10.alcGetContextsDevice(ALC10.alcGetCurrentContext()); + int error = ALC10.alcGetError(device); + if(error != ALC10.ALC_NO_ERROR) { + die("ALC", ALC10.alcGetString(device, error)); + } + } + { + int error = AL10.alGetError(); + if(error != AL10.AL_NO_ERROR) { + die("AL", AL10.alGetString(error)); + } + } + } + + /** + * main entry point + * + * @param args String array containing arguments + */ + public static void main(String[] args) { + OpenALInfo openalInfo = new OpenALInfo(); + openalInfo.execute(args); + System.exit(0); + } +} \ No newline at end of file Property changes on: trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALInfo.java ___________________________________________________________________ Name: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-04 21:31:11
|
Revision: 3088 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3088&view=rev Author: matzon Date: 2008-06-04 14:31:07 -0700 (Wed, 04 Jun 2008) Log Message: ----------- support for ALC_ENUMERATE_ALL_EXT Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/openal/ALC11.java Modified: trunk/LWJGL/src/java/org/lwjgl/openal/ALC11.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/openal/ALC11.java 2008-06-04 19:42:03 UTC (rev 3087) +++ trunk/LWJGL/src/java/org/lwjgl/openal/ALC11.java 2008-06-04 21:31:07 UTC (rev 3088) @@ -52,10 +52,13 @@ */ public final class ALC11 { - public static int ALC_CAPTURE_DEVICE_SPECIFIER = 0x310; - public static int ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER = 0x311; - public static int ALC_CAPTURE_SAMPLES = 0x312; + public static final int ALC_DEFAULT_ALL_DEVICES_SPECIFIER = 0x1012; + public static final int ALC_ALL_DEVICES_SPECIFIER = 0x1013; + public static final int ALC_CAPTURE_DEVICE_SPECIFIER = 0x310; + public static final int ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER = 0x311; + public static final int ALC_CAPTURE_SAMPLES = 0x312; + /** * The alcCaptureOpenDevice function allows the application to connect to a capture * device. To obtain a list of all available capture devices, use getCaptureDevices a list of all This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-04 19:42:06
|
Revision: 3087 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3087&view=rev Author: matzon Date: 2008-06-04 12:42:03 -0700 (Wed, 04 Jun 2008) Log Message: ----------- tagging 2.0 release candidate 1 Added Paths: ----------- tags/lwjgl2.0rc1/ Copied: tags/lwjgl2.0rc1 (from rev 3086, trunk) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-06-04 19:40:27
|
Revision: 3086 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3086&view=rev Author: matzon Date: 2008-06-04 12:40:24 -0700 (Wed, 04 Jun 2008) Log Message: ----------- rc1 identifier string Modified Paths: -------------- trunk/LWJGL/platform_build/build-definitions.xml trunk/LWJGL/src/java/org/lwjgl/Sys.java Modified: trunk/LWJGL/platform_build/build-definitions.xml =================================================================== --- trunk/LWJGL/platform_build/build-definitions.xml 2008-05-30 07:08:14 UTC (rev 3085) +++ trunk/LWJGL/platform_build/build-definitions.xml 2008-06-04 19:40:24 UTC (rev 3086) @@ -12,7 +12,7 @@ <property name="lwjgl.docs" location="doc" /> <property name="lwjgl.temp" location="temp" /> <property name="lwjgl.res" location="res" /> - <property name="lwjgl.version" value="2.0b1" /> + <property name="lwjgl.version" value="2.0rc1" /> <property name="opengl-template-pattern" value="org/lwjgl/opengl/GL*.java,org/lwjgl/opengl/ARB*.java,org/lwjgl/opengl/ATI*.java,org/lwjgl/opengl/EXT*.java,org/lwjgl/opengl/NV*.java,org/lwjgl/opengl/HP*.java,org/lwjgl/opengl/IBM*.java,org/lwjgl/opengl/SUN*.java,org/lwjgl/opengl/SGIS*.java"/> <!-- ================================================================== --> Modified: trunk/LWJGL/src/java/org/lwjgl/Sys.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/Sys.java 2008-05-30 07:08:14 UTC (rev 3085) +++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2008-06-04 19:40:24 UTC (rev 3086) @@ -54,7 +54,7 @@ private static final String JNI_LIBRARY_NAME = "lwjgl"; /** Current version of library */ - private static final String VERSION = "2.0b1"; + private static final String VERSION = "2.0rc1"; /** The implementation instance to delegate platform specific behavior to */ private final static SysImplementation implementation; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |