diff --git a/bin/steamcmd/steamcmd_osx/crashhandler.dylib b/bin/steamcmd/steamcmd_osx/crashhandler.dylib index 9ca61f23a7..429be1d366 100755 --- a/bin/steamcmd/steamcmd_osx/crashhandler.dylib +++ b/bin/steamcmd/steamcmd_osx/crashhandler.dylib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b8427c3eb2807b44c7a8d579ad5b6c4d6ca7c52559e95d049b840b4e9cf4af0 -size 835104 +oid sha256:d05cfe1b15fa1da1c68937e63766d901bb66ad8afdd8f4810206e181073597fc +size 473424 diff --git a/bin/steamcmd/steamcmd_osx/steamcmd b/bin/steamcmd/steamcmd_osx/steamcmd index 44abf88ff4..6bcec72fdc 100755 Binary files a/bin/steamcmd/steamcmd_osx/steamcmd and b/bin/steamcmd/steamcmd_osx/steamcmd differ diff --git a/bin/steamcmd/steamcmd_osx/steamcmd.sh b/bin/steamcmd/steamcmd_osx/steamcmd.sh index 76530a2938..896e9e016d 100755 --- a/bin/steamcmd/steamcmd_osx/steamcmd.sh +++ b/bin/steamcmd/steamcmd_osx/steamcmd.sh @@ -31,7 +31,8 @@ if [ "$DEBUGGER" == "gdb" ] || [ "$DEBUGGER" == "cgdb" ]; then unset LD_PRELOAD fi - $DEBUGGER -x "$ARGSFILE" "$STEAMEXE" "$@" + : "${DEBUGGER_ARGS=}" + $DEBUGGER -x "$ARGSFILE" $DEBUGGER_ARGS --args "$STEAMEXE" "$@" rm "$ARGSFILE" else $DEBUGGER "$STEAMEXE" "$@" diff --git a/build.gradle b/build.gradle index c03a24e4a4..2b0912a3a9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ dependencies { } allprojects { - project.version = '0.10.0-SNAPSHOT' + project.version = '0.10.0' } subprojects { diff --git a/spellsource-client/src/unity b/spellsource-client/src/unity index 7e103a78ee..494ae91e90 160000 --- a/spellsource-client/src/unity +++ b/spellsource-client/src/unity @@ -1 +1 @@ -Subproject commit 7e103a78eeb4ce91396584e077ae2f7250a596e1 +Subproject commit 494ae91e903dc5eb9de04149c5531048a82a5b83 diff --git a/spellsource-private/src/secrets b/spellsource-private/src/secrets index 05c45d6b7e..8729efc983 160000 --- a/spellsource-private/src/secrets +++ b/spellsource-private/src/secrets @@ -1 +1 @@ -Subproject commit 05c45d6b7ec1fe75c42b25183f4bd3bc0c919392 +Subproject commit 8729efc98320ce979d6a3971712e1988eebffff4 diff --git a/spellsource-web/src/pages-markdown/whatsnew.md b/spellsource-web/src/pages-markdown/whatsnew.md index 7c1c532753..3093174eb5 100644 --- a/spellsource-web/src/pages-markdown/whatsnew.md +++ b/spellsource-web/src/pages-markdown/whatsnew.md @@ -10,7 +10,11 @@ header: true Thanks for playing this beta of Spellsource! Read more at [our website](https://www.playspellsource.com) and join our [Discord](https://discord.gg/HmbESh2)! -### Current Version 0.10.0 (January 1, 2023) +