Brian Matzon
|
e23538a518
|
cleanup
|
2004-08-20 06:17:15 +00:00 |
|
Brian Matzon
|
53126a57f1
|
Simple NULL DSP test
|
2004-08-12 21:40:07 +00:00 |
|
Caspian Rychlik-Prince
|
7f28edb980
|
Implemented getClipboard on Win32
|
2004-08-12 14:54:39 +00:00 |
|
Elias Naur
|
0baf3a81f2
|
Removed the NVidia dependent Grass.java test (as it didn't even work on nvidia because of resource loading problems, and because the org.lwjgl.test.opengl.shaders examples are superior anyway)
|
2004-08-05 20:29:04 +00:00 |
|
Elias Naur
|
6fb9a62cab
|
Removed ability to share Display context in Pbuffer - it was too much trouble for little gain
|
2004-08-02 14:32:51 +00:00 |
|
Ioannis Tsakpinis
|
b19f257041
|
Fixed rtt
|
2004-07-26 22:25:02 +00:00 |
|
Ioannis Tsakpinis
|
d2ecdf2b6e
|
pbuffer tests
|
2004-07-26 19:14:20 +00:00 |
|
Elias Naur
|
2c28c39fce
|
Implemented new type of Pbuffer that use the Display context, which is faster than a separate context (Linux)
|
2004-07-24 19:44:41 +00:00 |
|
Brian Matzon
|
a9398f77dd
|
nuked, content replicated in example
|
2004-07-22 15:35:37 +00:00 |
|
Brian Matzon
|
94ea591017
|
minor updates
|
2004-07-22 15:10:55 +00:00 |
|
Brian Matzon
|
4bcfaa5123
|
output mouse position
|
2004-07-22 15:00:36 +00:00 |
|
Brian Matzon
|
bb7bc889a4
|
minor updates
|
2004-07-22 14:56:40 +00:00 |
|
Brian Matzon
|
760bb65d5a
|
minor updates
|
2004-07-22 14:27:07 +00:00 |
|
Brian Matzon
|
b720082dad
|
simple WIP streamtest
|
2004-07-21 14:49:57 +00:00 |
|
Caspian Rychlik-Prince
|
4c00419d73
|
Organised imports
|
2004-07-06 16:08:17 +00:00 |
|
Elias Naur
|
1827f0efd4
|
Implemented reference counted loading of gl library in java
|
2004-07-05 14:34:47 +00:00 |
|
Elias Naur
|
15934fd6e7
|
Move native stub initialization from extgl into GLContext.java. Makes it much easier to
exlude extensions classes. Furthermore, GLContext.useContext(null) can now be used to
reset the native stubs when no context is current.
|
2004-07-03 21:12:33 +00:00 |
|
Elias Naur
|
4a13ffa90f
|
*** empty log message ***
|
2004-07-03 17:39:25 +00:00 |
|
Elias Naur
|
afec62989a
|
Updated tests
|
2004-07-03 13:48:52 +00:00 |
|
Brian Matzon
|
4cea3e191b
|
header unification
|
2004-06-12 20:28:34 +00:00 |
|
Brian Matzon
|
841df6cbf5
|
simple test to show all fields of a controller
|
2004-06-09 19:55:40 +00:00 |
|
Brian Matzon
|
0bcb13ceac
|
fmod -> fmod3
|
2004-06-09 19:53:45 +00:00 |
|
Brian Matzon
|
0afefea6ba
|
updated to 3.73
|
2004-06-02 21:40:47 +00:00 |
|
Brian Matzon
|
5803d98ddc
|
FMusic done, including callbacks!
Added synctest to fmod, showing how to use FMusic
|
2004-05-31 12:42:09 +00:00 |
|
Brian Matzon
|
f4a2c8354f
|
fmod support
|
2004-05-23 14:03:07 +00:00 |
|
Caspian Rychlik-Prince
|
b697fb3ecf
|
Removed Sys.setTime(), Sys.getPlatform()
Changed Sys.getTime()
Added Display.sync()
|
2004-05-05 14:28:40 +00:00 |
|
Caspian Rychlik-Prince
|
f33a019675
|
*** empty log message ***
|
2004-04-18 20:01:28 +00:00 |
|
Brian Matzon
|
a9506354ee
|
fixed mouse issues, setGrabbed & native cursor now works (afaik ;))
|
2004-04-12 14:46:18 +00:00 |
|
Brian Matzon
|
86eb042b81
|
reworked animated native cursors, to use X animation when required
added initial setGrabbed(boolean) feature - Work in progress
both needs verification on linux
|
2004-04-12 00:33:01 +00:00 |
|
Elias Naur
|
4f6eaa7280
|
Fix rest of the openal examples
|
2004-04-09 21:38:31 +00:00 |
|
Elias Naur
|
942dfb758d
|
removed size argument from alBufferData and added additional buffer types
|
2004-04-09 15:22:20 +00:00 |
|
Elias Naur
|
4974a66398
|
Folded read into poll to simplify interface
|
2004-04-07 07:55:42 +00:00 |
|
Elias Naur
|
ee05436c65
|
Fixed a small glitch in the test conversion
|
2004-04-04 13:18:16 +00:00 |
|
Caspian Rychlik-Prince
|
85130ebd90
|
Rules with mighty fist. New API killed off before it even sees light of day. Some refactoring.
|
2004-04-04 12:53:45 +00:00 |
|
Caspian Rychlik-Prince
|
37262e6727
|
New window sizing & undecorated code
|
2004-04-03 23:01:39 +00:00 |
|
Ioannis Tsakpinis
|
7427ba13f6
|
Bugs fixed
|
2004-03-31 21:03:20 +00:00 |
|
Ioannis Tsakpinis
|
efd6d8bda6
|
Fixed bugs
|
2004-03-31 17:43:46 +00:00 |
|
Ioannis Tsakpinis
|
79e83e4533
|
Added shader tests
|
2004-03-30 23:25:17 +00:00 |
|
Ioannis Tsakpinis
|
0e70f051bd
|
New extensions and static import modifications
|
2004-03-29 16:55:27 +00:00 |
|
Elias Naur
|
351b8165ef
|
Fixed naming
|
2004-03-29 07:32:37 +00:00 |
|
Brian Matzon
|
afb8491cfa
|
fixed tests according to new way
cleaned up imports
|
2004-03-26 21:57:57 +00:00 |
|
Brian Matzon
|
44cbb3ca02
|
removed Window.paint() references
|
2004-03-26 15:03:07 +00:00 |
|
Caspian Rychlik-Prince
|
3df3d2d401
|
Simplification work
|
2004-03-26 11:26:04 +00:00 |
|
Caspian Rychlik-Prince
|
fca57cefd5
|
Simplification work
|
2004-03-26 11:09:39 +00:00 |
|
Brian Matzon
|
2d16504529
|
cleaned up
|
2004-03-25 22:44:31 +00:00 |
|
Brian Matzon
|
177a0bfe84
|
fixed minimized || !focus bug
|
2004-03-25 22:38:04 +00:00 |
|
Brian Matzon
|
bb51e3dc23
|
Cursor animation support regardless of platform features
|
2004-03-21 21:54:57 +00:00 |
|
Elias Naur
|
062057d3d9
|
Fixed win32 building
|
2004-03-10 08:42:40 +00:00 |
|
Caspian Rychlik-Prince
|
7da8d7d01d
|
Fixed compilation error (untested)
|
2004-03-03 10:06:18 +00:00 |
|
Brian Matzon
|
3fe2d6cb69
|
OpenAL / EAX Refactor
|
2004-02-26 21:51:58 +00:00 |
|