Merge pull request #5506 from Mailaender/openra.net
Replaced open-ra.org with openra.net in-game
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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";
|
||||
|
||||
21
README.md
21
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) [](https://travis-ci.org/OpenRA/OpenRA)
|
||||
* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [](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
|
||||
|
||||
@@ -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
|
||||
NewsUrl: http://openra.net/gamenews
|
||||
@@ -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
|
||||
NewsUrl: http://openra.net/gamenews
|
||||
@@ -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
|
||||
NewsUrl: http://openra.net/gamenews
|
||||
@@ -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
|
||||
NewsUrl: http://openra.net/gamenews
|
||||
@@ -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).
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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 <matthias@mailaender.name>
|
||||
Requires: mono-core
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user