Update links to new domain visualboyadvance-m.org
Update all URLs in the code and documentation to the new domain visualboyadvance-m.org and also fix the date for the last release in the CHANGELOG.md. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
60fc096f1a
commit
e7d135dbf1
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [2.1.9] - 2024-03-02
|
## [2.1.9] - 2024-02-03
|
||||||
=======================
|
=======================
|
||||||
* 84b0a3e3 - Remove SDL sound driver [rkitover]
|
* 84b0a3e3 - Remove SDL sound driver [rkitover]
|
||||||
* 2ad7dd1a - Fix wav audio recording [40356555+Aikku93]
|
* 2ad7dd1a - Fix wav audio recording [40356555+Aikku93]
|
||||||
|
|
|
@ -37,11 +37,11 @@ Chat](https://web.libera.chat/).
|
||||||
|
|
||||||
Game Boy and Game Boy Advance Emulator
|
Game Boy and Game Boy Advance Emulator
|
||||||
|
|
||||||
The forums are [here](https://board.vba-m.com/).
|
The forums are [here](https://board.visualboyadvance-m.org/).
|
||||||
|
|
||||||
Windows and Mac builds are in the [releases tab](https://github.com/visualboyadvance-m/visualboyadvance-m/releases).
|
Windows and Mac builds are in the [releases tab](https://github.com/visualboyadvance-m/visualboyadvance-m/releases).
|
||||||
|
|
||||||
Nightly builds for Windows and macOS are at [https://nightly.vba-m.com/](https://nightly.vba-m.com/).
|
Nightly builds for Windows and macOS are at [https://nightly.visualboyadvance-m.org/](https://nightly.visualboyadvance-m.org/).
|
||||||
|
|
||||||
**PLEASE TEST THE NIGHTLY OR MASTER WITH A FACTORY RESET BEFORE REPORTING
|
**PLEASE TEST THE NIGHTLY OR MASTER WITH A FACTORY RESET BEFORE REPORTING
|
||||||
ISSUES**
|
ISSUES**
|
||||||
|
|
|
@ -242,7 +242,7 @@ function(get_binary_packages vcpkg_exe)
|
||||||
|
|
||||||
foreach(triplet ${triplets})
|
foreach(triplet ${triplets})
|
||||||
file(
|
file(
|
||||||
DOWNLOAD "https://nightly.vba-m.com/vcpkg/${triplet}/" "${CMAKE_BINARY_DIR}/binary_package_list_${triplet}.html"
|
DOWNLOAD "https://nightly.visualboyadvance-m.org/vcpkg/${triplet}/" "${CMAKE_BINARY_DIR}/binary_package_list_${triplet}.html"
|
||||||
STATUS pkg_list_status
|
STATUS pkg_list_status
|
||||||
)
|
)
|
||||||
list(GET pkg_list_status 1 pkg_list_error)
|
list(GET pkg_list_status 1 pkg_list_error)
|
||||||
|
@ -306,10 +306,10 @@ function(get_binary_packages vcpkg_exe)
|
||||||
foreach(pkg ${to_install})
|
foreach(pkg ${to_install})
|
||||||
string(REGEX REPLACE "^[^_]+_[^_]+_([^.]+)[.]zip\$" "\\1" pkg_triplet ${pkg})
|
string(REGEX REPLACE "^[^_]+_[^_]+_([^.]+)[.]zip\$" "\\1" pkg_triplet ${pkg})
|
||||||
|
|
||||||
message(STATUS "Downloading https://nightly.vba-m.com/vcpkg/${pkg_triplet}/${pkg} ...")
|
message(STATUS "Downloading https://nightly.visualboyadvance-m.org/vcpkg/${pkg_triplet}/${pkg} ...")
|
||||||
|
|
||||||
file(
|
file(
|
||||||
DOWNLOAD "https://nightly.vba-m.com/vcpkg/${pkg_triplet}/${pkg}" "${bin_pkgs_dir}/${pkg}"
|
DOWNLOAD "https://nightly.visualboyadvance-m.org/vcpkg/${pkg_triplet}/${pkg}" "${bin_pkgs_dir}/${pkg}"
|
||||||
STATUS pkg_download_status
|
STATUS pkg_download_status
|
||||||
)
|
)
|
||||||
list(GET pkg_download_status 1 pkg_download_error)
|
list(GET pkg_download_status 1 pkg_download_error)
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
VisualBoyAdvance-M
|
VisualBoyAdvance-M
|
||||||
Nintendo Game Boy & Game Boy Advance Emulator
|
Nintendo Game Boy & Game Boy Advance Emulator
|
||||||
Project Homepage: http://vba-m.com
|
Project Homepage: http://visualboyadvance-m.org
|
||||||
|
|
||||||
This program is distributed under the GNU General Public License
|
This program is distributed under the GNU General Public License
|
||||||
http://www.gnu.org/licenses/gpl.html
|
http://www.gnu.org/licenses/gpl.html
|
||||||
|
|
|
@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9),
|
||||||
zip,
|
zip,
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://vba-m.com
|
Homepage: http://visualboyadvance-m.org
|
||||||
Vcs-Svn: svn://svn.code.sf.net/p/vbam/code/trunk
|
Vcs-Svn: svn://svn.code.sf.net/p/vbam/code/trunk
|
||||||
Vcs-Browser: http://svn.code.sf.net/p/vbam/code/trunk
|
Vcs-Browser: http://svn.code.sf.net/p/vbam/code/trunk
|
||||||
|
|
||||||
|
|
|
@ -982,7 +982,7 @@ if(NOT TRANSLATIONS_ONLY)
|
||||||
PRIVATE ${SPARKLE_INCLUDE_DIR}
|
PRIVATE ${SPARKLE_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(APPCAST_URL "https://data.vba-m.com/appcast.xml")
|
set(APPCAST_URL "https://data.visualboyadvance-m.org/appcast.xml")
|
||||||
set(CCS1 rm -rf ${CMAKE_BINARY_DIR}/visualboyadvance-m.app/Contents/Frameworks/Sparkle.framework)
|
set(CCS1 rm -rf ${CMAKE_BINARY_DIR}/visualboyadvance-m.app/Contents/Frameworks/Sparkle.framework)
|
||||||
set(CCS2 mkdir -p ${CMAKE_BINARY_DIR}/visualboyadvance-m.app/Contents/Frameworks)
|
set(CCS2 mkdir -p ${CMAKE_BINARY_DIR}/visualboyadvance-m.app/Contents/Frameworks)
|
||||||
# The following commands *should* be run to make sure Sparkle is not going
|
# The following commands *should* be run to make sure Sparkle is not going
|
||||||
|
|
|
@ -7,7 +7,7 @@ SparkleWrapper autoupdater;
|
||||||
|
|
||||||
void initAutoupdater()
|
void initAutoupdater()
|
||||||
{
|
{
|
||||||
autoupdater.addAppcastURL("https://data.vba-m.com/appcast.xml");
|
autoupdater.addAppcastURL("https://data.visualboyadvance-m.org/appcast.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,9 @@ void initAutoupdater()
|
||||||
// even if we are a nightly, only check latest stable version
|
// even if we are a nightly, only check latest stable version
|
||||||
wxString version = strutils::split(vbam_version, '-')[0];
|
wxString version = strutils::split(vbam_version, '-')[0];
|
||||||
#ifndef NO_HTTPS
|
#ifndef NO_HTTPS
|
||||||
win_sparkle_set_appcast_url("https://data.vba-m.com/appcast.xml");
|
win_sparkle_set_appcast_url("https://data.visualboyadvance-m.org/appcast.xml");
|
||||||
#else
|
#else
|
||||||
win_sparkle_set_appcast_url("http://data.vba-m.com/appcast.xml");
|
win_sparkle_set_appcast_url("http://data.visualboyadvance-m.org/appcast.xml");
|
||||||
#endif // NO_HTTPS
|
#endif // NO_HTTPS
|
||||||
win_sparkle_set_app_details(L"visualboyadvance-m", L"VisualBoyAdvance-M", version.wc_str());
|
win_sparkle_set_app_details(L"visualboyadvance-m", L"VisualBoyAdvance-M", version.wc_str());
|
||||||
win_sparkle_init();
|
win_sparkle_init();
|
||||||
|
|
|
@ -2315,7 +2315,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
||||||
ai.SetVersion(version);
|
ai.SetVersion(version);
|
||||||
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
||||||
// but at least win32 standard about is nothing special
|
// but at least win32 standard about is nothing special
|
||||||
ai.SetWebSite(wxT("http://www.vba-m.com/"));
|
ai.SetWebSite(wxT("http://visualboyadvance-m.org/"));
|
||||||
ai.SetIcon(GetIcons().GetIcon(wxSize(32, 32), wxIconBundle::FALLBACK_NEAREST_LARGER));
|
ai.SetIcon(GetIcons().GetIcon(wxSize(32, 32), wxIconBundle::FALLBACK_NEAREST_LARGER));
|
||||||
ai.SetDescription(_("Nintendo Game Boy / Color / Advance emulator."));
|
ai.SetDescription(_("Nintendo Game Boy / Color / Advance emulator."));
|
||||||
ai.SetCopyright(_("Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2020 VBA-M development team"));
|
ai.SetCopyright(_("Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2020 VBA-M development team"));
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<application>
|
<application>
|
||||||
<id type="desktop">visualboyadvance-m.desktop</id>
|
<id type="desktop">visualboyadvance-m.desktop</id>
|
||||||
<developer id="vba-m.com">
|
<developer id="visualboyadvance-m.org">
|
||||||
<name>VisualBoyAdvance-M</name>
|
<name>VisualBoyAdvance-M</name>
|
||||||
</developer>
|
</developer>
|
||||||
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
||||||
|
@ -20,15 +20,15 @@
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">https://vba-m.com/screenshots/1.png</screenshot>
|
<screenshot type="default">https://visualboyadvance-m.org/screenshots/1.png</screenshot>
|
||||||
<screenshot>https://vba-m.com/screenshots/2.png</screenshot>
|
<screenshot>https://visualboyadvance-m.org/screenshots/2.png</screenshot>
|
||||||
<screenshot>https://vba-m.com/screenshots/3.png</screenshot>
|
<screenshot>https://visualboyadvance-m.org/screenshots/3.png</screenshot>
|
||||||
<screenshot>https://vba-m.com/screenshots/4.png</screenshot>
|
<screenshot>https://visualboyadvance-m.org/screenshots/4.png</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.1.8" date="2023-12-14"/>
|
<release version="2.1.9" date="2024-02-03"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">http://vba-m.com/</url>
|
<url type="homepage">http://visualboyadvance-m.org/</url>
|
||||||
<url type="bugtracker">https://github.com/visualboyadvance-m/visualboyadvance-m/issues</url>
|
<url type="bugtracker">https://github.com/visualboyadvance-m/visualboyadvance-m/issues</url>
|
||||||
<updatecontact>zachbacon@vba-m.com</updatecontact>
|
<updatecontact>zachbacon@visualboyadvance-m.org</updatecontact>
|
||||||
</application>
|
</application>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<key>UTTypeIdentifier</key>
|
<key>UTTypeIdentifier</key>
|
||||||
<string>public.gbarom</string>
|
<string>public.gbarom</string>
|
||||||
<key>UTTypeReferenceURL</key>
|
<key>UTTypeReferenceURL</key>
|
||||||
<string>http://www.vba-m.com/</string>
|
<string>http://visualboyadvance-m.org/</string>
|
||||||
<key>UTTypeDescription</key>
|
<key>UTTypeDescription</key>
|
||||||
<string>GameBoy Advance ROM</string>
|
<string>GameBoy Advance ROM</string>
|
||||||
<key>UTTypeIconFile</key>
|
<key>UTTypeIconFile</key>
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
<key>UTTypeIdentifier</key>
|
<key>UTTypeIdentifier</key>
|
||||||
<string>public.gbrom</string>
|
<string>public.gbrom</string>
|
||||||
<key>UTTypeReferenceURL</key>
|
<key>UTTypeReferenceURL</key>
|
||||||
<string>http://www.vba-m.com/</string>
|
<string>http://visualboyadvance-m.org/</string>
|
||||||
<key>UTTypeDescription</key>
|
<key>UTTypeDescription</key>
|
||||||
<string>GameBoy ROM</string>
|
<string>GameBoy ROM</string>
|
||||||
<key>UTTypeIconFile</key>
|
<key>UTTypeIconFile</key>
|
||||||
|
|
|
@ -44,7 +44,7 @@ BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Comments", "VisualBoyAdvance-M comes with NO WARRANTY. Use it at your own risk."
|
VALUE "Comments", "VisualBoyAdvance-M comes with NO WARRANTY. Use it at your own risk."
|
||||||
VALUE "CompanyName", "http://vba-m.com/"
|
VALUE "CompanyName", "http://visualboyadvance-m.org/"
|
||||||
VALUE "FileDescription", "VisualBoyAdvance-M"
|
VALUE "FileDescription", "VisualBoyAdvance-M"
|
||||||
VALUE "FileVersion", VER_FILEVERSION_STR
|
VALUE "FileVersion", VER_FILEVERSION_STR
|
||||||
VALUE "InternalName", "wxvbam"
|
VALUE "InternalName", "wxvbam"
|
||||||
|
|
Loading…
Reference in New Issue