You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(52) |
Aug
(34) |
Sep
(99) |
Oct
(110) |
Nov
(21) |
Dec
(69) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(117) |
Feb
(90) |
Mar
(1) |
Apr
(22) |
May
(96) |
Jun
(25) |
Jul
(22) |
Aug
|
Sep
|
Oct
(18) |
Nov
(43) |
Dec
(71) |
2006 |
Jan
(20) |
Feb
(10) |
Mar
|
Apr
(4) |
May
(2) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(60) |
Nov
(63) |
Dec
(35) |
2007 |
Jan
(18) |
Feb
(40) |
Mar
(14) |
Apr
(18) |
May
(33) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
(25) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(15) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carsten W. <ca...@us...> - 2007-02-27 14:42:50
|
Update of /cvsroot/jake2/jake2/src/jake2/sys In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13011/src/jake2/sys Modified Files: Timer.java Log Message: clean up Index: Timer.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sys/Timer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Timer.java 1 Jul 2005 14:20:54 -0000 1.2 --- Timer.java 27 Feb 2007 14:42:45 -0000 1.3 *************** *** 2,7 **** * Timer.java * Copyright (C) 2005 - * - * $Id$ */ package jake2.sys; --- 2,5 ---- *************** *** 14,19 **** abstract public long currentTimeMillis(); - private static long time = 0; - static Timer t; --- 12,15 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:41:11
|
Update of /cvsroot/jake2/jake2/src/jake2/sys In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12384/src/jake2/sys Modified Files: LWJGLKBD.java Log Message: clean up Index: LWJGLKBD.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sys/LWJGLKBD.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** LWJGLKBD.java 26 Oct 2006 22:02:56 -0000 1.11 --- LWJGLKBD.java 27 Feb 2007 14:41:05 -0000 1.12 *************** *** 18,23 **** private int pressed[] = null; - private boolean mouseHasTwoButtons = false; - public void Init() { --- 18,21 ---- *************** *** 30,35 **** if (pressed == null) pressed = new int[256]; - mouseHasTwoButtons = (Mouse.getButtonCount() == 2); - lastRepeat = Timer.Milliseconds(); } catch (Exception e) {;} --- 28,31 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:39:06
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11294/src/jake2/qcommon Modified Files: Q2DataDialog.java Log Message: clean up Index: Q2DataDialog.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/Q2DataDialog.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Q2DataDialog.java 26 May 2005 16:56:32 -0000 1.14 --- Q2DataDialog.java 27 Feb 2007 14:39:03 -0000 1.15 *************** *** 2,7 **** * Q2DataDialog.java * Copyright (C) 2003 - * - * $Id$ */ --- 2,5 ---- *************** *** 15,19 **** import java.net.URL; import java.net.URLConnection; ! import java.util.*; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; --- 13,19 ---- import java.net.URL; import java.net.URLConnection; ! import java.util.Enumeration; ! import java.util.Locale; ! import java.util.Vector; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; *************** *** 221,225 **** private javax.swing.JButton exitButton; private javax.swing.JButton cancelButton; - private Jake2Canvas canvas; private javax.swing.JPanel choosePanel; private JPanel statusPanel; --- 221,224 ---- *************** *** 535,539 **** BufferedReader r = new BufferedReader(new InputStreamReader(in)); try { - int i = 0; while (true) { String name = r.readLine(); --- 534,537 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:37:30
|
Update of /cvsroot/jake2/jake2/src/jake2/render/basic In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10800/src/jake2/render/basic Modified Files: Warp.java Log Message: clean up Index: Warp.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/basic/Warp.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Warp.java 21 Nov 2006 00:50:46 -0000 1.2 --- Warp.java 27 Feb 2007 14:37:25 -0000 1.3 *************** *** 351,356 **** float s, t, dv; int axis; ! float[] vp; ! c_sky++; // decide which face it maps to --- 351,355 ---- float s, t, dv; int axis; ! c_sky++; // decide which face it maps to |
From: Carsten W. <ca...@us...> - 2007-02-27 14:35:40
|
Update of /cvsroot/jake2/jake2/src/jake2/render/basic In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9988/src/jake2/render/basic Modified Files: Surf.java Log Message: clean up Index: Surf.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/basic/Surf.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Surf.java 21 Nov 2006 00:50:46 -0000 1.2 --- Surf.java 27 Feb 2007 14:35:37 -0000 1.3 *************** *** 2,7 **** * Surf.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 682,688 **** void GL_RenderLightmappedPoly( msurface_t surf ) { ! int i, nv = surf.polys.numverts; ! int map = 0; ! float[] v; image_t image = R_TextureAnimation( surf.texinfo ); boolean is_dynamic = false; --- 680,685 ---- void GL_RenderLightmappedPoly( msurface_t surf ) { ! int nv = surf.polys.numverts; ! int map; image_t image = R_TextureAnimation( surf.texinfo ); boolean is_dynamic = false; *************** *** 778,782 **** { gl.glBegin (GL_POLYGON); ! for (i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i) + scroll, p.t1(i)); --- 775,779 ---- { gl.glBegin (GL_POLYGON); ! for (int i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i) + scroll, p.t1(i)); *************** *** 794,798 **** { gl.glBegin (GL_POLYGON); ! for (i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i), p.t1(i)); --- 791,795 ---- { gl.glBegin (GL_POLYGON); ! for (int i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i), p.t1(i)); *************** *** 828,832 **** { gl.glBegin(GL_POLYGON); ! for (i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i) + scroll, p.t1(i)); --- 825,829 ---- { gl.glBegin(GL_POLYGON); ! for (int i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i) + scroll, p.t1(i)); *************** *** 846,850 **** { gl.glBegin (GL_POLYGON); ! for (i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i), p.t1(i)); --- 843,847 ---- { gl.glBegin (GL_POLYGON); ! for (int i=0 ; i< nv; i++) { gl.glMultiTexCoord2f(GL_TEXTURE0, p.s1(i), p.t1(i)); *************** *** 1388,1392 **** { int x = pos.x; - int y = pos.y; int i, j; int best, best2; --- 1385,1388 ---- *************** *** 1408,1412 **** { // this is a valid spot pos.x = x = i; ! pos.y = y = best = best2; } } --- 1404,1408 ---- { // this is a valid spot pos.x = x = i; ! pos.y = best = best2; } } *************** *** 1428,1435 **** void GL_BuildPolygonFromSurface(msurface_t fa) { ! int i, lindex, lnumverts; medge_t[] pedges; medge_t r_pedge; - int vertpage; float[] vec; float s, t; --- 1424,1430 ---- void GL_BuildPolygonFromSurface(msurface_t fa) { ! int lindex, lnumverts; medge_t[] pedges; medge_t r_pedge; float[] vec; float s, t; *************** *** 1440,1445 **** pedges = currentmodel.edges; lnumverts = fa.numedges; - vertpage = 0; - Math3D.VectorClear(total); // --- 1435,1438 ---- *************** *** 1453,1457 **** fa.polys = poly; ! for (i=0 ; i<lnumverts ; i++) { lindex = currentmodel.surfedges[fa.firstedge + i]; --- 1446,1450 ---- fa.polys = poly; ! for (int i=0 ; i<lnumverts ; i++) { lindex = currentmodel.surfedges[fa.firstedge + i]; |
From: Carsten W. <ca...@us...> - 2007-02-27 14:23:03
|
Update of /cvsroot/jake2/jake2/test/jake2/qcommon In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/test/jake2/qcommon Modified Files: TestCOM.java TestCMD.java Log Message: clean up Index: TestCOM.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/qcommon/TestCOM.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestCOM.java 7 Jul 2004 19:59:56 -0000 1.1.1.1 --- TestCOM.java 27 Feb 2007 14:22:30 -0000 1.2 *************** *** 20,34 **** // Created on 29.12.2003 by RST. - // $Id$ package jake2.qcommon; - import jake2.*; - import jake2.client.*; - import jake2.game.*; - import jake2.qcommon.*; - import jake2.render.*; - import jake2.server.*; - public class TestCOM { --- 20,26 ---- Index: TestCMD.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/qcommon/TestCMD.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestCMD.java 9 Jul 2004 06:50:51 -0000 1.2 --- TestCMD.java 27 Feb 2007 14:22:30 -0000 1.3 *************** *** 20,35 **** // Created on 29.12.2003 by RST. - // $Id$ package jake2.qcommon; ! import java.io.*; ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; public class TestCMD { --- 20,30 ---- // Created on 29.12.2003 by RST. package jake2.qcommon; ! import jake2.game.Cmd; ! import java.io.BufferedReader; ! import java.io.InputStreamReader; public class TestCMD { |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:43
|
Update of /cvsroot/jake2/jake2/src/jake2/server In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/server Modified Files: moveclip_t.java client_frame_t.java challenge_t.java client_t.java Log Message: clean up Index: moveclip_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/moveclip_t.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** moveclip_t.java 14 Jan 2005 16:14:02 -0000 1.2 --- moveclip_t.java 27 Feb 2007 14:22:30 -0000 1.3 *************** *** 20,34 **** // Created on 09.12.2003 by RST. - // $Id$ package jake2.server; ! ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; import jake2.util.Math3D; --- 20,28 ---- // Created on 09.12.2003 by RST. package jake2.server; ! import jake2.game.edict_t; ! import jake2.game.trace_t; import jake2.util.Math3D; Index: client_frame_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/client_frame_t.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** client_frame_t.java 7 Jul 2004 19:59:50 -0000 1.1.1.1 --- client_frame_t.java 27 Feb 2007 14:22:30 -0000 1.2 *************** *** 20,34 **** // Created on 13.01.2004 by RST. - // $Id$ package jake2.server; ! ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; public class client_frame_t { --- 20,28 ---- // Created on 13.01.2004 by RST. package jake2.server; ! import jake2.Defines; ! import jake2.game.player_state_t; public class client_frame_t { Index: challenge_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/challenge_t.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** challenge_t.java 7 Jul 2004 19:59:50 -0000 1.1.1.1 --- challenge_t.java 27 Feb 2007 14:22:30 -0000 1.2 *************** *** 20,34 **** // Created on 14.01.2004 by RST. - // $Id$ package jake2.server; ! ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; public class challenge_t { --- 20,27 ---- // Created on 14.01.2004 by RST. package jake2.server; ! import jake2.qcommon.netadr_t; public class challenge_t { Index: client_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/client_t.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** client_t.java 22 Aug 2004 14:25:13 -0000 1.2 --- client_t.java 27 Feb 2007 14:22:30 -0000 1.3 *************** *** 20,33 **** // Created on 13.01.2004 by RST. - // $Id$ package jake2.server; ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; public class client_t { --- 20,31 ---- // Created on 13.01.2004 by RST. package jake2.server; ! import jake2.Defines; ! import jake2.game.edict_t; ! import jake2.game.usercmd_t; ! import jake2.qcommon.netchan_t; ! import jake2.qcommon.sizebuf_t; public class client_t { |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:34
|
Update of /cvsroot/jake2/jake2/src/jake2/game In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/game Modified Files: client_respawn_t.java PlayerWeapon.java monsterinfo_t.java Monster.java cplane_t.java SuperAdapter.java pmove_state_t.java level_locals_t.java Log Message: clean up Index: pmove_state_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/pmove_state_t.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pmove_state_t.java 21 Jan 2005 01:08:48 -0000 1.3 --- pmove_state_t.java 27 Feb 2007 14:22:30 -0000 1.4 *************** *** 20,24 **** // Created on 31.10.2003 by RST. ! // $Id$ package jake2.game; --- 20,24 ---- // Created on 31.10.2003 by RST. ! package jake2.game; *************** *** 28,32 **** import java.io.IOException; import java.io.RandomAccessFile; - import java.nio.ByteBuffer; public class pmove_state_t { --- 28,31 ---- Index: monsterinfo_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/monsterinfo_t.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** monsterinfo_t.java 20 Aug 2004 21:29:58 -0000 1.2 --- monsterinfo_t.java 27 Feb 2007 14:22:30 -0000 1.3 *************** *** 20,24 **** // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; --- 20,23 ---- *************** *** 27,31 **** import java.io.IOException; - import java.io.RandomAccessFile; public class monsterinfo_t { --- 26,29 ---- Index: Monster.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/Monster.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Monster.java 20 Nov 2005 22:18:33 -0000 1.7 --- Monster.java 27 Feb 2007 14:22:30 -0000 1.8 *************** *** 20,33 **** // Created on 17.12.2003 by RST. ! // $Id$ package jake2.game; import jake2.Defines; import jake2.client.M; - import jake2.qcommon.CM; import jake2.qcommon.Com; ! import jake2.util.*; ! ! import java.util.*; public class Monster { --- 20,31 ---- // Created on 17.12.2003 by RST. ! package jake2.game; import jake2.Defines; import jake2.client.M; import jake2.qcommon.Com; ! import jake2.util.Lib; ! import jake2.util.Math3D; public class Monster { Index: SuperAdapter.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/SuperAdapter.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** SuperAdapter.java 20 Nov 2005 22:25:28 -0000 1.9 --- SuperAdapter.java 27 Feb 2007 14:22:30 -0000 1.10 *************** *** 20,24 **** // Created on 09.01.2004 by RST. - // $Id$ package jake2.game; --- 20,23 ---- *************** *** 27,31 **** import java.util.Hashtable; - import java.util.Vector; public abstract class SuperAdapter { --- 26,29 ---- Index: cplane_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/cplane_t.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** cplane_t.java 3 Dec 2005 19:44:05 -0000 1.5 --- cplane_t.java 27 Feb 2007 14:22:30 -0000 1.6 *************** *** 20,28 **** // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; - import jake2.util.Lib; import jake2.util.Math3D; --- 20,26 ---- Index: client_respawn_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/client_respawn_t.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** client_respawn_t.java 10 Sep 2004 19:02:54 -0000 1.6 --- client_respawn_t.java 27 Feb 2007 14:22:30 -0000 1.7 *************** *** 19,34 **** */ // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; - import jake2.qcommon.Com; - import jake2.util.Lib; import jake2.util.Math3D; import jake2.util.QuakeFile; import java.io.IOException; - import java.io.RandomAccessFile; - import java.nio.ByteBuffer; /** Client data that stays across deathmatch respawns.*/ --- 19,29 ---- Index: PlayerWeapon.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/PlayerWeapon.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PlayerWeapon.java 20 Nov 2005 22:18:33 -0000 1.2 --- PlayerWeapon.java 27 Feb 2007 14:22:30 -0000 1.3 *************** *** 21,26 **** // Created on 16.11.2003 by RST. - // $Id$ - package jake2.game; --- 21,24 ---- *************** *** 28,32 **** import jake2.Globals; import jake2.game.monsters.M_Player; - import jake2.qcommon.Com; import jake2.util.Lib; import jake2.util.Math3D; --- 26,29 ---- Index: level_locals_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/level_locals_t.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** level_locals_t.java 20 Aug 2004 21:29:57 -0000 1.2 --- level_locals_t.java 27 Feb 2007 14:22:30 -0000 1.3 *************** *** 20,32 **** // Created on 20.11.2003 by RST - // $Id$ package jake2.game; - import jake2.util.Lib; import jake2.util.QuakeFile; import java.io.IOException; - import java.io.RandomAccessFile; public class level_locals_t --- 20,29 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:34
|
Update of /cvsroot/jake2/jake2/test/jake2/client In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/test/jake2/client Modified Files: CircleListener.java Log Message: clean up Index: CircleListener.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/client/CircleListener.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CircleListener.java 7 Jul 2004 19:59:56 -0000 1.1.1.1 --- CircleListener.java 27 Feb 2007 14:22:31 -0000 1.2 *************** *** 20,40 **** // Created on 07.01.2000 by RST. - // $Id$ package jake2.client; - import java.awt.*; - import java.awt.event.*; - import javax.swing.*; import java.awt.Robot; ! ! ! ! // import jake2.*; ! // import jake2.client.*; ! // import jake2.game.*; ! // import jake2.qcommon.*; ! // import jake2.render.*; ! // import jake2.server.*; class CircleListener implements ActionListener { --- 20,29 ---- // Created on 07.01.2000 by RST. package jake2.client; import java.awt.Robot; ! import java.awt.event.ActionEvent; ! import java.awt.event.ActionListener; class CircleListener implements ActionListener { |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:34
|
Update of /cvsroot/jake2/jake2/src/jake2/sound In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/sound Modified Files: WaveLoader.java Log Message: clean up Index: WaveLoader.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sound/WaveLoader.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** WaveLoader.java 1 Jan 2006 15:07:30 -0000 1.7 --- WaveLoader.java 27 Feb 2007 14:22:30 -0000 1.8 *************** *** 2,7 **** * SND_MEM.java * Copyright (C) 2004 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 30,39 **** import jake2.qcommon.FS; - import java.io.ByteArrayInputStream; - import java.io.IOException; - import java.nio.ByteOrder; - - import javax.sound.sampled.*; - /** * SND_MEM --- 28,31 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:34
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/qcommon Modified Files: CRC.java Log Message: clean up Index: CRC.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/CRC.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CRC.java 23 Jan 2005 01:19:06 -0000 1.2 --- CRC.java 27 Feb 2007 14:22:31 -0000 1.3 *************** *** 20,27 **** // Created on 25.01.2004 by RST. - // $Id$ - package jake2.qcommon; ! import jake2.util.Vargs; public class CRC --- 20,25 ---- // Created on 25.01.2004 by RST. ! package jake2.qcommon; public class CRC |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:33
|
Update of /cvsroot/jake2/jake2/src/jake2/client In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/client Modified Files: CL_parse.java Log Message: clean up Index: CL_parse.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/client/CL_parse.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** CL_parse.java 19 Feb 2005 21:16:03 -0000 1.21 --- CL_parse.java 27 Feb 2007 14:22:30 -0000 1.22 *************** *** 2,7 **** * CL_parse.java * Copyright (C) 2004 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 35,39 **** import jake2.sys.Sys; import jake2.util.Lib; - import jake2.util.Math3D; import java.io.IOException; --- 33,36 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:22:33
|
Update of /cvsroot/jake2/jake2/src/jake2/render In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/render Modified Files: msurface_t.java Log Message: clean up Index: msurface_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/msurface_t.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** msurface_t.java 14 Jan 2005 16:13:07 -0000 1.4 --- msurface_t.java 27 Feb 2007 14:22:30 -0000 1.5 *************** *** 20,33 **** // Created on 20.11.2003 by RST. - // $Id$ package jake2.render; ! import java.nio.ByteBuffer; ! import java.util.Arrays; ! import jake2.game.*; ! import jake2.qcommon.texinfo_t; ! import jake2.*; public class msurface_t --- 20,30 ---- // Created on 20.11.2003 by RST. package jake2.render; ! import jake2.Defines; ! import jake2.game.cplane_t; ! import java.nio.ByteBuffer; public class msurface_t |
From: Carsten W. <ca...@us...> - 2007-02-27 14:11:05
|
Update of /cvsroot/jake2/jake2/src/jake2/server In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31626/src/jake2/server Modified Files: SV_WORLD.java Log Message: debugging code disabled; clean up Index: SV_WORLD.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/SV_WORLD.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SV_WORLD.java 22 Sep 2004 19:22:12 -0000 1.7 --- SV_WORLD.java 27 Feb 2007 14:11:00 -0000 1.8 *************** *** 19,32 **** */ // Created on 07.01.2000 by RST. ! // $Id$ package jake2.server; import jake2.Defines; import jake2.Globals; ! import jake2.game.GameBase; ! import jake2.game.cmodel_t; ! import jake2.game.edict_t; ! import jake2.game.link_t; ! import jake2.game.trace_t; import jake2.qcommon.CM; import jake2.qcommon.Com; --- 19,28 ---- */ // Created on 07.01.2000 by RST. ! package jake2.server; import jake2.Defines; import jake2.Globals; ! import jake2.game.*; import jake2.qcommon.CM; import jake2.qcommon.Com; *************** *** 106,111 **** anode = SV_WORLD.sv_areanodes[SV_WORLD.sv_numareanodes]; // just for debugging (rst) ! Math3D.VectorCopy(mins, anode.mins_rst); ! Math3D.VectorCopy(maxs, anode.maxs_rst); SV_WORLD.sv_numareanodes++; ClearLink(anode.trigger_edicts); --- 102,107 ---- anode = SV_WORLD.sv_areanodes[SV_WORLD.sv_numareanodes]; // just for debugging (rst) ! // Math3D.VectorCopy(mins, anode.mins_rst); ! // Math3D.VectorCopy(maxs, anode.maxs_rst); SV_WORLD.sv_numareanodes++; ClearLink(anode.trigger_edicts); *************** *** 318,323 **** link_t l, next, start; edict_t check; - int count; - count = 0; // touch linked edicts if (SV_WORLD.area_type == Defines.AREA_SOLID) --- 314,317 ---- *************** *** 376,380 **** int contents, c2; int headnode; - float angles[]; // get base contents from world contents = CM.PointContents(p, SV_INIT.sv.models[1].headnode); --- 370,373 ---- *************** *** 386,392 **** // might intersect, so do an exact clip headnode = SV_HullForEntity(hit); ! angles = hit.s.angles; ! if (hit.solid != Defines.SOLID_BSP) ! angles = Globals.vec3_origin; // boxes don't rotate c2 = CM.TransformedPointContents(p, headnode, hit.s.origin, hit.s.angles); --- 379,384 ---- // might intersect, so do an exact clip headnode = SV_HullForEntity(hit); ! if (hit.solid != Defines.SOLID_BSP) { ! } c2 = CM.TransformedPointContents(p, headnode, hit.s.origin, hit.s.angles); |
From: Carsten W. <ca...@us...> - 2007-02-27 14:09:06
|
Update of /cvsroot/jake2/jake2/src/jake2/server In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30717/src/jake2/server Modified Files: areanode_t.java Log Message: debugging code disabled Index: areanode_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/areanode_t.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** areanode_t.java 7 Jul 2004 19:59:50 -0000 1.1.1.1 --- areanode_t.java 27 Feb 2007 14:09:03 -0000 1.2 *************** *** 20,33 **** // Created on 09.12.2003 by RST. - // $Id$ package jake2.server; ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; public class areanode_t { --- 20,27 ---- // Created on 09.12.2003 by RST. package jake2.server; ! import jake2.game.link_t; public class areanode_t { *************** *** 39,43 **** // used for debugging ! float mins_rst[] = {0,0,0}; ! float maxs_rst[] = {0,0,0}; } --- 33,37 ---- // used for debugging ! // float mins_rst[] = {0,0,0}; ! // float maxs_rst[] = {0,0,0}; } |
From: Carsten W. <ca...@us...> - 2007-02-27 14:00:44
|
Update of /cvsroot/jake2/jake2/src/jake2/render/basic In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/src/jake2/render/basic Modified Files: Main.java Log Message: clean up Index: Main.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/basic/Main.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Main.java 22 Nov 2006 15:05:38 -0000 1.3 --- Main.java 27 Feb 2007 14:00:35 -0000 1.4 *************** *** 2,7 **** * Main.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 27,36 **** import jake2.Defines; - import jake2.Globals; import jake2.client.*; ! import jake2.game.*; import jake2.qcommon.*; import jake2.render.*; ! import jake2.util.*; import java.awt.Dimension; --- 25,37 ---- import jake2.Defines; import jake2.client.*; ! import jake2.game.Cmd; ! import jake2.game.cplane_t; ! import jake2.game.cvar_t; import jake2.qcommon.*; import jake2.render.*; ! import jake2.util.Lib; ! import jake2.util.Math3D; ! import jake2.util.Vargs; import java.awt.Dimension; |
From: Carsten W. <ca...@us...> - 2007-02-27 14:00:44
|
Update of /cvsroot/jake2/jake2/src/jake2/client In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/src/jake2/client Modified Files: SCR.java client_state_t.java Log Message: clean up Index: SCR.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/client/SCR.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** SCR.java 4 Dec 2005 17:32:42 -0000 1.18 --- SCR.java 27 Feb 2007 14:00:34 -0000 1.19 *************** *** 2,7 **** * SCR.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 33,37 **** import jake2.qcommon.*; import jake2.sound.S; - import jake2.sys.Sys; import jake2.sys.Timer; import jake2.util.Lib; --- 31,34 ---- *************** *** 39,44 **** import java.awt.Dimension; - import java.io.IOException; - import java.io.RandomAccessFile; import java.nio.ByteBuffer; import java.nio.ByteOrder; --- 36,39 ---- Index: client_state_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/client/client_state_t.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** client_state_t.java 12 Dec 2006 15:20:30 -0000 1.6 --- client_state_t.java 27 Feb 2007 14:00:35 -0000 1.7 *************** *** 20,24 **** // Created on 27.11.2003 by RST. - //$Id$ package jake2.client; --- 20,23 ---- *************** *** 29,35 **** import jake2.render.image_t; import jake2.render.model_t; ! import jake2.sound.*; - import java.io.RandomAccessFile; import java.nio.ByteBuffer; --- 28,33 ---- import jake2.render.image_t; import jake2.render.model_t; ! import jake2.sound.sfx_t; import java.nio.ByteBuffer; |
Update of /cvsroot/jake2/jake2/src/jake2/game In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/src/jake2/game Modified Files: mframe_t.java PlayerClient.java usercmd_t.java gclient_t.java GameTrigger.java GameTurret.java game_locals_t.java mmove_t.java PlayerHud.java entity_state_t.java client_persistant_t.java player_state_t.java GameWeapon.java GameChase.java edict_t.java gitem_t.java GameSpawn.java Log Message: clean up Index: GameWeapon.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/GameWeapon.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GameWeapon.java 20 Nov 2005 22:18:33 -0000 1.6 --- GameWeapon.java 27 Feb 2007 14:00:33 -0000 1.7 *************** *** 20,34 **** // Created on on 12.11.2003 by RST. - // $Id$ package jake2.game; ! ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; import jake2.util.Lib; import jake2.util.Math3D; --- 20,28 ---- // Created on on 12.11.2003 by RST. package jake2.game; ! import jake2.Defines; ! import jake2.Globals; import jake2.util.Lib; import jake2.util.Math3D; Index: PlayerHud.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/PlayerHud.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PlayerHud.java 20 Nov 2005 22:18:33 -0000 1.9 --- PlayerHud.java 27 Feb 2007 14:00:33 -0000 1.10 *************** *** 20,32 **** // Created on 28.12.2003 by RST. - // $Id$ package jake2.game; ! import jake2.*; ! import jake2.client.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; import jake2.util.Lib; import jake2.util.Math3D; --- 20,28 ---- // Created on 28.12.2003 by RST. package jake2.game; ! import jake2.Defines; ! import jake2.qcommon.Com; import jake2.util.Lib; import jake2.util.Math3D; Index: edict_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/edict_t.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** edict_t.java 19 Feb 2005 21:17:44 -0000 1.7 --- edict_t.java 27 Feb 2007 14:00:33 -0000 1.8 *************** *** 20,32 **** // Created on 04.11.2003 by RST. - // $Id$ - package jake2.game; ! import java.io.IOException; ! import java.io.RandomAccessFile; ! import jake2.*; import jake2.qcommon.Com; ! import jake2.util.*; public class edict_t { --- 20,32 ---- // Created on 04.11.2003 by RST. ! package jake2.game; ! import jake2.Defines; import jake2.qcommon.Com; ! import jake2.util.Lib; ! import jake2.util.QuakeFile; ! ! import java.io.IOException; public class edict_t { Index: client_persistant_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/client_persistant_t.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** client_persistant_t.java 6 Feb 2005 18:52:55 -0000 1.7 --- client_persistant_t.java 27 Feb 2007 14:00:33 -0000 1.8 *************** *** 20,34 **** // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; import jake2.Defines; - import jake2.util.Lib; import jake2.util.QuakeFile; import java.io.IOException; - import java.io.RandomAccessFile; - import java.nio.ByteBuffer; public class client_persistant_t { --- 20,30 ---- Index: gclient_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/gclient_t.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** gclient_t.java 21 Jan 2006 21:53:32 -0000 1.7 --- gclient_t.java 27 Feb 2007 14:00:32 -0000 1.8 *************** *** 20,35 **** // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; - import jake2.qcommon.Com; - import jake2.util.Lib; import jake2.util.QuakeFile; - import java.awt.event.ItemListener; import java.io.IOException; - import java.io.RandomAccessFile; - import java.nio.ByteBuffer; public class gclient_t --- 20,29 ---- Index: player_state_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/player_state_t.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** player_state_t.java 20 Aug 2004 21:29:58 -0000 1.4 --- player_state_t.java 27 Feb 2007 14:00:33 -0000 1.5 *************** *** 20,37 **** // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; ! import java.io.IOException; ! import java.io.RandomAccessFile; ! import java.nio.ByteBuffer; ! ! import jake2.*; ! import jake2.*; import jake2.qcommon.Com; import jake2.util.Lib; import jake2.util.Math3D; /** Player_state_t is the information needed in addition to pmove_state_t --- 20,34 ---- // Created on 31.10.2003 by RST. package jake2.game; ! import jake2.Defines; import jake2.qcommon.Com; import jake2.util.Lib; import jake2.util.Math3D; + import java.io.IOException; + import java.io.RandomAccessFile; + /** Player_state_t is the information needed in addition to pmove_state_t Index: PlayerClient.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/PlayerClient.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** PlayerClient.java 27 Dec 2005 21:02:30 -0000 1.12 --- PlayerClient.java 27 Feb 2007 14:00:32 -0000 1.13 *************** *** 21,31 **** // Created on 28.12.2003 by RST. - // $Id$ - package jake2.game; import jake2.Defines; import jake2.game.monsters.M_Player; - import jake2.game.pmove_t.TraceAdapter; import jake2.util.Lib; import jake2.util.Math3D; --- 21,28 ---- Index: GameChase.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/GameChase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GameChase.java 21 Jan 2006 21:53:32 -0000 1.2 --- GameChase.java 27 Feb 2007 14:00:33 -0000 1.3 *************** *** 20,34 **** // Created on 16.11.2005 by RST. - // $Id$ package jake2.game; ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; import jake2.util.Math3D; --- 20,30 ---- // Created on 16.11.2005 by RST. package jake2.game; ! import jake2.Defines; ! import jake2.Globals; ! import jake2.server.SV_WORLD; import jake2.util.Math3D; Index: GameTrigger.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/GameTrigger.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** GameTrigger.java 21 Jan 2006 21:53:32 -0000 1.8 --- GameTrigger.java 27 Feb 2007 14:00:33 -0000 1.9 *************** *** 21,33 **** // Created on 27.12.2003 by RST. - // $Id$ - package jake2.game; ! import jake2.*; ! import jake2.client.*; ! import jake2.qcommon.*; ! import jake2.render.*; ! import jake2.server.*; import jake2.util.Lib; import jake2.util.Math3D; --- 21,28 ---- // Created on 27.12.2003 by RST. package jake2.game; ! import jake2.Defines; ! import jake2.Globals; import jake2.util.Lib; import jake2.util.Math3D; Index: GameTurret.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/GameTurret.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** GameTurret.java 21 Jan 2006 21:53:32 -0000 1.7 --- GameTurret.java 27 Feb 2007 14:00:33 -0000 1.8 *************** *** 20,32 **** // Created on 28.12.2003 by RST. ! // $Id$ package jake2.game; ! import jake2.*; ! import jake2.client.*; import jake2.game.monsters.M_Infantry; - import jake2.qcommon.*; - import jake2.render.*; - import jake2.server.*; import jake2.util.Lib; import jake2.util.Math3D; --- 20,29 ---- // Created on 28.12.2003 by RST. ! package jake2.game; ! import jake2.Defines; ! import jake2.Globals; import jake2.game.monsters.M_Infantry; import jake2.util.Lib; import jake2.util.Math3D; Index: gitem_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/gitem_t.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gitem_t.java 6 Feb 2005 19:08:00 -0000 1.5 --- gitem_t.java 27 Feb 2007 14:00:33 -0000 1.6 *************** *** 20,29 **** // Created on 20.11.2003 by RST. - // $Id$ package jake2.game; - import jake2.*; - import jake2.*; - public class gitem_t { private static int id = 0; --- 20,25 ---- Index: game_locals_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/game_locals_t.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** game_locals_t.java 22 Sep 2004 19:22:06 -0000 1.7 --- game_locals_t.java 27 Feb 2007 14:00:33 -0000 1.8 *************** *** 20,34 **** // Created on 31.10.2003 by RST. ! // $Id$ package jake2.game; import jake2.Defines; import jake2.qcommon.Com; - import jake2.util.Lib; import jake2.util.QuakeFile; import java.io.IOException; - import java.io.RandomAccessFile; - import java.nio.ByteBuffer; import java.util.Date; --- 20,31 ---- // Created on 31.10.2003 by RST. ! package jake2.game; import jake2.Defines; import jake2.qcommon.Com; import jake2.util.QuakeFile; import java.io.IOException; import java.util.Date; Index: usercmd_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/usercmd_t.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** usercmd_t.java 21 Jan 2005 01:08:48 -0000 1.4 --- usercmd_t.java 27 Feb 2007 14:00:32 -0000 1.5 *************** *** 20,31 **** // Created on 31.10.2003 by RST. - // $Id$ package jake2.game; - import java.util.Arrays; - - import jake2.util.Lib; - import jake2.util.Math3D; public class usercmd_t implements Cloneable { --- 20,26 ---- Index: mmove_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/mmove_t.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mmove_t.java 20 Aug 2004 21:29:57 -0000 1.2 --- mmove_t.java 27 Feb 2007 14:00:33 -0000 1.3 *************** *** 20,32 **** // Created on 11.11.2003 by RST. - // $Id$ package jake2.game; - import jake2.util.Lib; import jake2.util.QuakeFile; import java.io.IOException; - import java.io.RandomAccessFile; public class mmove_t { --- 20,29 ---- Index: mframe_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/mframe_t.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mframe_t.java 20 Aug 2004 21:29:58 -0000 1.2 --- mframe_t.java 27 Feb 2007 14:00:32 -0000 1.3 *************** *** 20,32 **** // Created on 11.11.2003 by RST. - // $Id$ package jake2.game; - import jake2.util.Lib; import jake2.util.QuakeFile; import java.io.IOException; - import java.io.RandomAccessFile; public class mframe_t --- 20,29 ---- Index: GameSpawn.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/GameSpawn.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** GameSpawn.java 21 Jan 2006 21:53:32 -0000 1.17 --- GameSpawn.java 27 Feb 2007 14:00:33 -0000 1.18 *************** *** 21,30 **** // Created on 18.11.2003 by RST. - // $Id$ - package jake2.game; import jake2.Defines; - import jake2.Globals; import jake2.game.monsters.*; import jake2.qcommon.Com; --- 21,27 ---- Index: entity_state_t.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/entity_state_t.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** entity_state_t.java 5 Jun 2005 15:21:47 -0000 1.5 --- entity_state_t.java 27 Feb 2007 14:00:33 -0000 1.6 *************** *** 20,33 **** // Created on 08.11.2003 by RST. - // $Id$ package jake2.game; - import java.io.IOException; - import java.io.RandomAccessFile; - import jake2.util.Math3D; import jake2.util.QuakeFile; public class entity_state_t implements Cloneable { --- 20,31 ---- // Created on 08.11.2003 by RST. package jake2.game; import jake2.util.Math3D; import jake2.util.QuakeFile; + import java.io.IOException; + public class entity_state_t implements Cloneable { |
From: Carsten W. <ca...@us...> - 2007-02-27 14:00:39
|
Update of /cvsroot/jake2/jake2/src/jake2/server In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/src/jake2/server Modified Files: SV_USER.java SV_SEND.java Log Message: clean up Index: SV_USER.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/SV_USER.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SV_USER.java 17 Dec 2005 20:32:01 -0000 1.10 --- SV_USER.java 27 Feb 2007 14:00:35 -0000 1.11 *************** *** 20,42 **** // Created on 17.01.2004 by RST. ! // $Id$ package jake2.server; import jake2.Defines; import jake2.Globals; ! import jake2.game.Cmd; ! import jake2.game.GameAI; ! import jake2.game.GameBase; ! import jake2.game.Info; ! import jake2.game.PlayerClient; ! import jake2.game.edict_t; ! import jake2.game.entity_state_t; ! import jake2.game.usercmd_t; ! import jake2.qcommon.Cbuf; ! import jake2.qcommon.Com; ! import jake2.qcommon.Cvar; ! import jake2.qcommon.FS; ! import jake2.qcommon.MSG; ! import jake2.qcommon.SZ; import jake2.util.Lib; --- 20,30 ---- // Created on 17.01.2004 by RST. ! package jake2.server; import jake2.Defines; import jake2.Globals; ! import jake2.game.*; ! import jake2.qcommon.*; import jake2.util.Lib; Index: SV_SEND.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/server/SV_SEND.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SV_SEND.java 18 Dec 2005 22:10:12 -0000 1.10 --- SV_SEND.java 27 Feb 2007 14:00:35 -0000 1.11 *************** *** 20,37 **** // Created on 17.01.2004 by RST. - // $Id$ package jake2.server; ! import java.io.IOException; ! ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; import jake2.qcommon.*; - import jake2.render.*; import jake2.util.Lib; import jake2.util.Math3D; public class SV_SEND { /* --- 20,36 ---- // Created on 17.01.2004 by RST. package jake2.server; ! import jake2.Defines; ! import jake2.Globals; ! import jake2.game.EndianHandler; ! import jake2.game.edict_t; import jake2.qcommon.*; import jake2.util.Lib; import jake2.util.Math3D; + import java.io.IOException; + public class SV_SEND { /* |
From: Carsten W. <ca...@us...> - 2007-02-27 14:00:39
|
Update of /cvsroot/jake2/jake2/test/jake2/render In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/test/jake2/render Modified Files: DebugCulling.java TestMap.java Log Message: clean up Index: TestMap.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/render/TestMap.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TestMap.java 2 Jan 2007 13:42:47 -0000 1.8 --- TestMap.java 27 Feb 2007 14:00:35 -0000 1.9 *************** *** 2,7 **** * TestMap.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 31,43 **** import jake2.client.*; import jake2.game.Cmd; - import jake2.game.cvar_t; import jake2.qcommon.*; import jake2.sys.IN; import jake2.sys.KBD; ! import jake2.util.*; - import java.awt.Dimension; import java.nio.FloatBuffer; ! import java.util.*; /** --- 29,42 ---- import jake2.client.*; import jake2.game.Cmd; import jake2.qcommon.*; import jake2.sys.IN; import jake2.sys.KBD; ! import jake2.util.Lib; ! import jake2.util.Math3D; import java.nio.FloatBuffer; ! import java.util.Iterator; ! import java.util.LinkedList; ! import java.util.Locale; /** Index: DebugCulling.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/render/DebugCulling.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DebugCulling.java 14 Dec 2004 01:08:32 -0000 1.4 --- DebugCulling.java 27 Feb 2007 14:00:35 -0000 1.5 *************** *** 2,7 **** * DebugCulling.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 29,39 **** import jake2.Globals; import jake2.client.*; ! import jake2.game.Cmd; ! import jake2.game.cvar_t; ! import jake2.qcommon.*; import jake2.sys.KBD; - import jake2.util.Vargs; - - import java.awt.Dimension; /** --- 27,33 ---- import jake2.Globals; import jake2.client.*; ! import jake2.qcommon.Com; ! import jake2.qcommon.Qcommon; import jake2.sys.KBD; /** |
From: Carsten W. <ca...@us...> - 2007-02-27 14:00:38
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/src/jake2/qcommon Modified Files: MD4.java Log Message: clean up Index: MD4.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/MD4.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MD4.java 9 Jul 2004 06:50:49 -0000 1.2 --- MD4.java 27 Feb 2007 14:00:35 -0000 1.3 *************** *** 20,24 **** // Created on 02.02.2004 by RST. - // $Id$ package jake2.qcommon; --- 20,23 ---- *************** *** 28,38 **** import java.security.MessageDigest; - import jake2.*; - import jake2.client.*; - import jake2.game.*; - import jake2.render.*; - import jake2.server.*; - import jake2.util.Lib; - public class MD4 extends MessageDigest implements Cloneable { --- 27,30 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 14:00:38
|
Update of /cvsroot/jake2/jake2/test/jake2/qcommon In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26747/test/jake2/qcommon Modified Files: TestMD4.java TestINFO.java Log Message: clean up Index: TestMD4.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/qcommon/TestMD4.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMD4.java 9 Jul 2004 06:50:51 -0000 1.2 --- TestMD4.java 27 Feb 2007 14:00:34 -0000 1.3 *************** *** 20,32 **** // Created on 02.02.2004 by RST. - // $Id$ package jake2.qcommon; - import jake2.*; - import jake2.client.*; - import jake2.game.*; - import jake2.render.*; - import jake2.server.*; import jake2.util.Lib; --- 20,26 ---- Index: TestINFO.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/qcommon/TestINFO.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestINFO.java 27 Dec 2005 21:02:30 -0000 1.3 --- TestINFO.java 27 Feb 2007 14:00:34 -0000 1.4 *************** *** 20,32 **** // Created on 29.12.2003 by RST. - // $Id$ package jake2.qcommon; ! import jake2.*; ! import jake2.client.*; ! import jake2.game.*; ! import jake2.render.*; ! import jake2.server.*; public class TestINFO { --- 20,27 ---- // Created on 29.12.2003 by RST. package jake2.qcommon; ! import jake2.game.Info; public class TestINFO { |
From: Carsten W. <ca...@us...> - 2007-02-27 13:44:20
|
Update of /cvsroot/jake2/jake2/src/jake2/sound/joal In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20229/src/jake2/sound/joal Modified Files: JOALSoundImpl.java Log Message: hack of old joal EAX bug removed Index: JOALSoundImpl.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sound/joal/JOALSoundImpl.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** JOALSoundImpl.java 8 Dec 2006 18:13:45 -0000 1.23 --- JOALSoundImpl.java 27 Feb 2007 13:44:17 -0000 1.24 *************** *** 203,212 **** private boolean changeEnv = true; - // TODO workaround for JOAL-bug - // should be EAX.LISTENER - private final static int EAX_LISTENER = 0; - // should be EAX.SOURCE - private final static int EAX_SOURCE = 1; - /* (non-Javadoc) * @see jake2.sound.SoundImpl#Update(float[], float[], float[], float[]) --- 203,206 ---- *************** *** 226,230 **** if (currentEnv == -1) { eaxEnv.put(0, EAX.EAX_ENVIRONMENT_UNDERWATER); ! eax.EAXSet(EAX_LISTENER, EAX.DSPROPERTY_EAXLISTENER_ENVIRONMENT | EAX.DSPROPERTY_EAXLISTENER_DEFERRED, 0, eaxEnv, 4); changeEnv = true; } --- 220,224 ---- if (currentEnv == -1) { eaxEnv.put(0, EAX.EAX_ENVIRONMENT_UNDERWATER); ! eax.EAXSet(EAX.LISTENER, EAX.DSPROPERTY_EAXLISTENER_ENVIRONMENT | EAX.DSPROPERTY_EAXLISTENER_DEFERRED, 0, eaxEnv, 4); changeEnv = true; } *************** *** 239,243 **** if (changeEnv) { eaxEnv.put(0, currentEnv); ! eax.EAXSet(EAX_LISTENER, EAX.DSPROPERTY_EAXLISTENER_ENVIRONMENT | EAX.DSPROPERTY_EAXLISTENER_DEFERRED, 0, eaxEnv, 4); } } --- 233,237 ---- if (changeEnv) { eaxEnv.put(0, currentEnv); ! eax.EAXSet(EAX.LISTENER, EAX.DSPROPERTY_EAXLISTENER_ENVIRONMENT | EAX.DSPROPERTY_EAXLISTENER_DEFERRED, 0, eaxEnv, 4); } } |
From: Carsten W. <ca...@us...> - 2007-02-27 13:43:06
|
Update of /cvsroot/jake2/jake2/src/jake2/sound/joal In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19434/src/jake2/sound/joal Modified Files: Channel.java Log Message: clean up Index: Channel.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sound/joal/Channel.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Channel.java 23 Nov 2006 13:43:59 -0000 1.10 --- Channel.java 27 Feb 2007 13:43:02 -0000 1.11 *************** *** 3,8 **** * * Copyright (C) 2003 - * - * $Id$ */ /* --- 3,6 ---- *************** *** 61,65 **** private static Map looptable = new Hashtable(MAX_CHANNELS); - private static boolean isInitialized = false; private static int numChannels; --- 59,62 ---- *************** *** 136,140 **** al.alSourcef (sourceId, AL.AL_MAX_GAIN, 1.0f); } - isInitialized = true; return numChannels; } --- 133,136 ---- *************** *** 151,155 **** al.alDeleteSources(numChannels, sources, 0); numChannels = 0; - isInitialized = false; } --- 147,150 ---- |
From: Carsten W. <ca...@us...> - 2007-02-27 13:34:15
|
Update of /cvsroot/jake2/jake2/src/jake2/render In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15986/src/jake2/render Modified Files: Anorms.java Log Message: clean up Index: Anorms.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/Anorms.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Anorms.java 27 Feb 2007 13:32:34 -0000 1.1 --- Anorms.java 27 Feb 2007 13:34:12 -0000 1.2 *************** *** 2,7 **** * Anorms.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- |