aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* build: Use environment var 'PLUGIN_JAR' and property 'plugin.jar' to define ↵Sven Gothel2013-06-281-27/+19
| | | | plugin.jar for JavaScript bridge; Use javac debug defaults: source,lines.
* Ant build.xml: Build target is 1.6; Pick up TARGET_RT_JAR (-> JRE 1.6 ↵Sven Gothel2013-06-271-1/+23
| | | | rt.jar); Respect javacdebug* props, def. is none.
* build.xml: optimize="on" debug="off" -XlintXerxes Rånby2012-12-061-1/+2
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Fix build of dist: remove lwjgl, use jogamp lib location, fix scriptsSven Gothel2012-10-161-48/+3
|
* Remove Oracle JDK plugin.jar dependencySven Gothel2012-10-161-2/+2
|
* Simple JOGL2 port: Populate 'lib/jogamp/' w/ builds ↵Sven Gothel2012-10-071-9/+9
| | | | 'gluegen_598-joal_364-jogl_825', use common 'lib/jogamp' folder in build/run
* Simple JOGL2 portSven Gothel2012-10-071-301/+270
| | | | | | | | | | - Remove _very_ old JOGL port (net.java.games.jogl.GL) - Rename Jsr231* -> Jogl* - Port Jsr231 to Jogl2: - package rename of jogl/joal - use AWT GLCanvas derivation instead of partially reimplementing it in JoglDriver - drop some EXT suffixes - name driver 'jogl2'
* Changes to enable Jake2 to run well as an applet inside the Kenneth B. Russell2008-03-021-0/+3
| | | | | | | | | | | | | | | | | | | | | next-generation Java Plug-In. Added Globals.appletMode, Globals.applet and Globals.sizeChangeListener to be able to easily pass around the knowledge that the system is running in applet mode, and the applet itself, which becomes the parent container for the output. Most changes were in Jsr231Driver to support putting the Display into a preexisting parent container rather than a new Frame each time. Changed JOGLKBD to allow manual initialization of the parent container rather than obtaining it from a CreateNotify or ConfigureNotify event since these will never be generated in the applet case. Removed various calls to System.exit(), although strictly speaking this is no longer necessary because it is expected that the separate_jvm parameter will be used in conjunction with the new Java Plug-In to create a fresh JVM instance for each run of Jake2. Video mode switching in applet mode is working; the applet resizes (via JavaScript) to accommodate the newly selected resolution. Full screen mode when running as an applet is not implemented at this point, as the intent was to show this inside the browser, though support could be added very straightforwardly.
* remove EAX patch and wait for a bugfix (it doesn't work for webstart because ↵Carsten Weisse2007-05-061-2/+0
| | | | of jar signing) https://joal.dev.java.net/issues/show_bug.cgi?id=17
* include the joal EAX patch in build and jar taskCarsten Weisse2007-05-061-1/+2
|
* include the joal EAX patchCarsten Weisse2007-05-061-0/+1
|
* use gluegen-rt from jsr231 alias joglCarsten Weisse2007-04-281-0/+1
|
* New "patch" task for lwjgl1.0 to improve performance. This updates the ↵Carsten Weisse2007-03-171-3/+15
| | | | original lwjgl.jar with modified versions of: org.lwjgl.BufferChecks org.lwjgl.opengl.GLChecks org.lwjgl.opengl.GL11
* add jsr231 to the classpath TODO: change the dist target to add jsr231Carsten Weisse2006-11-221-0/+2
|
* separate lwjgl libs directory for webstart buildsCarsten Weisse2006-10-281-4/+8
|
* switch to lwjgl 1.0beta3Carsten Weisse2006-10-261-1/+6
|
* joal via webstart from sun * patch removed * joal-native jar build removedCarsten Weisse2006-10-251-37/+11
|
* merge r_0_9_5 into HEADCarsten Weisse2006-10-241-1/+3
|
* 'else' is not supportedHolger Zickner2005-11-181-1/+2
|
* fixes for OS XHolger Zickner2005-10-071-1/+4
|
* disable proguardHolger Zickner2005-06-071-5/+3
|
* merge last changes from 0.9.4 branchHolger Zickner2005-05-261-4/+10
|
* webstart packaging of jogl-1.0 removedHolger Zickner2005-05-101-6/+2
|
* updated installer with lwjgl and osx libsHolger Zickner2005-05-101-3/+3
|
* use new bytonic key to sign webstart jarsHolger Zickner2005-05-091-1/+1
|
* use unobfuscated jar for webstart versionHolger Zickner2005-01-121-0/+1
|
* use unobfuscated jar for webstart versionHolger Zickner2005-01-121-1/+2
|
* add lwjgl OS X libs to webstart configHolger Zickner2005-01-071-2/+9
|
* lwjgl webstart versionHolger Zickner2004-12-201-1/+21
|
* own webstart jar for openalHolger Zickner2004-11-031-0/+2
|
* add joal for OS X to webstart configurationHolger Zickner2004-11-031-1/+6
|
* add joal for OS X to webstart configurationHolger Zickner2004-11-031-4/+8
|
* include joal patch for webstart versionHolger Zickner2004-10-311-2/+20
|
* standalone installerHolger Zickner2004-10-241-0/+16
|
* keep unobfuscated jar for building patchesHolger Zickner2004-10-191-3/+3
|
* produce map file when obfuscatingHolger Zickner2004-10-191-1/+2
|
* add resources to jake2.jarHolger Zickner2004-09-191-3/+12
|
* use property for keystore passwordHolger Zickner2004-09-191-1/+1
|
* build signed webstart jarsHolger Zickner2004-09-191-0/+30
|
* syntax error :-)Carsten Weisse2004-09-081-4/+4
|
* usage messageHolger Zickner2004-09-081-7/+6
|
* default target usageCarsten Weisse2004-09-081-1/+14
|
* import of Jake2Holger Zickner2004-07-091-20/+39
|
* import of Jake2 version v_0_9Holger Zickner2004-07-081-23/+81
|
* import of Jake2 version cebitHolger Zickner2004-07-081-2/+4
|
* import of Jake2 version hannoverHolger Zickner2004-07-081-0/+102