Clean origin/HEAD origin/main
authorencode32 <jesusreto@gmail.com>
Tue, 11 May 2021 19:47:41 +0000 (21:47 +0200)
committerencode32 <jesusreto@gmail.com>
Tue, 11 May 2021 19:47:41 +0000 (21:47 +0200)
28 files changed:
src/com/wurmonline/client/renderer/gui/CheckBoxListener.java
src/com/wurmonline/client/renderer/gui/EspWCheckBox.java
src/com/wurmonline/client/renderer/gui/WurmEspWindow.java
src/net/encode/wurmesp/Unit.java
src/net/encode/wurmesp/WurmEspMod.java
src/net/encode/wurmesp/feature/Feature.java
src/net/encode/wurmesp/feature/FeatureTilesCloseBy.java
src/net/encode/wurmesp/feature/FeatureTilesHighlight.java
src/net/encode/wurmesp/feature/FeatureTilesWalkable.java
src/net/encode/wurmesp/feature/FeatureXRay.java
src/net/encode/wurmesp/feature/hook/CmdShowDeedPlan.java
src/net/encode/wurmesp/feature/hook/GroundItemCellRenderableInit.java
src/net/encode/wurmesp/feature/hook/GroundItemCellRenderableRemove.java
src/net/encode/wurmesp/feature/hook/HandleDevInput.java
src/net/encode/wurmesp/feature/hook/HeadsUpDisplayInit.java
src/net/encode/wurmesp/feature/hook/Hook.java
src/net/encode/wurmesp/feature/hook/HookFeature.java [deleted file]
src/net/encode/wurmesp/feature/hook/MobileModelRenderableInit.java
src/net/encode/wurmesp/feature/hook/MobileModelRenderableRemove.java
src/net/encode/wurmesp/feature/hook/ProjectileCellRenderable.java
src/net/encode/wurmesp/feature/hook/RenderPickedItem.java
src/net/encode/wurmesp/util/ConfigUtils.java
src/net/encode/wurmesp/util/CronoManager.java
src/net/encode/wurmesp/util/ReUtils.java
src/net/encode/wurmesp/util/RenderUtils.java
src/net/encode/wurmesp/util/SoundUtils.java
src/net/encode/wurmesp/util/TerrainUtils.java
src/net/encode/wurmesp/util/XrayColors.java

