| .. |
|
extal.c
|
add: first stab at EAX support
|
2002-08-30 21:30:40 +00:00 |
|
extgl.c
|
Working
|
2002-08-17 14:13:12 +00:00 |
|
extgl.h
|
Initial revision
|
2002-08-11 11:49:32 +00:00 |
|
LWJGL.cpp
|
Checkpoint
|
2002-08-24 21:19:06 +00:00 |
|
manifest.txt
|
Initial revision
|
2002-08-06 15:10:44 +00:00 |
|
MatrixOpCommon.cpp
|
fixed some memory errors
|
2002-10-16 21:00:21 +00:00 |
|
MatrixOpCommon.h
|
Optimised INVERT cases for Orthogonal Matricies (Rotations)
|
2002-09-28 16:53:13 +00:00 |
|
org_lwjgl_Display.cpp
|
fix: dx version defined, so that compile errors are removed
|
2002-08-26 18:14:22 +00:00 |
|
org_lwjgl_input_GamePad.cpp
|
Ready to fill in. Go on, you know you want to.
|
2002-10-19 14:27:26 +00:00 |
|
org_lwjgl_input_Joystick.cpp
|
first stab at the win32 joystick implementation
|
2002-11-17 18:13:46 +00:00 |
|
org_lwjgl_input_Keyboard.cpp
|
fix: made compile
|
2002-08-27 20:42:47 +00:00 |
|
org_lwjgl_input_Mouse.cpp
|
Copyright added
|
2002-08-15 15:46:18 +00:00 |
|
org_lwjgl_Math.cpp
|
rem: don't include math file, which isn't there
|
2002-08-26 18:12:22 +00:00 |
|
org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.cpp
|
Fixed some bugs.
|
2002-10-26 18:54:54 +00:00 |
|
org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.cpp
|
Fixed some bugs.
|
2002-10-26 18:54:54 +00:00 |
|
org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.cpp
|
Cleaned up the code, all test cases I have sent at it work.
|
2002-09-08 23:57:33 +00:00 |
|
org_lwjgl_openal_ALC.cpp
|
rem: getProcAddress removed, since it serves no purpose for Java programmers
|
2002-09-06 23:36:48 +00:00 |
|
org_lwjgl_openal_ALUT.cpp
|
mod: adopted create/destroy architecture
|
2002-09-03 19:24:57 +00:00 |
|
org_lwjgl_openal_BaseAL.cpp
|
mod: adopted create/destroy architecture
|
2002-09-03 19:24:57 +00:00 |
|
org_lwjgl_openal_CoreAL.cpp
|
rem: getProcAddress removed, since it serves no purpose for Java programmers
|
2002-09-06 23:36:48 +00:00 |
|
org_lwjgl_openal_eax_EAXBufferProperties.cpp
|
add: finished EAX support
|
2002-09-02 22:08:26 +00:00 |
|
org_lwjgl_openal_eax_EAXListenerProperties.cpp
|
add: finished EAX support
|
2002-09-02 22:08:26 +00:00 |
|
org_lwjgl_opengl_BaseGL.cpp
|
Working
|
2002-08-17 14:13:12 +00:00 |
|
org_lwjgl_opengl_CoreGL.cpp
|
Fixed native matrix code so it compiles. Added EXT_paletted_texture functions to CoreGL - whoops
|
2002-10-15 20:30:47 +00:00 |
|
org_lwjgl_opengl_eax_BaseEAX.cpp
|
mod: moving to eax subpackage
|
2002-09-02 13:22:09 +00:00 |
|
org_lwjgl_opengl_eax_CoreEAX.cpp
|
fix: don't do the whole initializing thingy - just assume that OpenAL is initialized
|
2002-09-12 01:42:49 +00:00 |
|
org_lwjgl_opengl_GL.cpp
|
Fixed wglGetExtensionsStringARB problem
|
2002-09-20 17:00:30 +00:00 |
|
org_lwjgl_opengl_GLU.cpp
|
Working
|
2002-08-17 14:13:12 +00:00 |
|
org_lwjgl_Sys.cpp
|
Copyright added
|
2002-08-15 15:46:18 +00:00 |