Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master' into development

pull/1112/head
Daniel Gibbs 9 years ago
parent
commit
410535ab28
  1. BIN
      FistfulOfFrags/dependencies/libm.so.6
  2. BIN
      GarrysMod/dependencies/libc.so.6
  3. BIN
      GarrysMod/dependencies/libm.so.6
  4. BIN
      GarrysMod/dependencies/libpthread.so.0
  5. BIN
      GarrysMod/dependencies/libstdc++.so.6
  6. BIN
      NS2Combat/dependencies/libc.so.6
  7. BIN
      NS2Combat/dependencies/libm.so.6
  8. BIN
      NS2Combat/dependencies/libstdc++.so.6
  9. BIN
      NaturalSelection2/dependencies/libc.so.6
  10. BIN
      NaturalSelection2/dependencies/libm.so.6
  11. BIN
      NaturalSelection2/dependencies/libstdc++.so.6
  12. BIN
      NoMoreRoomInHell/dependencies/libm.so.6
  13. 6
      lgsm/functions/fix_glibc.sh
  14. 5
      lgsm/functions/info_glibc.sh

BIN
FistfulOfFrags/dependencies/libm.so.6

Binary file not shown.

BIN
GarrysMod/dependencies/libc.so.6

Binary file not shown.

BIN
GarrysMod/dependencies/libm.so.6

Binary file not shown.

BIN
GarrysMod/dependencies/libpthread.so.0

Binary file not shown.

BIN
GarrysMod/dependencies/libstdc++.so.6

Binary file not shown.

BIN
NS2Combat/dependencies/libc.so.6

Binary file not shown.

BIN
NS2Combat/dependencies/libm.so.6

Binary file not shown.

BIN
NS2Combat/dependencies/libstdc++.so.6

Binary file not shown.

BIN
NaturalSelection2/dependencies/libc.so.6

Binary file not shown.

BIN
NaturalSelection2/dependencies/libm.so.6

Binary file not shown.

BIN
NaturalSelection2/dependencies/libstdc++.so.6

Binary file not shown.

BIN
NoMoreRoomInHell/dependencies/libm.so.6

Binary file not shown.

6
lgsm/functions/fix_glibc.sh

@ -16,7 +16,7 @@ do
fi
done
local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "GoldenEye: Source" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
local libm_servers_array=( "Black Mesa: Deathmatch" "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "GoldenEye: Source" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
for libm_server in "${libm_servers_array[@]}"
do
if [ "${gamename}" == "${libm_server}" ]; then
@ -24,7 +24,7 @@ do
fi
done
local libc_servers_array=( "Garry's Mod" "GoldenEye: Source" )
local libc_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" "GoldenEye: Source" )
for libc_server in "${libc_servers_array[@]}"
do
if [ "${gamename}" == "${libc_server}" ]; then
@ -32,7 +32,7 @@ do
fi
done
local libpthread_servers_array=( "Garry's Mod" )
local libpthread_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" )
for libpthread_server in "${libpthread_servers_array[@]}"
do
if [ "${gamename}" == "${libpthread_server}" ]; then

5
lgsm/functions/info_glibc.sh

@ -6,7 +6,10 @@
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
if [ "${gamename}" == "Blade Symphony" ]; then
if [ "${gamename}" == "Black Mesa: Deathmatch" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Blade Symphony" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "BrainBread 2" ]; then

Loading…
Cancel
Save