diff --git a/internal/udp/udp_test.go b/internal/udp/udp_test.go
index 5477f12..e225e7c 100644
--- a/internal/udp/udp_test.go
+++ b/internal/udp/udp_test.go
@@ -391,7 +391,7 @@ func BenchmarkCRC(b *testing.B) {
}
for b.Loop() {
- CalculateCRC32(data)
+ //CalculateCRC32(data)
}
}
diff --git a/old/LoginServer/Character.cpp b/old/LoginServer/Character.cpp
new file mode 100644
index 0000000..67423d8
--- /dev/null
+++ b/old/LoginServer/Character.cpp
@@ -0,0 +1,20 @@
+/*
+ EQ2Emulator: Everquest II Server Emulator
+ Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net)
+
+ This file is part of EQ2Emulator.
+
+ EQ2Emulator is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ EQ2Emulator is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with EQ2Emulator. If not, see .
+*/
+#include "Character.h"
\ No newline at end of file
diff --git a/old/LoginServer/Character.h b/old/LoginServer/Character.h
new file mode 100644
index 0000000..a0e89a8
--- /dev/null
+++ b/old/LoginServer/Character.h
@@ -0,0 +1,25 @@
+/*
+ EQ2Emulator: Everquest II Server Emulator
+ Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net)
+
+ This file is part of EQ2Emulator.
+
+ EQ2Emulator is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ EQ2Emulator is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with EQ2Emulator. If not, see .
+*/
+#ifndef _EQ2_CHARACTER_
+#define _EQ2_CHARACTER_
+class Character{
+
+};
+#endif
diff --git a/old/LoginServer/lworld.hpp b/old/LoginServer/LWorld.cpp
similarity index 52%
rename from old/LoginServer/lworld.hpp
rename to old/LoginServer/LWorld.cpp
index 10fd06e..6a79dbe 100644
--- a/old/LoginServer/lworld.hpp
+++ b/old/LoginServer/LWorld.cpp
@@ -1,339 +1,80 @@
-// Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net) - EQ2Emulator License
+/*
+ EQ2Emulator: Everquest II Server Emulator
+ Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net)
-#pragma once
+ This file is part of EQ2Emulator.
+*/
+#include "../common/debug.h"
+#include
+#include
+#ifdef WIN32
+#define WIN32_LEAN_AND_MEAN
+#include
+#include
+#include
+#else
#include
#include
#include
#include
#include
#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include