From 9173d4097e50fba446af2897999287ec02347d17 Mon Sep 17 00:00:00 2001 From: deploy Date: Fri, 5 Jun 2026 04:57:39 +0000 Subject: [PATCH] line shit --- web/views/timeline.ejs | 96 ++++++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 45 deletions(-) diff --git a/web/views/timeline.ejs b/web/views/timeline.ejs index c531fd5..e190aab 100644 --- a/web/views/timeline.ejs +++ b/web/views/timeline.ejs @@ -129,6 +129,7 @@ .timeline-node:nth-child(10) { grid-area: 4 / 3; } .timeline-node:nth-child(11) { grid-area: 4 / 2; } .timeline-node:nth-child(12) { grid-area: 4 / 1; } + .timeline-node:nth-child(13) { grid-area: 5 / 1; } } .timeline-card { @@ -187,12 +188,12 @@ line); only the inner card fades in. This prevents the line from being visible through the semi-transparent card during the fade-in. */ #scroll-hint { + display: none; position: fixed; bottom: 3.5rem; left: 50%; transform: translateX(-50%); z-index: 50; - display: flex; flex-direction: column; align-items: center; gap: 0.6rem; @@ -306,12 +307,35 @@ +
+
+
+
+
+ 02 · Scoreboards + August 2024 +
+

The First Logs

+

+ The original use for the bot was automating codeblock (diff) scoreboards + with red and green lines. You'd run a command, manually input how many of + each type there were, and it would update the message above. Zero tracking, + zero automation. The style was heavily influenced by TheH0G (Cade) and + progavman (Prog), who I met in SNLK. +

+ +
+
+
+
- 02 · Rebrand + 03 · Rebrand October 2024

Becoming SREBOT

@@ -331,7 +355,7 @@
- 03 · Alliance + 04 · Alliance January 2025

Lux_ and Our Contributions to Each Other

@@ -352,7 +376,7 @@
- 04 · Parser + 05 · Parser February 2025

Frovy Opens the Door

@@ -373,7 +397,7 @@
- 05 · Logs + 06 · Logs March 2025

LivingTheDagor and the New Parser

@@ -394,7 +418,7 @@
- 06 · Momentum + 07 · Momentum July 2025

Word Gets Around

@@ -414,7 +438,7 @@
- 07 · Website + 08 · Website August 2025

Clippi Builds the Website

@@ -433,17 +457,18 @@
-
+
- 08 · Partnership - January 2026 + 09 · Paths + November 2025
-

Teaming Up with Spectra

+

Flexcoral's Heatmaps

- The sheer volume of requests to Gaijin forces a change of approach. SREBOT - consolidates and partners with Spectra to receive games directly, instead of - downloading and parsing every match on its own. + While attempting to revive the WT Heatmaps project, Flexcoral (with help from a + developer-operated research group) figured out rendering of the minimaps and + player paths from replay data, later publishing his own parsing and rendering + implementations that we based our current methods off of.