diff -Nru supertuxkart-0.7svn7116/ChangeLog supertuxkart-0.7svn7132/ChangeLog --- supertuxkart-0.7svn7116/ChangeLog 2010-12-12 21:27:20.000000000 +0000 +++ supertuxkart-0.7svn7132/ChangeLog 2010-12-21 18:06:06.000000000 +0000 @@ -1,5 +1,5 @@ -SuperTuxKart SVN -~~~~~~~~~~~~~~~~ +SuperTuxKart 0.7 (December 2010) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Too many to list them all. Main points: * Irrlicht: - Ported from plib to irrlicht @@ -12,7 +12,6 @@ * New art: - New tracks farm, hacienda, scotland, secret garden - SuperTuxKart 0.6.2a (October 2009) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Bugfix: STK would crash while trying to save the config file @@ -34,12 +33,10 @@ presses space/enter at the end of a race, immediately quitting the menu before it can be read. - SuperTuxKart 0.6.1a (February 2009) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Bugfix: battle mode would not display track groups. - SuperTuxKart 0.6.1 (February 2009) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added new kart ("Puffy"), new battle map ("Cave"), and new music @@ -55,7 +52,6 @@ * Added slow-down for karts driving backwards. * Somewhat reduced 'shaking' of AI driven karts. - SuperTuxKart 0.6 (January 2009) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * New improved physics and kart handling @@ -80,7 +76,6 @@ - Fixed 'joystick locks' (kart would turn even if the joystick is in neutral), thanks to Samjam for the patch. - SuperTuxKart 0.5 (May 2008) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Six new tracks and one improved track: Fort Magma, SnowTux Peak, Amazonian Journey, City, @@ -140,7 +135,6 @@ - Fixed keyboard keys unable to work on the first key press bug - And others - SuperTuxKart 0.2 (22. Sep 2006) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Significant performance improvement by using display lists @@ -160,7 +154,6 @@ * Added help and about screens, added credits to track designer * Items were added to all tracks - SuperTuxKart 0.1 (04. May 2006) (not officially released) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Significant speedup by using a new HOT and collision algorithm @@ -171,7 +164,6 @@ * Some bug fixes and small improvements * Added profile option to support automatic profiling - SuperTuxKart 0.0.0 (22. Dec 2004) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * new tracks @@ -179,30 +171,25 @@ * new user-interface * some additional effects (skid-marks, smoke) - TuxKart v0.4.0 (March 19th 2004) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Changes for compatibility with PLIB 1.8.0 and later. * Removed some features that were only there to support truly ancient graphics cards like 3Dfx Voodoo-1/2. - TuxKart v0.3.0 (??) ~~~~~~~~~~~~~~~~~~~ * Converted to use the new PLIB/PW library and thus avoid the need to link to GLUT. - TuxKart v0.2.0 (Sept 3rd 2002) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Changes for compatibility with PLIB 1.6.0 and later. - TuxKart v0.0.5 (??) ~~~~~~~~~~~~~~~~~~~ * Changes for compatibility with PLIB 1.4.0 and later. - TuxKart v0.0.4 (??) ~~~~~~~~~~~~~~~~~~~ * Changes to suit rassin-frassin-Windoze-junk. @@ -213,7 +200,6 @@ * Added new music courtesy of Matt Thomas. - TuxKart v0.0.3 (July 4th 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fixed bug in Keyboard driver when no @@ -224,7 +210,6 @@ * Started new feature to allow you to be rescued from lava, etc. - TuxKart v0.0.2 (July 2nd 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added ability to add new tracks without @@ -235,18 +220,15 @@ * Should compile and run under Windoze using CygWin. - TuxKart v0.0.1 (July 1st 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fixed a couple of files missing in initial Distro. - TuxKart v0.0.0 (June 29th 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * First CVS release. - TuxKart (unnumbered) (April 13th 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * First hack. diff -Nru supertuxkart-0.7svn7116/config.guess supertuxkart-0.7svn7132/config.guess --- supertuxkart-0.7svn7116/config.guess 2010-06-29 20:04:20.000000000 +0000 +++ supertuxkart-0.7svn7132/config.guess 2010-12-21 18:34:12.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-06-10' +timestamp='2009-12-30' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,16 +27,16 @@ # the same distribution terms that you use for the rest of that program. -# Originally written by Per Bothner . -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` @@ -56,8 +56,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -333,6 +334,9 @@ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" @@ -807,12 +811,12 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - *:Interix*:[3456]*) + *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T | authenticamd | genuineintel) + authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) @@ -854,6 +858,20 @@ i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ @@ -876,6 +894,17 @@ frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; + i*86:Linux:*:*) + LIBC=gnu + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; @@ -901,39 +930,18 @@ #endif #endif EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -942,8 +950,11 @@ *) echo hppa-unknown-linux-gnu ;; esac exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux @@ -966,58 +977,6 @@ xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; - i*86:Linux:*:*) - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - # Set LC_ALL=C to ensure ld outputs messages in English. - ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ - | sed -ne '/supported targets:/!d - s/[ ][ ]*/ /g - s/.*supported targets: *// - s/ .*// - p'` - case "$ld_supported_targets" in - elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" - ;; - esac - # Determine whether the default compiler is a.out or elf - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #ifdef __ELF__ - # ifdef __GLIBC__ - # if __GLIBC__ >= 2 - LIBC=gnu - # else - LIBC=gnulibc1 - # endif - # else - LIBC=gnulibc1 - # endif - #else - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) - LIBC=gnu - #else - LIBC=gnuaout - #endif - #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^LIBC/{ - s: ::g - p - }'`" - test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit - } - test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } - ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both @@ -1247,6 +1206,16 @@ *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} diff -Nru supertuxkart-0.7svn7116/config.sub supertuxkart-0.7svn7132/config.sub --- supertuxkart-0.7svn7116/config.sub 2010-06-29 20:04:20.000000000 +0000 +++ supertuxkart-0.7svn7132/config.sub 2010-12-21 18:34:12.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-06-11' +timestamp='2010-01-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -32,13 +32,16 @@ # Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. @@ -72,8 +75,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -149,7 +153,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray) + -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; @@ -284,6 +288,7 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ @@ -291,13 +296,14 @@ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ + | ubicom32 \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12) + m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none @@ -340,7 +346,7 @@ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -368,15 +374,17 @@ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ - | romp-* | rs6000-* \ + | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile-* | tilegx-* \ | tron-* \ + | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ @@ -726,6 +734,9 @@ basic_machine=ns32k-utek os=-sysv ;; + microblaze) + basic_machine=microblaze-xilinx + ;; mingw32) basic_machine=i386-pc os=-mingw32 @@ -1076,6 +1087,11 @@ basic_machine=tic6x-unknown os=-coff ;; + # This must be matched before tile*. + tilegx*) + basic_machine=tilegx-unknown + os=-linux-gnu + ;; tile*) basic_machine=tile-unknown os=-linux-gnu @@ -1247,6 +1263,9 @@ # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; @@ -1268,8 +1287,8 @@ # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ - | -kopensolaris* \ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ @@ -1290,7 +1309,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1423,6 +1442,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) diff -Nru supertuxkart-0.7svn7116/configure supertuxkart-0.7svn7132/configure --- supertuxkart-0.7svn7116/configure 2010-12-20 18:52:27.000000000 +0000 +++ supertuxkart-0.7svn7132/configure 2010-12-21 20:38:21.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for supertuxkart SVN. +# Generated by GNU Autoconf 2.67 for supertuxkart 0.7. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -549,8 +549,8 @@ # Identity of this package. PACKAGE_NAME='supertuxkart' PACKAGE_TARNAME='supertuxkart' -PACKAGE_VERSION='SVN' -PACKAGE_STRING='supertuxkart SVN' +PACKAGE_VERSION='0.7' +PACKAGE_STRING='supertuxkart 0.7' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1299,7 +1299,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures supertuxkart SVN to adapt to many kinds of systems. +\`configure' configures supertuxkart 0.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1369,7 +1369,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of supertuxkart SVN:";; + short | recursive ) echo "Configuration of supertuxkart 0.7:";; esac cat <<\_ACEOF @@ -1483,7 +1483,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -supertuxkart configure SVN +supertuxkart configure 0.7 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2076,7 +2076,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by supertuxkart $as_me SVN, which was +It was created by supertuxkart $as_me 0.7, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2971,7 +2971,7 @@ # Define the identity of the package. PACKAGE='supertuxkart' - VERSION='SVN' + VERSION='0.7' cat >>confdefs.h <<_ACEOF @@ -9026,7 +9026,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by supertuxkart $as_me SVN, which was +This file was extended by supertuxkart $as_me 0.7, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9083,7 +9083,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -supertuxkart config.status SVN +supertuxkart config.status 0.7 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff -Nru supertuxkart-0.7svn7116/configure.ac supertuxkart-0.7svn7132/configure.ac --- supertuxkart-0.7svn7116/configure.ac 2010-09-15 17:02:37.000000000 +0000 +++ supertuxkart-0.7svn7132/configure.ac 2010-12-21 18:06:06.000000000 +0000 @@ -1,6 +1,6 @@ # Process this file with autogen.sh to produce a configure script. -AC_INIT(supertuxkart, SVN) +AC_INIT(supertuxkart, 0.7) AC_CONFIG_SRCDIR([src/main.cpp]) AC_PREREQ(2.61) diff -Nru supertuxkart-0.7svn7116/contrib/cskeogh/.svn/all-wcprops supertuxkart-0.7svn7132/contrib/cskeogh/.svn/all-wcprops --- supertuxkart-0.7svn7116/contrib/cskeogh/.svn/all-wcprops 2010-06-19 19:02:39.000000000 +0000 +++ supertuxkart-0.7svn7132/contrib/cskeogh/.svn/all-wcprops 2010-12-21 18:00:27.000000000 +0000 @@ -1,77 +1,77 @@ K 25 svn:wc:ra_dav:version-url -V 62 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh +V 69 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh END spade1.blend K 25 svn:wc:ra_dav:version-url -V 75 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/spade1.blend +V 82 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/spade1.blend END bucket1.blend K 25 svn:wc:ra_dav:version-url -V 76 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/bucket1.blend +V 83 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/bucket1.blend END tree1.ac K 25 svn:wc:ra_dav:version-url -V 71 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/tree1.ac +V 78 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/tree1.ac END tree1.blend K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/tree1.blend +V 81 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/tree1.blend END umbrella1.jpg K 25 svn:wc:ra_dav:version-url -V 76 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/umbrella1.jpg +V 83 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/umbrella1.jpg END sandcastle1.blend K 25 svn:wc:ra_dav:version-url -V 80 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/sandcastle1.blend +V 87 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/sandcastle1.blend END geekopeak.loc K 25 svn:wc:ra_dav:version-url -V 76 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/geekopeak.loc +V 83 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/geekopeak.loc END starfish1.blend K 25 svn:wc:ra_dav:version-url -V 78 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/starfish1.blend +V 85 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/starfish1.blend END umbrella1.blend K 25 svn:wc:ra_dav:version-url -V 78 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/umbrella1.blend +V 85 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/umbrella1.blend END readme.txt K 25 svn:wc:ra_dav:version-url -V 73 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/readme.txt +V 80 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/readme.txt END shell1.blend K 25 svn:wc:ra_dav:version-url -V 75 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/shell1.blend +V 82 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/shell1.blend END yacht1.blend K 25 svn:wc:ra_dav:version-url -V 75 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/cskeogh/yacht1.blend +V 82 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/cskeogh/yacht1.blend END diff -Nru supertuxkart-0.7svn7116/contrib/cskeogh/.svn/entries supertuxkart-0.7svn7132/contrib/cskeogh/.svn/entries --- supertuxkart-0.7svn7116/contrib/cskeogh/.svn/entries 2010-12-20 18:51:32.000000000 +0000 +++ supertuxkart-0.7svn7132/contrib/cskeogh/.svn/entries 2010-12-21 20:30:47.000000000 +0000 @@ -1,8 +1,8 @@ 10 dir -7116 -https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk/contrib/cskeogh +7132 +https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/branches/0.7/contrib/cskeogh https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart @@ -32,7 +32,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z 0f15b743de7599724efc25f83dd948ce 2004-07-06T13:05:35.000000Z 90 @@ -66,7 +66,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z bde6bcf849bd0cebbbe4658cbdeb95d0 2004-07-21T13:08:39.000000Z 108 @@ -100,7 +100,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z b71dec3b8d625292b4379a5cf1eebfb6 2004-07-05T13:10:24.000000Z 84 @@ -134,7 +134,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z e0b5c6ff34704cac40827d2898900f34 2004-07-05T13:11:12.000000Z 85 @@ -168,7 +168,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z b5e9c97cb3fdeb6faed655191eb152d8 2004-07-05T14:10:39.000000Z 87 @@ -202,7 +202,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z 00bc08afe169481ea2a20582448cdd23 2004-07-08T13:21:22.000000Z 95 @@ -236,7 +236,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z c8fb544b4d95d2b81478e4100794f35e 2004-07-05T13:09:32.000000Z 83 @@ -270,7 +270,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z bed0df227161f6d8750ada3fad31138a 2004-07-24T06:08:55.000000Z 110 @@ -304,7 +304,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z a52a58de343a7fedd83d098c03108749 2004-07-05T14:11:32.000000Z 88 @@ -338,7 +338,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z 62841ce8da4e5e3ac8c9fc2114d90c13 2009-02-25T18:40:38.884513Z 3198 @@ -372,7 +372,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z 502c22aed7d5da2c8e9e7c13e61d597c 2004-07-08T11:49:46.000000Z 94 @@ -406,7 +406,7 @@ -2010-06-19T19:02:39.000000Z +2010-12-21T18:00:27.000000Z 1d7d1b7ade3813ab97c6bcf431ef9d19 2004-07-24T06:09:37.000000Z 111 diff -Nru supertuxkart-0.7svn7116/contrib/.svn/all-wcprops supertuxkart-0.7svn7132/contrib/.svn/all-wcprops --- supertuxkart-0.7svn7116/contrib/.svn/all-wcprops 2010-06-19 19:02:41.000000000 +0000 +++ supertuxkart-0.7svn7132/contrib/.svn/all-wcprops 2010-12-21 18:00:28.000000000 +0000 @@ -1,137 +1,137 @@ K 25 svn:wc:ra_dav:version-url -V 54 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib +V 61 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib END old_tuxkart.ac K 25 svn:wc:ra_dav:version-url -V 69 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/old_tuxkart.ac +V 76 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/old_tuxkart.ac END nolokkart.ac K 25 svn:wc:ra_dav:version-url -V 67 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/nolokkart.ac +V 74 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/nolokkart.ac END lunchbox2.ac K 25 svn:wc:ra_dav:version-url -V 67 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/lunchbox2.ac +V 74 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/lunchbox2.ac END plibsign.ac K 25 svn:wc:ra_dav:version-url -V 66 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/plibsign.ac +V 73 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/plibsign.ac END yellow_openbook.ac K 25 svn:wc:ra_dav:version-url -V 73 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/yellow_openbook.ac +V 80 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/yellow_openbook.ac END black_openbook.ac K 25 svn:wc:ra_dav:version-url -V 72 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/black_openbook.ac +V 79 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/black_openbook.ac END railroadtrack.rgb K 25 svn:wc:ra_dav:version-url -V 72 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/railroadtrack.rgb +V 79 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/railroadtrack.rgb END truck1.ac K 25 svn:wc:ra_dav:version-url -V 64 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/truck1.ac +V 71 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/truck1.ac END drvsorter.rb K 25 svn:wc:ra_dav:version-url -V 67 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/drvsorter.rb +V 74 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/drvsorter.rb END README.contrib K 25 svn:wc:ra_dav:version-url -V 69 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/README.contrib +V 76 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/README.contrib END tuxkarttex.rgb K 25 svn:wc:ra_dav:version-url -V 69 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/tuxkarttex.rgb +V 76 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/tuxkarttex.rgb END pennykart.ac K 25 svn:wc:ra_dav:version-url -V 67 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/pennykart.ac +V 74 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/pennykart.ac END openbook.ac K 25 svn:wc:ra_dav:version-url -V 66 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/openbook.ac +V 73 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/openbook.ac END geekokart.ac K 25 svn:wc:ra_dav:version-url -V 67 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/geekokart.ac +V 74 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/geekokart.ac END yellow_closedbook.ac K 25 svn:wc:ra_dav:version-url -V 75 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/yellow_closedbook.ac +V 82 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/yellow_closedbook.ac END black_closedbook.ac K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/black_closedbook.ac +V 81 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/black_closedbook.ac END lunchbox.ac K 25 svn:wc:ra_dav:version-url -V 66 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/lunchbox.ac +V 73 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/lunchbox.ac END closedbook.ac K 25 svn:wc:ra_dav:version-url -V 68 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/closedbook.ac +V 75 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/closedbook.ac END start.rgb K 25 svn:wc:ra_dav:version-url -V 64 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/start.rgb +V 71 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/start.rgb END tuxtex.rgb K 25 svn:wc:ra_dav:version-url -V 65 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/tuxtex.rgb +V 72 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/tuxtex.rgb END tv.ac K 25 svn:wc:ra_dav:version-url -V 60 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/tv.ac +V 67 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/tv.ac END gownkart.ac K 25 svn:wc:ra_dav:version-url -V 66 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/contrib/gownkart.ac +V 73 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/contrib/gownkart.ac END diff -Nru supertuxkart-0.7svn7116/contrib/.svn/entries supertuxkart-0.7svn7132/contrib/.svn/entries --- supertuxkart-0.7svn7116/contrib/.svn/entries 2010-12-20 18:51:32.000000000 +0000 +++ supertuxkart-0.7svn7132/contrib/.svn/entries 2010-12-21 20:30:47.000000000 +0000 @@ -1,8 +1,8 @@ 10 dir -7116 -https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk/contrib +7132 +https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/branches/0.7/contrib https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart @@ -32,7 +32,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 901b7d0acde39347a1f0f6a3d18af4d3 2007-02-02T00:09:16.871877Z 902 @@ -69,7 +69,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 7fd2c314a20d2186806631e24ac63e70 2006-10-18T19:23:54.673574Z 826 @@ -103,7 +103,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 5448bb2cf3d290ea823462c207b3a8dc 2006-10-18T19:23:54.673574Z 826 @@ -137,7 +137,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 73c53a59c03c6ecd0c48aa2f11fb92c4 2006-10-18T19:23:54.673574Z 826 @@ -171,7 +171,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 0c223b43c570ce8388b10c450ee51e69 2006-10-18T19:23:54.673574Z 826 @@ -205,7 +205,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 521c6a957585d112f502b53824b0939c 2006-10-18T19:23:54.673574Z 826 @@ -239,7 +239,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 0566a52cbbd37cc429a307c1fef14516 2006-10-18T19:23:54.673574Z 826 @@ -273,7 +273,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 6045056100fdcf2dd4f50fa48d2074bf 2006-10-18T19:23:54.673574Z 826 @@ -307,7 +307,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 1814f90392ced8e07d03defea038438c 2007-02-02T00:09:16.871877Z 902 @@ -341,7 +341,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 01d22db82ef20e82b272cbf6ef493cd9 2006-12-14T01:12:31.650175Z 882 @@ -375,7 +375,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 2c41234435833f837eb5f8db32120c97 2004-08-14T19:55:07.000000Z 300 @@ -409,7 +409,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 8e43e1dacbb85194b10c48e2c9d99fe6 2006-10-18T19:23:54.673574Z 826 @@ -443,7 +443,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 4a97ddd8b02df84d534b9aa48f449afa 2006-10-18T19:23:54.673574Z 826 @@ -477,7 +477,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 4513ce5f42b8e3bb190f26bc4357c0cb 2006-10-18T19:23:54.673574Z 826 @@ -511,7 +511,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z f5b6dbe0c930ec08bd093d56b3c64d13 2006-10-18T19:23:54.673574Z 826 @@ -545,7 +545,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 290aafd5310c4f8987845229f74a9e3d 2006-10-18T19:23:54.673574Z 826 @@ -579,7 +579,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z dc3f22b79c256641a7d5f6b1dd8cc706 2006-10-18T19:23:54.673574Z 826 @@ -613,7 +613,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 56ab6f46cbc9e12fbb33815e73c4ccbe 2006-10-18T19:23:54.673574Z 826 @@ -647,7 +647,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z c728a4225960f66c3d5accb199340465 2006-10-18T19:23:54.673574Z 826 @@ -681,7 +681,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z f0e8dffcddc2a18c157de799dfc401f4 2007-02-02T00:09:16.871877Z 902 @@ -715,7 +715,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 53b5da39f42ea804eaa5ba3cabb6fffc 2006-10-18T19:23:54.673574Z 826 @@ -749,7 +749,7 @@ -2010-06-19T19:02:41.000000Z +2010-12-21T18:00:28.000000Z 390628883dfb1ff191ac6aaf015ce5a6 2006-10-18T19:23:54.673574Z 826 diff -Nru supertuxkart-0.7svn7116/data/coin_sign.items supertuxkart-0.7svn7132/data/coin_sign.items --- supertuxkart-0.7svn7116/data/coin_sign.items 1970-01-01 00:00:00.000000000 +0000 +++ supertuxkart-0.7svn7132/data/coin_sign.items 2010-12-21 18:06:06.000000000 +0000 @@ -0,0 +1,10 @@ +;; -*- mode: lisp -*- + +(item + (gold "nitrotank-big" ) + (silver "nitrotank-small") + (green "warning" ) + (red "bonusblock2") +) + +;; EOF ;; Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/CREDITS and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/CREDITS differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/StkChineseFont.xml and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/StkChineseFont.xml differ diff -Nru supertuxkart-0.7svn7116/data/fonts/.svn/all-wcprops supertuxkart-0.7svn7132/data/fonts/.svn/all-wcprops --- supertuxkart-0.7svn7116/data/fonts/.svn/all-wcprops 2010-12-20 18:51:30.000000000 +0000 +++ supertuxkart-0.7svn7132/data/fonts/.svn/all-wcprops 2010-12-21 18:06:00.000000000 +0000 @@ -1,95 +1,95 @@ K 25 svn:wc:ra_dav:version-url -V 57 -/svnroot/supertuxkart/!svn/ver/7088/main/trunk/data/fonts +V 64 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts END LayneHansom0.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/4524/main/trunk/data/fonts/LayneHansom0.png +V 81 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/fonts/LayneHansom0.png END StkChineseFont.xml K 25 svn:wc:ra_dav:version-url -V 76 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/StkChineseFont.xml +V 83 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/StkChineseFont.xml END StkFont.xml K 25 svn:wc:ra_dav:version-url -V 69 -/svnroot/supertuxkart/!svn/ver/7088/main/trunk/data/fonts/StkFont.xml +V 76 +/svnroot/supertuxkart/!svn/ver/7089/main/branches/0.7/data/fonts/StkFont.xml END title_font.png K 25 svn:wc:ra_dav:version-url -V 72 -/svnroot/supertuxkart/!svn/ver/4524/main/trunk/data/fonts/title_font.png +V 79 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/fonts/title_font.png END wqyMicroHei0.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/wqyMicroHei0.png +V 81 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/wqyMicroHei0.png END wqyMicroHei1.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/wqyMicroHei1.png +V 81 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/wqyMicroHei1.png END wqyMicroHei2.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/wqyMicroHei2.png +V 81 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/wqyMicroHei2.png END wqyMicroHei3.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/wqyMicroHei3.png +V 81 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/wqyMicroHei3.png END title_font.xml K 25 svn:wc:ra_dav:version-url -V 72 -/svnroot/supertuxkart/!svn/ver/5810/main/trunk/data/fonts/title_font.xml +V 79 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/fonts/title_font.xml END wqyMicroHei4.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/wqyMicroHei4.png +V 81 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/wqyMicroHei4.png END wqyMicroHei5.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/6997/main/trunk/data/fonts/wqyMicroHei5.png +V 81 +/svnroot/supertuxkart/!svn/ver/7124/main/branches/0.7/data/fonts/wqyMicroHei5.png END Makefile.am K 25 svn:wc:ra_dav:version-url -V 69 -/svnroot/supertuxkart/!svn/ver/5236/main/trunk/data/fonts/Makefile.am +V 76 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/fonts/Makefile.am END title_font_2.png K 25 svn:wc:ra_dav:version-url -V 74 -/svnroot/supertuxkart/!svn/ver/4537/main/trunk/data/fonts/title_font_2.png +V 81 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/fonts/title_font_2.png END AR_PL_SungtiL_GB0.png K 25 svn:wc:ra_dav:version-url -V 79 -/svnroot/supertuxkart/!svn/ver/7088/main/trunk/data/fonts/AR_PL_SungtiL_GB0.png +V 86 +/svnroot/supertuxkart/!svn/ver/7089/main/branches/0.7/data/fonts/AR_PL_SungtiL_GB0.png END Rahel.png K 25 svn:wc:ra_dav:version-url -V 67 -/svnroot/supertuxkart/!svn/ver/5457/main/trunk/data/fonts/Rahel.png +V 74 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/fonts/Rahel.png END diff -Nru supertuxkart-0.7svn7116/data/fonts/.svn/entries supertuxkart-0.7svn7132/data/fonts/.svn/entries --- supertuxkart-0.7svn7116/data/fonts/.svn/entries 2010-12-20 18:51:33.000000000 +0000 +++ supertuxkart-0.7svn7132/data/fonts/.svn/entries 2010-12-21 20:30:47.000000000 +0000 @@ -1,15 +1,15 @@ 10 dir -7116 -https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk/data/fonts +7132 +https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/branches/0.7/data/fonts https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart -2010-12-19T20:24:09.004053Z -7088 -auria +2010-12-20T23:14:05.764216Z +7124 +hikerstk has-props @@ -32,7 +32,7 @@ -2010-06-19T19:08:19.000000Z +2010-12-21T18:06:00.000000Z 369a166511b712e580079c0a3a32525f 2010-01-24T00:26:41.600749Z 4524 @@ -66,10 +66,10 @@ -2010-12-13T17:01:45.000000Z -515949200658321c24665df3fc131022 -2010-12-13T11:42:18.247893Z -6997 +2010-12-21T18:06:00.000000Z +050a1ebda1493b41fa58dd97ddf140a9 +2010-12-20T23:14:05.764216Z +7124 hikerstk has-props @@ -92,7 +92,7 @@ -131708 +135274 StkFont.xml file @@ -100,10 +100,10 @@ -2010-12-20T18:51:30.000000Z +2010-12-21T18:06:00.000000Z 9f005a239e65c4ad50caabf307efb168 -2010-12-19T20:24:09.004053Z -7088 +2010-12-19T20:32:15.017550Z +7089 auria has-props @@ -134,7 +134,7 @@ -2010-06-19T19:08:19.000000Z +2010-12-21T18:06:00.000000Z ae73ba31b768f2a74a34060d5993cc67 2010-01-24T00:26:41.600749Z 4524 @@ -168,10 +168,10 @@ -2010-12-13T17:01:45.000000Z -2b4d980c7cd1a54e9cddd8e69ef6f42a -2010-12-13T11:42:18.247893Z -6997 +2010-12-21T18:06:00.000000Z +36de6e1dfa7c4d0cf223bbfb502cffbc +2010-12-20T23:14:05.764216Z +7124 hikerstk has-props @@ -194,7 +194,7 @@ -49991 +65295 wqyMicroHei1.png file @@ -202,10 +202,10 @@ -2010-12-13T17:01:45.000000Z -b223b17af943dd0c899e933418aaf34c -2010-12-13T11:42:18.247893Z -6997 +2010-12-21T18:06:00.000000Z +15d8e931aa1c43e646658404b489968d +2010-12-20T23:14:05.764216Z +7124 hikerstk has-props @@ -228,7 +228,7 @@ -56154 +74333 wqyMicroHei2.png file @@ -236,10 +236,10 @@ -2010-12-13T17:01:45.000000Z -90ad11b2eae8352ade1753068c01b164 -2010-12-13T11:42:18.247893Z -6997 +2010-12-21T18:06:00.000000Z +5868849ec314172dc8fe709e17b1cb1a +2010-12-20T23:14:05.764216Z +7124 hikerstk has-props @@ -262,19 +262,19 @@ -57931 +80232 -wqyMicroHei3.png +title_font.xml file -2010-12-13T17:01:45.000000Z -b6d3bfc0fb7c64ab34e7feeae675ed09 -2010-12-13T11:42:18.247893Z -6997 -hikerstk +2010-12-21T18:06:00.000000Z +654dc65cdac639c426127e8bd07789b0 +2010-08-29T20:03:44.776866Z +5810 +auria has-props @@ -296,19 +296,19 @@ -48915 +21356 -title_font.xml +wqyMicroHei3.png file -2010-08-30T18:36:07.000000Z -654dc65cdac639c426127e8bd07789b0 -2010-08-29T20:03:44.776866Z -5810 -auria +2010-12-21T18:06:00.000000Z +b448c5cbd316027bb80c7132e615482b +2010-12-20T23:14:05.764216Z +7124 +hikerstk has-props @@ -330,7 +330,7 @@ -21356 +73913 wqyMicroHei4.png file @@ -338,10 +338,10 @@ -2010-12-13T17:01:45.000000Z -649925fb6a48840e1bb47ccc7fedcc5b -2010-12-13T11:42:18.247893Z -6997 +2010-12-21T18:06:00.000000Z +ba016923944177fbec898d8b75632048 +2010-12-20T23:14:05.764216Z +7124 hikerstk has-props @@ -364,7 +364,7 @@ -30323 +40996 wqyMicroHei5.png file @@ -372,10 +372,10 @@ -2010-12-13T17:01:45.000000Z -54fe1d804f1ce2f0eacd2eaedccd267e -2010-12-13T11:42:18.247893Z -6997 +2010-12-21T18:06:00.000000Z +b3667c0a9d562d1a3a87688dd8dc86b7 +2010-12-20T23:14:05.764216Z +7124 hikerstk has-props @@ -398,7 +398,7 @@ -5441 +15542 Makefile.am file @@ -406,7 +406,7 @@ -2010-06-19T19:08:19.000000Z +2010-12-21T18:06:00.000000Z aaf491f6dd2560446738adcf366bd994 2010-04-22T00:42:56.253469Z 5236 @@ -440,7 +440,7 @@ -2010-06-19T19:08:19.000000Z +2010-12-21T18:06:00.000000Z fbe739de79d60c0d185d85a8a361a16c 2010-01-25T21:43:51.989205Z 4537 @@ -474,10 +474,10 @@ -2010-12-20T18:51:30.000000Z +2010-12-21T18:06:00.000000Z 4a4d62c3f1240051425774a3985a3b08 -2010-12-19T20:24:09.004053Z -7088 +2010-12-19T20:32:15.017550Z +7089 auria has-props @@ -508,7 +508,7 @@ -2010-06-19T19:08:19.000000Z +2010-12-21T18:06:00.000000Z 5c3164e59ae6fb0d87d1bd0abfb52e7a 2010-05-30T19:11:39.765792Z 5457 Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/StkChineseFont.xml.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/StkChineseFont.xml.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/wqyMicroHei0.png.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/wqyMicroHei0.png.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/wqyMicroHei1.png.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/wqyMicroHei1.png.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/wqyMicroHei2.png.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/wqyMicroHei2.png.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/wqyMicroHei3.png.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/wqyMicroHei3.png.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/wqyMicroHei4.png.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/wqyMicroHei4.png.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/.svn/text-base/wqyMicroHei5.png.svn-base and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/.svn/text-base/wqyMicroHei5.png.svn-base differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/wqyMicroHei0.png and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/wqyMicroHei0.png differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/wqyMicroHei1.png and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/wqyMicroHei1.png differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/wqyMicroHei2.png and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/wqyMicroHei2.png differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/wqyMicroHei3.png and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/wqyMicroHei3.png differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/wqyMicroHei4.png and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/wqyMicroHei4.png differ Binary files /tmp/9fgzM89rAE/supertuxkart-0.7svn7116/data/fonts/wqyMicroHei5.png and /tmp/mm5TVWoiqv/supertuxkart-0.7svn7132/data/fonts/wqyMicroHei5.png differ diff -Nru supertuxkart-0.7svn7116/data/grandprix/basic_drive.tutorial supertuxkart-0.7svn7132/data/grandprix/basic_drive.tutorial --- supertuxkart-0.7svn7116/data/grandprix/basic_drive.tutorial 2010-12-20 18:51:30.000000000 +0000 +++ supertuxkart-0.7svn7132/data/grandprix/basic_drive.tutorial 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - diff -Nru supertuxkart-0.7svn7116/data/grandprix/.svn/all-wcprops supertuxkart-0.7svn7132/data/grandprix/.svn/all-wcprops --- supertuxkart-0.7svn7116/data/grandprix/.svn/all-wcprops 2010-12-20 18:51:30.000000000 +0000 +++ supertuxkart-0.7svn7132/data/grandprix/.svn/all-wcprops 2010-12-21 18:06:01.000000000 +0000 @@ -1,77 +1,65 @@ K 25 svn:wc:ra_dav:version-url -V 61 -/svnroot/supertuxkart/!svn/ver/7095/main/trunk/data/grandprix +V 68 +/svnroot/supertuxkart/!svn/ver/7078/main/branches/0.7/data/grandprix END snagdrive.grandprix K 25 svn:wc:ra_dav:version-url -V 81 -/svnroot/supertuxkart/!svn/ver/6449/main/trunk/data/grandprix/snagdrive.grandprix +V 88 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/snagdrive.grandprix END alltracks.challenge K 25 svn:wc:ra_dav:version-url -V 81 -/svnroot/supertuxkart/!svn/ver/6462/main/trunk/data/grandprix/alltracks.challenge +V 88 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/alltracks.challenge END tothemoonandback.challenge K 25 svn:wc:ra_dav:version-url -V 88 -/svnroot/supertuxkart/!svn/ver/6468/main/trunk/data/grandprix/tothemoonandback.challenge +V 95 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/tothemoonandback.challenge END atworldsend.grandprix K 25 svn:wc:ra_dav:version-url -V 83 -/svnroot/supertuxkart/!svn/ver/6449/main/trunk/data/grandprix/atworldsend.grandprix +V 90 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/atworldsend.grandprix END snagdrive.challenge K 25 svn:wc:ra_dav:version-url -V 81 -/svnroot/supertuxkart/!svn/ver/6456/main/trunk/data/grandprix/snagdrive.challenge +V 88 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/snagdrive.challenge END atworldsend.challenge K 25 svn:wc:ra_dav:version-url -V 83 -/svnroot/supertuxkart/!svn/ver/6460/main/trunk/data/grandprix/atworldsend.challenge +V 90 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/atworldsend.challenge END penguinplayground.grandprix K 25 svn:wc:ra_dav:version-url -V 89 -/svnroot/supertuxkart/!svn/ver/6518/main/trunk/data/grandprix/penguinplayground.grandprix +V 96 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/penguinplayground.grandprix END Makefile.am K 25 svn:wc:ra_dav:version-url -V 73 -/svnroot/supertuxkart/!svn/ver/4300/main/trunk/data/grandprix/Makefile.am -END -test.grandprix -K 25 -svn:wc:ra_dav:version-url -V 76 -/svnroot/supertuxkart/!svn/ver/5706/main/trunk/data/grandprix/test.grandprix -END -basic_drive.tutorial -K 25 -svn:wc:ra_dav:version-url -V 82 -/svnroot/supertuxkart/!svn/ver/7095/main/trunk/data/grandprix/basic_drive.tutorial +V 80 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/Makefile.am END alltracks.grandprix K 25 svn:wc:ra_dav:version-url -V 81 -/svnroot/supertuxkart/!svn/ver/6518/main/trunk/data/grandprix/alltracks.grandprix +V 88 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/alltracks.grandprix END tothemoonandback.grandprix K 25 svn:wc:ra_dav:version-url -V 88 -/svnroot/supertuxkart/!svn/ver/6449/main/trunk/data/grandprix/tothemoonandback.grandprix +V 95 +/svnroot/supertuxkart/!svn/ver/6850/main/branches/0.7/data/grandprix/tothemoonandback.grandprix END diff -Nru supertuxkart-0.7svn7116/data/grandprix/.svn/entries supertuxkart-0.7svn7132/data/grandprix/.svn/entries --- supertuxkart-0.7svn7116/data/grandprix/.svn/entries 2010-12-20 18:51:33.000000000 +0000 +++ supertuxkart-0.7svn7132/data/grandprix/.svn/entries 2010-12-21 20:30:47.000000000 +0000 @@ -1,15 +1,15 @@ 10 dir -7116 -https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk/data/grandprix +7132 +https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/branches/0.7/data/grandprix https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart -2010-12-20T00:52:59.889484Z -7095 -aeonphyxius +2010-12-18T23:04:22.153403Z +7078 +hikerstk has-props @@ -32,7 +32,7 @@ -2010-11-08T22:22:55.000000Z +2010-12-21T18:06:01.000000Z 4f7334d6250d237e15664c2bd430f8d7 2010-11-08T19:29:15.592840Z 6449 @@ -66,7 +66,7 @@ -2010-11-08T22:22:55.000000Z +2010-12-21T18:06:01.000000Z f9074544f690af7675da7f8b020cc543 2010-11-08T21:39:06.571907Z 6462 @@ -100,7 +100,7 @@ -2010-11-10T17:55:57.000000Z +2010-12-21T18:06:01.000000Z 0ffa8c5afa661738b98fa1e174a7c73b 2010-11-09T01:23:41.275636Z 6468 @@ -134,7 +134,7 @@ -2010-11-08T22:22:55.000000Z +2010-12-21T18:06:01.000000Z 0eaa88883099b792ceecabf3561dbed7 2010-11-08T19:29:15.592840Z 6449 @@ -168,7 +168,7 @@ -2010-11-08T22:22:55.000000Z +2010-12-21T18:06:01.000000Z b36ce0e0025df673cb8f3e80c243b85d 2010-11-08T20:33:54.186546Z 6456 @@ -202,7 +202,7 @@ -2010-11-08T22:22:55.000000Z +2010-12-21T18:06:01.000000Z 9927d3d55063f436504e5e9a20ca0c76 2010-11-08T21:26:15.944353Z 6460 @@ -236,7 +236,7 @@ -2010-11-14T17:32:21.000000Z +2010-12-21T18:06:01.000000Z a64b5daf494f73b881b9bad91e7b614d 2010-11-14T16:06:33.259569Z 6518 @@ -270,7 +270,7 @@ -2010-06-19T19:08:19.000000Z +2010-12-21T18:06:01.000000Z 5939ce318d6115c3a762e4614af788b5 2009-01-02T19:34:38.632165Z 2824 @@ -298,81 +298,13 @@ 202 -test.grandprix -file - - - - -2010-07-23T17:34:01.000000Z -bf120c4969a7cbf914aff9ec83eb4e68 -2010-07-22T22:51:46.616358Z -5706 -hikerstk - - - - - - - - - - - - - - - - - - - - - -231 - -basic_drive.tutorial -file - - - - -2010-12-20T18:51:30.000000Z -888519354a67b1f2e4bcbaba8a15d79c -2010-12-20T00:52:59.889484Z -7095 -aeonphyxius - - - - - - - - - - - - - - - - - - - - - -347 - alltracks.grandprix file -2010-11-14T17:32:21.000000Z +2010-12-21T18:06:01.000000Z 59fc8c976fad5bdd71dfac44340cf677 2010-11-14T16:06:33.259569Z 6518 @@ -406,7 +338,7 @@ -2010-11-08T22:22:55.000000Z +2010-12-21T18:06:01.000000Z 313ad7c6271022ee3ca3db2e71662115 2010-11-08T19:29:15.592840Z 6449 diff -Nru supertuxkart-0.7svn7116/data/grandprix/.svn/text-base/basic_drive.tutorial.svn-base supertuxkart-0.7svn7132/data/grandprix/.svn/text-base/basic_drive.tutorial.svn-base --- supertuxkart-0.7svn7116/data/grandprix/.svn/text-base/basic_drive.tutorial.svn-base 2010-12-20 18:51:30.000000000 +0000 +++ supertuxkart-0.7svn7132/data/grandprix/.svn/text-base/basic_drive.tutorial.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - diff -Nru supertuxkart-0.7svn7116/data/grandprix/.svn/text-base/test.grandprix.svn-base supertuxkart-0.7svn7132/data/grandprix/.svn/text-base/test.grandprix.svn-base --- supertuxkart-0.7svn7116/data/grandprix/.svn/text-base/test.grandprix.svn-base 2010-07-23 17:34:01.000000000 +0000 +++ supertuxkart-0.7svn7132/data/grandprix/.svn/text-base/test.grandprix.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ - - - - - - - - diff -Nru supertuxkart-0.7svn7116/data/grandprix/test.grandprix supertuxkart-0.7svn7132/data/grandprix/test.grandprix --- supertuxkart-0.7svn7116/data/grandprix/test.grandprix 2010-07-23 17:34:01.000000000 +0000 +++ supertuxkart-0.7svn7132/data/grandprix/test.grandprix 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ - - - - - - - - diff -Nru supertuxkart-0.7svn7116/data/gui/main.stkgui supertuxkart-0.7svn7132/data/gui/main.stkgui --- supertuxkart-0.7svn7116/data/gui/main.stkgui 2010-12-12 21:26:55.000000000 +0000 +++ supertuxkart-0.7svn7132/data/gui/main.stkgui 2010-12-21 18:02:59.000000000 +0000 @@ -7,21 +7,16 @@ - - + - - - + - - -
- -
- - - - - - - - -
- -