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
(1) |
3
(2) |
4
|
|
5
(1) |
6
|
7
(11) |
8
(4) |
9
(2) |
10
(6) |
11
(14) |
|
12
(10) |
13
(13) |
14
(8) |
15
|
16
|
17
(2) |
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
(3) |
28
(1) |
29
|
30
|
31
|
|
|
From: Ioannis T. <sp...@us...> - 2004-12-28 20:21:48
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29482 Modified Files: GLContext.java Added Files: ARBPixelBufferObject.java Log Message: Added PBO extension Index: GLContext.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/GLContext.java,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- GLContext.java 9 Nov 2004 21:29:17 -0000 1.34 +++ GLContext.java 28 Dec 2004 20:21:37 -0000 1.35 @@ -70,6 +70,7 @@ public static boolean GL_ARB_multisample; public static boolean GL_ARB_multitexture; public static boolean GL_ARB_occlusion_query; + public static boolean GL_ARB_pixel_buffer_object; public static boolean GL_ARB_point_parameters; public static boolean GL_ARB_point_sprite; public static boolean GL_ARB_shading_language_100; --- NEW FILE: ARBPixelBufferObject.java --- /* * 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 * 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.opengl; public final class ARBPixelBufferObject extends ARBBufferObject { /* * Accepted by the <target> parameters of BindBuffer, BufferData, * BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, * GetBufferParameteriv, and GetBufferPointerv: */ public static final int GL_PIXEL_PACK_BUFFER_ARB = 0x88EB; public static final int GL_PIXEL_UNPACK_BUFFER_ARB = 0x88EC; /* * Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, * GetFloatv, and GetDoublev: */ public static final int PIXEL_PACK_BUFFER_BINDING_ARB = 0x88ED; public static final int PIXEL_UNPACK_BUFFER_BINDING_ARB = 0x88EF; private ARBPixelBufferObject() { } } |
|
From: Brian M. <ma...@us...> - 2004-12-27 21:39:39
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5596/src/java/org/lwjgl/test Modified Files: WindowCreationTest.java Log Message: move before creation Index: WindowCreationTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/WindowCreationTest.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- WindowCreationTest.java 27 Dec 2004 21:32:22 -0000 1.25 +++ WindowCreationTest.java 27 Dec 2004 21:39:30 -0000 1.26 @@ -57,14 +57,13 @@ int x = 100, y = 100; boolean fullscreen = false; + System.out.println("Moving to 100, 100"); + Display.setLocation(x, y); // Create the actual window try { setDisplayMode(); Display.create(); - - System.out.println("Moving to 100, 100"); - Display.setLocation(x, y); } catch (Exception e) { e.printStackTrace(); System.out.println("Unable to create window!, exiting..."); |
|
From: Brian M. <ma...@us...> - 2004-12-27 21:38:59
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5399/src/java/org/lwjgl/opengl Modified Files: Display.java Log Message: respect display location Index: Display.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/Display.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Display.java 14 Dec 2004 08:11:18 -0000 1.35 +++ Display.java 27 Dec 2004 21:38:50 -0000 1.36 @@ -69,13 +69,13 @@ private static long timeNow, timeThen; /** X coordinate of the window */ - private static int x; + private static int x = -1; /** * Y coordinate of the window. Y in window coordinates is from the top of the display down, * unlike GL, where it is typically at the bottom of the display. */ - private static int y; + private static int y = -1; /** Title of the window (never null) */ private static String title = "Game"; @@ -201,8 +201,12 @@ * A native context must exist, and it will be attached to the window. */ private static void createWindow() throws LWJGLException { - x = Math.max(0, (initial_mode.getWidth() - current_mode.getWidth()) / 2); - y = Math.max(0, (initial_mode.getHeight() - current_mode.getHeight()) / 2); + // if no display location set, center window + if(x == -1 && y == -1) { + setLocation(Math.max(0, (initial_mode.getWidth() - current_mode.getWidth()) / 2), + Math.max(0, (initial_mode.getHeight() - current_mode.getHeight()) / 2)); + } + display_impl.createWindow(current_mode, fullscreen, (fullscreen) ? 0 : x, (fullscreen) ? 0 : y); setTitle(title); initControls(); @@ -610,6 +614,7 @@ display_impl.destroyContext(); GLContext.unloadOpenGLLibrary(); context = null; + x = y = -1; try { GLContext.useContext(null); } catch (LWJGLException e) { @@ -657,7 +662,9 @@ * The window is clamped to remain entirely on the screen. If you attempt * to position the window such that it would extend off the screen, the window * is simply placed as close to the edge as possible. - * @param x , y The new window location + * <br><b>note</b>If no location has been specified (or x == y == -1) the window will be centered + * @param x The new window location on the x axis + * @param y The new window location on the y axis */ public static void setLocation(int x, int y) { if (fullscreen) { @@ -666,8 +673,6 @@ // offset if already created if(isCreated()) { - x = Math.max(0, Math.min(initial_mode.getWidth() - current_mode.getWidth(), x)); - y = Math.max(0, Math.min(initial_mode.getHeight() - current_mode.getHeight(), y)); display_impl.reshape(x, y, current_mode.getWidth(), current_mode.getHeight()); } |
|
From: Brian M. <ma...@us...> - 2004-12-27 21:32:32
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4187/src/java/org/lwjgl/test Modified Files: WindowCreationTest.java Log Message: move window after centering updated output Index: WindowCreationTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/WindowCreationTest.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- WindowCreationTest.java 11 Nov 2004 16:03:15 -0000 1.24 +++ WindowCreationTest.java 27 Dec 2004 21:32:22 -0000 1.25 @@ -58,13 +58,13 @@ int x = 100, y = 100; boolean fullscreen = false; - System.out.println("Moving to 100, 100"); - Display.setLocation(x, y); - // Create the actual window try { setDisplayMode(); Display.create(); + + System.out.println("Moving to 100, 100"); + Display.setLocation(x, y); } catch (Exception e) { e.printStackTrace(); System.out.println("Unable to create window!, exiting..."); @@ -72,7 +72,11 @@ } System.out.println("Window created"); - System.out.println(Display.getDisplayMode().getHeight() + ", " + Display.getDisplayMode().getWidth() + ", " + Display.getTitle()); + System.out.println("Width: " + Display.getDisplayMode().getWidth() + + ", Height: " + Display.getDisplayMode().getHeight() + + ", Bits per pixel: " + Display.getDisplayMode().getBitsPerPixel() + + ", Frequency: " + Display.getDisplayMode().getFrequency() + + ", Title: "+ Display.getTitle()); Display.setVSyncEnabled(true); Display.setTitle("WindowCreationTest"); |
|
From: Brian M. <ma...@us...> - 2004-12-17 17:30:17
|
Update of /cvsroot/java-game-lib/LWJGL/www/_gfx/projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27604 Added Files: gravitybattle_1.jpg gravitybattle_2.jpg gravitybattle_3.jpg gravitybattle_small_1.jpg gravitybattle_small_2.jpg gravitybattle_small_3.jpg superdudester_1.jpg superdudester_2.jpg superdudester_3.jpg superdudester_small_1.jpg superdudester_small_2.jpg superdudester_small_3.jpg Log Message: added Super Dudester & Gravity Battle to projects page --- NEW FILE: gravitybattle_small_3.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: superdudester_2.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gravitybattle_2.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: superdudester_3.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: superdudester_small_3.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gravitybattle_small_2.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: superdudester_small_2.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gravitybattle_small_1.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: superdudester_1.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gravitybattle_1.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gravitybattle_3.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: superdudester_small_1.jpg --- (This appears to be a binary file; contents omitted.) |
|
From: Brian M. <ma...@us...> - 2004-12-17 17:29:15
|
Update of /cvsroot/java-game-lib/LWJGL/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27391 Modified Files: projects.php Log Message: added Super Dudester & Gravity Battle to projects page Index: projects.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/projects.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- projects.php 27 Nov 2004 16:02:05 -0000 1.4 +++ projects.php 17 Dec 2004 17:28:49 -0000 1.5 @@ -56,6 +56,28 @@ 2 => array('small' => 'alienflux_small_3.jpg', 'big' => 'alienflux_3.jpg'))); +$projects[] = array('name' => 'Super Dudester', + 'url' => 'http://puppygames.net', + 'type' => 'Commercial game', + 'desc' => 'Super Dudester is trapped in Dr. Doooom\'s Bad Trip Machine! Only you can help him escape. The Dude must make his way from the start room to the exit room. Each room he encounters is different, and he must learn how to escape each one.', + 'screens' => array(0 => array('small' => 'superdudester_small_1.jpg', + 'big' => 'superdudester_1.jpg'), + 1 => array('small' => 'superdudester_small_2.jpg', + 'big' => 'superdudester_2.jpg'), + 2 => array('small' => 'superdudester_small_3.jpg', + 'big' => 'superdudester_3.jpg'))); + +$projects[] = array('name' => 'Gravity Battle', + 'url' => 'http://www.cokeandcode.com/gravitybattle/', + 'type' => 'Commercial game (in progress)', + 'desc' => 'Gravity Battle is a game of thrust and control. Gently guide your pod around the levels completing the tasks set out. Watch out for the inhabitants of the caverns and be sure to pick up all the bonuses. Ah, but wait! Completing the level isn\'t good enough, can you get 3 medals on every level?', + 'screens' => array(0 => array('small' => 'gravitybattle_small_1.jpg', + 'big' => 'gravitybattle_1.jpg'), + 1 => array('small' => 'gravitybattle_small_2.jpg', + 'big' => 'gravitybattle_2.jpg'), + 2 => array('small' => 'gravitybattle_small_3.jpg', + 'big' => 'gravitybattle_3.jpg'))); + function displayProjects() { GLOBAL $projects; |
|
From: Brian M. <ma...@us...> - 2004-12-14 21:31:29
|
Update of /cvsroot/java-game-lib/LWJGL/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12850 Modified Files: faq.php Log Message: fixed anchors Index: faq.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/faq.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- faq.php 27 Nov 2004 16:02:05 -0000 1.3 +++ faq.php 14 Dec 2004 21:31:14 -0000 1.4 @@ -3,25 +3,30 @@ <h1>Frequently Asked Questions</h1> <p>If you have a question which isn't answered here, please post it to the <a href="http://forum.lwjgl.org" target="_blank">forum</a>.</p> <ul> - <li><a href="faq1">java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path</a></li> - <li><a href="faq2">Applets and LWJGL</a></li> - <li><a href="faq3">OpenGL ES and LWJGL</a></li> - <li><a href="faq4">ByteBuffer VS. Arrays</a></li> - <li><a href="faq5">Lack of documentation</a></li> + <li><a href="#faq1">java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path</a></li> + <li><a href="#faq2">Applets and LWJGL</a></li> + <li><a href="#faq3">OpenGL ES and LWJGL</a></li> + <li><a href="#faq4">ByteBuffer VS. Arrays</a></li> + <li><a href="#faq5">Lack of documentation</a></li> </ul> <p> + <a name="faq1"> <b>Q:</b> When running the examples or my own program I get a 'Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path.<br/> <b>A:</b> The VM cannot locate the lwjgl runtime library. Specify the path to it using -Djava.library.path=<path/to/library><br/><br/> + <a name="faq2"> <b>Q:</b> Is it possible to use LWJGL from an Applet?<br/> <b>A:</b> Unfortunately, no. However you can start a LWJGL application from a webpage using Java WebStart. For more information <a href="http://www.google.com/search?q=java+web+start+tutorial" target="_blank">click here</a>.<br/><br/> + <a name="faq3"> <b>Q:</b> Will LWJGL support OpenGL ES<br/> <b>A:</b> OpenGL ES is basically a subset of OpenGL, and we will make the best efforts to get LWJGL running on a device. However we have yet to get our hands on one :(.<br/><br/> + <a name="faq4"> <b>Q:</b> Whats up with all those ByteBuffers? Why not just use arrays?<br/> <b>A:</b> Basically because it's the fastest way to transport data to the OpenGL layer. For more indepth discussion, <a href="http://www.puppygames.net/forums/viewtopic.php?t=295" target="_blank">click here</a>.<br/><br/> + <a name="faq5"> <b>Q:</b> I have been looking all around the site, but I can't find any documentation, apart from the javadoc?<br/> <b>A:</b> Yes, this is a known "issue". We're only a handfull of developers doing this in our sparetime. We therefor tend to prioritize what we need, or want to work on. Documentation, alas, tend to be at the bottom of the chain. We are aware of it though...<br/><br/> </p> |
|
From: Brian M. <ma...@us...> - 2004-12-14 21:27:25
|
Update of /cvsroot/java-game-lib/LWJGL/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11822 Modified Files: download.php index.php Log Message: updated to 0.94 Index: download.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/download.php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- download.php 27 Nov 2004 16:02:05 -0000 1.8 +++ download.php 14 Dec 2004 21:27:13 -0000 1.9 @@ -2,8 +2,8 @@ <h1>Download</h1> <p> - Latest stable release is 0.93. Please download it here:<br/> - <a href="https://sourceforge.net/project/showfiles.php?group_id=58488" target="_blank">LWJGL 0.93 alpha</a> + Latest stable release is 0.94. Please download it here:<br/> + <a href="https://sourceforge.net/project/showfiles.php?group_id=58488" target="_blank">LWJGL 0.94 alpha</a> </p> <p> Latest CVS tarball. Please download it here:<br/> Index: index.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.php 27 Nov 2004 16:02:05 -0000 1.5 +++ index.php 14 Dec 2004 21:27:14 -0000 1.6 @@ -8,6 +8,10 @@ <h1>News</h1> <p style="border-bottom: 1px solid #cccccc;"> + <b>LWJGL 0.94 released!</b> <span class="newsdate">Tuesday, December 14th, 2004</span><br/> + Time for yet another relase - this time featuring the long awaited Mac OS X port which was made possible using the donated money. Thanks everybody. Please check <a href="http://lwjgl.org/forum/viewtopic.php?t=846">this thread</a> for more info regarding the release<br/><br/> +</p> +<p style="border-bottom: 1px solid #cccccc;"> <b>New site!</b> <span class="newsdate">Wednesday, November 10th, 2004</span><br/> With the help of <a href="http://www.gomjabbar.de/" target="_blank">Daniel Leinich</a> we have a new site online! If you find any bugs, please send an email to <a href="mailto:in...@lw...">in...@lw...</a><br/><br/> </p> |
|
From: Brian M. <ma...@us...> - 2004-12-14 21:12:38
|
Update of /cvsroot/java-game-lib/LWJGL/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8440 Modified Files: changelog.php Log Message: updated changelogs to 0.94 Index: changelog.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/changelog.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- changelog.php 27 Nov 2004 16:02:05 -0000 1.7 +++ changelog.php 14 Dec 2004 21:12:27 -0000 1.8 @@ -17,6 +17,7 @@ </p> <ul> <li><a href="http://www.lwjgl.org/changelogs/full-changelog.txt" target="_blank">Full changelog</a></li> + <li><a href="#0.94">LWJGL 0.94</a></li> <li><a href="#0.93">LWJGL 0.93</a></li> <li><a href="#0.92">LWJGL 0.92</a></li> <li><a href="#0.90">LWJGL 0.90</a></li> @@ -32,6 +33,7 @@ </ul> <? +displayChangelog('0.94'); displayChangelog('0.93'); displayChangelog('0.92'); displayChangelog('0.90'); |
|
From: Brian M. <ma...@us...> - 2004-12-14 21:05:50
|
Update of /cvsroot/java-game-lib/LWJGL/www/changelogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7129 Modified Files: full-changelog.txt Added Files: 0.94-changelog.txt Log Message: updated changelogs to 0.94 --- NEW FILE: 0.94-changelog.txt --- 2004-12-14 20:12 elias_naur * src/native/linux/org_lwjgl_input_Keyboard.c: Don't close iconv descriptor if it is opened 2004-12-14 13:59 elias_naur * src/native/common/fmod3/Makefile.linux: Linux: Fix missing symbol in fmod3 lib 2004-12-14 13:54 cix_foo * src/java/org/lwjgl/Sys.java: Fixed openURL 2004-12-14 09:11 elias_naur * src/java/org/lwjgl/opengl/Display.java: Log ignored exception in Display.destroy() [...981 lines suppressed...] 2004-10-27 19:34 matzon * www/jnlp/: logo.png, lwjgl-demo.php, lwjgl.jar, lwjgl_fmod3.jar, lwjgl_linux.jar, lwjgl_media.jar, lwjgl_test.jar, lwjgl_util.jar, lwjgl_win32.jar, lwjglaudio_linux.jar, lwjglaudio_win32.jar, lwjglfmod3_linux.jar, lwjglfmod3_win32.jar: simplified, and updated to 0.93 2004-10-27 19:32 matzon * www/demos.php: added some more tests 2004-10-27 19:00 matzon * doc/CREDITS: added Mark Bernard to credits 2004-10-27 17:41 matzon * www/: changelogs/0.93-changelog.txt, changelogs/full-changelog.txt, changelog.php: 0.93 Index: full-changelog.txt =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/changelogs/full-changelog.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- full-changelog.txt 27 Oct 2004 15:41:55 -0000 1.4 +++ full-changelog.txt 14 Dec 2004 21:05:35 -0000 1.5 @@ -1,3 +1,1024 @@ +2004-12-14 20:12 elias_naur + + * src/native/linux/org_lwjgl_input_Keyboard.c: Don't close iconv + descriptor if it is opened + +2004-12-14 13:59 elias_naur + + * src/native/common/fmod3/Makefile.linux: Linux: Fix missing symbol + in fmod3 lib + +2004-12-14 13:54 cix_foo [...1205 lines suppressed...] - images/projects/tribaltrouble_small_2.jpg, - images/projects/tribaltrouble_small_3.jpg, include/default.php, - include/faq.php, include/news.php, jnlp/lwjgl-demo.php, + changelogs/full-changelog.txt, jnlp/lwjgl-demo.php, jnlp/lwjgl-media.jar, jnlp/lwjgl-windows.jar, jnlp/lwjgl.jar, jnlp/lwjgl_test.jar, jnlp/lwjglaudio-windows.jar, jnlp/source.php: readded site under www @@ -8396,12 +9358,6 @@ * src/native/win32/org_lwjgl_Display.cpp: Added win32 alpha check -2003-01-31 02:17 exocet - - * - src/native/macosx/altivec/org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.cpp: - First draft of a altivec copy with cache prefetch - 2003-01-30 19:56 gregorypierce * src/native/macosx/: org_lwjgl_opengl_BaseGL.cpp, |
|
From: Elias N. <eli...@us...> - 2004-12-14 19:13:07
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12501 Modified Files: org_lwjgl_input_Keyboard.c Log Message: Don't close iconv descriptor if it is opened Index: org_lwjgl_input_Keyboard.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/linux/org_lwjgl_input_Keyboard.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- org_lwjgl_input_Keyboard.c 11 Dec 2004 20:09:04 -0000 1.12 +++ org_lwjgl_input_Keyboard.c 14 Dec 2004 19:12:56 -0000 1.13 @@ -96,8 +96,10 @@ } static void closeUnicodeStructs() { - if (iconv_descriptor != (iconv_t)-1) + if (iconv_descriptor != (iconv_t)-1) { iconv_close(iconv_descriptor); + iconv_descriptor = (iconv_t)-1; + } if (xic != NULL) { XDestroyIC(xic); xic = NULL; |
|
From: Elias N. <eli...@us...> - 2004-12-14 13:00:03
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common/fmod3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26681 Modified Files: Makefile.linux Log Message: Linux: Fix missing symbol in fmod3 lib Index: Makefile.linux =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/fmod3/Makefile.linux,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.linux 12 Dec 2004 10:13:55 -0000 1.1 +++ Makefile.linux 14 Dec 2004 12:59:53 -0000 1.2 @@ -4,7 +4,7 @@ CFLAGS_LINK=-shared -Wall LIBS=-lpthread CFLAGS_O=-fPIC -O2 -D_X11 -Wall -pthread -c -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux -SRC=$(wildcard *.c) +SRC=$(wildcard *.c) ../common_tools.c OBJECTS=$(subst .c,.o,$(SRC)) LIBRARY=liblwjgl-fmod3.so |
|
From: Caspian Rychlik-P. <ci...@us...> - 2004-12-14 12:54:37
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25697/src/java/org/lwjgl Modified Files: Sys.java Log Message: Fixed openURL Index: Sys.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Sys.java,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- Sys.java 13 Dec 2004 17:16:46 -0000 1.64 +++ Sys.java 14 Dec 2004 12:54:25 -0000 1.65 @@ -34,7 +34,6 @@ import java.lang.reflect.Method; import java.net.MalformedURLException; import java.net.URL; -import java.net.URLEncoder; import org.lwjgl.input.Mouse; import org.lwjgl.opengl.Display; @@ -239,7 +238,7 @@ * failed - hence we don't return success code or throw an Exception. This is just a * best attempt at opening the URL given - don't rely on it to work! * <p> - * @param url The URL + * @param url The URL. Ensure that the URL is properly encoded. * @return false if we are CERTAIN the call has failed */ public static boolean openURL(String url) { @@ -252,7 +251,7 @@ Class basicServiceClass = Class.forName("javax.jnlp.BasicService"); Method showDocumentMethod = basicServiceClass.getMethod("showDocument", new Class[] {URL.class}); try { - Boolean ret = (Boolean) showDocumentMethod.invoke(basicService, new Object[] {new URL(URLEncoder.encode(url, "utf8"))}); + Boolean ret = (Boolean) showDocumentMethod.invoke(basicService, new Object[] {new URL(url)}); return ret.booleanValue(); } catch (MalformedURLException e) { e.printStackTrace(System.err); |
|
From: Elias N. <eli...@us...> - 2004-12-14 08:11:27
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32435/src/java/org/lwjgl/opengl Modified Files: Display.java Log Message: Log ignored exception in Display.destroy() Index: Display.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/Display.java,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Display.java 11 Dec 2004 16:44:56 -0000 1.34 +++ Display.java 14 Dec 2004 08:11:18 -0000 1.35 @@ -613,7 +613,7 @@ try { GLContext.useContext(null); } catch (LWJGLException e) { - // ignore exception + Sys.log("Failed to reset GLContext due to: " + e); } reset(); } |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:28:20
|
Update of /cvsroot/java-game-lib/LWJGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3248 Modified Files: build.xml Log Message: include devil Index: build.xml =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/build.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- build.xml 13 Dec 2004 17:16:19 -0000 1.44 +++ build.xml 13 Dec 2004 17:28:08 -0000 1.45 @@ -25,6 +25,7 @@ <exclude name="org/lwjgl/fmod3/**" /> <exclude name="org/lwjgl/test/**" /> <exclude name="org/lwjgl/util/**" /> + <exclude name="org/lwjgl/devil/**" /> <exclude name="org/lwjgl/examples/**" /> </fileset> @@ -73,6 +74,7 @@ <patternset refid="lwjgl-common.fileset" /> <include name="lwjgl.dll" /> <include name="lwjgl-fmod3.dll" /> + <include name="lwjgl-devil.dll" /> <include name="lwjglaudio.dll" /> </patternset> @@ -81,6 +83,7 @@ <patternset refid="lwjgl-common.fileset" /> <include name="liblwjgl.so" /> <include name="liblwjgl-fmod3.so" /> + <include name="liblwjgl-devil.so" /> <include name="libopenal.so" /> </patternset> @@ -89,6 +92,7 @@ <patternset refid="lwjgl-common.fileset" /> <include name="liblwjgl.jnilib" /> <include name="liblwjgl-fmod3.jnilib" /> + <include name="liblwjgl-devil.jnilib" /> <include name="openal.dylib" /> </patternset> |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:16:56
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common/fmod3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31392/native/common/fmod3 Modified Files: org_lwjgl_fmod3_FMOD.c Log Message: 0.94 Index: org_lwjgl_fmod3_FMOD.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/fmod3/org_lwjgl_fmod3_FMOD.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- org_lwjgl_fmod3_FMOD.c 14 Nov 2004 10:42:17 -0000 1.6 +++ org_lwjgl_fmod3_FMOD.c 13 Dec 2004 17:16:47 -0000 1.7 @@ -33,7 +33,7 @@ #include "org_lwjgl_fmod3_FMOD.h" #include "extfmod3.h" -static const char* VERSION = "0.93"; +static const char* VERSION = "0.94"; /** * Concatenate two strings |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:16:56
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31392/java/org/lwjgl Modified Files: Sys.java Log Message: 0.94 Index: Sys.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/Sys.java,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- Sys.java 30 Nov 2004 21:05:04 -0000 1.63 +++ Sys.java 13 Dec 2004 17:16:46 -0000 1.64 @@ -49,7 +49,7 @@ */ public final class Sys { - public static final String VERSION = "0.93"; + public static final String VERSION = "0.94"; /** Low process priority. @see #setProcessPriority() */ public static final int LOW_PRIORITY = -1; |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:16:56
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31392/native/common Modified Files: common_tools.c Log Message: 0.94 Index: common_tools.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/common_tools.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- common_tools.c 13 Dec 2004 17:06:48 -0000 1.14 +++ common_tools.c 13 Dec 2004 17:16:47 -0000 1.15 @@ -47,7 +47,7 @@ #include "common_tools.h" static bool debug = false; -static const char* VERSION = "0.93"; +static const char* VERSION = "0.94"; static JavaVM *jvm; void initAttribList(attrib_list_t *list) { |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:16:56
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31392/java/org/lwjgl/fmod3 Modified Files: FMOD.java Log Message: 0.94 Index: FMOD.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FMOD.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- FMOD.java 24 Oct 2004 11:19:08 -0000 1.6 +++ FMOD.java 13 Dec 2004 17:16:47 -0000 1.7 @@ -200,7 +200,7 @@ private static String FMOD_OSX_LIBRARY_NAME = "fmod"; /** Version of FMOD */ - public static final String VERSION = "0.93"; + public static final String VERSION = "0.94"; static { initialize(); |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:16:37
|
Update of /cvsroot/java-game-lib/LWJGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31207 Modified Files: build.xml Log Message: 0.94 Index: build.xml =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/build.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- build.xml 13 Dec 2004 17:11:37 -0000 1.43 +++ build.xml 13 Dec 2004 17:16:19 -0000 1.44 @@ -12,7 +12,7 @@ <property name="lwjgl.docs" value="./doc" /> <property name="lwjgl.temp" value="./temp" /> <property name="lwjgl.res" value="./res" /> - <property name="lwjgl.version" value="0.93" /> + <property name="lwjgl.version" value="0.94" /> <!-- ================================================================== --> <!-- Filesets used for targets --> |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:11:46
|
Update of /cvsroot/java-game-lib/LWJGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30178 Modified Files: build.xml Log Message: include hidden switches in dist Index: build.xml =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/build.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- build.xml 5 Dec 2004 02:33:19 -0000 1.42 +++ build.xml 13 Dec 2004 17:11:37 -0000 1.43 @@ -65,6 +65,7 @@ <include name="CREDITS" /> <include name="LICENSE" /> <include name="README" /> + <include name="lwjgl_hidden_switches.text" /> </patternset> <!-- Files to include in win32 package --> |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:10:35
|
Update of /cvsroot/java-game-lib/LWJGL/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29970 Added Files: lwjgl_hidden_switches.text Log Message: hidden switches --- NEW FILE: lwjgl_hidden_switches.text --- LWJGL "Hidden" switches: org.lwjgl.opengl.Display.noinput Do not initialize any controls when creating the display org.lwjgl.opengl.Display.nomouse Do not create the mouse when creating the display org.lwjgl.opengl.Display.nokeyboard Do not create the keyboard when creating the display org.lwjgl.opengl.Display.nocontroller Do not create the controller when creating the display org.lwjgl.Sys.debug Whether to output debug info org.lwjgl.opengl.Window.allowSoftwareOpenGL Whether to allow creation of a software only opengl context org.lwjgl.opengl.Window.undecorated Whether to create an undecorated window (no title bar) |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:07:11
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29347 Modified Files: common_tools.c Log Message: include wtypes.h on win32 platforms Index: common_tools.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/common_tools.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- common_tools.c 12 Dec 2004 10:44:34 -0000 1.13 +++ common_tools.c 13 Dec 2004 17:06:48 -0000 1.14 @@ -39,6 +39,11 @@ #include <jni.h> #include <stdlib.h> + +#ifdef WIN32 +#include <wtypes.h> +#endif + #include "common_tools.h" static bool debug = false; |
|
From: Brian M. <ma...@us...> - 2004-12-13 17:06:02
|
Update of /cvsroot/java-game-lib/LWJGL/platform_build/win32_ms_cmdline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29112 Modified Files: build-devil.bat build-fmod.bat build.bat Log Message: option hell! Index: build-devil.bat =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/platform_build/win32_ms_cmdline/build-devil.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- build-devil.bat 23 Oct 2004 08:39:31 -0000 1.2 +++ build-devil.bat 13 Dec 2004 17:05:50 -0000 1.3 @@ -4,8 +4,8 @@ if "%PLTSDKHOME%" == "" goto errorpltsdkhome if "%CHOME%" == "" goto errorchome if "%DEVILHOME%" == "" goto errordevilhome -set COPTIONS=/I"%DEVILHOME%\include" /I"%PLTSDKHOME%\include" /I"%CHOME%\include" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /I"..\..\src\native\common" /O2 /nologo /c /EHsc -set LINKEROPTS=/link /LIBPATH:"%PLTSDKHOME%\Lib" /LIBPATH:"%CHOME%\Lib" /LIBPATH:"%DEVILHOME%\Lib" +set COPTIONS=/I"%DEVILHOME%\include" /I"%PLTSDKHOME%\include" /I"%CHOME%\include" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /I"..\..\src\native\common" /Ox /Ob2 /Oi /Ot /Oy /FD /EHsc /MT /Gy /W0 /nologo /c /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LWJGL_EXPORTS" /D "_WINDLL" +set LINKEROPTS=/link /LIBPATH:"%PLTSDKHOME%\Lib" /LIBPATH:"%CHOME%\Lib" /LIBPATH:"%DEVILHOME%\Lib" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 /NOLOGO /DLL set LIBS=user32.lib Gdi32.lib Advapi32.lib DevIL.lib for %%x in (..\..\src\native\common\devil\*.c) do cl %COPTIONS% %%x Index: build-fmod.bat =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/platform_build/win32_ms_cmdline/build-fmod.bat,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- build-fmod.bat 23 Oct 2004 08:39:31 -0000 1.7 +++ build-fmod.bat 13 Dec 2004 17:05:50 -0000 1.8 @@ -4,8 +4,8 @@ if "%PLTSDKHOME%" == "" goto errorpltsdkhome if "%CHOME%" == "" goto errorchome if "%FMODHOME%" == "" goto errorfmodhome -set COPTIONS=/I"%FMODHOME%\api\inc" /I"%PLTSDKHOME%\include" /I"%CHOME%\include" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /I"..\..\src\native\common" /O2 /nologo /c /EHsc -set LINKEROPTS=/link /LIBPATH:"%PLTSDKHOME%\Lib" /LIBPATH:"%CHOME%\Lib" +set COPTIONS=/I"%FMODHOME%\api\inc" /I"%PLTSDKHOME%\include" /I"%CHOME%\include" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /I"..\..\src\native\common" /Ox /Ob2 /Oi /Ot /Oy /FD /EHsc /MT /Gy /W0 /nologo /c /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LWJGL_EXPORTS" /D "_WINDLL" +set LINKEROPTS=/link /LIBPATH:"%PLTSDKHOME%\Lib" /LIBPATH:"%CHOME%\Lib" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 /NOLOGO /DLL set LIBS=user32.lib Gdi32.lib Advapi32.lib for %%x in (..\..\src\native\common\fmod3\*.c) do cl %COPTIONS% %%x Index: build.bat =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/platform_build/win32_ms_cmdline/build.bat,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- build.bat 9 Dec 2004 15:48:49 -0000 1.9 +++ build.bat 13 Dec 2004 17:05:50 -0000 1.10 @@ -6,8 +6,8 @@ if "%ALHOME%" == "" goto erroralhome if "%EAXHOME%" == "" goto erroreaxhome if "%DXHOME%" == "" goto errordxhome -set COPTIONS=/I"%DXHOME%\include" /I"%CHOME%\include" /I"%PLTSDKHOME%\include" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /I"%ALHOME%\include" /I"%EAXHOME%\include" /I"..\..\src\native\common" /O2 /nologo /c -set LINKEROPTS=/link /LIBPATH:"%ALHOME%\libs" /LIBPATH:"%EAXHOME%\Libs" /LIBPATH:"%DXHOME%\Lib" /LIBPATH:"%PLTSDKHOME%\Lib" /LIBPATH:"%CHOME%\Lib" +set COPTIONS=/I"%DXHOME%\include" /I"%CHOME%\include" /I"%PLTSDKHOME%\include" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /I"%ALHOME%\include" /I"%EAXHOME%\include" /I"..\..\src\native\common" /Ox /Ob2 /Oi /Ot /Oy /FD /EHsc /MT /Gy /W0 /nologo /c /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LWJGL_EXPORTS" /D "_WINDLL" +set LINKEROPTS=/link /LIBPATH:"%ALHOME%\libs" /LIBPATH:"%EAXHOME%\Libs" /LIBPATH:"%DXHOME%\Lib" /LIBPATH:"%PLTSDKHOME%\Lib" /LIBPATH:"%CHOME%\Lib" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 /NOLOGO /DLL set LIBS=dinput.lib dxguid.lib OpenAL32.lib alut.lib eaxguid.lib OpenGL32.Lib Version.lib user32.lib Gdi32.lib Advapi32.lib for %%x in (..\..\src\native\win32\*.c) do cl %COPTIONS% %%x |
|
From: Elias N. <eli...@us...> - 2004-12-13 11:11:38
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15346/common Modified Files: extgl.c Log Message: Fixed mac opengl loading bug Index: extgl.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/extgl.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- extgl.c 12 Dec 2004 16:21:15 -0000 1.29 +++ extgl.c 13 Dec 2004 11:11:28 -0000 1.30 @@ -209,10 +209,11 @@ return true; opengl_lib_handle = loadImage("/System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib"); if (opengl_lib_handle != NULL) { - throwException(env, "Could not load OpenGL library"); return true; - } else + } else { + throwException(env, "Could not load OpenGL library"); return false; + } } #endif |