diff --git a/README.txt b/README.txt index 503c4f4ffb..7bd292bde7 100644 --- a/README.txt +++ b/README.txt @@ -11,7 +11,7 @@ project of this scope. There are several ways to contact us and find more information: - Web site: http://wildfiregames.com/0ad/ + Web site: http://play0ad.com/ Forums: http://www.wildfiregames.com/forum/ diff --git a/binaries/data/mods/public/simulation/ai/qbot-wc/readme.txt b/binaries/data/mods/public/simulation/ai/qbot-wc/readme.txt index fe0b79adc5..6f038180e9 100644 --- a/binaries/data/mods/public/simulation/ai/qbot-wc/readme.txt +++ b/binaries/data/mods/public/simulation/ai/qbot-wc/readme.txt @@ -1,4 +1,4 @@ -This is an AI for 0 A.D. (http://wildfiregames.com/0ad/) based on the testBot. +This is an AI for 0 A.D. (http://play0ad.com/) based on the testBot. Install by placing the files into the data/mods/public/simulation/ai/qbot folder. diff --git a/binaries/data/mods/public/simulation/ai/qbot/readme.txt b/binaries/data/mods/public/simulation/ai/qbot/readme.txt index 810bdf8c23..a788d33032 100644 --- a/binaries/data/mods/public/simulation/ai/qbot/readme.txt +++ b/binaries/data/mods/public/simulation/ai/qbot/readme.txt @@ -1,4 +1,4 @@ -This is an AI for 0 A.D. (http://wildfiregames.com/0ad/) based on the testBot. +This is an AI for 0 A.D. (http://play0ad.com/) based on the testBot. Install by placing the files into the data/mods/public/simulation/ai/qbot folder. diff --git a/docs/pathfinder.tex b/docs/pathfinder.tex index 80b63065b7..375252c949 100644 --- a/docs/pathfinder.tex +++ b/docs/pathfinder.tex @@ -18,7 +18,7 @@ \setlength{\parskip}{\medskipamount} \title{0 A.D.\@ Pathfinder Design} -\author{Wildfire Games -- \url{http://wildfiregames.com/0ad/}} +\author{Wildfire Games -- \url{http://wildfiregames.com/}} \begin{document} diff --git a/docs/ray_intersect.tex b/docs/ray_intersect.tex index bf506dd022..78b1fc5a42 100644 --- a/docs/ray_intersect.tex +++ b/docs/ray_intersect.tex @@ -22,7 +22,7 @@ \setlength{\parskip}{\medskipamount} \title{Details of Ray/OBB Intersection} -\author{Wildfire Games -- \url{http://wildfiregames.com/0ad/}} +\author{Wildfire Games -- \url{http://wildfiregames.com/}} \hypersetup { pdfauthor = {Wildfire Games}, diff --git a/source/ps/ConfigDB.h b/source/ps/ConfigDB.h index 245312c00b..eb2afa622e 100644 --- a/source/ps/ConfigDB.h +++ b/source/ps/ConfigDB.h @@ -18,7 +18,7 @@ /* CConfigDB - Load, access and store configuration variables - TDD : http://forums.wildfiregames.com/0ad/index.php?showtopic=1125 + TDD : http://www.wildfiregames.com/forum/index.php?showtopic=1125 OVERVIEW: JavaScript: diff --git a/source/ps/Parser.h b/source/ps/Parser.h index d879a01578..b200a5f348 100644 --- a/source/ps/Parser.h +++ b/source/ps/Parser.h @@ -33,7 +33,7 @@ will exist, and it's up to the system to figure out which one acquired. --More Info-- - http://forums.wildfiregames.com/0ad/index.php?showtopic=134 + http://www.wildfiregames.com/forum/index.php?showtopic=134 */ diff --git a/source/ps/UserReport.cpp b/source/ps/UserReport.cpp index 60be4e3807..06b0933938 100644 --- a/source/ps/UserReport.cpp +++ b/source/ps/UserReport.cpp @@ -120,7 +120,7 @@ public: // Set the UA string std::string ua = "User-Agent: 0ad "; ua += curl_version(); - ua += " (http://wildfiregames.com/0ad/)"; + ua += " (http://play0ad.com/)"; m_Headers = curl_slist_append(m_Headers, ua.c_str()); // Override the default application/x-www-form-urlencoded type since we're not using that type m_Headers = curl_slist_append(m_Headers, "Content-Type: application/octet-stream"); diff --git a/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm b/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm index f17990d999..3fa272e21f 100644 --- a/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm +++ b/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm @@ -182,7 +182,7 @@ sub generate_feed my $feed = new XML::Atom::SimpleFeed( title => "0 A.D. Revision Log", - link => "http://www.wildfiregames.com/0ad/", + link => "http://play0ad.com/", link => { rel => 'self', href => $feed_url }, id => "urn:uuid:" . $uid_gen->create_from_name_str('WFG SVN feed', 'feed'), ); @@ -202,7 +202,7 @@ sub generate_feed content => $msg->msg, published => $date, updated => $date, - link => "http://www.wildfiregames.com/0ad/", + link => "http://play0ad.com/", ); } diff --git a/source/tools/dist/0ad.nsi b/source/tools/dist/0ad.nsi index 3b3196d2e4..f564f534e6 100644 --- a/source/tools/dist/0ad.nsi +++ b/source/tools/dist/0ad.nsi @@ -97,7 +97,7 @@ Section "!Game and data files" GameSection WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "InstallLocation" "$\"$INSTDIR$\"" WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "UninstallString" "$\"$INSTDIR\Uninstall.exe$\"" WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S" - WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "URLInfoAbout" "http://wildfiregames.com/0ad" + WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "URLInfoAbout" "http://play0ad.com" WriteRegDWORD SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "NoModify" 1 WriteRegDWORD SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "NoRepair" 1 @@ -109,7 +109,7 @@ Section "!Game and data files" GameSection CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Map editor.lnk" "$INSTDIR\binaries\system\pyrogenesis.exe" "-editor" "$INSTDIR\binaries\data\tools\atlas\icons\ScenarioEditor.ico" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Open logs folder.lnk" "$INSTDIR\OpenLogsFolder.bat" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall.exe" - WriteINIStr "$SMPROGRAMS\$StartMenuFolder\Web site.url" "InternetShortcut" "URL" "http://wildfiregames.com/0ad/" + WriteINIStr "$SMPROGRAMS\$StartMenuFolder\Web site.url" "InternetShortcut" "URL" "http://play0ad.com/" !insertmacro MUI_STARTMENU_WRITE_END diff --git a/source/tools/entdocs/convertrng.xsl b/source/tools/entdocs/convertrng.xsl index 5767146db7..d33d6e6a3f 100644 --- a/source/tools/entdocs/convertrng.xsl +++ b/source/tools/entdocs/convertrng.xsl @@ -22,7 +22,7 @@

