Files
hugthegator.xyz/changelog.html
2024-10-12 17:04:07 -05:00

107 lines
6.7 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!--this is for web scrapers like duckduckgo, google, etc-->
<meta name="robots" content="index, follow">
<!--self explanatory-->
<meta name="description" content="I Wani Hug that Gator! is a choice-driven narrative about teenagers struggling to find their way. Help Inco, loser highschooler extraordinaire, navigate his budding friendships (and romance!) while surviving being the only human in a dinosaur-filled school.">
<meta name="keywords" content="game, snootgame, snoot game, olivia, olivia game, gator, snoot, game, goodbye volcano high, goodbye, volcano, high, parody, parody game, free software, libre software, GNU GPL, open source games">
<meta name="author" content="Cavemanon">
<!--og: stuff is facebook stuff, but still many scrapers look for it since it's basically a standard at this point.-->
<meta property="og:site_name" content="Cavemanon" >
<meta name="twitter:domain" property="twitter:domain" content="hugthegator.xyz">
<meta name="og:title" property="og:title" content="Cavemanon" >
<meta property="og:description" content="I Wani Hug that Gator! is a choice-driven narrative about teenagers struggling to find their way. Help Inco, loser highschooler extraordinaire, navigate his budding friendships (and romance!) while surviving being the only human in a dinosaur-filled school.">
<meta name="twitter:description" property="twitter:description" content="I Wani Hug that Gator! is a choice-driven narrative about teenagers struggling to find their way. Help Inco, loser highschooler extraordinaire, navigate his budding friendships (and romance!) while surviving being the only human in a dinosaur-filled school.">
<meta property="og:image" content="https://hugthegator.xyz/favicon.png">
<!--if people share your content on twitter, these images will format their url and look cool on twitter-->
<meta property="twitter:card" content="https://hugthegator.xyz/favicon.png">
<meta name="twitter:image:src" property="twitter:image:src" content="https://hugthegator.xyz/favicon.png">
<meta name="twitter:image" property="twitter:image" content="https://hugthegator.xyz/favicon.png">
<meta name="og:image:alt" property="og:image:alt" content="dubious little gator creature who participates in mischievous activities" >
<!--self explanatory-->
<meta property="og:url" content="https://hugthegator.xyz">
<meta property="og:type" content="website">
<title>I Wani Hug That Gator! - Changelog</title>
<!--External CSS sheets are not good for loading times and one day may be deprecated. Best we host all our CSS on our own.-->
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="characters.css">
</head>
<body>
<div class="app">
<!-- Header -->
<header>
<div class="logo-container">
<img src="img/BIGLOGO.png" alt="I Wani Hug that Gator!">
<div class="logo-flavor">
The Prehistoric Romance a million-and-one years in the making!
</div>
</div>
</header>
<main>
<nav>
<ul>
<li>
<a class="navigation-button" href="..">Home</a>
</li>
</ul>
</nav>
<h1>Changelog</h1>
<ul class="character-list-container">
<li class="changelog-item">
<div class="character-item__description">
<h2>v1.1.0</h2>
<ul>
<li><a href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public/pulls/4">Added Android port.</a></li>
<li><a href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public/pulls/4">Added Spanish translation.</a></li>
<li>Revised all 4 chapters:<ul>
<li>Fixed various punctuation, grammar, and spelling.</li>
<li>Added more cosmetic choices.</li>
<li>Reworded various sentences.</li>
<li>Re-wrote the Olivia and Vinny bonding scene.</li>
</ul></li>
<li>Replaced title screen music.</li>
<li>Replaced game icons with higher-res versions.</li>
<li>Updated Damien's front yard background.</li>
<li>Fixed shading in the pool dunking animation.</li>
<li>Lowered the default view of the metro animation.</li>
<li>Various small choreo tweaks.</li>
<li>Music changes after Inco sits back down with Olivia in Iadakan's class in chapter 3.</li>
<li>Added an easel prop when Inco and Olivia paint together in chapter 4.</li>
<li>Drawing Game QOL changes:<ul>
<li><a href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public/pulls/5">Drawing buttons are now smaller on PC.</a></li>
<li><a href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public/pulls/2">Added Ctrl Z support.</a></li>
<li><a href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public/pulls/5">Included an additional hint to hide the UI.</a></li>
<li><a href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public/pulls/5">When rolling back to the drawing game, there will be a skip button to prevent re-submitting a drawing.</a></li>
</ul></li>
</ul>
</div>
</li>
<li class="changelog-item">
<div class="character-item__description">
<h2>v1.0.0</h2>
<ul><li>Initial release</li></ul>
</div>
</li>
</ul>
</main>
</div>
</body>
</html>