Commit graph

2751 commits

Author SHA1 Message Date
Elias Naur
395cf797cb Linux: Added alpha mask support to Display.setIcon 2008-04-01 19:46:20 +00:00
Elias Naur
abd3f75d6c Removed 2D OpenGL initialization code from Display. It messes with the implicit, but well-defined, opengl default state and doesn't fit well with multiple context types (gl3 and d3d) 2008-03-23 15:51:10 +00:00
Elias Naur
65309d759c Added notes to Mouse.poll() and Keyboard.poll() that Display.processMessages() (or Display.update()) must be called to receive new input state 2008-03-02 18:16:39 +00:00
Elias Naur
f2b73f57de Mac OS X: Added missing #import 2008-02-19 14:06:48 +00:00
Elias Naur
59f5ed712e Added AWTInputAdapter.isCreated() requested by kevglass 2008-02-01 12:02:54 +00:00
Brian Matzon
0d2f6a8256 second 2.0 alpha 2008-01-31 19:22:32 +00:00
Elias Naur
fe51c8109e Don't include checks in build.xml (oops 2008-01-28 08:48:25 +00:00
Elias Naur
71d28a1163 Mac OS X: Let gcc-3.3 build against 10.4 universal sdk 2008-01-25 10:46:18 +00:00
Brian Matzon
c4b9d2321d 2.0a version string 2008-01-21 22:56:37 +00:00
Brian Matzon
a2276c4128 removed required devil and fmod jars 2008-01-21 22:47:32 +00:00
Elias Naur
a877b0c1f1 javadoc fixes 2008-01-21 22:20:25 +00:00
Brian Matzon
b20ae3c6da removed /Wp64 command line argument - deprecated as of VS express 2008 2008-01-21 22:19:25 +00:00
Elias Naur
31669b02ec javdoc fixes 2008-01-21 22:15:12 +00:00
Brian Matzon
278ee8667f fixed ? -> ø, utf8 issue ? 2008-01-21 22:11:01 +00:00
Brian Matzon
dd239ae088 removing applet test (relied on LWJGLInstaller) 2008-01-21 22:09:38 +00:00
Brian Matzon
73f10ce7c0 removing as per request of elias 2008-01-21 22:07:48 +00:00
Elias Naur
6d9ce94068 javadoc fixes 2008-01-21 22:03:45 +00:00
Elias Naur
40fca39591 Added jinput.jar to javadoc classpath 2008-01-21 21:59:32 +00:00
Brian Matzon
08f114cadb 2.0 version string
fixed date to 2008
2008-01-21 21:55:44 +00:00
Brian Matzon
c9979fcfab 2.0 version string 2008-01-21 21:55:20 +00:00
Elias Naur
3bc7c2e28a Updated my contact info in CREDITS 2008-01-21 21:55:17 +00:00
Brian Matzon
1cbd938e87 adding kappaone
removed fmod and devil
2008-01-21 21:47:17 +00:00
Elias Naur
38d231852a Removed mention of devil and fmod from README 2008-01-21 21:45:38 +00:00
Brian Matzon
08b5ccb72a removing optional support binaries 2008-01-21 21:44:19 +00:00
Elias Naur
dc3999b075 Removed devil and fmod support. yay. 2008-01-21 21:38:29 +00:00
Elias Naur
7fe1db23ec Converted GLU to use Buffers instead of arrays to match the rest of lwjgl 2008-01-21 21:27:03 +00:00
Elias Naur
df9e7af261 Moved org.lwjgl.opengl.glu to org.lwjgl.util.glu 2008-01-21 20:38:04 +00:00
Elias Naur
5e3956d358 Moved translation of ogl error codes from GLU to Util, to prepare for glu to be moved to lwjgl_utils 2008-01-21 20:28:53 +00:00
Elias Naur
e9a3b7a556 Display: Removed display_impl.update() from isCloseRequested(), isVisible(), isDirty() and isActive() since it can be an expensive call on at least linux. Display.update() is now required to be called to update the internal state. 2008-01-21 20:21:21 +00:00
Brian Matzon
f6152a134a 1.1.4 version string 2008-01-20 08:20:54 +00:00
Elias Naur
fa4bc30097 Only let Display.update() call display_impl.update() once 2008-01-19 09:53:14 +00:00
Elias Naur
8e2233167d Linux: Fixed test for XkbSetDetectableAutoRepeat success 2008-01-19 08:57:20 +00:00
Elias Naur
e448bb0c29 Removed OS message polls from mouse and keyboard poll() and read(), since they can be quite expensive 2008-01-19 08:49:10 +00:00
Elias Naur
d184509ac7 AWTGears: Make the canvas the same size as the Gears test 2008-01-18 10:29:01 +00:00
Elias Naur
8f677f1585 Linux: use XkbSetDetectableAutoRepeat to detect repeated key events more reliably 2008-01-07 18:29:04 +00:00
Elias Naur
b5aef81f7e Added missing @OutParameter annotations to alGen* and glGen* methods 2008-01-06 21:33:34 +00:00
Elias Naur
4bf0703eb1 Windows: Pulled DefWindowProc calling to java side 2007-12-13 09:29:36 +00:00
Elias Naur
de1520d80f Windows: Removed unused library path from mingw build script 2007-12-04 11:47:08 +00:00
Elias Naur
e03ee5d4d7 Windows: 64bit compilation fixes 2007-12-04 10:58:10 +00:00
Elias Naur
9d7eb11600 Windows: Removed unused local declarations from WindowsContextImplementation.c 2007-12-04 09:27:54 +00:00
Elias Naur
1cd7d96c68 Mouse: Attempt to clarify Mouse.setNativeCursor javadoc 2007-11-27 07:58:03 +00:00
Elias Naur
87722c5d10 Improved native path handling in 'runtest' ant target 2007-11-14 11:54:06 +00:00
Elias Naur
5e830de033 windows: Use throwFormattedException, not throwException in tryLoadOpenAL() 2007-11-14 11:10:52 +00:00
Elias Naur
b19f24ec61 openal: Don't free native path too early (duh) 2007-11-14 11:07:22 +00:00
Elias Naur
74ab4f7fa4 openal: Improved error reporting from native library load 2007-11-14 10:45:07 +00:00
Brian Matzon
c3500a14d2 fixed 1.1 detection so that oal 1.1 stubs are loaded for major > 1 2007-11-12 16:02:57 +00:00
Elias Naur
dbe9667c3d Added a Thread.yield() to applets tests that repaint() last in paintGL() to help input responsiveness on linux. Thanks to Kappa for debugging and finding the workaround. 2007-11-09 05:11:29 +00:00
Brian Matzon
632fcbfeaa added aho's adapter 2007-11-07 23:17:14 +00:00
Elias Naur
71603f996f Tweaked exception message 2007-11-01 13:06:11 +00:00
Elias Naur
d616f8439a Linux: use throwFormattedException in extgl_Open instead of custom message formatting 2007-10-30 18:34:38 +00:00