diff --git a/executables/LWJake2.bat b/executables/LWJake2.bat deleted file mode 100755 index ae1ef1c..0000000 --- a/executables/LWJake2.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -start lwjake2.jar \ No newline at end of file diff --git a/executables/LWJake2.sh b/executables/LWJake2.sh deleted file mode 100755 index 1e93894..0000000 --- a/executables/LWJake2.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# Move to script's directory -cd "`dirname "$0"`" - -# Get the kernel information -UNAME=`uname` - -# Set the proper libpath -if [ "$UNAME" == "Darwin" ]; then - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:./ -elif [ "$UNAME" == "Linux" ]; then - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./ -fi - -# Run it! -java -jar lwjake2.jar $@ diff --git a/executables/LWJake2_Server.bat b/executables/LWJake2_Server.bat deleted file mode 100755 index f767dbb..0000000 --- a/executables/LWJake2_Server.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -java -jar lwjake2.jar +set dedicated 1 \ No newline at end of file diff --git a/executables/LWJake2_Server.sh b/executables/LWJake2_Server.sh deleted file mode 100755 index 0c98086..0000000 --- a/executables/LWJake2_Server.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# Move to script's directory -cd "`dirname "$0"`" - -# Get the kernel information -UNAME=`uname` - -# Set the proper libpath -if [ "$UNAME" == "Darwin" ]; then - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:./ -elif [ "$UNAME" == "Linux" ]; then - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./ -fi - -# Run the server! -java -jar lwjake2.jar +set dedicated 1 $@ diff --git a/lib/lwjgl.jar b/lib/lwjgl.jar deleted file mode 100644 index a0fb56d..0000000 Binary files a/lib/lwjgl.jar and /dev/null differ diff --git a/lib/lwjgl_native/OpenAL32.dll b/lib/lwjgl_native/OpenAL32.dll deleted file mode 100644 index 6dd2600..0000000 Binary files a/lib/lwjgl_native/OpenAL32.dll and /dev/null differ diff --git a/lib/lwjgl_native/OpenAL64.dll b/lib/lwjgl_native/OpenAL64.dll deleted file mode 100644 index 00c98c0..0000000 Binary files a/lib/lwjgl_native/OpenAL64.dll and /dev/null differ diff --git a/lib/lwjgl_native/liblwjgl.jnilib b/lib/lwjgl_native/liblwjgl.jnilib deleted file mode 100644 index cbb5b4c..0000000 Binary files a/lib/lwjgl_native/liblwjgl.jnilib and /dev/null differ diff --git a/lib/lwjgl_native/liblwjgl.so b/lib/lwjgl_native/liblwjgl.so deleted file mode 100644 index 5a02874..0000000 Binary files a/lib/lwjgl_native/liblwjgl.so and /dev/null differ diff --git a/lib/lwjgl_native/liblwjgl64.so b/lib/lwjgl_native/liblwjgl64.so deleted file mode 100644 index 4572589..0000000 Binary files a/lib/lwjgl_native/liblwjgl64.so and /dev/null differ diff --git a/lib/lwjgl_native/libopenal.so b/lib/lwjgl_native/libopenal.so deleted file mode 100644 index 7742faf..0000000 Binary files a/lib/lwjgl_native/libopenal.so and /dev/null differ diff --git a/lib/lwjgl_native/libopenal64.so b/lib/lwjgl_native/libopenal64.so deleted file mode 100644 index d1e45e5..0000000 Binary files a/lib/lwjgl_native/libopenal64.so and /dev/null differ diff --git a/lib/lwjgl_native/lwjgl.dll b/lib/lwjgl_native/lwjgl.dll deleted file mode 100644 index 6819404..0000000 Binary files a/lib/lwjgl_native/lwjgl.dll and /dev/null differ diff --git a/lib/lwjgl_native/lwjgl64.dll b/lib/lwjgl_native/lwjgl64.dll deleted file mode 100644 index e66ab2a..0000000 Binary files a/lib/lwjgl_native/lwjgl64.dll and /dev/null differ diff --git a/lib/lwjgl_native/openal.dylib b/lib/lwjgl_native/openal.dylib deleted file mode 100644 index c9ca66e..0000000 Binary files a/lib/lwjgl_native/openal.dylib and /dev/null differ diff --git a/lib/lwjgl_util.jar b/lib/lwjgl_util.jar deleted file mode 100644 index 9973b24..0000000 Binary files a/lib/lwjgl_util.jar and /dev/null differ