summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc5v2.0-rc4v2.0-rc3v2.0-rc2Sven Gothel2011-02-241-1/+1
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-232-4/+2
|
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-233-5/+3
|
* Use 7z instead of zipSven Gothel2011-02-231-3/+2
|
* Unique ZIP archive nameSven Gothel2010-12-191-2/+4
|
* fix running demos from antSven Gothel2010-12-131-2/+26
|
* enable joal-demosSven Gothel2010-12-1311-50/+143
|
* rootrel.buildSven Gothel2010-12-131-3/+9
|
* www: add proper redirection to folder wwwSven Gothel2010-05-081-0/+7
|
* cleaned up webpage.Michael Bien2010-03-211-131/+93
|
* Incorporated port of EFX filter example by Ultraq on javagaming.orgkbr2007-06-291-0/+252
| | | | | | | forums git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@62 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Updated text to indicate that Java Web Start link is now workingkbr2007-02-081-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@61 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added System.exit(0) needed for Java Web Start execution / terminationkbr2007-02-081-0/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@60 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* - made the number of buffers a variable instead of hardcoding to 2krishna_gadepalli2007-02-052-25/+121
| | | | | | | | - made the buffer size and the #buffers specifiable from the command line - added a sleep to the main "playstream" loop so as to not peg the CPU (from Ken Russel) git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@59 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Updated it to reflect the new jars and ogg fileskrishna_gadepalli2007-02-031-2/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@58 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* - modified the build to use the minimal needed jars from j-ogg instead of usingkrishna_gadepalli2007-02-038-37/+84
| | | | | | | | the combined j-ogg-all.jar which was causing problems with other tutorials - removed the old huge crickets.ogg file and replaced it with broken_glass.ogg git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@57 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added a new tutorial page for lesson8 (Ogg/Vorbis streaming)krishna_gadepalli2007-02-039-10/+439
| | | | | | | Added a title to all other pages git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@56 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* - Added "lesson8" a translation of the Ogg/Vorbis OpenAL streaming tutorial ↵krishna_gadepalli2007-02-026-20/+631
| | | | | | | | | to JOAL - Modified the build.xml to add "lesson?" targets to run the examples. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@55 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Improved error reporting and workaround for problem seen with NVidia'skbr2006-12-221-9/+19
| | | | | | | OpenAL implementation with only this demo git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@54 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added option for excluding Quit button from GUIkbr2006-12-201-13/+16
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@53 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added support for using JOAL alongside JOGL in JOGLAppletLauncher. Ifkbr2006-12-041-94/+115
| | | | | | | | | | | | | | JOAL classes are detected, will download, install and load JOAL's native libraries as well as JOGL's. Added NativeLibLoader.disable() method to JOAL to support this. Added code to JOGLAppletLauncher to detect if -Dsun.java2d.noddraw=true was missing from deployment.properties and if so to prompt user about adding it automatically. Fixed bug in new per-native-library timestamp code. Refactored JOAL SingleStaticSource demo to make it easier to embed in an applet. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@52 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added Java Web Start launch links to various demos and removed linkskbr2006-08-314-7/+11
| | | | | | | | to source code and build scripts since they're all in the joal-demos workspace git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@51 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added GUI to lesson 5 and System.exit() calls to lessons 2 and 3kbr2006-08-314-69/+197
| | | | | | | needed for Java Web Start deployment git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@50 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Updated documentation linkkbr2006-04-011-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@49 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Updates to build.xml files in preparation for JOAL nightly buildskbr2006-03-251-0/+8
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@48 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Merged gluegen-branch-1-0 on to the main JOAL trunk. JOAL is now builtkbr2006-01-1016-0/+875
| | | | | | | | using GlueGen and currently requires a built JOGL workspace as a sibling workspace of the JOAL workspace. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@47 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* updated tutorials to use the very latest version of JOALathomas2003-11-235-0/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@43 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* updated demos to use the most recent version of the softwareathomas2003-11-232-0/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@42 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* updated demos to use the most recent version of the softwareathomas2003-11-234-0/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@41 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* updated navbarathomas2003-11-228-48/+48
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@40 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* updated navbarathomas2003-11-228-64/+81
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@39 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* updated with instrumented classes. Will look to replace with calls to 1.4 ↵athomas2003-11-194-0/+0
| | | | | | logging APIs git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@38 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Proper handling of nulll parameter in alcOpenDevice()athomas2003-11-184-0/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@37 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ↵athomas2003-11-158-91/+87
| | | | | | Chris!) git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@36 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* fixed link to forums to eliminate IE bugathomas2003-10-111-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@35 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* added OpenAL logo to the siteathomas2003-07-092-2/+5
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@34 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* fill justified the paragraphs in the tutorialsathomas2003-07-082-185/+194
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@33 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added lesson 7athomas2003-07-087-55/+235
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@32 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added lesson 6athomas2003-07-082-0/+347
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@31 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added lesson 5athomas2003-07-081-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@30 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added lesson 5athomas2003-07-081-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@29 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* Added lesson 5athomas2003-07-083-0/+277
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@28 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* check-in of lesson 4athomas2003-06-291-1/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@27 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* check-in of lesson 4athomas2003-06-292-1/+168
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@26 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* check-in of lesson 3athomas2003-06-293-0/+296
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@25 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* set paragraph alignment to "justify"athomas2003-06-292-6/+4
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@24 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* set paragraph alignment to "justify"athomas2003-06-292-97/+104
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@23 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* checking in Lesson 2athomas2003-06-291-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@22 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* checking in Lesson 2athomas2003-06-283-283/+285
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@21 235fdd13-0e8c-4fed-b5ee-0a390d04b286
* checking in Lesson 2athomas2003-06-281-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@20 235fdd13-0e8c-4fed-b5ee-0a390d04b286