Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWTKBD: handle JogAmp 2.0.2 NEWT API changes. | Xerxes Rånby | 2013-04-11 | 1 | -3/+2 |
| | | | | | | | | | | Use MouseEvent getRotation JogAmp jogl: ded080fd890c21b54ba1f96d84f9e355711dc88a Use UTF-16 UniCode VK key names JogAmp jogl: b13868b612689307ebf4e46ee4ede2fd0560e504 Singed-off-by: Xerxes Rånby <[email protected]> | ||||
* | NEWTKBD: Handle VK_SPACE | Sven Gothel | 2012-10-28 | 1 | -3/+3 |
| | |||||
* | Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default ↵NEWT | Sven Gothel | 2012-10-08 | 4 | -103/+94 |
| | | | | | | | | | | | | | | | mode) - Prepare for ES2 - Removed AWT init dialog, replaced w/ UI less auto install if n/a @ default location: $HOME/Jake2/baseq2 - JOGL GL2 Renderer 'joglgl2' - JOGL ES2 Renderer 'jogles2' (TBD) - Replaced JOGLKBD (AWT) w/ NEWTKBD - JOGL* Renderer using NEWT | ||||
* | Remove lwjgl | Sven Gothel | 2012-10-08 | 1 | -214/+0 |
| | |||||
* | Changes to enable Jake2 to run well as an applet inside the | Kenneth B. Russell | 2008-03-02 | 2 | -22/+50 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | bugfix: center the mouse correct, now really ;-) | Carsten Weisse | 2007-05-12 | 1 | -5/+3 |
| | |||||
* | bugfix: center the mouse correct, now really ;-) | Carsten Weisse | 2007-05-12 | 1 | -4/+9 |
| | |||||
* | bugfix: sorry the mouse goes crazy | Carsten Weisse | 2007-05-12 | 1 | -2/+2 |
| | |||||
* | bugfix: center the mouse correct | Carsten Weisse | 2007-05-12 | 1 | -2/+2 |
| | |||||
* | clean up | Carsten Weisse | 2007-04-16 | 1 | -2/+0 |
| | |||||
* | cosmetic | Rene Stoeckel | 2007-04-15 | 1 | -3/+3 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 2 | -8/+0 |
| | |||||
* | hide mouse on cinematic | Carsten Weisse | 2006-12-12 | 1 | -3/+3 |
| | |||||
* | switch to lwjgl 1.0beta3 (sound and gfx tested on MacBook Pro) | Carsten Weisse | 2006-10-26 | 1 | -5/+1 |
| | |||||
* | allow to specify a clientport | Holger Zickner | 2006-01-11 | 1 | -4/+8 |
| | |||||
* | code cleanups and beautification | Rene Stoeckel | 2005-12-27 | 1 | -50/+48 |
| | |||||
* | remove timer hack and use new Timer classes | Holger Zickner | 2005-07-01 | 4 | -12/+8 |
| | |||||
* | different Timers implementing Milliseconds() | Holger Zickner | 2005-07-01 | 4 | -0/+121 |
| | |||||
* | parseInt/Long may throw an exception | Holger Zickner | 2005-06-26 | 1 | -4/+11 |
| | |||||
* | simulate keyboard repeats | Holger Zickner | 2005-06-07 | 1 | -2/+26 |
| | |||||
* | handle characters with AltGr properly | Holger Zickner | 2005-06-06 | 1 | -2/+5 |
| | |||||
* | handle keys with AltGr properly | Holger Zickner | 2005-06-06 | 1 | -5/+2 |
| | |||||
* | handle keys with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -5/+8 |
| | |||||
* | better message | Carsten Weisse | 2005-02-20 | 1 | -2/+2 |
| | |||||
* | correct mouse button numbering for jogl (left->K_MOUSE1, center->K_MOUSE3, ↵ | Carsten Weisse | 2005-02-20 | 1 | -6/+20 |
| | | | | right->K_MOUSE2) | ||||
* | correct mouse button numbering for lwjgl (left->0, center->2, right->1) | Carsten Weisse | 2005-02-20 | 1 | -3/+0 |
| | |||||
* | mousewheel support | Holger Zickner | 2004-12-20 | 1 | -5/+12 |
| | |||||
* | jwjgl mouse handling works fine without recentering | Holger Zickner | 2004-12-16 | 4 | -25/+4 |
| | |||||
* | fixes a right mouse button bug. (dsanders) | Carsten Weisse | 2004-12-16 | 1 | -1/+8 |
| | |||||
* | simple | Carsten Weisse | 2004-12-16 | 1 | -6/+4 |
| | |||||
* | reenable mousewheel support | Holger Zickner | 2004-12-15 | 1 | -12/+14 |
| | |||||
* | mouse uses delta --> freelook is ok; | Carsten Weisse | 2004-12-14 | 1 | -15/+31 |
| | | | | keycode translation is now ok | ||||
* | merge LWJGL input system changes | Holger Zickner | 2004-12-14 | 6 | -229/+439 |
| | |||||
* | bugfix 1056765 | Holger Zickner | 2004-11-03 | 1 | -2/+6 |
| | | | | allow use of character and modifier keys simultaneously | ||||
* | mouse wheel support | Holger Zickner | 2004-11-03 | 3 | -5/+21 |
| | |||||
* | bugfix for toggle console on Win32 (US and DE keyboard) | Carsten Weisse | 2004-10-31 | 1 | -2/+5 |
| | |||||
* | toggles the menu like US-Keyboard for DE | Carsten Weisse | 2004-10-28 | 1 | -1/+2 |
| | | | | ( ` and ~ and ^ ) | ||||
* | code cleanup | Carsten Weisse | 2004-10-20 | 1 | -25/+53 |
| | |||||
* | NET methods refactored (name cleanup) | Carsten Weisse | 2004-10-17 | 1 | -15/+15 |
| | |||||
* | nonblocking network and code cleanup | Carsten Weisse | 2004-10-17 | 1 | -364/+83 |
| | |||||
* | reformat (java conventions) | Carsten Weisse | 2004-10-17 | 1 | -715/+632 |
| | |||||
* | major refactoring in game, server and client package | Rene Stoeckel | 2004-09-22 | 2 | -396/+426 |
| | |||||
* | did some cource cleanups | Rene Stoeckel | 2004-09-10 | 1 | -41/+38 |
| | |||||
* | default to freelook | Holger Zickner | 2004-09-08 | 1 | -2/+2 |
| | |||||
* | remove game_export_t and other dll related stuff | Holger Zickner | 2004-08-29 | 1 | -10/+1 |
| | |||||
* | replace Lib functions | Holger Zickner | 2004-07-28 | 1 | -2/+2 |
| | |||||
* | profiling | Holger Zickner | 2004-07-19 | 3 | -24/+13 |
| | |||||
* | import of Jake2 | Holger Zickner | 2004-07-09 | 2 | -17/+4 |
| | |||||
* | import of Jake2 version cebit | Holger Zickner | 2004-07-08 | 1 | -2/+2 |
| | |||||
* | import of Jake2 version hannover | Holger Zickner | 2004-07-08 | 3 | -166/+103 |
| |