]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
use -xonotic now
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 6b19347bb4e098367ebd43ca8a2796354efff388..b879044c5baf96cab95db068fd2b7d773d08a686 100755 (executable)
--- a/all
+++ b/all
@@ -653,9 +653,7 @@ case "$cmd" in
                                exit 1
                        fi
                fi
-               set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic -mygames "$@"
-               # change this to:
-               #set -- "darkplaces/darkplaces$client" -xonotic -mygames "$@"
+               set -- "darkplaces/darkplaces$client" -xonotic -mygames "$@"
 
                # if pulseaudio is running: USE IT
                if [ -z "$SDL_AUDIODRIVER" ] && ! [ -n "$WE_HATE_OUR_USERS" ] && ! [ x"`uname`" = x"Darwin" ]; then
@@ -676,10 +674,18 @@ case "$cmd" in
                        set -- catchsegv "$@"
                fi
                rm -f xonotic.core
-               "$@"
+               "$@" || true
                if [ -f xonotic.core ]; then
-                       echo "The program has CRASHED. Please examine the core dump in the debugger."
-                       gdb "$binary" xonotic.core
+                       if yesno "The program has CRASHED. Do you want to examine the core dump?"; then
+                               gdb "$binary" xonotic.core
+                       #elif yesno "You did not want to examine the core dump. Do you want to provide it - including your DarkPlaces checkout - to the Xonotic developers?"; then
+                       #       tar cvzf xonotic.core.tar.gz xonotic.core darkplaces/*.c darkplaces/*.h
+                       #       # somehow send it
+                       #       rm -f xonotic.core.tar.gz
+                       else
+                               echo "The core dump can be examined later by"
+                               echo "  gdb $binary xonotic.core"
+                       fi
                fi
                ;;
        each|foreach)