aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fixed alcGetString functionpointer mapping (gluegen does not handle method ↵Michael Bien2010-07-101-0/+12
| | | | | | renames correctly). ALCImpl is now ALCAbstractImpl. "Custom code" is now in ALCImpl which extends ALCAbstractImpl.
* Sound3DTest cleanup (works).Michael Bien2010-07-101-101/+81
|
* cleanup OpenALTest (works now).Michael Bien2010-07-101-107/+90
| | | | | - EAX is not loaded when not available - removed redundant exception handling
* another round of cleanup (ALTest).Michael Bien2010-07-103-235/+125
| | | | | - dissabled two tests which cause segfaults - TODO all tests which expect an IllegalArgumentException fail for some reason
* fixed tests, build + cleanup.Michael Bien2010-07-093-669/+240
| | | | | | | - removed junit.jar, using now gluegen's lib - fixed paths, joal.jar contains now classes :) - converted junit test to junit 4.x - replaced tabs with spaces...
* removed BufferUtils since we have now Buffers in gluegen-rt.Michael Bien2010-07-081-2/+2
|
* renamed package to com.jogamp.openal.*Michael Bien2010-03-294-9/+11
|
* added NetBeans project files, cleaned up project structure.Michael Bien2010-03-227-0/+1240