Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed alcGetString functionpointer mapping (gluegen does not handle method ↵ | Michael Bien | 2010-07-10 | 1 | -0/+12 |
| | | | | | | renames correctly). ALCImpl is now ALCAbstractImpl. "Custom code" is now in ALCImpl which extends ALCAbstractImpl. | ||||
* | Sound3DTest cleanup (works). | Michael Bien | 2010-07-10 | 1 | -101/+81 |
| | |||||
* | cleanup OpenALTest (works now). | Michael Bien | 2010-07-10 | 1 | -107/+90 |
| | | | | | - EAX is not loaded when not available - removed redundant exception handling | ||||
* | another round of cleanup (ALTest). | Michael Bien | 2010-07-10 | 3 | -235/+125 |
| | | | | | - dissabled two tests which cause segfaults - TODO all tests which expect an IllegalArgumentException fail for some reason | ||||
* | fixed tests, build + cleanup. | Michael Bien | 2010-07-09 | 3 | -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 Bien | 2010-07-08 | 1 | -2/+2 |
| | |||||
* | renamed package to com.jogamp.openal.* | Michael Bien | 2010-03-29 | 4 | -9/+11 |
| | |||||
* | added NetBeans project files, cleaned up project structure. | Michael Bien | 2010-03-22 | 7 | -0/+1240 |