Menu

Tree [r444] / trunk / LWJGL / src / native / common /
 History

HTTPS access


File Date Author Commit
 callbacks 2002-12-17 cix_foo [r323] Changed quotes to angle brackets for alut.h inc...
 .cvsignore 2002-08-24 cix_foo [r79] Checkpoint
 Makefile.am 2002-12-18 elias_naur [r331] Removed ALUT from automake
 MatrixOpCommon.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 MatrixOpCommon.h 2002-11-25 elias_naur [r245] Moved Math functions to common
 checkALerror.h 2002-12-14 matzon [r312] dynamic loading of openal
 checkGLerror.h 2002-12-11 elias_naur [r301] Switched to dynamic loading of gl functions and...
 extal.c 2003-01-01 gregorypierce [r375] no message
 extal.h 2003-01-02 gregorypierce [r379] Clean OSX release, changed the platform flag to...
 extgl.c 2003-01-02 gregorypierce [r379] Clean OSX release, changed the platform flag to...
 extgl.h 2003-01-02 gregorypierce [r379] Clean OSX release, changed the platform flag to...
 org_lwjgl_Display.h 2003-02-08 matzon [r411] add: close button enabled
 org_lwjgl_Math.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Sys.h 2002-12-22 cix_foo [r353] Alert code
 org_lwjgl_input_Controller.h 2003-01-03 matzon [r386] Joystick replaced by Controller
 org_lwjgl_input_Keyboard.h 2003-01-11 elias_naur [r388] Added keyboard translation to linux and win32
 org_lwjgl_input_Mouse.h 2003-02-08 matzon [r405] new Mouse implementation, rewritten to better f...
 org_lwjgl_openal_ALC.cpp 2002-12-14 matzon [r312] dynamic loading of openal
 org_lwjgl_openal_ALC.h 2002-09-06 matzon [r154] rem: getProcAddress removed, since it serves no...
 org_lwjgl_openal_BaseAL.cpp 2002-12-22 matzon [r362] fix: more verbose when failing in creating oal
 org_lwjgl_openal_BaseAL.h 2002-09-03 matzon [r147] mod: adopted create/destroy architecture
 org_lwjgl_openal_CoreAL.cpp 2002-12-14 matzon [r312] dynamic loading of openal
 org_lwjgl_openal_CoreAL.h 2002-11-19 matzon [r215] mod: getSource3f removed, since it isn't in the...
 org_lwjgl_openal_eax_BaseEAX.cpp 2002-11-25 elias_naur [r250] Moved OpenAL to common
 org_lwjgl_openal_eax_BaseEAX.h 2002-09-02 matzon [r137] mod: moving to eax subpackage
 org_lwjgl_openal_eax_CoreEAX.cpp 2002-12-14 matzon [r312] dynamic loading of openal
 org_lwjgl_openal_eax_CoreEAX.h 2002-09-02 matzon [r137] mod: moving to eax subpackage
 org_lwjgl_openal_eax_EAXBufferProperties.cpp 2002-11-25 elias_naur [r250] Moved OpenAL to common
 org_lwjgl_openal_eax_EAXBufferProperties.h 2002-09-02 matzon [r140] add: finished EAX support
 org_lwjgl_openal_eax_EAXListenerProperties.cpp 2002-11-25 elias_naur [r250] Moved OpenAL to common
 org_lwjgl_openal_eax_EAXListenerProperties.h 2002-09-02 matzon [r140] add: finished EAX support
 org_lwjgl_opengl_BaseGL.h 2002-12-19 elias_naur [r333] Moved BaseGL constructor parameters to Display
 org_lwjgl_opengl_CoreGL.cpp 2003-02-20 cix_foo [r436] *** empty log message ***
 org_lwjgl_opengl_CoreGL.h 2003-02-17 elias_naur [r435] Added glMultiDrawArrays and glMultiDrawElements
 org_lwjgl_opengl_GL.cpp 2002-11-25 elias_naur [r247] Moved org_lwjgl_opengl_GL.cpp to common (again)
 org_lwjgl_opengl_GL.h 2002-08-17 cix_foo [r55] Working
 org_lwjgl_opengl_GLU.cpp 2002-12-11 elias_naur [r301] Switched to dynamic loading of gl functions and...
 org_lwjgl_opengl_GLU.h 2002-11-30 lholden [r292]
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.