Updated lwjgl package (0.97.1)

Started by Matzon, May 29, 2005, 22:07:58

Previous topic - Next topic

Matzon

Small bugfix release. The purpose of this release is to fix a fmod blocker. It contains some other small fixes.
It still identifies as 0.97.

There is a known issue with using ILUT (devil) on Mac OS X. So dont use for now, still being investigated.

ChangeLog:
Quote2005-05-29 23:53  matzon

   * build.xml: fixed lib includes for mac os x on release

2005-05-29 23:24  matzon

   * src/native/common/devil/: extil.c, extilu.c, extilut.c: use
     dlopen to load dynamic libraries

2005-05-28 10:48  matzon

   * src/java/org/lwjgl/opengl/glu/MipMap.java: added UlfJacks
     GL_FLOAT patch for gluScaleImage

2005-05-27 13:50  elias_naur

   * src/: java/org/lwjgl/opengl/LinuxAWTGLCanvasPeerInfo.java,
     java/org/lwjgl/opengl/LinuxCanvasImplementation.java,
     java/org/lwjgl/opengl/Win32CanvasImplementation.java,
     native/linux/org_lwjgl_opengl_LinuxAWTGLCanvasPeerInfo.c: Linux
     AWT: in case we're not on a SUN jdk, try to determine values
     instead of bombing out. This should help us compile and run on
     gcj

2005-05-22 14:12  matzon

   * src/java/org/lwjgl/: examples/Game.java,
     examples/spaceinvaders/Game.java, test/DisplayTest.java,
     test/SysTest.java, test/WindowCreationTest.java,
     test/devil/BasicTest.java, test/fmod3/CDDAPlayer.java,
     test/fmod3/CDPlayer.java, test/fmod3/DSPTest.java,
     test/fmod3/MusicPlayer.java, test/fmod3/NetTest.java,
     test/fmod3/StreamPlayer.java, test/fmod3/StreamPlayerMemory.java,
     test/fmod3/StreamTest.java, test/fmod3/SyncTest.java,
     test/fmod3/TagFieldTest.java, test/input/HWCursorTest.java,
     test/input/KeyboardTest.java, test/input/MouseCreationTest.java,
     test/input/MouseTest.java, test/openal/ALCTest.java,
     test/openal/MovingSoundTest.java,
     test/openal/OpenALCreationTest.java, test/openal/PlayTest.java,
     test/openal/PlayTestMemory.java, test/openal/PositionTest.java,
     test/openal/SourceLimitTest.java, test/openal/StressTest.java,
     test/opengl/FullScreenWindowedTest.java, test/opengl/Gears.java,
     test/opengl/PbufferTest.java, test/opengl/VBOIndexTest.java,
     test/opengl/VBOTest.java, test/opengl/awt/AWTGears.java,
     test/opengl/awt/AWTTest.java, test/opengl/awt/DemoBox.java,
     test/opengl/pbuffers/PbufferTest.java,
     test/opengl/shaders/ShadersTest.java: added System.exit so that
     vm instances gets nuked in webstart

2005-05-22 13:14  matzon

   * src/native/common/devil/: extilu.c, extilut.c: using .dylibs for
     devil on mac

2005-05-22 13:09  matzon

   * src/java/org/lwjgl/devil/: IL.java, ILU.java, ILUT.java: using
     .dylibs for devil on mac

2005-05-20 00:31  matzon

   * src/: java/org/lwjgl/fmod3/FMOD.java,
     native/common/fmod3/org_lwjgl_fmod3_FMOD.c: fixed fmod webstart
     loading

numberR

i see some fink stuff linked with libIL.dylib.
finding the solution for the ILUT issue is more important, so just to notice.