Updated all references to new stella-emu webpage.

This commit is contained in:
Stephen Anthony 2016-12-31 17:19:29 -03:30
parent abb7097cb7
commit 8815a6f027
14 changed files with 54 additions and 48 deletions

View File

@ -52,4 +52,4 @@ Distribution Site
The Stella distributions can be obtained from the Stella Website at:
http://stella.sourceforge.net
https://stella-emu.github.io

View File

@ -3,7 +3,7 @@ play all of your favourite Atari 2600 games on your PC. You'll find the
Stella Users Manual in the docs subdirectory. If you'd like to verify
that you have the latest release of Stella, visit the Stella Website at:
http://stella.sourceforge.net
[stella-emu.github.io](https://stella-emu.github.io)
Enjoy,
@ -13,11 +13,11 @@ The Stella Team
Please check the list of known issues first (see below) before reporting new ones.
If you encounter any issues, please open a new issue on the project
[issue tracker](https://github.com/DirtyHairy/stella/issues) and / or in the corresponding
[issue tracker](https://github.com/stella-emu/stella/issues) and / or in the corresponding
[thread](http://atariage.com/forums/topic/259633-testing-the-new-stella-tia-core/) on
AtariAge.
# Known issues
Please check out the [issue tracker](https://github.com/DirtyHairy/stella/issues) for
Please check out the [issue tracker](https://github.com/stella-emu/stella/issues) for
a list of all currently known issues.

View File

@ -3,7 +3,7 @@ play all of your favourite Atari 2600 games on your PC. You'll find the
Stella Users Manual in the docs subdirectory. If you'd like to verify
that you have the latest release of Stella, visit the Stella Website at:
http://stella.sourceforge.net
https://stella-emu.github.io
Enjoy,

View File

@ -13,9 +13,9 @@
===========================================================================
The main Todo list is now available directly from the main webpage:
http://stella.sf.net/todo.php
https://stella-emu.github.io/todo.html
If you would like to contribute to Stella's development then feel free to
contact me by email:
Stephen Anthony (stephena@users.sf.net).
Stephen Anthony (sa666666@gmail.com).

8
debian/control vendored
View File

@ -1,17 +1,17 @@
Source: stella
Section: games
Priority: optional
Maintainer: Stephen Anthony <stephena@users.sourceforge.net>
Maintainer: Stephen Anthony <sa666666@gmail.com>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.0), libsdl2-dev
Package: stella
Architecture: any
Depends: ${shlibs:Depends}
Description: Atari 2600 Emulator for SDL & X windows
Description: Atari 2600 Emulator for SDL2
The Atari 2600 Video Computer System (VCS), introduced in 1977, was
the most popular home video game system of the early 1980's. This
emulator will run most Atari ROM images, so that you can play your
favorite old Atari 2600 games on your PC.
.
Homepage: http://stella.sf.net/
Homepage: https://stella-emu.github.io

2
debian/copyright vendored
View File

@ -1,7 +1,7 @@
This package was debianized first by Tom Lear <tom@ticking.accesscom.com> on
Thu, 7 Oct 1999 08:57:16 -0700.
It was downloaded from <http://stella.sourceforge.net>
It was downloaded from <https://stella-emu.github.io>
Copyright Holder(s): Bradford W. Mott <bwmott@acm.org> and the Stella Team

View File

@ -54,9 +54,9 @@
<br><br><br>
<center><b>February 1999 - March 2016</b></center>
<center><b>February 1999 - November 2016</b></center>
<center><b>The Stella Team</b></center>
<center><b><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center>
<center><b><a href="https://stella-emu.github.io">Stella Homepage</a></b></center>
<br><br><br>
@ -400,7 +400,7 @@
<li><b>Building and installing from source code</b>
<ul>
<li>See the developers build instructions at the
<a href="http://stella.sourceforge.net/development.php">Stella Development Page</a>.
<a href="https://stella-emu.github.io/development.html">Stella Development Page</a>.
</ul>
</li>
</ul>
@ -418,7 +418,7 @@
<li><b>Building and installing from source code</b>
<ul>
<li>See the developers build instructions at the
<a href="http://stella.sourceforge.net/development.php">Stella Development Page</a>.
<a href="https://stella-emu.github.io/development.html">Stella Development Page</a>.
</ul>
</li>
</ul>
@ -442,7 +442,7 @@
<li><b>Building and installing from source code</b>
<ul>
<li>See the developers build instructions at the
<a href="http://stella.sourceforge.net/development.php">Stella Development Page</a>.
<a href="https://stella-emu.github.io/development.html">Stella Development Page</a>.
</ul>
</li>
</ul>
@ -1425,6 +1425,12 @@
<td>Shift-Cmd + n</td>
</tr>
<tr>
<td>Toggle TIA HMOVE blanks</td>
<td>Alt + m</td>
<td>Cmd + m</td>
</tr>
<tr>
<td>Toggle TIA 'Fixed Debug Colors' mode</td>
<td>Alt + Comma</td>
@ -3497,7 +3503,7 @@ Ms Pac-Man (Stella extended codes):
and praise. The Stella Team is grateful for all the help and support it has
received over the years. A (likely incomplete) list of the people who have
played a part in bringing Stella to you is available on the main Stella
webpage <a href="http://stella.sf.net/credits.php">Credits List</a>.
webpage <a href="https://stella-emu.github.io/credits.html">Credits List</a>.
If we've missed someone, please let us know.</p>

View File

@ -105,10 +105,10 @@ void AboutDialog::updateStrings(int page, int lines, string& title)
ADD_ATEXT(string("\\C\\c2") + instance().buildInfo());
ADD_ALINE();
ADD_ATEXT("\\CCopyright (C) 1995-2017 The Stella Team");
ADD_ATEXT("\\C(http://stella.sf.net)");
ADD_ATEXT("\\C(https://stella-emu.github.io)");
ADD_ALINE();
ADD_ATEXT("\\CStella is now DonationWare!");
ADD_ATEXT("\\C(http://stella.sf.net/donations.php)");
ADD_ATEXT("\\C(https://stella-emu.github.io/donations.html)");
ADD_ALINE();
ADD_ATEXT("\\CStella is free software released under the GNU GPL");
ADD_ATEXT("\\CSee manual for further details");
@ -128,7 +128,7 @@ void AboutDialog::updateStrings(int page, int lines, string& title)
case 3:
title = "Contributors";
ADD_ATEXT("\\L\\c0"" See http://stella.sf.net/credits.php for");
ADD_ATEXT("\\L\\c0"" See https://stella-emu.github.io/credits.html for");
ADD_ATEXT("\\L\\c0"" people that have contributed to Stella");
ADD_ALINE();
ADD_ATEXT("\\L\\c0"" Thanks to the ScummVM project for the GUI code");

View File

@ -8,10 +8,10 @@
<div style="text-align: center;">
<big><center><h1>Stella</h1><h3>A multi-platform Atari 2600 VCS emulator</h3>
Copyright © 1995-2017 The Stella Team<br>
<a href="http://stella.sourceforge.net">http://stella.sourceforge.net</a><br>
<a href="https://stella-emu.github.io">https://stella-emu.github.io</a><br>
<br>
Stella is now DonationWare!<br>
<a href="http://stella.sourceforge.net/donations.php">http://stella.sourceforge.net/donations.php</a><br>
<a href="https://stella-emu.github.io/donations.html">https://stella-emu.github.io/donations.html</a><br>
<br>
Macintosh OS X version:<br>
Copyright © 2007-2017 Stephen Anthony<br>

View File

@ -9,7 +9,7 @@ It is developed by Stephen Anthony, and released under the GPL/v2.
evdev-joystick is used to set the deadzone for Linux 'evdev' joystick devices.
Currently, other than G25manage there is no other standalone program available
to perform such calibration. This program was originally developed for Stella
(stella.sf.net), an Atari 2600 emulator, and as such much of this document
(https://stella-emu.github.io), an Atari 2600 emulator, and as such much of this document
refers to Stella. The program itself can be used to calibrate any joystick
for any application, though, and is not specific to Stella.

View File

@ -3,7 +3,7 @@
https://github.com/VDrift/vdrift/tree/master/tools/G25manage
This code is released under the GPLv2, and modified from the
original by Stephen Anthony (stephena@users.sf.net).
original by Stephen Anthony (sa666666@gmail.com).
*/
#include <stdio.h>

View File

@ -16,8 +16,8 @@ Version: %{version}
Release: %{release}
Group: Emulators
License: GPL
URL: http://stella.sourceforge.net
Source: %{name}-%{version}.tar.bz2
URL: https://stella-emu.github.io
Source: %{name}-%{version}.tar.xz
BuildRoot: %_tmppath/%name-%version-%release-root
BuildRequires: SDL2-devel MesaGLU-devel

View File

@ -5,9 +5,9 @@
AppName=Stella
AppVerName=Stella {#STELLA_VER}
AppPublisher=The Stella Team
AppPublisherURL=http://stella.sourceforge.net
AppSupportURL=http://stella.sourceforge.net
AppUpdatesURL=http://stella.sourceforge.net
AppPublisherURL=https://stella-emu.github.io
AppSupportURL=https://stella-emu.github.io
AppUpdatesURL=https://stella-emu.github.io
DefaultDirName={pf}\Stella
DefaultGroupName=Stella
OutputBaseFilename="Stella-{#STELLA_VER}-{#STELLA_ARCH}"

View File

@ -53,7 +53,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2."
VALUE "CompanyName", "The Stella Team (http://stella.sourceforge.net)"
VALUE "CompanyName", "The Stella Team (https://stella-emu.github.io)"
VALUE "FileDescription", "Stella"
VALUE "FileVersion", "4.7.3"
VALUE "InternalName", "Stella"