Commit Graph

3008 Commits

Author SHA1 Message Date
Brian Matzon 66d99543b9 updating to 2.2.1 2009-11-15 19:23:48 +00:00
kappa1 e9e9bf7b91 FIX: Mouse Grab should now work on Windows when using Display.setParent() 2009-11-12 22:12:49 +00:00
kappa1 3abb46dd58 Stop AppletLoader on download failure, instead of displaying error and continuing download of files. 2009-10-12 11:56:46 +00:00
kappa1 3563faf75b AppletLoader file download handling improved.
Unknown Caching that was causing problems has been found and disabled.
The infamous "Fatal Error occured (5): null" bug should really be dead this time :)
3 attempts are made to download a file if it fails to download.
File size is now verified after a downloaded to make sure it is the correct size.
2009-10-08 00:03:55 +00:00
Ioannis Tsakpinis 90a70ecb1d Minor fixes and added support for NV_texture_barrier. 2009-09-29 13:51:41 +00:00
Ioannis Tsakpinis 0aa3bf8c17 Fixed TexCoordPointer exception when ARB_multitexture is not available. 2009-09-27 12:05:46 +00:00
Brian Matzon e11af72624 comment new allowNegativeMouseCoords property 2009-09-12 22:20:15 +00:00
Brian Matzon 8bd591fe5e support for tracking mouse outside window on drag, new api for checking if mouse is inside window 2009-09-12 22:15:21 +00:00
kappa1 198064eb64 restore defaults to the default lwjgl applet html template. 2009-09-10 11:15:12 +00:00
kappa1 9672413e2a Undo fix for the error 5: null error, since it does not work. 2009-09-09 11:24:29 +00:00
Ioannis Tsakpinis 9a5f795a84 Added support for PIXEL_STORE state tracking.
Changed PBO GLChecks to use LWJGL's state tracking instead of using glGetInteger.
2009-09-08 15:07:15 +00:00
Ioannis Tsakpinis f4eb23f860 Fixed Context init when using the debug library.
Removed glGetError call before buffer swapping.
2009-09-08 12:27:59 +00:00
kappa1 58703c742d Java caching properly disabled, this should prevent the AppletLoader from continuing to load jars from the java cache which have become corrupt.
The infamous "Fatal Error occured (5): null" bug should now go away on refresh as the files are redownloaded.
2009-09-03 20:15:46 +00:00
Ioannis Tsakpinis 02f54eb831 Fixed GLSync build issue. 2009-08-12 14:48:37 +00:00
Ioannis Tsakpinis 90001d5aa6 GLsync annotation not needed anymore. 2009-08-12 13:13:17 +00:00
Ioannis Tsakpinis 6befeb63f2 Completed GL32 support.
Added Generator support for wrapping GL pointers.
Added support for passing command-line arguments to tests.
Added test for ARB_sync functionality.
Temp fix to NV_shader_buffer_load.
2009-08-12 13:06:11 +00:00
Brian Matzon aa928312b8 missing initialization of AL11 functions 2009-08-05 18:54:47 +00:00
Ioannis Tsakpinis 969930902c Added missing annotations. 2009-08-05 07:09:36 +00:00
Ioannis Tsakpinis b130c415f7 Added support for OpenGL 3.2 and the following extensions: AMD_draw_buffers_blend, ARB_depth_clamp, ARB_draw_buffers_blend, ARB_draw_elements_base_vertex, ARB_fragment_coord_conventions, ARB_provoking_vertex, ARB_sample_shading, ARB_seamless_cube_map, ARB_shader_texture_lod, ARB_texture_cube_map_array, ARB_texture_gather, ARB_texture_multisample, ARB_texture_query_lod, ARB_vertex_array_bgra, EXT_separate_shader_objects, EXT_texture_snorm, NV_copy_image, NV_parameter_buffer_object2. 2009-08-04 18:21:41 +00:00
Brian Matzon b37909187e missing out on glReadPixels 2009-07-23 20:56:59 +00:00
Brian Matzon 7c9c64bf8e support for alpha blended icons on win32 2009-07-07 19:47:55 +00:00
Ioannis Tsakpinis 76fab42722 Added missing Imaging tokens. 2009-07-07 12:32:39 +00:00
kappa1 8a720fc596 fix: Animated gif's were not working with ImageIO as it only returns a BufferedImage, so switched to Toolkit with MediaTracker. 2009-07-01 18:05:44 +00:00
Ioannis Tsakpinis 1e6f6829ec Added support for GREMEDY_string_marker. 2009-06-19 10:32:57 +00:00
kappa1 3a35d60c30 Fix: allow logo's outside the appletloader.jar to be used. 2009-06-15 13:08:52 +00:00
Brian Matzon ea7e7bdd0c print stacktrace if possible on fatal errors, fixed NPE in paint 2009-06-11 21:07:34 +00:00
kappa1 0c244ee74a Added Mouse Support to Gears Applet, This will allow rotating the view using the mouse.
Fixed view ratio to support all sizes.
2009-06-03 18:29:05 +00:00
Brian Matzon c7eabcad3e fixed windows click/movement detection if drag started inside display 2009-06-03 11:08:58 +00:00
Ioannis Tsakpinis a74dcdac8c Added missing @OutParameters 2009-06-02 12:40:57 +00:00
Jeremy Booth d6f5dbef0c make sure the release target uses new jars, not just ones lying around from old builds 2009-05-31 10:12:19 +00:00
kappa1 5e59c093bb dependence on 'sun.net.www.ParseUtil;' removed. 2009-05-28 18:17:04 +00:00
Brian Matzon f9b6ab7c58 add missing include to get __TrackMouseEvent exported 2009-05-27 08:04:39 +00:00
Brian Matzon a6ae9f33b5 fix windows issue with mouse down true when released outside window 2009-05-26 20:39:23 +00:00
kappa1 31522ef459 A bit of clean up, code refactoring and commenting to GearsApplet test. 2009-05-23 09:37:10 +00:00
kappa1 d7cbfc5255 updated GearsApplet to use addNotify() to start a LWJGL Display, also prevents a new Display being created each time the start() method is called. 2009-05-23 09:09:28 +00:00
kappa1 e6a8d3e390 Special thanks to Riven in helping find the bug below :) 2009-05-22 09:30:50 +00:00
kappa1 aca59f8be2 BUG FIX: downloaded jars can now connect to the host they were from. 2009-05-22 09:14:38 +00:00
Elias Naur a819b4d95e Added missing datatypes to glVertexPointer and glTexCoordPointer 2009-05-18 13:24:05 +00:00
kappa1 1abb3e32e0 Spelling Mistake fix, oops :) 2009-05-08 20:29:22 +00:00
Brian Matzon 9803da6407 preparing 2.2.0 2009-04-30 18:50:00 +00:00
Brian Matzon 33202b9bf7 preparing 2.2.0 2009-04-30 18:48:34 +00:00
Brian Matzon 81d024de49 updated text to match new location for windows. added solaris. 2009-04-30 18:40:25 +00:00
Ioannis Tsakpinis 37cf5ee162 Added support for NV_shader_buffer_load and NV_vertex_buffer_unified_memory. 2009-04-29 16:38:04 +00:00
Elias Naur 3f9dfefe81 Added init code to space invaders example 2009-04-26 19:58:08 +00:00
Elias Naur 68ec5edea1 Linux: made legacy context code conditional 2009-04-24 20:35:33 +00:00
Elias Naur 50203d0d92 Linux: OpenGL 3 attributes support 2009-04-24 20:30:30 +00:00
Jeremy Booth ee9d81908a Update JInput including 64 bit windows builds 2009-04-10 15:00:22 +00:00
Jeremy Booth 5668dcb1b2 Fix the release build not outputting an LWJGL jar (oops) 2009-04-10 14:27:58 +00:00
Jeremy Booth e69f281298 Make the release build also compile the debug jar 2009-04-09 21:18:19 +00:00
Jeremy Booth 894828578e Parameterise the signing of the applet, and don't fail if the debug jar is missing. 2009-04-09 20:22:45 +00:00
Jeremy Booth 4deab98889 Updates for solaris and linux builds. 2009-04-08 21:53:59 +00:00
Jeremy Booth 18e1db9336 Updates for building windows 64 bit builds in VC express 2009-04-08 20:18:29 +00:00
Kevin Glass 175eb088c6 Ported GLU tessellation code from JOGL to work within LWJGL 2009-04-05 22:07:46 +00:00
Ioannis Tsakpinis 757f3bbbce Fixed ContextAttribs version validation.
Added OpenGL version test.
2009-04-04 19:19:43 +00:00
Ioannis Tsakpinis b979723e45 Added support for ARB_copy_buffer and updated the GL31 copy buffer tokens. 2009-03-27 12:56:14 +00:00
Ioannis Tsakpinis 578a6d2617 Added GLX_ARB_create_context tokens. 2009-03-26 11:15:43 +00:00
Ioannis Tsakpinis 1e4499f527 Force forward compatible mode when we have GL3.1+ but miss ARB_compatibility.
Added support for ARB_framebuffer_object.
Added support for GLX_ARB_create_context. (WIP)
Improved postfix stripping in the generator.
2009-03-26 11:08:43 +00:00
Ioannis Tsakpinis 03c799e87f Added support for OpenGL 3.1
Added support for a bunch of new OpenGL extensions.
2009-03-25 17:43:56 +00:00
Elias Naur 218d005aaf Linux: Fixed failure to create window on newer ATI mesa drivers 2009-03-19 21:50:30 +00:00
kappa1 97c038cd06 Bugfix for incorrect speed calculation, thanks to Dashiva for spotting it. 2009-03-19 19:50:38 +00:00
Brian Matzon 78b4301147 default to generatechecks for openal. This is needed since initNativeStub expects methods to be indirect (nalEnable instead of alEnable). 2009-03-19 19:12:37 +00:00
Brian Matzon c7ca903ca8 using windows dir instead of win32/win64 2009-03-17 21:50:09 +00:00
Brian Matzon 96ad3a2738 default to not generate checks 2009-03-17 21:49:28 +00:00
Brian Matzon ecc09868fa moving win32 to generic windows dir 2009-03-17 21:46:43 +00:00
Brian Matzon 8def41ccae support for OpenAL 64bit on windows 2009-03-17 21:36:18 +00:00
Brian Matzon 975bf7d7a3 oal-soft 1.7.411 2009-03-15 21:44:27 +00:00
Brian Matzon d2e3aee07c oal-soft 1.7.411 2009-03-15 19:43:24 +00:00
Brian Matzon 92d6132efa oal-soft 1.7.411 2009-03-15 19:36:20 +00:00
Brian Matzon 1234c32656 oal-soft 1.7.411 2009-03-15 18:32:57 +00:00
kappa1 30dfad6c15 Improved focus handling for Display.setParent() on linux. Focus is now released from Display when X fires a focus change event. 2009-03-11 21:05:05 +00:00
kappa1 6b0b033162 When an applet is run in debug mode, output in console that a cached version of the applet is being loaded.
A number of people were having problems with applets not updating, this was due to them leaving the cache tag on by mistake, hopefully this should alert them earlier and avoid time being wasted in tracking the issue.
2009-03-10 15:34:38 +00:00
kappa1 a33207320d fixed focus loop when using Display.setParent() on linux, this caused input keys to be missed as the focus shifted from parent to Display and back again. 2009-03-09 21:53:11 +00:00
Brian Matzon 8f91dfcdc7 updating version to 2.1.0 2009-03-09 21:07:38 +00:00
Ioannis Tsakpinis 2aaf0f6513 Added support for glNamedBufferDataEXT(int buffer, long size, int usage). 2009-02-05 16:18:42 +00:00
Elias Naur 2f3fbf28de Added Display.setDisplayModeAndFullscreen(mode) to switch mode and set fullscreen in one call (idea stolen from MatthiasM). Tweaked FullScreenWindowedTest to use the new method. 2008-12-28 19:30:43 +00:00
Elias Naur 825e724904 Renamed DisplayMode.isFullscreen() to DisplayMode.isFullscreenCapable and made it public 2008-12-28 17:50:08 +00:00
Elias Naur 07ac2ee5b4 jdkhome should be a jdk path, not a jre path 2008-12-22 16:51:26 +00:00
Elias Naur 7ca090659a mingw_ant/build.xml improvements 2008-12-22 16:50:00 +00:00
Elias Naur d738cefd0c Support win64 build from mingw_ant/build.xml 2008-12-22 16:47:35 +00:00
Elias Naur 94bd43ce19 Windows: Handle missing va_copy macro in MSVC 2008-12-22 16:38:57 +00:00
Elias Naur f8d5028de3 Made sprintfJavaString handle arbitrary length strings and reduce stack usage 2008-12-22 16:27:21 +00:00
Elias Naur 4b93774ef7 Windows 64: Enabled lwjgl64.dll and fixed crash 2008-12-22 11:55:28 +00:00
Brian Matzon 599b447cb5 updated local path, ignore builds 2008-12-14 19:10:45 +00:00
Brian Matzon ccea0dbbe8 support for eclipse update site (donated by Jens von Pilgrim) 2008-12-14 19:00:48 +00:00
Brian Matzon 50a08f1de4 missing @OutParameter on alSourceUnqueueBuffers 2008-12-03 19:22:20 +00:00
Brian Matzon 97ef35f857 create and include non-pack200, lzma jars - for those 1.4 only macs 2008-11-26 20:05:59 +00:00
Brian Matzon 3f87405b92 compiled for 1.4 instead of 1.5 2008-11-26 19:41:23 +00:00
Brian Matzon e7d6c7fffc openal-soft 1.6.372 2008-11-25 20:00:25 +00:00
Elias Naur ac74840f8d Removed dinput references from mingw build.xml 2008-11-24 10:06:29 +00:00
Brian Matzon 2df7515023 openal-soft 1.6.372 2008-11-23 13:08:41 +00:00
Brian Matzon cbb616a59d openal-soft 1.6.372 2008-11-23 12:51:52 +00:00
Brian Matzon f9928176d3 openal-soft 1.6.372 2008-11-23 12:21:52 +00:00
Elias Naur c6dac86af5 Windows: Fixed type punning compiler warnings 2008-11-22 15:05:07 +00:00
Elias Naur c8990c0915 Windows: Fixed pointer size compiler warning 2008-11-22 15:00:44 +00:00
Elias Naur e436a32741 Windows: Removed unused variable 2008-11-22 14:54:15 +00:00
Elias Naur 69f0e13e3b Windows: Removed unused variable 2008-11-22 14:51:36 +00:00
Brian Matzon b4f3c0e54b windows compile fixes 2008-11-10 20:38:55 +00:00
Elias Naur b5846167bb extgl.h should use definitions from the BSD licensed Mesa gl.h and glext.h instead of the original SGI gl.h/glext.h to avoid the SGI license 2008-11-10 20:07:21 +00:00
Brian Matzon 071f73c25c include 64bit openal-soft 2008-11-09 19:20:49 +00:00
Brian Matzon 7c5435c6c3 fresh release build 2008-11-05 19:01:25 +00:00