From: Rudolf Polzer Date: Thu, 5 Aug 2010 15:24:24 +0000 (+0200) Subject: also compress lightmaps X-Git-Tag: xonotic-v0.1.0preview~329^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=6579006248964a9189fe95af4ed28bb6b3724222 also compress lightmaps --- diff --git a/all b/all index 6eb6965a..cebe6e70 100755 --- a/all +++ b/all @@ -946,13 +946,13 @@ case "$cmd" in "$SELF" release-compile linux32 \ 'CC="gcc -m32 -g -Wl,--hash-style=sysv -I$HOME/dp.linux32/include -L$HOME/dp.linux32/lib" DP_MODPLUG_STATIC_LIBDIR=$HOME/dp.linux32/lib DP_LINK_TO_LIBJPEG=1' \ all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.linux32' \ - debug 'darkplaces-glx:Xonotic/xonotic-linux-linux32-glx darkplaces-sdl:Xonotic/xonotic-linux32-sdl darkplaces-dedicated:Xonotic/xonotic-linux32-dedicated' + debug 'darkplaces-glx:Xonotic/xonotic-linux32-glx darkplaces-sdl:Xonotic/xonotic-linux32-sdl darkplaces-dedicated:Xonotic/xonotic-linux32-dedicated' ;; release-engine-linux64) "$SELF" release-compile linux64 \ 'CC="gcc -m64 -g -Wl,--hash-style=sysv -I$HOME/dp.linux64/include -L$HOME/dp.linux64/lib" DP_MODPLUG_STATIC_LIBDIR=$HOME/dp.linux64/lib DP_LINK_TO_LIBJPEG=1' \ all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.linux64' \ - debug 'darkplaces-glx:Xonotic/xonotic-linux-linux64-glx darkplaces-sdl:Xonotic/xonotic-linux64-sdl darkplaces-dedicated:Xonotic/xonotic-linux64-dedicated' + debug 'darkplaces-glx:Xonotic/xonotic-linux64-glx darkplaces-sdl:Xonotic/xonotic-linux64-sdl darkplaces-dedicated:Xonotic/xonotic-linux64-dedicated' ;; release-engine) "$SELF" release-engine-win32 & @@ -984,7 +984,7 @@ case "$cmd" in export do_dds=true export dds_flags= export do_ogg=false - find models textures -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh + find models textures maps/*/ -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh ;; release-buildpk3-transform-low) dir=$1 @@ -997,7 +997,7 @@ case "$cmd" in export do_dds=false export do_ogg=true export ogg_qual=1 - find models textures sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh + find models textures maps/*/ sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh ;; release-buildpk3-transform-lowdds) dir=$1 @@ -1010,7 +1010,7 @@ case "$cmd" in export do_ogg=true export ogg_qual=1 export del_src=true - find models textures sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh + find models textures maps/*/ sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh ;; release-buildpk3) src=$1