Entity component documentation

- In 0 A.D., + In 0 A.D., entities (units and buildings and other world objects) consist of a collection of components, each of which determines part of the entity's behaviour. diff --git a/source/tools/webservices/userreport/templates/index.html b/source/tools/webservices/userreport/templates/index.html index 12843ce750..b00eada274 100644 --- a/source/tools/webservices/userreport/templates/index.html +++ b/source/tools/webservices/userreport/templates/index.html @@ -8,7 +8,7 @@ body { } -

This site collects opt-in automatic feedback from players of 0 A.D. +

This site collects opt-in automatic feedback from players of 0 A.D.

Published data: OpenGL capabilities. diff --git a/source/tools/webservices/userreport/templates/reports/cpu.html b/source/tools/webservices/userreport/templates/reports/cpu.html index 5cd4ee9b50..a6b56abc03 100644 --- a/source/tools/webservices/userreport/templates/reports/cpu.html +++ b/source/tools/webservices/userreport/templates/reports/cpu.html @@ -23,7 +23,7 @@ CPU capabilities {% endblock %} {% block content %} -

Based on data submitted by players of 0 A.D.

+

Based on data submitted by players of 0 A.D.

See the index page for more stuff.

diff --git a/source/tools/webservices/userreport/templates/reports/opengl_index.html b/source/tools/webservices/userreport/templates/reports/opengl_index.html index 1340077c31..d9bba40b06 100644 --- a/source/tools/webservices/userreport/templates/reports/opengl_index.html +++ b/source/tools/webservices/userreport/templates/reports/opengl_index.html @@ -69,7 +69,7 @@ function sort_by_name(ul) } -

Based on data submitted by players of 0 A.D. +

Based on data submitted by players of 0 A.D. See the index page for more stuff. Contact Philip Taylor for questions.