From 98303c723d92ab0326255b9e82d7256c843e26d3 Mon Sep 17 00:00:00 2001 From: Brandon Mulcahy Date: Tue, 25 May 2021 22:17:05 -0400 Subject: [PATCH 01/44] Update page for 20200524 and 20200412 releases Linux, macOS, and source links will need to change once those artifacts are available. --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7bd3ef4..3ba53c2 100644 --- a/index.html +++ b/index.html @@ -45,17 +45,17 @@

Download

Latest release: - 20190805 + 20200524

From 72915b436d3e541c31784ef20f6e04e00f1b0f7a Mon Sep 17 00:00:00 2001 From: Brandon Mulcahy Date: Wed, 26 May 2021 15:45:31 -0400 Subject: [PATCH 02/44] Fix year for latest release (closes #2) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3ba53c2..5cddaee 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Download

Latest release: - 20200524 + 20210524

From f75732df42a6bb94759d150a0becd348c5080b77 Mon Sep 17 00:00:00 2001 From: Paper Date: Sun, 9 Jun 2024 03:02:42 -0400 Subject: [PATCH 23/44] Update for 20240609 --- index.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index f86a80a..82a76da 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Download

Latest release: - 20240529 + 20240609

From 642c66ba780751fdebece7532e9bad4224b62dba Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 10 Jun 2024 03:36:08 -0400 Subject: [PATCH 24/44] css: prevent antialiasing when the logo is scaled this usually doesn't happen unless on mobile --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1f9cd5c..297d467 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ h1 { /*font-size: x-large;*/ font-weight: bold; text-align: center; + image-rendering: pixelated; } section h1 { border-top: 2px dotted rgb(124,88,68); text-align: center; position: relative; margin: 1.75rem 0 0; } From 2e3b8ee004c646b6a73875953afce783c1823f8d Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 10 Jun 2024 03:38:25 -0400 Subject: [PATCH 25/44] css: ... --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 297d467..f666295 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,6 @@ h1 { /*font-size: x-large;*/ font-weight: bold; text-align: center; - image-rendering: pixelated; } section h1 { border-top: 2px dotted rgb(124,88,68); text-align: center; position: relative; margin: 1.75rem 0 0; } @@ -21,6 +20,7 @@ section h1 span { position: relative; top: -.7em; background: rgb(179,147,120); img#logo { margin: 1rem auto; display: block; + image-rendering: pixelated; } section div { From c5bcef58b334c4302fe4899e4ae7d1a3730fa4e4 Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 14 Jun 2024 19:44:56 -0400 Subject: [PATCH 26/44] Update for 20240614 --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 82a76da..6c2b048 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Download

From 68c0ec92dab4ca3cbdfc0e50b1f0e5cc78fe09a8 Mon Sep 17 00:00:00 2001 From: Paper Date: Sun, 30 Jun 2024 16:12:31 +0100 Subject: [PATCH 27/44] Update for version 20240630 --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 6c2b048..ecdef27 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Download

From b7e5385f6f13d31b918c10496fa2771cdb3d0bd9 Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 9 Aug 2024 19:15:03 -0400 Subject: [PATCH 28/44] Update for version 20240809 --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ecdef27..018e316 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Download

From 6103f6168c6db80db362169b02e5b53e1fab4015 Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 9 Aug 2024 20:12:49 -0400 Subject: [PATCH 29/44] html: add Open Graph properties https://ogp.me/ --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 018e316..5113ed5 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,14 @@ Schism Tracker + + + + + + From f8e4ee5f8058cef82839a432136ecc6754b20157 Mon Sep 17 00:00:00 2001 From: Paper Date: Sun, 22 Sep 2024 20:19:48 -0400 Subject: [PATCH 30/44] update for 20240909 --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 5113ed5..6337897 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From e20f28b462bb9b043f40528a34fb52c6d398c941 Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 21 Oct 2024 02:28:58 -0400 Subject: [PATCH 31/44] update for 20241021 what's 9 + 10 --- index.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 6337897..e9cefe5 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From 204604a2de38f9c01fa849aa7d853d16afac3606 Mon Sep 17 00:00:00 2001 From: Paper Date: Thu, 26 Dec 2024 00:06:22 -0500 Subject: [PATCH 32/44] update for 20241225 --- index.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index e9cefe5..d5c0f28 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From a5475b955fd62f700a999ef0e656751b452ef8a9 Mon Sep 17 00:00:00 2001 From: Paper Date: Thu, 26 Dec 2024 02:34:16 -0500 Subject: [PATCH 33/44] update for 20241226 --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index d5c0f28..27a5550 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From de729dce2b3da1779621ad2800381211925c8f9c Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 3 Feb 2025 00:08:17 -0500 Subject: [PATCH 34/44] html: update for 20250202 --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 27a5550..419315c 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From 08bf4d8268cf71718d02df73dd249945a45282d1 Mon Sep 17 00:00:00 2001 From: Paper Date: Sat, 8 Feb 2025 23:51:42 -0500 Subject: [PATCH 35/44] Update for 20250208 --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 419315c..e00ebae 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From 4787fa17e8f5c876b7c35e8a2ac8e66d59d491f5 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 5 Mar 2025 20:48:19 -0500 Subject: [PATCH 36/44] Update for 20250305 --- index.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index e00ebae..f282bdc 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From 85a5810e22c204e4d3eac6c374eb1abafc60c4de Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 7 Mar 2025 03:18:13 -0500 Subject: [PATCH 37/44] Update for 20250307 --- index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index f282bdc..a377ec5 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From ce253fc1ad3a64cc9d1de8e11bc14060ecb4de36 Mon Sep 17 00:00:00 2001 From: Paper Date: Thu, 13 Mar 2025 23:35:10 -0400 Subject: [PATCH 38/44] Update for 20250313 --- index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index a377ec5..9756b97 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From 36247e0c9b6d7cf08098edffb2612667087893e3 Mon Sep 17 00:00:00 2001 From: Paper Date: Tue, 15 Apr 2025 19:54:06 -0400 Subject: [PATCH 39/44] Update for 20250415 --- index.html | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 9756b97..e136fea 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From d15a128cfc401336d75dfce10522e905582879bb Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 28 Jul 2025 10:56:52 -0400 Subject: [PATCH 40/44] Update for 20250728 --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index e136fea..daf121d 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From fa1d7bbb537000b78ca9f53dda6c7a6b7813403d Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 25 Aug 2025 22:53:38 -0400 Subject: [PATCH 41/44] Update for 20250825 --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index daf121d..e745778 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From a6d8289f780a7d5ed0cbf08e4cb4b7ddf9d1f9cf Mon Sep 17 00:00:00 2001 From: Paper Date: Tue, 14 Oct 2025 18:23:18 -0400 Subject: [PATCH 42/44] Update for 20251014 --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index e745778..79768fc 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Download

From b9f7a2ef1c1d9d86e6aed8cd4e35fbe6689e6abc Mon Sep 17 00:00:00 2001 From: Paper Date: Thu, 23 Oct 2025 20:59:22 -0400 Subject: [PATCH 43/44] *: spring cleaning! added a "community" section for the (new!) IRC channel and the de facto officially-unofficial Discord channel. the primary motivation is to not clutter up #openmpt with stuff about schism. people have actually tried joining #schism so I think it's a good pick for a channel name. I spread out all of the builds again, since it was admittedly kind of stupid to separate them all out into "sections" when that's only even relevant for Windows. --- index.html | 95 +++++++++++++++++++++++++++++------------------------- style.css | 5 +++ 2 files changed, 56 insertions(+), 44 deletions(-) diff --git a/index.html b/index.html index 79768fc..15a8709 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

Overview

successfully built for Windows, Mac OS X, Linux, FreeBSD, OpenBSD, AmigaOS, BeOS, and even the Wii. Schism - will most likely build on any architecture supported by GCC4 (e.g. + will most likely build on any architecture supported by GCC (e.g. alpha, m68k, arm, etc.) but it will probably not be as well-optimized on many systems.

@@ -47,7 +47,7 @@

Overview

-

Download

+

Downloads

+
+

Community

+
+

+ IRC: Join #schism on + Libera.Chat with your favorite IRC + client. +

+

+ Discord: The #schismtracker channel in + TARC is the + de facto channel for Schism Tracker. +

+
+
+

Development

@@ -130,6 +133,10 @@

Development

OS X, or Linux.

+

+ Found a bug or have a feature request? Post it on the + issue tracker. +

diff --git a/style.css b/style.css index f666295..cce2b09 100644 --- a/style.css +++ b/style.css @@ -55,3 +55,8 @@ code, pre { color: #449848; margin: 1rem; } + +/* Make the downloads list a bit less cramped */ +li { + margin-top: 0.1em; +} From 4a1c4726671de6eb9fdac4ed927ad23208060e1d Mon Sep 17 00:00:00 2001 From: Paper Date: Sun, 24 May 2026 17:27:27 -0400 Subject: [PATCH 44/44] update for 20260524 --- index.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 15a8709..ca391f5 100644 --- a/index.html +++ b/index.html @@ -51,49 +51,50 @@

Downloads