aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/game
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2007-02-27 14:22:31 +0000
committerCarsten Weisse <[email protected]>2007-02-27 14:22:31 +0000
commit63dee8b5dc571906032dd54485cf8d479f22c8c9 (patch)
tree39e999bd9a725cc8ed21a503a7b6c69855c00e97 /src/jake2/game
parentfac8ab444fea2a08b949b0853a6b0aee39aa099a (diff)
clean up
Diffstat (limited to 'src/jake2/game')
-rw-r--r--src/jake2/game/Monster.java8
-rw-r--r--src/jake2/game/PlayerWeapon.java3
-rw-r--r--src/jake2/game/SuperAdapter.java2
-rw-r--r--src/jake2/game/client_respawn_t.java5
-rw-r--r--src/jake2/game/cplane_t.java2
-rw-r--r--src/jake2/game/level_locals_t.java3
-rw-r--r--src/jake2/game/monsterinfo_t.java2
-rw-r--r--src/jake2/game/pmove_state_t.java3
8 files changed, 4 insertions, 24 deletions
diff --git a/src/jake2/game/Monster.java b/src/jake2/game/Monster.java
index 491caff..c3c23b9 100644
--- a/src/jake2/game/Monster.java
+++ b/src/jake2/game/Monster.java
@@ -19,16 +19,14 @@
*/
// Created on 17.12.2003 by RST.
-// $Id: Monster.java,v 1.7 2005-11-20 22:18:33 salomo Exp $
+
package jake2.game;
import jake2.Defines;
import jake2.client.M;
-import jake2.qcommon.CM;
import jake2.qcommon.Com;
-import jake2.util.*;
-
-import java.util.*;
+import jake2.util.Lib;
+import jake2.util.Math3D;
public class Monster {
diff --git a/src/jake2/game/PlayerWeapon.java b/src/jake2/game/PlayerWeapon.java
index 1b9cca3..04f9da5 100644
--- a/src/jake2/game/PlayerWeapon.java
+++ b/src/jake2/game/PlayerWeapon.java
@@ -20,14 +20,11 @@
// Created on 16.11.2003 by RST.
-// $Id: PlayerWeapon.java,v 1.2 2005-11-20 22:18:33 salomo Exp $
-
package jake2.game;
import jake2.Defines;
import jake2.Globals;
import jake2.game.monsters.M_Player;
-import jake2.qcommon.Com;
import jake2.util.Lib;
import jake2.util.Math3D;
diff --git a/src/jake2/game/SuperAdapter.java b/src/jake2/game/SuperAdapter.java
index d8491da..dccdc27 100644
--- a/src/jake2/game/SuperAdapter.java
+++ b/src/jake2/game/SuperAdapter.java
@@ -19,14 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 09.01.2004 by RST.
-// $Id: SuperAdapter.java,v 1.9 2005-11-20 22:25:28 salomo Exp $
package jake2.game;
import jake2.qcommon.Com;
import java.util.Hashtable;
-import java.util.Vector;
public abstract class SuperAdapter {
diff --git a/src/jake2/game/client_respawn_t.java b/src/jake2/game/client_respawn_t.java
index e9c11de..0b8d4be 100644
--- a/src/jake2/game/client_respawn_t.java
+++ b/src/jake2/game/client_respawn_t.java
@@ -18,18 +18,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 31.10.2003 by RST.
-// $Id: client_respawn_t.java,v 1.6 2004-09-10 19:02:54 salomo Exp $
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.*/
public class client_respawn_t
diff --git a/src/jake2/game/cplane_t.java b/src/jake2/game/cplane_t.java
index 976465e..f69f83e 100644
--- a/src/jake2/game/cplane_t.java
+++ b/src/jake2/game/cplane_t.java
@@ -19,11 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 31.10.2003 by RST.
-// $Id: cplane_t.java,v 1.5 2005-12-03 19:44:05 salomo Exp $
package jake2.game;
-import jake2.util.Lib;
import jake2.util.Math3D;
public class cplane_t
diff --git a/src/jake2/game/level_locals_t.java b/src/jake2/game/level_locals_t.java
index dc12cab..ad88666 100644
--- a/src/jake2/game/level_locals_t.java
+++ b/src/jake2/game/level_locals_t.java
@@ -19,15 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 20.11.2003 by RST
-// $Id: level_locals_t.java,v 1.2 2004-08-20 21:29:57 salomo Exp $
package jake2.game;
-import jake2.util.Lib;
import jake2.util.QuakeFile;
import java.io.IOException;
-import java.io.RandomAccessFile;
public class level_locals_t
{
diff --git a/src/jake2/game/monsterinfo_t.java b/src/jake2/game/monsterinfo_t.java
index 4a98213..3889f06 100644
--- a/src/jake2/game/monsterinfo_t.java
+++ b/src/jake2/game/monsterinfo_t.java
@@ -19,14 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 31.10.2003 by RST.
-// $Id: monsterinfo_t.java,v 1.2 2004-08-20 21:29:58 salomo Exp $
package jake2.game;
import jake2.util.QuakeFile;
import java.io.IOException;
-import java.io.RandomAccessFile;
public class monsterinfo_t {
diff --git a/src/jake2/game/pmove_state_t.java b/src/jake2/game/pmove_state_t.java
index 2e83f3e..7ac0d26 100644
--- a/src/jake2/game/pmove_state_t.java
+++ b/src/jake2/game/pmove_state_t.java
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 31.10.2003 by RST.
-// $Id: pmove_state_t.java,v 1.3 2005-01-21 01:08:48 cawe Exp $
+
package jake2.game;
import jake2.qcommon.Com;
@@ -27,7 +27,6 @@ import jake2.util.Math3D;
import java.io.IOException;
import java.io.RandomAccessFile;
-import java.nio.ByteBuffer;
public class pmove_state_t {
// this structure needs to be communicated bit-accurate