index 9584a77518e16b355baf3f27948da141a933a032..1371dbb3204365f4026a9b9b6821391b20231e50 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- */
 package com.wurmonline.client.renderer.gui;
 
 public interface CheckBoxListener {
index 53ee5a8fb4ef60b872784d3a4cff31d9f0903da0..87120a58ef08aaef85c01201aec1da0fe2c36b28 100644 (file)
@@ -1,20 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.Matrix
- *  com.wurmonline.client.renderer.PickData
- *  com.wurmonline.client.renderer.backend.Primitive
- *  com.wurmonline.client.renderer.backend.Primitive$TexEnv
- *  com.wurmonline.client.renderer.backend.Primitive$Type
- *  com.wurmonline.client.renderer.backend.Queue
- *  com.wurmonline.client.renderer.backend.VertexBuffer
- *  com.wurmonline.client.renderer.backend.VertexBuffer$Usage
- *  com.wurmonline.client.renderer.gui.ConfirmListener
- *  com.wurmonline.client.renderer.gui.ConfirmWindow
- *  com.wurmonline.client.renderer.gui.FlexComponent
- *  com.wurmonline.client.renderer.gui.HeadsUpDisplay
- */
 package com.wurmonline.client.renderer.gui;
 
 import com.wurmonline.client.renderer.Matrix;
index 697fd243cf0440909ba5e999b3f0a3114e6fb09e..883d730bd837e2862d1d838a46cee746ca4a4af6 100644 (file)
@@ -1,13 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.gui.FlexComponent
- *  com.wurmonline.client.renderer.gui.WWindow
- *  com.wurmonline.client.renderer.gui.WurmArrayPanel
- *  com.wurmonline.client.renderer.gui.WurmBorderPanel
- *  com.wurmonline.client.renderer.gui.WurmComponent
- */
 package com.wurmonline.client.renderer.gui;
 
 import net.encode.wurmesp.WurmEspMod;
index fc7a72b35cf0d0b9138daa1d83dd76490cc701d2..ad5b99946efd23ce3d4b65a2482cd871411622d6 100644 (file)
@@ -1,18 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.Color
- *  com.wurmonline.client.renderer.PickRenderer
- *  com.wurmonline.client.renderer.PickRenderer$CustomPickFillDepthRender
- *  com.wurmonline.client.renderer.PickRenderer$CustomPickFillRender
- *  com.wurmonline.client.renderer.PickRenderer$CustomPickOutlineRender
- *  com.wurmonline.client.renderer.PickableUnit
- *  com.wurmonline.client.renderer.backend.Primitive$BlendMode
- *  com.wurmonline.client.renderer.backend.Primitive$TestFunc
- *  com.wurmonline.client.renderer.backend.Queue
- *  com.wurmonline.client.renderer.backend.RenderState
- */
 package net.encode.wurmesp;
 
 import com.wurmonline.client.game.World;
index e5c9bab474448e5b23dacaf8d6d60652ebf78c2a..77166b31df4177ce9cb641a0216017a5bf75f872 100644 (file)
@@ -1,15 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.CaveDataBuffer
- *  com.wurmonline.client.game.NearTerrainDataBuffer
- *  com.wurmonline.client.renderer.PickRenderer
- *  com.wurmonline.client.renderer.gui.HeadsUpDisplay
- *  org.gotti.wurmunlimited.modloader.interfaces.Configurable
- *  org.gotti.wurmunlimited.modloader.interfaces.Initable
- *  org.gotti.wurmunlimited.modloader.interfaces.WurmClientMod
- */
 package net.encode.wurmesp;
 
 import java.util.ArrayList;
index a7cee1e9398815c868956fc38f3c2c0b707641c6..b111b58d1cc08f9a04f09504c0c14e10f5e28bc0 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.World
- *  com.wurmonline.client.renderer.backend.Queue
- */
 package net.encode.wurmesp.feature;
 
 import com.wurmonline.client.game.World;
index 2fde55a8dfcd47c7347a8428b501e552d5b0583a..2b8b66200363f1b8a19e3abe53e68261e739a355 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.PlayerPosition
- */
 package net.encode.wurmesp.feature;
 
 import com.wurmonline.client.game.PlayerPosition;
index aacb491021de2da6ce2e3ca583c25ec11a1489f3..c91ca0c0837dcdbcddb8662085ecfc187396e293 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.PlayerPosition
- *  com.wurmonline.client.game.World
- */
 package net.encode.wurmesp.feature;
 
 import com.wurmonline.client.game.PlayerPosition;
index 2f7b8533e21f29ead0e8de50742cf0e8b1389322..ef82a049721bcb4e4d2f2b6f783ee854f921178c 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.PlayerPosition
- */
 package net.encode.wurmesp.feature;
 
 import com.wurmonline.client.game.PlayerPosition;
index d2d677e2f27746d65f28e1d0342f5f6c8469eff0..383d9eb62eb7bd03e1808541c26b936018e7cbef 100644 (file)
@@ -1,14 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.PlayerPosition
- *  com.wurmonline.client.renderer.Color
- *  com.wurmonline.client.renderer.HitNamesData
- *  com.wurmonline.client.renderer.backend.RenderState
- *  com.wurmonline.client.renderer.cave.CaveRender
- *  com.wurmonline.mesh.Tiles$Tile
- */
 package net.encode.wurmesp.feature;
 
 import com.wurmonline.client.game.PlayerPosition;
index f50cd6f89d3396c85b5947a018e6ba73b68c9fe4..d5ca84cb89d7d5db00962ab74e63a74e6ab15947 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.comm.SimpleServerConnectionClass
- */
 package net.encode.wurmesp.feature.hook;
 
 import com.wurmonline.client.comm.SimpleServerConnectionClass;
index 3d6b94d606a23ceb3ac6331f86d0e0fd130c7be7..8b9f02ce988aa5431c9ae4ff2fbc4f10c15201c9 100644 (file)
@@ -1,11 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.GroundItemData
- *  com.wurmonline.client.renderer.PickableUnit
- *  org.gotti.wurmunlimited.modloader.ReflectionUtil
- */
 package net.encode.wurmesp.feature.hook;
 
 import com.wurmonline.client.renderer.GroundItemData;
index eea7b59208776934dc565baf636b27efe1045868..d6d4d91f8075f6597491cd2c32ebe7c7b0f9da13 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.GroundItemData
- *  org.gotti.wurmunlimited.modloader.ReflectionUtil
- */
 package net.encode.wurmesp.feature.hook;
 
 import java.lang.reflect.Field;
index 8e068f22326020d7d8c18dcae9cc22ab867a4a01..a8bff11380e6d32bd13bc352871cc22d1a04f1a0 100644 (file)
@@ -1,14 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.PlayerPosition
- *  javassist.CannotCompileException
- *  javassist.ClassPool
- *  javassist.CtClass
- *  javassist.NotFoundException
- *  org.gotti.wurmunlimited.modloader.classhooks.HookManager
- */
 package net.encode.wurmesp.feature.hook;
 
 import com.wurmonline.client.game.PlayerPosition;
index d896030278c9e4a1934d70f32abfd8bba705ca59..cb15b466f258fd2e5157ad750dfe95d6316b18da 100644 (file)
@@ -1,14 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.gui.HeadsUpDisplay
- *  com.wurmonline.client.renderer.gui.MainMenu
- *  com.wurmonline.client.renderer.gui.WindowSerializer
- *  com.wurmonline.client.renderer.gui.WurmComponent
- *  com.wurmonline.client.settings.SavePosManager
- *  org.gotti.wurmunlimited.modloader.ReflectionUtil
- */
 package net.encode.wurmesp.feature.hook;
 
 import java.lang.reflect.Field;
index 9e3806c404e19055bc0bd1643912aa941a54b151..533cd973b8f8aee1453527f2627113b4a2dda35a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  org.gotti.wurmunlimited.modloader.classhooks.HookManager
- *  org.gotti.wurmunlimited.modloader.classhooks.InvocationHandlerFactory
- */
 package net.encode.wurmesp.feature.hook;
 
 import org.gotti.wurmunlimited.modloader.classhooks.HookManager;
diff --git a/src/net/encode/wurmesp/feature/hook/HookFeature.java b/src/net/encode/wurmesp/feature/hook/HookFeature.java
deleted file mode 100644 (file)
index c838b5d..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  org.gotti.wurmunlimited.modloader.classhooks.HookManager
- *  org.gotti.wurmunlimited.modloader.classhooks.InvocationHandlerFactory
- */
-package net.encode.wurmesp.feature.hook;
-
-import org.gotti.wurmunlimited.modloader.classhooks.HookManager;
-import org.gotti.wurmunlimited.modloader.classhooks.InvocationHandlerFactory;
-
-public class HookFeature {
-    public void prepareHook(String path, String methodName, String descriptor, InvocationHandlerFactory invocationHandlerFactory) {
-        HookManager.getInstance().registerHook(path, methodName, descriptor, invocationHandlerFactory);
-    }
-}
-
index 603400edd2fac28d7cad0b89e6cd67f0868eeafc..b4b3f72d63c75ef2d5b368503106d87f7ebe628e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.PickableUnit
- *  com.wurmonline.client.renderer.cell.CreatureCellRenderable
- */
 package net.encode.wurmesp.feature.hook;
 
 import com.wurmonline.client.renderer.PickableUnit;
index b961afb3b40d9de6dcf13eca6a8116fec525b107..397c90c8e2f75dede28ac42358c55874f7f5eb81 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.PickableUnit
- */
 package net.encode.wurmesp.feature.hook;
 
 import java.util.logging.Level;
index 41c49c64084658869f18f7fbe8ddafee7abb1115..24143d4959dfcd845b29edce832ce132e3bc85d5 100644 (file)
@@ -1,15 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  javassist.CannotCompileException
- *  javassist.ClassPool
- *  javassist.CtClass
- *  javassist.CtMethod
- *  javassist.CtNewMethod
- *  javassist.NotFoundException
- *  org.gotti.wurmunlimited.modloader.classhooks.HookManager
- */
 package net.encode.wurmesp.feature.hook;
 
 import java.util.logging.Level;
index b52166c33e67c50e1de4db7f5f68f42b23c4273f..5e25aa55c77ae990d7378c7d149024c95ce75d3d 100644 (file)
@@ -1,12 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.World
- *  com.wurmonline.client.renderer.PickRenderer
- *  com.wurmonline.client.renderer.backend.Queue
- *  org.gotti.wurmunlimited.modloader.ReflectionUtil
- */
 package net.encode.wurmesp.feature.hook;
 
 import java.lang.reflect.Field;
index 3bdf98596a448758df85ff710e69c889bb1f1968..9df175a792f951ec7c5b6feb5730705ac62b1991 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.mesh.Tiles$Tile
- */
 package net.encode.wurmesp.util;
 
 import com.wurmonline.mesh.Tiles;
index b17b9ae4f85a5243eed58f0ab01f8031a4fc2c50..76f62d63dea00fef8fae7b344d25a1f278772bcd 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- */
 package net.encode.wurmesp.util;
 
 import java.util.HashMap;
index c182c681c31e5f7f3e116a09152878ee2cc3b37e..a9be6e009f632dc58f59a26f2fef28f61604c552 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  org.gotti.wurmunlimited.modloader.ReflectionUtil
- */
 package net.encode.wurmesp.util;
 
 import java.lang.reflect.Field;
index 6103e5a77e12c641d119da059ddbeed866f06908..a0495f6f4070d64353432f799e45f80de09c9b0a 100644 (file)
@@ -1,15 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.renderer.backend.IndexBuffer
- *  com.wurmonline.client.renderer.backend.Primitive
- *  com.wurmonline.client.renderer.backend.Primitive$Type
- *  com.wurmonline.client.renderer.backend.Queue
- *  com.wurmonline.client.renderer.backend.RenderState
- *  com.wurmonline.client.renderer.backend.VertexBuffer
- *  com.wurmonline.client.renderer.backend.VertexBuffer$Usage
- */
 package net.encode.wurmesp.util;
 
 import com.wurmonline.client.renderer.PickRenderer;
index 4bcba350c0e92ea25995dfce30385aa29ab3138f..47992f96f427333fabd18487c1a06d5031a12e84 100644 (file)
@@ -1,12 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.client.game.PlayerPosition
- *  com.wurmonline.client.renderer.cell.CellRenderable
- *  com.wurmonline.client.sound.FixedSoundSource
- *  com.wurmonline.client.sound.SoundSource
- */
 package net.encode.wurmesp.util;
 
 import com.wurmonline.client.game.PlayerPosition;
index 7de0785713c738bf1da863c5fd036bd3ed79775b..1362834408220a21e217beea54cee43b2ed2fee1 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- */
 package net.encode.wurmesp.util;
 
 import net.encode.wurmesp.WurmEspMod;
index 7e099f8c39579137255f6bd5e78003d72158557c..7db17d4b1a056e86727c32ece835935baf88ee75 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Decompiled with CFR 0.151.
- * 
- * Could not load the following classes:
- *  com.wurmonline.mesh.Tiles$Tile
- */
 package net.encode.wurmesp.util;
 
 import com.wurmonline.mesh.Tiles;