From 599c4ac6c2067b130f3a8093f2ea5385685b225b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 1 Apr 2021 14:23:20 +0200 Subject: [PATCH] Also update map screenshot script from zernichter. --- misc/infrastructure/xonotic-map-screenshot.cron | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/infrastructure/xonotic-map-screenshot.cron b/misc/infrastructure/xonotic-map-screenshot.cron index 0c063752..61c980c3 100755 --- a/misc/infrastructure/xonotic-map-screenshot.cron +++ b/misc/infrastructure/xonotic-map-screenshot.cron @@ -6,9 +6,10 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bi set -e cd xonotic -./all clean -m -fU -D +./all clean -fU -D # like reclone but do not delete untracked, so q3map2.x86 compile stays -./all compile +export CC="gcc -DMEMCLUMPING=1 -DFILE_BACKED_MALLOC=1 -DSUPPORTIPV6 -DMEMWANTCLUMPSIZE='(1<<28)'" +./all compile -r -1 export DRIVER=soft #export DRIVERFLAGS="+gl_texturecompression 1 -nofbo" #export DRIVERFLAGS="+gl_texturecompression 1" -- 2.39.2