From 5b86a8a6a88875457331831163a278f24ad6ea5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 31 May 2014 15:35:38 +0200 Subject: [PATCH] =?UTF-8?q?open-ra.org=20=E2=86=92=20openra.net?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #5500 --- OpenRA.Editor/Form1.cs | 10 +++++----- OpenRA.Game/Settings.cs | 4 ++-- README.md | 21 +++++++++++---------- mods/cnc/mod.yaml | 4 ++-- mods/d2k/mod.yaml | 4 ++-- mods/ra/mod.yaml | 4 ++-- mods/ts/mod.yaml | 4 ++-- packaging/linux/deb/DEBIAN/control | 4 ++-- packaging/linux/pkgbuild/PKGBUILD | 2 +- packaging/linux/rpm/openra.spec | 2 +- packaging/windows/OpenRA.nsi | 4 ++-- 11 files changed, 32 insertions(+), 31 deletions(-) diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 9b0d735248..619e8f0717 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -535,17 +535,17 @@ namespace OpenRA.Editor void OpenRAWebsiteToolStripMenuItemClick(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://www.open-ra.org"); + System.Diagnostics.Process.Start("http://www.openra.net"); } void OpenRAResourcesToolStripMenuItemClick(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://content.open-ra.org"); + System.Diagnostics.Process.Start("http://resource.openra.net"); } void WikiDocumentationToolStripMenuItemClick(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://github.com/OpenRA/OpenRA/wiki"); + System.Diagnostics.Process.Start("http://wiki.openra.net"); } void DiscussionForumsToolStripMenuItemClick(object sender, EventArgs e) @@ -555,7 +555,7 @@ namespace OpenRA.Editor void IssueTrackerToolStripMenuItemClick(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://github.com/OpenRA/OpenRA/issues"); + System.Diagnostics.Process.Start("http://bugs.openra.net"); } void DeveloperBountiesToolStripMenuItemClick(object sender, EventArgs e) @@ -578,7 +578,7 @@ namespace OpenRA.Editor void HelpToolStripButton_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://github.com/OpenRA/OpenRA/wiki/Mapping"); + System.Diagnostics.Process.Start("http://wiki.openra.net/Mapping"); } void ToolStripMenuItemNewClick(object sender, EventArgs e) diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index f13e5da7cc..ff4077b3bd 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -77,7 +77,7 @@ namespace OpenRA public bool IgnoreVersionMismatch = false; public bool ShowFatalErrorDialog = true; - public string FatalErrorDialogFaq = "http://github.com/OpenRA/OpenRA/wiki/FAQ"; + public string FatalErrorDialogFaq = "http://wiki.openra.net/FAQ"; } public class GraphicSettings @@ -179,7 +179,7 @@ namespace OpenRA public class IrcSettings { - public string Hostname = "irc.open-ra.org"; + public string Hostname = "irc.openra.net"; public int Port = 6667; public string Nickname = null; public string Username = "openra"; diff --git a/README.md b/README.md index 32912ba547..43eb7db999 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ A Libre/Free Real Time Strategy game engine supporting early Westwood classics. -* Website: [http://www.open-ra.org](http://www.open-ra.org) +* Website: [http://www.openra.net](http://www.openra.net) * IRC: \#openra on irc.freenode.net -* Repository: [https://github.com/openra/openra](https://github.com/openra/openra) [![Build Status](https://travis-ci.org/OpenRA/OpenRA.svg?branch=bleed)](https://travis-ci.org/OpenRA/OpenRA) +* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [![Build Status](https://travis-ci.org/OpenRA/OpenRA.svg?branch=bleed)](https://travis-ci.org/OpenRA/OpenRA) -Please read the [FAQ](https://github.com/OpenRA/OpenRA/wiki/FAQ) in our [Wiki](https://github.com/OpenRA/OpenRA/wiki) and report problems at [http://bugs.open-ra.org](http://bugs.open-ra.org). +Please read the [FAQ](http://wiki.openra.net/FAQ) in our [Wiki](http://wiki.openra.net) and report problems at [http://bugs.openra.net](http://bugs.openra.net). Join the [Forums](http://www.sleipnirstuff.com/forum/viewforum.php?f=80) for discussion. @@ -21,26 +21,27 @@ Check our [Playing the Game](https://github.com/OpenRA/OpenRA/wiki/Playing-the-g ## Contribute -* Please read [INSTALL.md](https://github.com/OpenRA/OpenRA/blob/bleed/INSTALL.md) and [Compiling](https://github.com/OpenRA/OpenRA/wiki/Compiling) on how to set up an OpenRA development environment. -* See [Hacking](https://github.com/OpenRA/OpenRA/wiki/Hacking) for an overview of the engine. +* Please read [INSTALL.md](https://github.com/OpenRA/OpenRA/blob/bleed/INSTALL.md) and [Compiling](http://wiki.openra.net/Compiling) on how to set up an OpenRA development environment. +* See [Hacking](http://wiki.openra.net/Hacking) for an overview of the engine. * To get your patches merged, please adhere to the [Contributing](https://github.com/OpenRA/OpenRA/blob/bleed/CONTRIBUTING.md) guidelines. ## Mapping -* We offer a [Mapping](https://github.com/OpenRA/OpenRA/wiki/Mapping) Tutorial as you can change gameplay drastically with custom maps. +* We offer a [Mapping](http://wiki.openra.net/Mapping) Tutorial as you can change gameplay drastically with custom rules. +* For scripted mission have a look at the [Lua API](http://wiki.openra.net/New-Lua-API). * If you want to share your maps with the community, upload them at the [OpenRA Resource Center](http://resource.openra.net). ## Modding -* There exists an auto-generated [Trait documentation](https://github.com/OpenRA/OpenRA/wiki/Traits) to get started with yaml files. -* Check the [Modding Guide](https://github.com/OpenRA/OpenRA/wiki/Modding%20Guide) to create your own classic RTS. -* Some hints on how to create new OpenRA compatible [Pixelart](https://github.com/OpenRA/OpenRA/wiki/Pixelart). +* There exists an auto-generated [Trait documentation](http://wiki.openra.net/Traits) to get started with yaml files. +* Check the [Modding Guide](http://wiki.openra.net/Modding-Guide) to create your own classic RTS. +* Some hints on how to create new OpenRA compatible [Pixelart](http://wiki.openra.net/Pixelart). * Upload total conversions at [our ModDB profile](http://www.moddb.com/games/openra/mods). ## Support * Sponsor a [mirror server](https://github.com/OpenRA/OpenRAWeb/tree/master/content/packages) if you have some bandwidth to spare. -* You can immediately set up a [Dedicated](https://github.com/OpenRA/OpenRA/wiki/Dedicated) Game Server. +* You can immediately set up a [Dedicated](http://wiki.openra.net/Dedicated) Game Server. * Fund development by creating [Bounties](https://www.bountysource.com/trackers/36085-openra) on specific tasks. ## License diff --git a/mods/cnc/mod.yaml b/mods/cnc/mod.yaml index 8d36b4ebb0..615dba64f9 100644 --- a/mods/cnc/mod.yaml +++ b/mods/cnc/mod.yaml @@ -131,7 +131,7 @@ LoadScreen: CncLoadScreen FilesToExtract: speech.mix, tempicnh.mix, transit.mix InstallerBackgroundWidget: INSTALL_BACKGROUND TestFiles: conquer.mix, desert.mix, general.mix, sounds.mix, speech.mix, temperat.mix, tempicnh.mix, winter.mix - PackageMirrorList: http://open-ra.org/packages/cnc-mirrors.txt + PackageMirrorList: http://openra.net/packages/cnc-mirrors.txt ServerTraits: LobbyCommands @@ -191,4 +191,4 @@ Missions: SupportsMapsFrom: cnc -NewsUrl: http://open-ra.org/gamenews \ No newline at end of file +NewsUrl: http://openra.net/gamenews \ No newline at end of file diff --git a/mods/d2k/mod.yaml b/mods/d2k/mod.yaml index 4c788a1131..a96e0ef6f4 100644 --- a/mods/d2k/mod.yaml +++ b/mods/d2k/mod.yaml @@ -115,7 +115,7 @@ LoadScreen: DefaultLoadScreen InstallerMenuWidget: INSTALL_PANEL # TODO: check if DATA.R8 is at 1.03 patch level with 4840 frames TestFiles: BLOXBASE.R8, BLOXBAT.R8, BLOXBGBS.R8, BLOXICE.R8, BLOXTREE.R8, BLOXWAST.R8, DATA.R8, SOUND.RS - PackageMirrorList: http://open-ra.org/packages/d2k-103-mirrors.txt + PackageMirrorList: http://openra.net/packages/d2k-103-mirrors.txt Text: Filling Crates..., Breeding Sandworms... ServerTraits: @@ -170,4 +170,4 @@ LuaScripts: SupportsMapsFrom: d2k -NewsUrl: http://open-ra.org/gamenews \ No newline at end of file +NewsUrl: http://openra.net/gamenews \ No newline at end of file diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index 21b87192d8..a3e17e6a66 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -131,7 +131,7 @@ LoadScreen: DefaultLoadScreen Image: mods/ra/uibits/loadscreen.png InstallerMenuWidget: INSTALL_PANEL TestFiles: allies.mix, conquer.mix, general.mix, interior.mix, redalert.mix, russian.mix, scores.mix, snow.mix, sounds.mix, temperat.mix - PackageMirrorList: http://open-ra.org/packages/ra-mirrors.txt + PackageMirrorList: http://openra.net/packages/ra-mirrors.txt Text: Filling Crates..., Charging Capacitors..., Reticulating Splines..., Planting Trees..., Building Bridges..., Aging Empires..., Compiling EVA..., Constructing Pylons..., Activating Skynet..., Splitting Atoms... ServerTraits: @@ -189,4 +189,4 @@ Missions: SupportsMapsFrom: ra -NewsUrl: http://open-ra.org/gamenews \ No newline at end of file +NewsUrl: http://openra.net/gamenews \ No newline at end of file diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index 7949e42fc1..b9a38c0848 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -155,7 +155,7 @@ LoadScreen: DefaultLoadScreen Image: mods/ts/uibits/loadscreen.png InstallerMenuWidget: INSTALL_PANEL TestFiles: cache.mix, conquer.mix, isosnow.mix, isotemp.mix, local.mix, sidec01.mix, sidec02.mix, sno.mix, snow.mix, sounds.mix, speech01.mix, tem.mix, temperat.mix - PackageMirrorList: http://open-ra.org/packages/ts-mirrors.txt + PackageMirrorList: http://openra.net/packages/ts-mirrors.txt Text: Updating EVA installation..., Changing perspective... ServerTraits: @@ -210,4 +210,4 @@ LuaScripts: SupportsMapsFrom: ts -NewsUrl: http://open-ra.org/gamenews \ No newline at end of file +NewsUrl: http://openra.net/gamenews \ No newline at end of file diff --git a/packaging/linux/deb/DEBIAN/control b/packaging/linux/deb/DEBIAN/control index ef487f9cbf..b68226179d 100644 --- a/packaging/linux/deb/DEBIAN/control +++ b/packaging/linux/deb/DEBIAN/control @@ -6,7 +6,7 @@ Installed-Size: {SIZE} Depends: libopenal1, mono-runtime (>= 2.10), libmono-system-core4.0-cil, libmono-system-drawing4.0-cil, libmono-system-windows-forms4.0-cil, libfreetype6, libc6, libasound2, libgl1-mesa-glx, libgl1-mesa-dri, xdg-utils, zenity Section: games Priority: extra -Homepage: http://www.open-ra.org/ +Homepage: http://www.openra.net/ Description: A multiplayer re-envisioning of early RTS games by Westwood Studios . OpenRA is a Libre/Free Real Time Strategy game engine supporting early @@ -15,4 +15,4 @@ Description: A multiplayer re-envisioning of early RTS games by Westwood Studios natively supports user-created maps and mods. Support can be obtained from our IRC channel (#openra on irc.freenode.net), our forum (http://www.sleipnirstuff.com/forum/viewforum.php?f=80), and our - bug tracker (http://bugs.open-ra.org). + bug tracker (http://bugs.openra.net). diff --git a/packaging/linux/pkgbuild/PKGBUILD b/packaging/linux/pkgbuild/PKGBUILD index dcbb1f1555..dee32b3df8 100644 --- a/packaging/linux/pkgbuild/PKGBUILD +++ b/packaging/linux/pkgbuild/PKGBUILD @@ -4,7 +4,7 @@ pkgver={VERSION} pkgrel=1 pkgdesc="Open Source rebuild of the Red Alert game engine using Mono/OpenGL." arch=('any') -url="http://open-ra.org" +url="http://openra.net" license=('GPL3') groups=() depends=('mono' 'openal' 'mesa' 'freetype2' 'glibc' 'alsa-lib' 'xdg-utils' 'zenity') diff --git a/packaging/linux/rpm/openra.spec b/packaging/linux/rpm/openra.spec index 1267d459ad..84510a1432 100644 --- a/packaging/linux/rpm/openra.spec +++ b/packaging/linux/rpm/openra.spec @@ -9,7 +9,7 @@ Version: %{version} Release: 1 Summary: Open Source rebuild of the Red Alert game engine using Mono/OpenGL. License: GPL-3.0 -Url: http://open-ra.org +Url: http://openra.net Group: Amusements/Games Packager: Matthias Mailänder Requires: mono-core diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 3f544293f1..6e015620ec 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -169,10 +169,10 @@ Section "-Uninstaller" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "InstallLocation" "$INSTDIR" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "DisplayIcon" "$INSTDIR\OpenRA.ico" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "Publisher" "OpenRA developers" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "URLInfoAbout" "http://open-ra.org" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "URLInfoAbout" "http://openra.net" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "NoModify" "1" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "NoRepair" "1" - + !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\uninstaller.exe" "" \ "" "" "" "" "Uninstall OpenRA"