commit
91b41272d9
@ -25,7 +25,7 @@
|
||||
against the computer or your friends, and more!
|
||||
</p>
|
||||
</description>
|
||||
<url type="homepage">http://supertuxkart.sourceforge.net/</url>
|
||||
<url type="homepage">http://supertuxkart.net/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">http://supertuxkart.sourceforge.net/persistent/images/4/4e/Supertuxkart-0.9-screenshot-2.jpg</screenshot>
|
||||
<screenshot>http://supertuxkart.sourceforge.net/persistent/images/a/a9/Supertuxkart-0.9-screenshot-1.jpg</screenshot>
|
||||
|
@ -12,7 +12,7 @@ Coding style
|
||||
============
|
||||
|
||||
The coding style used in Super Tux Kart can be found at
|
||||
http://supertuxkart.sourceforge.net/Coding_Style
|
||||
http://supertuxkart.net/Coding_Style
|
||||
|
||||
|
||||
Documentation line length
|
||||
|
@ -591,7 +591,7 @@ void cmdLineHelp()
|
||||
" --shadows=n Set shadow quality (0 to disable shadows).\n"
|
||||
"\n"
|
||||
"You can visit SuperTuxKart's homepage at "
|
||||
"http://supertuxkart.sourceforge.net\n\n",
|
||||
"http://supertuxkart.net\n\n",
|
||||
CommandLine::getExecName().c_str()
|
||||
);
|
||||
} // cmdLineHelp
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Automate the build process on Linux based on
|
||||
# http://supertuxkart.sourceforge.net/Build_STK_on_Linux
|
||||
# http://supertuxkart.net/Build_STK_on_Linux
|
||||
|
||||
# CMake build type
|
||||
BUILDTYPE=Debug
|
||||
|
Loading…
Reference in New Issue
Block a user