Skip to content

Commit 1daedda

Browse files
committed
Initial Commit
1 parent fa258b7 commit 1daedda

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed
24 KB
Loading
-244 KB
Loading

changelog.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<nav id="docs-nav" class="docs-nav navbar">
4848
<ul class="section-items list-unstyled nav flex-column pb-3">
4949
<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>Module Changelog</a></li>
50+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-2">Version 2.5.2</a></li>
5051
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-1">Version 2.5.1</a></li>
5152
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-0">Version 2.5.0</a></li>
5253
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-9">Version 2.4.9</a></li>
@@ -254,6 +255,22 @@
254255
<article class="docs-article" id="section-3">
255256
<h1 class="docs-heading">Changelog</h1>
256257

258+
<section class="docs-section" id="item-3-5-2">
259+
<h2 class="section-heading">Version 2.5.2 (February 7th 2025)</h2>
260+
<h5>- Temporarily disabled custom playlist images while I work on a fix, Psyonix did a lot of half-assed things to GFx stuff last update.</h5>
261+
<h5>- Removed the default <code>interface_auto_reset_inputs</code> setting in favor of the two new settings below.</h5>
262+
<h5>- Added a new setting <code>interface_reset_inputs_kickoff</code> that auto resets your input buffer before kickoffs.</h5>
263+
<h5>- Added a new setting <code>interface_reset_inputs_tabbing</code> that auto resets your input buffer when alt tabbing or when the games focus changes.</h5>
264+
<h5>- Added a "Draw" button for texture properties in the reflector window, which draws them on the canvas just like the texture browser.</h5>
265+
<h5>- Fixed special CodeRed titles, such as supporter and alpha tester, not being visible between steam players in online games.</h5>
266+
<h5>- Fixed the connections window not using proper hex escaped characters for strings when searching by epic name.</h5>
267+
<h5>- Fixed the <code>interface_auto_gg</code> setting typing in chat instead of using the actual quick chat message.</h5>
268+
<h5>- Fixed platform avatar textures sometimes showing up as fully black squares randomly in online games.</h5>
269+
<h5>- Bug fixes and optimizations to the loadout system related to loading and applying products.</h5>
270+
<h5>- Bug fixes and improvements related to the <code>scoreboard_steam_avatars</code> setting.</h5>
271+
<h5>- Minor improvements and fixes to various ImGui windows.</h5>
272+
</section>
273+
257274
<section class="docs-section" id="item-3-5-1">
258275
<h2 class="section-heading">Version 2.5.1 (February 3rd 2025)</h2>
259276
<h5>- Temporarily disabled custom player avatars while I work on a fix for them being destroyed randomly after scoring goals.</h5>

documentation.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,12 @@ <h3>Settings</h3>
11681168
<td>Value to automatically limit your fps to when not in focus.</td>
11691169
</tr>
11701170
<tr>
1171-
<th class="theme-bg-light"><b>interface_auto_reset_buffer &lttrue-false&gt</b></th>
1172-
<td>Automatically reset the player input buffer when alt-tabbing, as well as after a goal is scored.</td>
1171+
<th class="theme-bg-light"><b>interface_reset_inputs_kickoff &lttrue-false&gt</b></th>
1172+
<td>Automatically reset the player input buffer before kickoffs.</td>
1173+
</tr>
1174+
<tr>
1175+
<th class="theme-bg-light"><b>interface_reset_inputs_tabbing &lttrue-false&gt</b></th>
1176+
<td>Automatically reset the player input buffer when alt-tabbing.</td>
11731177
</tr>
11741178
<tr>
11751179
<th class="theme-bg-light"><b>interface_autoname_replays &lttrue-false&gt</b></th>

0 commit comments

Comments
 (0)