Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Apr 5, 2024
1 parent 7496ae2 commit 1fb3ac0
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
Binary file modified assets/images/previews/dashboard-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/windows/dashboard-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/windows/obs-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<nav id="docs-nav" class="docs-nav navbar">
<ul class="section-items list-unstyled nav flex-column pb-3">
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-3"><span class="theme-icon-holder me-2"><i class="fas fa-book"></i></span>Changelog (Beta)</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-9">Version 2.0.9</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-8">Version 2.0.8</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-7">Version 2.0.7</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-6">Version 2.0.6</a></li>
Expand Down Expand Up @@ -165,6 +166,7 @@
<li class="nav-item"><a class="nav-link scrollto" href="#item-2-0-1">Version 1.0.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-2-0-0">Version 1.0.0</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-1"><span class="theme-icon-holder me-2"><i class="fas fa-rocket"></i></span>Launcher Changelog</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-3-5">Version 1.3.5</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-3-4">Version 1.3.4</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-3-3">Version 1.3.3</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-3-2">Version 1.3.2</a></li>
Expand Down Expand Up @@ -209,6 +211,16 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog (Beta)</h1>

<section class="docs-section" id="item-3-0-9">
<h2 class="section-heading">Version 2.0.9 (April 5th 2024)</h2>
<h5>- Added basic OBS integration for its text source "read from file" option, see the new "obs" window for all available options.</h5>
<h5>- Fixed the show playlist populations setting sometimes showing up as zero players online.</h5>
<h5>- Fixed an issue with ImGui not appearing sometimes after alt-tabbing in fullscreen mode.</h5>
<h5>- Fixed your CodeRed profile restoring to their original one after after alt-tabbing in fullscreen mode.</h5>
<h5>- Fixed the <code>matchmaking_select_region</code> command missing the new us central option.</h5>
<h5>- Trying another experimental fix for the random loading screen crash (needs testing).</h5>
</section>

<section class="docs-section" id="item-3-0-8">
<h2 class="section-heading">Version 2.0.8 (March 29th 2024)</h2>
<h5>- Fixed your boost resetting to default if you had the same one selected both in CodeRed and in-game.</h5>
Expand Down Expand Up @@ -1359,6 +1371,12 @@ <h5>- First public alpha pre-release, no changes to provide.</h5>
<article class="docs-article" id="section-1">
<h1 class="docs-heading">Launcher Changelog</h1>

<section class="docs-section" id="item-1-3-5">
<h2 class="section-heading">Version 1.3.5 (April 3rd 2024)</h2>
<h5>- Hid the news tab temporarily, as Psyonix is now blocking automatic requests to their site.</h5>
<h5>- Internal code improvements, as well as changed some naming standards.</h5>
</section>

<section class="docs-section" id="item-1-3-4">
<h2 class="section-heading">Version 1.3.4 (February 28th 2024)</h2>
<h5>- Fixed the author header in the news tab not displaying names correctly, as well as titles being too long.</h5>
Expand Down
19 changes: 14 additions & 5 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-11">Texture Browser</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-12">Thumbnail Renderer</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-13">Clock</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-14">OBS Controls</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-6"><span class="theme-icon-holder me-2"><i class="fas fa-lightbulb"></i></span>FAQs</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-1">What Is CodeRed</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-2">Is It bannable</a></li>
Expand Down Expand Up @@ -326,10 +327,6 @@ <h3>Commands</h3>
<th class="theme-bg-light"><b>keys_create_sequence</b></th>
<td>Binds a sequence of multiple commands to your own custom alias/command with the given arguments.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>keys_print_actions</b></th>
<td>Prints all, categories, and commands for key bindings to the terminal.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>keys_rage_quits</b></th>
<td>Enable the use of "Alt+F4" to close the game.</td>
Expand Down Expand Up @@ -1104,7 +1101,7 @@ <h3>Settings</h3>
</tr>
<tr>
<th class="theme-bg-light"><b>interface_auto_reset_buffer &lttrue-false&gt</b></th>
<td>Automatically reset the players input buffer when alt-tabbing, as well as before kickoffs.</td>
<td>Automatically reset the players input buffer when alt-tabbing, as well as after a goal is scored.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>interface_autoname_replays &lttrue-false&gt</b></th>
Expand Down Expand Up @@ -2076,6 +2073,18 @@ <h4>Window Name: <code>clock</code></h4>
</div>
</div>
</section>

<section class="docs-section" id="item-5-14">
<h2 class="section-heading">OBS Controls</h2>
<h4>Window Name: <code>obs</code></h4>
<p>The OBS window allows for OBS's integration via its text source "read from file" option, you can toggle off an on any specific value listed and it will update in real time.</p>

<div class="simplelightbox-gallery row mb-3">
<div class="col-12 col-md-4 mb-3">
<a href="assets/images/windows/obs-1.png"><img class="figure-img img-fluid shadow rounded" src="assets/images/windows/obs-1.png" alt="" title=""/></a>
</div>
</div>
</section>
</article>

<article class="docs-article" id="section-6">
Expand Down

0 comments on commit 1fb3ac0

Please sign in to comment.