X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=all;h=6831cca65da48dc052c497c1f0072b51373ed351;hb=8d01fad7fa5d095f0957030d04705200fed41757;hp=d517457b05dc6b3750e92a9ef51d4961f418a1de;hpb=0055d86f7c466b178fd1f464552496a2ae34ed31;p=xonotic%2Fxonotic.git diff --git a/all b/all index d517457b..6831cca6 100755 --- a/all +++ b/all @@ -587,9 +587,12 @@ case "$cmd" in oldbase=$base oldpushbase=$pushbase # transition old URLs - if [ x"$base" = x"ssh://xonotic@push.git.xonotic.org/" ]; then + if [ x"$base" = x"ssh://xonotic@git.xonotic.org/" ]; then base=ssh://xonotic@push.git.xonotic.org/ fi + if [ x"$pushbase" = x"ssh://xonotic@git.xonotic.org/" ]; then + pushbase=ssh://xonotic@push.git.xonotic.org/ + fi while :; do if [ x"$1" = x"-N" ]; then allow_pull=false @@ -1198,7 +1201,7 @@ case "$cmd" in if [ x"$USE_GDB" = x"yes" ]; then set -- gdb --args "$@" - elif [ x"$USE_GDB" != x"no" ] && which gdb >/dev/null 2>&1; then + elif [ x"$USE_GDB" = x"core" ] && which gdb >/dev/null 2>&1; then set -- gdb --batch -x savecore.gdb --args "$@" elif which catchsegv >/dev/null 2>&1; then set -- catchsegv "$@" @@ -1667,8 +1670,8 @@ case "$cmd" in rm -f Xonotic/key_15.d0pk { verbose cd Xonotic/mapping - verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20110819.tar.bz2 - verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20110819-win32-7z.exe + verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20120114.tar.bz2 + verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20120114-win32-7z.exe for X in *-7z.exe; do 7za x "$X" rm -f "$X" @@ -1788,7 +1791,7 @@ case "$cmd" in verbose "$SELF" update-maps ;; release-qc) - verbose make -C Xonotic/source FTEQCC="../../../fteqcc/fteqcc.linux32" XON_BUILDSYSTEM=1 clean all + verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source FTEQCC="$d0/Xonotic/fteqcc/fteqcc.linux32" XON_BUILDSYSTEM=1 clean all verbose rm -f Xonotic/source/qcsrc/*/fteqcc.log ;; release-buildpk3-transform-raw) @@ -1802,7 +1805,8 @@ case "$cmd" in verbose export jpeg_qual_rgb=97 verbose export jpeg_qual_a=99 verbose export do_dds=false - verbose export do_ogg=false + verbose export do_ogg=true + verbose export ogg_ogg=false verbose export del_src=true find . -type f -print0 | verbose xargs -0 "$d0"/misc/tools/cached-converter.sh ;; @@ -1818,6 +1822,7 @@ case "$cmd" in verbose export do_dds=true verbose export dds_flags= verbose export do_ogg=true + verbose export ogg_ogg=false verbose export del_src=true find . -type f -print0 | verbose xargs -0 "$d0"/misc/tools/cached-converter.sh ;;