Commit graph

141 commits

Author SHA1 Message Date
Brian Matzon
a7e564a06a signing jars in distribution
added source package
added applet package
macosx compile_native_optional now using ant build scripts instead of makefiles
cleanup
2006-11-19 09:04:28 +00:00
Brian Matzon
d1cd4b851c beta4 2006-11-18 22:22:41 +00:00
Elias Naur
e6d6ddb921 buid.xml: Remove env.AL requirement from optionals build 2006-11-14 09:32:04 +00:00
Brian Matzon
5a7133f543 fixed path issue
added certificate signing
2006-11-09 21:41:58 +00:00
Elias Naur
6d9aa21e96 Add applettest ant target for easy LWJGL applet testing in appletviewer 2006-11-09 11:03:55 +00:00
Elias Naur
8164a4a00a Don't include binary native files from bin/ in lwjgl.jar (oops\!) 2006-10-31 09:52:38 +00:00
Elias Naur
b2e21da777 Windows: Implemented AWTInputAdapter. 2006-10-30 15:46:42 +00:00
Elias Naur
a47e419168 Mac OS X: Moved mouse handling from MacOSXDisplay to MacOSXMouseEventQueue 2006-10-26 20:49:07 +00:00
Elias Naur
3674d843c2 Added org.lwjgl.opengl.AWTInputAdapter which enabled use of Mouse and
Keyboard with AWTGLCanvases. Programs can now avoid implementing AWT input processing and access the mouse grabbing features from both Display and AWTGLCanvas. See org.lwjgl.test.opengl.awt.AWTInputAdapterTest for an example.

Note: This commit is the linux and generic AWT imlementation and can still
change a lot while implementing windows and mac os x.
2006-10-26 20:19:40 +00:00
Elias Naur
e23825c3e5 Linux: Moved more event handling logic to java 2006-10-24 09:52:12 +00:00
Elias Naur
911fff596e Added 'res' to runtest ant target classpath 2006-09-20 11:49:14 +00:00
Elias Naur
dde118016c Update to beta3 2006-08-10 08:45:10 +00:00
Elias Naur
294b68f057 Mac OS X: Build fixes 2006-08-01 14:10:17 +00:00
Ioannis Tsakpinis
84600dffdb Added SGIS_generate_mipmap & SGIS_texture_lod extensions 2006-07-25 15:31:16 +00:00
Elias Naur
d9afe6b784 Windows: Moved NativeSysImplementation.java to WindowsSysImplementation.java and moved some native code to java. 2006-07-15 19:45:36 +00:00
Elias Naur
867828115e Added a commented out generatechecks option to the opengl stubs generator. It can can be activated to add Utils.checkGLError everywhere 2006-07-14 11:54:52 +00:00
Elias Naur
d859fdcca6 Added a Controllers applet test 2006-07-14 08:32:01 +00:00
Brian Matzon
1cfed9e4ac no more source dist - get from svn
date fixes
fixed signing and path issue when doing jnlp
2006-07-12 21:29:31 +00:00
Brian Matzon
83c7ebb69d using ant build files for linux 2006-07-12 19:36:29 +00:00
Elias Naur
bb8dcf3996 Windows: Rename Win32* files to Windows* 2006-07-12 18:32:58 +00:00
Elias Naur
7815607e09 Windows: move natives from src/native/win32 to src/native/windows because the source really is bitness neutral, not 32 bit specific. 2006-07-12 18:09:11 +00:00
Elias Naur
8a1952f2b0 Added runtest ant target for easy execution of tests 2006-07-11 23:03:11 +00:00
Brian Matzon
b459f25af7 removed (some) obsolete targets
build natives into bin/<name>
support for windows optional ant build files
2006-07-11 21:43:43 +00:00
Elias Naur
395327b755 Linux: more 64 bit stuff 2006-07-11 20:49:28 +00:00
Elias Naur
e2bbb739aa Linux: added support for 64 bit JVMs 2006-07-11 20:30:19 +00:00
Elias Naur
3fd8ea895e Windows: Added ant build.xml for native core 2006-07-08 17:20:18 +00:00
Elias Naur
bf414409c0 Mac OS X: Added support for compile_native target. Moved optional libraries to compile_native_optional target 2006-07-07 12:41:36 +00:00
Elias Naur
fd867d88bd Commented out cvsbuild target - using it will propbably cause confusion 2006-07-07 11:47:56 +00:00
Elias Naur
fbde91bbce Added linux specific build.xml for building liblwjgl.so. Moved FMOD and Devil native builds to compile_native_optional ant target 2006-07-07 11:00:32 +00:00
Elias Naur
ce2096e10d Made build.xml use location in properties where appropriate 2006-07-07 10:38:54 +00:00
Brian Matzon
8ffd193467 reworked installer to expect a jar with the platform natives inside a jar 2006-07-03 23:26:54 +00:00
Elias Naur
e97f4ce950 Don't delete the generated directories themselves on ant clean-generated, only the source files 2006-07-03 20:10:10 +00:00
Elias Naur
cbe41294a5 Linux: Moved most input related stuff from native to java 2006-07-03 18:07:44 +00:00
Elias Naur
8e11d22366 Added seal to security sensitive jars 2006-07-03 11:44:34 +00:00
Elias Naur
8dd4e47dae Removed org.lwjgl.util.model 2006-07-03 11:30:30 +00:00
Brian Matzon
a844c680a3 add linux and mac natives to lwjgl applet jar 2006-07-02 22:01:27 +00:00
Brian Matzon
800ba0a969 beta2 tag
updated applet tag to build all libs needed
2006-07-02 21:44:58 +00:00
Elias Naur
c0b1cc5a8b Added an applet test (lwjgl from applets doesn't work yet). 2006-06-27 15:41:53 +00:00
Elias Naur
6cf49718db Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8. 2006-06-26 13:50:48 +00:00
Brian Matzon
6f184075d9 1.0beta version string
fixes to optional
2006-05-14 21:55:57 +00:00
Elias Naur
7f01d5d220 Removed the generator from lwjgl_util.jar 2006-05-05 08:14:28 +00:00
Brian Matzon
8baee79bd2 1.0
base and optional
2006-04-30 21:15:30 +00:00
Elias Naur
5d7ffed6c4 Fix building of jinput wrapper 2006-03-30 07:12:35 +00:00
Brian Matzon
63e997aae4 create single distribution 2006-02-21 22:11:49 +00:00
Brian Matzon
1e582060ba include generated when doing javadoc 2005-12-20 22:35:49 +00:00
Brian Matzon
5eab7dd2a6 incremented to 0.99 2005-12-17 21:22:11 +00:00
Elias Naur
1d3a2ccf26 build.xml: target 'jars' shouldn't depend on target 'clean' 2005-11-21 11:08:04 +00:00
Brian Matzon
20a9d2216c reworked devil dynamic stub to use generated header using a new ILNative class 2005-11-04 19:22:52 +00:00
Brian Matzon
be343cf334 dont javah devil 2005-11-02 22:09:18 +00:00
Brian Matzon
3294925f1e using OpenAL32.dll as name now (renamed wrap_oal.dll still, due to proxy issues) 2005-10-20 21:31:00 +00:00