0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected 8 months ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
formatted More... over 14 years ago
use lwjgl version 2.8.3 with bug fixes for Mac OS X More... over 14 years ago
use standard JRE and exclude Jake2Applet.java More... over 14 years ago
copy new lib/jl1.0.1.jar to dist/lib for jar signing More... over 14 years ago
switch all webstart files to lwjgl 2.8.2 because of jar signing erros More... over 14 years ago
build path fixed More... about 15 years ago
3rd Person Camera support More... about 15 years ago
eagle eye patch More... about 15 years ago
cdaudio mp3 player support More... about 15 years ago
mp3 player support More... about 15 years ago
support for gl_showtris und gl_modeltris More... about 15 years ago
clipboard support for console More... about 15 years ago
jvm_memory command added More... about 15 years ago
unused variables More... over 16 years ago
unused variables More... over 16 years ago
unused imports More... over 16 years ago
stronger typing More... over 16 years ago
Set background of Jake2Applet to black before fully initialized More... over 18 years ago
Changes to enable Jake2 to run well as an applet inside the 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. More... over 18 years ago
bugfix: cast the space to byte avoid array overflows More... over 18 years ago
formatted More... over 18 years ago
use java code style conventions but with spaces only More... over 18 years ago
the callback renderer is never used More... over 18 years ago
better javadoc More... over 18 years ago
changes to handle resizable screens. GridBagLayout is used to resize the GL canvas together with the frame More... over 18 years ago
use getters and setters of modified viddef_t More... over 18 years ago
changes to handle resizable screens More... over 18 years ago
inline cursorname More... over 18 years ago
use the project specific jre alias "jdk1.6" More... over 18 years ago
set code compliance to Java 5 More... over 18 years ago