diff --git a/changelog.txt b/changelog.txt index 7bd54ad3f8d..9a5506d6e49 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +VERSION[Graphics Engine Beta][2023/12/07] + +This beta is intended to test the behaviour of the graphics engine update on a +wide variety of systems. +If you notice new bugs, especially relating to graphics or functions relating +to your operating system, please file an issue on GitHub. + VERSION[2.35.5][2023/12/07] --- Fixed Bugs --- diff --git a/manifest.xml b/manifest.xml index 958d668ba4a..e4a419c4f73 100644 --- a/manifest.xml +++ b/manifest.xml @@ -5,7 +5,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -128,7 +128,7 @@ - + @@ -145,7 +145,7 @@ - + @@ -215,30 +215,37 @@ - + - + - + - + - - - + + + + + + + + + + @@ -248,9 +255,15 @@ - - - + + + + + + + + + @@ -281,6 +294,9 @@ + + + diff --git a/runtime/Path{space}of{space}Building.exe b/runtime/Path{space}of{space}Building.exe index 3f460b93c68..b73ec4fcf3e 100644 Binary files a/runtime/Path{space}of{space}Building.exe and b/runtime/Path{space}of{space}Building.exe differ diff --git a/runtime/SimpleGraphic.dll b/runtime/SimpleGraphic.dll index a976e84b0a7..47a4b19d7e1 100644 Binary files a/runtime/SimpleGraphic.dll and b/runtime/SimpleGraphic.dll differ diff --git a/runtime/abseil_dll.dll b/runtime/abseil_dll.dll new file mode 100644 index 00000000000..1f6a261a65b Binary files /dev/null and b/runtime/abseil_dll.dll differ diff --git a/runtime/concrt140.dll b/runtime/concrt140.dll new file mode 100644 index 00000000000..a5e5bfa3384 Binary files /dev/null and b/runtime/concrt140.dll differ diff --git a/runtime/fmt.dll b/runtime/fmt.dll new file mode 100644 index 00000000000..e766d2f73ce Binary files /dev/null and b/runtime/fmt.dll differ diff --git a/runtime/glfw3.dll b/runtime/glfw3.dll new file mode 100644 index 00000000000..6bc621859b8 Binary files /dev/null and b/runtime/glfw3.dll differ diff --git a/runtime/lcurl.dll b/runtime/lcurl.dll index 2ed9cf03f74..db5281b0a25 100644 Binary files a/runtime/lcurl.dll and b/runtime/lcurl.dll differ diff --git a/runtime/libEGL.dll b/runtime/libEGL.dll new file mode 100644 index 00000000000..af66d80fd2b Binary files /dev/null and b/runtime/libEGL.dll differ diff --git a/runtime/libGLESv2.dll b/runtime/libGLESv2.dll new file mode 100644 index 00000000000..c687456b8cc Binary files /dev/null and b/runtime/libGLESv2.dll differ diff --git a/runtime/libcurl.dll b/runtime/libcurl.dll index 260ab19fe00..3c214c87d52 100644 Binary files a/runtime/libcurl.dll and b/runtime/libcurl.dll differ diff --git a/runtime/libsodium.dll b/runtime/libsodium.dll new file mode 100644 index 00000000000..d176500fe2a Binary files /dev/null and b/runtime/libsodium.dll differ diff --git a/runtime/lua51.dll b/runtime/lua51.dll index e112cd3ff4e..60110f04af4 100644 Binary files a/runtime/lua51.dll and b/runtime/lua51.dll differ diff --git a/runtime/lzip.dll b/runtime/lzip.dll index 40972a0f02b..34f20a05b6b 100644 Binary files a/runtime/lzip.dll and b/runtime/lzip.dll differ diff --git a/runtime/msvcp140.dll b/runtime/msvcp140.dll new file mode 100644 index 00000000000..01d749d215d Binary files /dev/null and b/runtime/msvcp140.dll differ diff --git a/runtime/msvcp140_1.dll b/runtime/msvcp140_1.dll new file mode 100644 index 00000000000..493b96cb670 Binary files /dev/null and b/runtime/msvcp140_1.dll differ diff --git a/runtime/msvcp140_2.dll b/runtime/msvcp140_2.dll new file mode 100644 index 00000000000..493fd6410df Binary files /dev/null and b/runtime/msvcp140_2.dll differ diff --git a/runtime/msvcp140_atomic_wait.dll b/runtime/msvcp140_atomic_wait.dll new file mode 100644 index 00000000000..e84b83abc7d Binary files /dev/null and b/runtime/msvcp140_atomic_wait.dll differ diff --git a/runtime/msvcp140_codecvt_ids.dll b/runtime/msvcp140_codecvt_ids.dll new file mode 100644 index 00000000000..e5d3011f1b8 Binary files /dev/null and b/runtime/msvcp140_codecvt_ids.dll differ diff --git a/runtime/msvcr100.dll b/runtime/msvcr100.dll deleted file mode 100644 index 3e82b1aeace..00000000000 Binary files a/runtime/msvcr100.dll and /dev/null differ diff --git a/runtime/re2.dll b/runtime/re2.dll new file mode 100644 index 00000000000..931f17a204c Binary files /dev/null and b/runtime/re2.dll differ diff --git a/runtime/vcruntime140.dll b/runtime/vcruntime140.dll new file mode 100644 index 00000000000..edba5485f14 Binary files /dev/null and b/runtime/vcruntime140.dll differ diff --git a/runtime/vcruntime140_1.dll b/runtime/vcruntime140_1.dll new file mode 100644 index 00000000000..6091fbf06e4 Binary files /dev/null and b/runtime/vcruntime140_1.dll differ diff --git a/runtime/zlib1.dll b/runtime/zlib1.dll new file mode 100644 index 00000000000..a64bb40d969 Binary files /dev/null and b/runtime/zlib1.dll differ