]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Rebranding
authormand1nga <mand1nga@xonotic.org>
Mon, 29 Aug 2011 16:38:51 +0000 (13:38 -0300)
committermand1nga <mand1nga@xonotic.org>
Mon, 29 Aug 2011 16:38:51 +0000 (13:38 -0300)
Docs/compile-settings.txt
Docs/eventlog.txt
Docs/mapdownload.txt
Docs/scorelog.txt

index 851432c55a16299783c2a8cf203bd85022bb48d3..b7fe4562d4e935f9a35fa6c5351b37d481ec26fb 100644 (file)
@@ -1,20 +1,20 @@
-This file contains the q3map2 compile settings used to compile the maps that are part of Nexuiz.\r
+This file contains the q3map2 compile settings used to compile the maps that are part of Xonotic.\r
 There are also compile-scripts for some maps (mapname.sh). \r
 There are also compile-scripts for some maps (mapname.sh). \r
-They can be found in your Nexuiz/data/maps folder\r
+They can be found in your Xonotic/data/maps folder\r
 \r
 ------------\r
 Standard\r
 ------------\r
 \r
 \r
 ------------\r
 Standard\r
 ------------\r
 \r
-"...q3map2.exe" -meta "...nexuizmap.map"\r
-"...q3map2.exe" -vis "...nexuizmap.bsp"\r
-"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...nexuizmap.bsp"\r
+"...q3map2.exe" -meta "...xonoticmap.map"\r
+"...q3map2.exe" -vis "...xonoticmap.bsp"\r
+"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...xonoticmap.bsp"\r
 \r
 ------------\r
 Only update the entities.\r
 ------------\r
 \r
 \r
 ------------\r
 Only update the entities.\r
 ------------\r
 \r
-"...q3map2.exe" -onlyents "...nexuizmap.map"\r
+"...q3map2.exe" -onlyents "...xonoticmap.map"\r
 \r
 ------------\r
 bloodprison.map\r
 \r
 ------------\r
 bloodprison.map\r
index 030ba52f28a4a30c2794979fb849fa57264b8d3a..db7bde2195527203a2325ef29179d456c46854de 100644 (file)
@@ -7,7 +7,7 @@ ______________
    sv_logscores_bots              choose whether bot are included in stats or not (default: 0)\r
                                 \r
    sv_eventlog_files_counter      number of matches logged until now\r
    sv_logscores_bots              choose whether bot are included in stats or not (default: 0)\r
                                 \r
    sv_eventlog_files_counter      number of matches logged until now\r
-   sv_eventlog_files_nameprefix   file name prefix to be used (default: nexuiz)\r
+   sv_eventlog_files_nameprefix   file name prefix to be used (default: xonotic)\r
    sv_eventlog_files_namesuffix   file name extension to be used (default: .log)\r
    sv_eventlog_files_timestamps   prefix log lines in the files with :time events (default: 1)\r
 \r
    sv_eventlog_files_namesuffix   file name extension to be used (default: .log)\r
    sv_eventlog_files_timestamps   prefix log lines in the files with :time events (default: 1)\r
 \r
index 66386b0fe6a756940884ab4122e72c4408cf7afd..7ea9db6429f7c72341c5f54c6559686b9d2491a7 100644 (file)
@@ -11,8 +11,8 @@ cvars for further tuning:
    cl_curl_maxdownloads         maximum number of downloads at once (default: 1)\r
    cl_curl_maxspeed             maximum total speed in KiB/s (default: 100)\r
 \r
    cl_curl_maxdownloads         maximum number of downloads at once (default: 1)\r
    cl_curl_maxspeed             maximum total speed in KiB/s (default: 100)\r
 \r
-Downloaded packages end up in |Nexuiz/data/dlcache/| or\r
-|~/.nexuiz/data/dlcache/| and are only used till you exit Nexuiz.\r
+Downloaded packages end up in |Xonotic/data/dlcache/| or\r
+|~/.xonotic/data/dlcache/| and are only used till you exit Xonotic.\r
  If you want to play them localy or use them to setup a server of your\r
 own you can "accept" the packages by moving it one level up - right\r
 next to your config.cfg.\r
  If you want to play them localy or use them to setup a server of your\r
 own you can "accept" the packages by moving it one level up - right\r
 next to your config.cfg.\r
@@ -57,9 +57,9 @@ URL, the package will not be offered for download.
 INFORMATION FOR MIRROR/MAP SERVER ADMINS:\r
 \r
 The Referer is always set to dp://serverhost:serverport/, the User-Agent\r
 INFORMATION FOR MIRROR/MAP SERVER ADMINS:\r
 \r
 The Referer is always set to dp://serverhost:serverport/, the User-Agent\r
-always starts with "Nexuiz". Look at this sample log line:\r
+always starts with "Xonotic". Look at this sample log line:\r
 \r
 \r
-141.2.16.3 - - [06/Jun/2006:19:43:14 +0000] "GET /~polzer/temp/nexmaps.php?filename=o-fun.pk3 HTTP/1.1" 302 - "dp://141.2.16.3:26000/" "Nexuiz Linux 21:26:17 Jun  6 2006"\r
+141.2.16.3 - - [06/Jun/2006:19:43:14 +0000] "GET /~polzer/temp/nexmaps.php?filename=o-fun.pk3 HTTP/1.1" 302 - "dp://141.2.16.3:26000/" "Xonotic Linux 21:26:17 Jun  6 2006"\r
 \r
 \r
 If you want to set up a redirection service, here is a sample PHP code for you\r
 \r
 \r
 If you want to set up a redirection service, here is a sample PHP code for you\r
@@ -85,8 +85,8 @@ function bailout($code, $title, $message)
 $filename = $_GET['filename'];\r
 \r
 $useragent = getenv("HTTP_USER_AGENT");\r
 $filename = $_GET['filename'];\r
 \r
 $useragent = getenv("HTTP_USER_AGENT");\r
-if(strpos($useragent, "Nexuiz ") !== 0)\r
-    bailout(403, "Forbidden", "You're not a Nexuiz client.");\r
+if(strpos($useragent, "Xonotic ") !== 0)\r
+    bailout(403, "Forbidden", "You're not a Xonotic client.");\r
     \r
 $url = findmap($filename);\r
 if(!$url)\r
     \r
 $url = findmap($filename);\r
 if(!$url)\r
index b894bd6961b231f04400466d615b4ce8b789d67a..528e40a8e8f165d4436b7e5f78a3653bfcd2472e 100644 (file)
@@ -4,7 +4,7 @@ ______________
    sv_logscores_console                print scores to serverconsole after each match (default: 0, set to 1 to enable)\r
    sv_logscores_file           print scores to a file after each match (default: 0)\r
    sv_logscores_filename       filename of the output file if sv_logscores_file is enabled (default: "scores.log",\r
    sv_logscores_console                print scores to serverconsole after each match (default: 0, set to 1 to enable)\r
    sv_logscores_file           print scores to a file after each match (default: 0)\r
    sv_logscores_filename       filename of the output file if sv_logscores_file is enabled (default: "scores.log",\r
-                                 the file will be stored in Nexuiz/data/data or ~/.nexuiz/data/data)\r
+                                 the file will be stored in Xonotic/data/data or ~/.xonotic/data/data)\r
    sv_logscores_bots           choose whether bot are included in stats or not (default: 0)\r
 \r
 \r
    sv_logscores_bots           choose whether bot are included in stats or not (default: 0)\r
 \r
 \r