summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Fix PMVMatrix changes and minor cleanupSven Gothel2023-05-071-1/+1
|
* build scripts: use source/target level 1.8 on java11Sven Gothel2019-12-313-13/+15
|
* scripts: Update macosx build scriptrcSven Gothel2015-10-151-4/+21
|
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 ↵Sven Gothel2015-02-031-0/+1
| | | | (GlueGen commit d8dff4c9f2186749b167195eeb339c33f56864e8)
* Adapt to joal.jar location in ${joal.build}/jar/joal.jarv2.1.5v2.1.4Sven Gothel2014-01-251-1/+1
|
* Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove ↵Sven Gothel2014-01-222-6/+21
| | | | | | | | reference to JNLPAppletLauncher - use NApplet fallback Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and hence the Applet sandbox is being taken away.
* Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..Sven Gothel2013-11-011-6/+6
|
* build.xml: Exclude SWT demos if empty user.swt.jar property is setXerxes Rånby2013-07-051-5/+7
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* make script 32bit: force java6 creationv2.0.2-rc12v2.0-rc12Sven Gothel2013-06-211-0/+3
|
* jogl-demos.build.id -> target init, depends on jogamp.env.initSven Gothel2013-03-281-2/+2
|
* Adapt to new version scheme, see GlueGen ↵Sven Gothel2013-03-282-5/+3
| | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc
* Adapt to changes for Bug #598 - JOGL ALL JAR File Change incl. it's Native ↵Sven Gothel2012-06-261-20/+20
| | | | | | | Jar URL Derivation - Depends on GlueGen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db - Depends on JOGL commit a393e45613d87101dbb13763df263c2f9291d2d0
* Extract demos 'dualDepthPeeling' and 'tennis' w/ code and data. Skip ↵Sven Gothel2012-02-281-3/+37
| | | | | | | | www/*.7z from archive. Extracting the demos reduces the footprint of general demo data (especially for dualDepthPeeling's dragon.obj) and also allows to run the demo as standalone (tennis).
* Seperate dualDepthPeeling obj data; Add data anchor classSven Gothel2012-02-181-1/+3
|
* JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)Sven Gothel2012-02-181-0/+2
|
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+5
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-223-14/+44
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* update build.xml (jogl.cg.jar location) and manual compile scriptsSven Gothel2011-10-226-25/+22
|
* Add eclipse project filesSven Gothel2011-09-141-0/+2
|
* Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62Sven Gothel2011-08-221-2/+0
|
* adapt to jogl's jnlp/jar reductionSven Gothel2011-08-051-56/+3
|
* gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2Sven Gothel2011-02-241-1/+1
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-238-1/+2
|
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-232-2/+1
|
* Use 7z instead of zipSven Gothel2011-02-231-2/+2
|
* Bump source level to 1.5Sven Gothel2011-02-091-4/+5
|
* Unique ZIP archive name ; Gears main init sequenceSven Gothel2010-12-191-2/+4
|
* don't read artifact.propertiesSven Gothel2010-12-152-3/+1
|
* Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove ↵Sven Gothel2010-12-138-30/+35
| | | | joal/joal-demos jar files.
* remove HHmm from version timestampSven Gothel2010-12-131-1/+1
|
* Add build id, branch and commit to artifacts propertiesSven Gothel2010-11-291-1/+7
|
* Adapt to JOGL 597007fc23fbf86e036629b6c6b157e0e0506715Sven Gothel2010-11-281-1/+1
|
* Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187Sven Gothel2010-11-232-2/+15
|
* Add ArchiveSven Gothel2010-11-091-32/+62
|
* Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: ↵Sven Gothel2010-10-141-2/+1
| | | | Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-231-0/+2
|
* Simplify default value of product.build.numberSven Gothel2010-07-271-5/+1
|
* Fix: jogl-demos.build.number default/file value orderSven Gothel2010-07-261-0/+5
|
* Add jogl-demos.build.number - artifact.propertiesSven Gothel2010-07-263-3/+10
|
* Adding GLProfile.initSingleton() call, ensuring [multithreading] ↵Sven Gothel2010-06-101-3/+3
| | | | intitialization can be done in time
* Fix: delete Newt window completly (deep)Sven Gothel2010-04-231-0/+2
|
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing ↵Sven Gothel2010-04-221-6/+6
| | | | profiles accordingly.
* Add win32 script, misc stuff ..Sven Gothel2010-04-211-0/+13
|
* Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432Sven Gothel2010-04-151-3/+7
|
* swt addSven Gothel2010-04-011-0/+1
|
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 ↵Sven Gothel2010-03-301-1/+1
| | | | gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-0/+3
|
* introduced jogl.root and gluegen.root.Michael Bien2010-03-261-23/+26
|
* Enable building redbook demos by defaultSven Gothel2010-03-261-1/+1
|
* Adapted JOGL TextureData API changes (138a5b057e39a4738a2e82f370424a9a21aceea9)Sven Gothel2010-03-261-1/+1
|