kappa1
97c038cd06
Bugfix for incorrect speed calculation, thanks to Dashiva for spotting it.
2009-03-19 19:50:38 +00:00
kappa1
6b0b033162
When an applet is run in debug mode, output in console that a cached version of the applet is being loaded.
...
A number of people were having problems with applets not updating, this was due to them leaving the cache tag on by mistake, hopefully this should alert them earlier and avoid time being wasted in tracking the issue.
2009-03-10 15:34:38 +00:00
kappa1
0deaed34a5
Added al_solaris parameter to LWJGL's Appletloader. LWJGL Applets should be ready to go on Solaris as soon as binaries are.
2008-08-12 21:02:06 +00:00
kappa1
164b6f9008
added support for displaying the current download speed
2008-05-22 00:04:11 +00:00
kappa1
fab73d2e8f
removed repaint() which had no effect.
2008-05-11 14:41:46 +00:00
kappa1
c11fa3f1ee
workaround no longer needed for paint() and switchApplet(), removes blank screen delay between java2d and lwjgl switch.
2008-05-06 21:47:49 +00:00
kappa1
ed19908f31
switch caching off globally instead of on a per connection bases.
2008-04-27 13:37:00 +00:00
kappa1
f045569a90
Fix for caching problem, now ensures latest jars are downloaded when using the appletloader caching tag, also no longer fails on receiving incorrect content-type from server.
2008-04-25 02:18:27 +00:00
kappa1
a7dd394fe5
Firefox workaround no longer needed to get applet going.
2008-04-24 20:43:42 +00:00
kappa1
cdd0d2b501
added check to prevent multiple applet instances starting.
2008-04-22 20:32:32 +00:00
Brian Matzon
83bbe5d68d
fixed percentage calculation error in extractJars
...
added subtask messages to extractJars
reworked debug/sleep
2008-04-20 19:55:55 +00:00
Brian Matzon
f256e7fa91
fix: native file name also has to be updated if they are using lzma or pack
2008-04-20 16:59:57 +00:00
Brian Matzon
413899809a
fixed issue with filenames when cache is turned on
2008-04-19 18:42:02 +00:00
Brian Matzon
61b2170c9f
support for pack200 and lzma jars
2008-04-18 22:34:11 +00:00
Brian Matzon
85ed9cbe76
dont add the platform native jar to the classpath
2008-04-13 16:32:55 +00:00
Brian Matzon
737f7885ae
support for prepending host to cache path (defaults to true)
2008-04-10 21:02:04 +00:00
Brian Matzon
bb16ec7492
updated and added license where needed
2008-04-07 18:36:09 +00:00
Brian Matzon
3b5c704383
fixed issue with prematurely interrupting the inputstream getter thread\nmade secondary check for inputstream null
2008-04-06 22:15:16 +00:00
Elias Naur
a877b0c1f1
javadoc fixes
2008-01-21 22:20:25 +00:00
Brian Matzon
73f10ce7c0
removing as per request of elias
2008-01-21 22:07:48 +00:00
Brian Matzon
d098129690
miscellaneous minor fixes to improve the loading and displaying of the applet
2007-10-24 21:55:39 +00:00
Brian Matzon
99fe356399
reworked urlconnection.getInputStream to threaded usage, to avoid Opera issue (detective work: kappaOne)
2007-10-24 21:25:54 +00:00
Brian Matzon
21b2cc0c21
cleaning imports
2007-10-20 21:31:52 +00:00
Brian Matzon
d87b73e73d
applied kappaOnes latest fixes
2007-10-20 21:20:00 +00:00
Brian Matzon
d11758044a
fix: generic error message placeholder String text was not being replace by the error message - kappaOne
2007-10-13 07:37:39 +00:00
Brian Matzon
ee9c52ddb4
no longer null'ing SecurityManager
2007-06-11 18:43:13 +00:00
Brian Matzon
92edcd850b
applied kappaOne's Permision denied handling
...
made some minor cleanup
2007-06-11 18:10:19 +00:00
Brian Matzon
48c91afd16
initial checking on AppletLoader
2007-06-10 20:30:03 +00:00
Elias Naur
e2bbb739aa
Linux: added support for 64 bit JVMs
2006-07-11 20:30:19 +00:00
Elias Naur
253ee1bcf4
LWJGLInstaller: use constant instead of hardcoded filename
2006-07-11 19:33:05 +00:00
Brian Matzon
b69aed51c7
update/fix comments
2006-07-11 19:30:10 +00:00
Elias Naur
c2ed404c44
LWJGInstaller: Run the uninstaller before installing instead of at VM exit
2006-07-11 19:06:11 +00:00
Elias Naur
02d9944b2f
LWJGLInstaller: Rename watermark file to .lwjglinuse
2006-07-11 18:55:35 +00:00
Elias Naur
9dfe05a126
LWJGLInstaller: Don't allow applets to decide whether to uninstall old lwjgl dirs
2006-07-11 18:52:13 +00:00
Elias Naur
b3dcdeb51d
Tightened access modifiers in LWJGLInstaller
2006-07-11 18:49:36 +00:00
Elias Naur
3768fdf891
Added final modifier to a constant in LWJGLInstaller
2006-07-11 18:38:46 +00:00
Elias Naur
e28bde351b
LWJGLInstaller now uses JarFile instead of JarInputStream to work around a bug with java 1.5 and jar signing
2006-07-04 13:44:16 +00:00
Elias Naur
e0268732b0
LWJGLInstaller: Exceptions should propagate to ease debugging
2006-07-04 12:20:17 +00:00
Elias Naur
a2f398e507
Tightened access modifiers for LWJGLInstaller
2006-07-04 12:10:35 +00:00
Elias Naur
9c5cf0beb5
Collapsed exception chains in LWJGLInstaller
2006-07-04 11:07:53 +00:00
Elias Naur
0f4df46e9b
LWJGLInstaller should check for non-existing master directory. Use exceptions instead of boolean status code in verifyCerts
2006-07-04 10:51:51 +00:00
Brian Matzon
e11fbd3801
cleaned up imports
2006-07-03 23:23:14 +00:00
Brian Matzon
5c82452d5e
added certificate check
...
reworked installer to expect a jar with the platform natives inside a jar
now installs into java.io.tmpdir/.lwjglinstall/<timestamp>
uninstaller checks for removed watermark file - tho it never gets removed *grumble*
2006-07-03 23:22:46 +00:00
Elias Naur
5671f93656
Added support for applets to jinput
2006-07-03 12:00:12 +00:00
Elias Naur
8dd4e47dae
Removed org.lwjgl.util.model
2006-07-03 11:30:30 +00:00