diff --git a/EaglercraftX_1.8_Desktop_Runtime.zip b/EaglercraftX_1.8_Desktop_Runtime.zip index f1d2adb..8158a71 100755 Binary files a/EaglercraftX_1.8_Desktop_Runtime.zip and b/EaglercraftX_1.8_Desktop_Runtime.zip differ diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.bat b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.bat index 259f3d4..2fd6a6d 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.bat +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.bat @@ -1,4 +1,4 @@ @echo off title EaglercraftX 1.8 Desktop Runtime -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass hide-renderdoc pause \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.sh b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.sh index 351e801..ec91d3a 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.sh +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass \ No newline at end of file +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass hide-renderdoc \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_d3d11.bat b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_d3d11.bat index 82b793f..d44c953 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_d3d11.bat +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_d3d11.bat @@ -1,4 +1,4 @@ @echo off title EaglercraftX 1.8 Desktop Runtime (Direct3D 11) -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass d3d11 +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass d3d11 hide-renderdoc pause \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.bat b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.bat index da039b2..0d141d8 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.bat +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.bat @@ -1,4 +1,4 @@ @echo off title EaglercraftX 1.8 Desktop Runtime (OpenGL) -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengl +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengl hide-renderdoc pause \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.sh b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.sh index 5fd9784..e25e47a 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.sh +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengl.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengl \ No newline at end of file +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengl hide-renderdoc \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.bat b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.bat index b4bb491..f498b0e 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.bat +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.bat @@ -1,4 +1,4 @@ @echo off title EaglercraftX 1.8 Desktop Runtime (OpenGL ES) -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengles +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengles hide-renderdoc pause \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.sh b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.sh index b86bd63..69f118b 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.sh +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_opengles.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengles \ No newline at end of file +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass opengles hide-renderdoc \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.bat b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.bat index d8f8c64..866c5e9 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.bat +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.bat @@ -1,4 +1,4 @@ @echo off title EaglercraftX 1.8 Desktop Runtime (Vulkan) -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass vulkan +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar;lwjgl.jar;lwjgl-egl.jar;lwjgl-glfw.jar;lwjgl-jemalloc.jar;lwjgl-openal.jar;lwjgl-opengles.jar;soundsystem-20120107.jar;codecjorbis-20101023.jar;codecwav-20101023.jar;Java-WebSocket-1.5.1-with-dependencies.jar;webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass vulkan hide-renderdoc pause \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.sh b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.sh index c5eb006..440d13f 100755 --- a/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.sh +++ b/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime_vulkan.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass vulkan \ No newline at end of file +java -Xmx1G -Xms1G -Djava.library.path=. -cp "eaglercraft.jar:lwjgl.jar:lwjgl-egl.jar:lwjgl-glfw.jar:lwjgl-jemalloc.jar:lwjgl-openal.jar:lwjgl-opengles.jar:soundsystem-20120107.jar:codecjorbis-20101023.jar:codecwav-20101023.jar:Java-WebSocket-1.5.1-with-dependencies.jar:webrtc-java-0.8.0.jar" net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass vulkan hide-renderdoc \ No newline at end of file diff --git a/EaglercraftX_1.8_Desktop_Runtime/eaglercraft.jar b/EaglercraftX_1.8_Desktop_Runtime/eaglercraft.jar index 4949de5..341b98a 100755 Binary files a/EaglercraftX_1.8_Desktop_Runtime/eaglercraft.jar and b/EaglercraftX_1.8_Desktop_Runtime/eaglercraft.jar differ