From: Matthias Krüger Date: Sat, 13 Jul 2013 10:28:34 +0000 (+0200) Subject: Revert "./all compile-map-pk3 now compiles and compresses." X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e2bf62ba5b5a9528fa98960e1c37a45a1ce5c528;p=xonotic%2Fxonotic.git Revert "./all compile-map-pk3 now compiles and compresses." This reverts commit 4b59d477abb213791355828b09b3b9ec64c11d42. --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index e51be4e7..89e5832c 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -4,24 +4,6 @@ case "$cmd" in misc/tools/xonotic-map-compiler-autobuild download ;; compile-map) - if [ $# -eq 0 ] ; then - msg "Usage: ./all compile-map mapname1 mapname2 mapname3" - msg "For example: ./all compile-map dance xoylent" - fi - if ! [ -f "netradiant/install/q3map2.x86" ] ; then - msg "q3map2 needed! Building netradiant..." - make -C netradiant install/q3map2.x86 - fi - for mapfile in "$@"; do - mapfile="data/xonotic-maps.pk3dir/maps/$mapfile.map" - if [ ! -f "$mapfile" ] ; then - msg "ERROR, $mapfile not found!" - else - time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" - fi - done - ;; - compile-map-pk3) if [ $# -eq 0 ] ; then msg "Usage: ./all compile-map mapname1 mapname2 mapname3" msg "For example: ./all compile-map dance xoylent" @@ -33,14 +15,13 @@ case "$cmd" in for mapfile in "$@"; do mapname=$mapfile mapfile="data/xonotic-maps.pk3dir/maps/$mapfile.map" - mapnamezip=${mapname##*/} - if [ ! -f "$mapfile" ] ; then msg "ERROR, $mapfile not found!" else - time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" 2>&1 | tee data/xonotic-maps.pk3dir/$mapnamezip.log + time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" 2>&1 | tee data/xonotic-maps.pk3dir/$mapname.log cd data/xonotic-maps.pk3dir mapblobhash=`git rev-parse --revs-only "HEAD:maps/$mapname.map.options" || true`-`git rev-parse --revs-only "HEAD:maps/$mapname.map" || true` + mapnamezip=${mapname##*/} echo "Compressing to .pk3..." zip -9r "$mapnamezip-$mapblobhash.pk3" "maps/$mapname.bsp" "maps/$mapname/" "gfx/${mapnamezip}_mini.tga" "$mapname.log" mv -f "$mapnamezip-$mapblobhash.pk3" ../