Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cinematics sound impl | Carsten Weisse | 2005-12-04 | 1 | -62/+55 |
| | |||||
* | cinematics sound impl (not working yet) | Carsten Weisse | 2005-12-04 | 2 | -36/+141 |
| | | | | the jaol lib doesn't handle queued buffers correctly?! | ||||
* | cinematics sound impl | Carsten Weisse | 2005-12-04 | 2 | -18/+120 |
| | |||||
* | new interface | Carsten Weisse | 2005-12-04 | 3 | -9/+18 |
| | |||||
* | interface changed for cinematics | Carsten Weisse | 2005-12-04 | 2 | -5/+17 |
| | |||||
* | beatification | Rene Stoeckel | 2005-12-03 | 1 | -4/+1 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-12-03 | 1 | -3/+2 |
| | |||||
* | javadoc cleanup | Rene Stoeckel | 2005-12-03 | 4 | -145/+58 |
| | |||||
* | bugfix: Q2Dialog not opened in dedicated mode | Rene Stoeckel | 2005-12-03 | 2 | -14/+66 |
| | |||||
* | bugfix cinematics failover | Rene Stoeckel | 2005-12-03 | 1 | -2/+2 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-12-03 | 1 | -11/+9 |
| | |||||
* | developer start scripts | Holger Zickner | 2005-11-28 | 2 | -0/+12 |
| | |||||
* | reset the texture buffers | Carsten Weisse | 2005-11-21 | 1 | -2/+4 |
| | |||||
* | use a shared texture buffer (DirectBuffer) for cinematics | Carsten Weisse | 2005-11-21 | 3 | -18/+34 |
| | |||||
* | first cinematics impl (animation works fine). | Carsten Weisse | 2005-11-21 | 1 | -337/+276 |
| | | | | | Works without sound at this moment and a lot of byte[] garbage. This will be fixed soon. | ||||
* | add SCR.RunCinematics() | Carsten Weisse | 2005-11-21 | 1 | -2/+2 |
| | | | | (see C code) | ||||
* | use a memory mapped file as video source (ByteBuffer) | Carsten Weisse | 2005-11-21 | 1 | -2/+3 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-11-20 | 1 | -3/+1 |
| | |||||
* | savegames are now independend from different jake2 builds and releases | Rene Stoeckel | 2005-11-20 | 44 | -851/+1643 |
| | |||||
* | 'else' is not supported | Holger Zickner | 2005-11-18 | 1 | -1/+2 |
| | |||||
* | sorted the methods according to their original locations in the c files. | Rene Stoeckel | 2005-11-16 | 46 | -5387/+5202 |
| | |||||
* | up merge from branch render-refactoring | Carsten Weisse | 2005-11-13 | 4 | -22/+23 |
| | | | | | code cleanup. use Defines instead of Globals (Defines contains all constants) | ||||
* | solves a bug, reported by Ken Russell from sun. | Carsten Weisse | 2005-10-26 | 1 | -3/+5 |
| | | | | | | | | | (Problems with jdk1.6 and special network configs) The localhost address was null by calling InetAddress.getByName("localhost").getAddress() see java api doc: InetAddress.getByName(null) is the correct (but strange) method to get the localhost InetAddress. | ||||
* | fixes for OS X | Holger Zickner | 2005-10-07 | 2 | -2/+5 |
| | |||||
* | new build requirements | Holger Zickner | 2005-07-01 | 2 | -3/+5 |
| | |||||
* | remove timer hack and use new Timer classes | Holger Zickner | 2005-07-01 | 12 | -67/+46 |
| | |||||
* | different Timers implementing Milliseconds() | Holger Zickner | 2005-07-01 | 4 | -0/+121 |
| | |||||
* | the new jogl links should guarantee a stable API | Holger Zickner | 2005-06-30 | 2 | -2/+2 |
| | |||||
* | make sure not to exceed max line size in Console fixes bug 1230166 | Holger Zickner | 2005-06-30 | 1 | -1/+2 |
| | |||||
* | do not overwrite baseq2 dir | Holger Zickner | 2005-06-28 | 1 | -2/+4 |
| | |||||
* | automatically change to Jake2 dir | Holger Zickner | 2005-06-28 | 2 | -0/+4 |
| | |||||
* | fix out of bounds exception in getWavinfo() | Holger Zickner | 2005-06-27 | 1 | -9/+14 |
| | |||||
* | parseInt/Long may throw an exception | Holger Zickner | 2005-06-26 | 2 | -7/+14 |
| | |||||
* | last change deleted too much... | Holger Zickner | 2005-06-26 | 1 | -1/+3 |
| | |||||
* | jogl-1.0 is not supported anymore | Holger Zickner | 2005-06-24 | 1 | -14/+4 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-06-11 | 2 | -948/+901 |
| | |||||
* | there is no mode "a" in Java | Holger Zickner | 2005-06-11 | 1 | -3/+4 |
| | |||||
* | sorry, wrong offset | Carsten Weisse | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | JVM executes this code faster, than the "i++" one. | Carsten Weisse | 2005-06-08 | 4 | -44/+50 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-06-08 | 1 | -280/+139 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-06-08 | 1 | -279/+139 |
| | |||||
* | replace Integer.parseInt() to prevent exceptions | Holger Zickner | 2005-06-07 | 3 | -9/+10 |
| | |||||
* | disable proguard | Holger Zickner | 2005-06-07 | 1 | -5/+3 |
| | |||||
* | simulate keyboard repeats | Holger Zickner | 2005-06-07 | 1 | -2/+26 |
| | |||||
* | handling of keyboard repeats depends now on game state | Holger Zickner | 2005-06-07 | 1 | -8/+4 |
| | |||||
* | handle characters with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -6/+6 |
| | |||||
* | handle keys with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -6/+6 |
| | |||||
* | handle keys with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -5/+8 |
| | |||||
* | Array index out of bounds bug fixed (ent.number) | Rene Stoeckel | 2005-06-05 | 1 | -4/+8 |
| | |||||
* | merge last changes from 0.9.4 branch | Holger Zickner | 2005-05-26 | 21 | -82/+192 |
| |