Skip to content

Commit 15dc367

Browse files
committed
Initial Commit
1 parent 7c8553f commit 15dc367

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

changelog.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<nav id="docs-nav" class="docs-nav navbar">
6363
<ul class="section-items list-unstyled nav flex-column pb-3">
6464
<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>
65+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-5">Version 2.6.5</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-4">Version 2.6.4</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-3">Version 2.6.3</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-2">Version 2.6.2</a></li>
@@ -180,6 +181,14 @@
180181
<article class="docs-article" id="section-3">
181182
<h1 class="docs-heading">Changelog</h1>
182183

184+
<section class="docs-section" id="item-3-6-5">
185+
<h2 class="section-heading">Version 2.6.5 (May 13th 2025)</h2>
186+
<h5>- Added a new setting <code>imgui_reflector_no_tarray</code>, which disables reading from TArrays completely in the reflector window.</h5>
187+
<h5>- Fixed a crash with the reflector window related to calculating missed offsets for some specific structs.</h5>
188+
<h5>- Fixed the <code>imgui_reflector_no_read</code> setting not working in some scenarios.</h5>
189+
<h5>- Updated internal SDK to the latest version of Rocket League.</h5>
190+
</section>
191+
183192
<section class="docs-section" id="item-3-6-4">
184193
<h2 class="section-heading">Version 2.6.4 (May 9th 2025)</h2>
185194
<h5>- Renamed the texture browser window from <code>textures</code> to <code>texture_browser</code>.</h5>

documentation.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<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-tools"></i></span>Components</a></li>
7070
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-1">Dear ImGui</a></li>
7171
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-2">Key Bindings</a></li>
72-
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-3">Manager & Misc</a></li>
72+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-3">Miscellaneous</a></li>
7373
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-4"><span class="theme-icon-holder me-2"><i class="fas fa-box"></i></span>Modules</a></li>
7474
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-1">Database Manager</a></li>
7575
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-2">Freeplay Enhancements</a></li>
@@ -343,7 +343,11 @@ <h3>Settings</h3>
343343
</tr>
344344
<tr>
345345
<th class="theme-bg-light"><b>imgui_reflector_no_read &lttrue-false&gt</b></th>
346-
<td>Don't read property values when loading instances with the reflector window.</td>
346+
<td>Don't read any property values when loading instances with the reflector window.</td>
347+
</tr>
348+
<tr>
349+
<th class="theme-bg-light"><b>imgui_reflector_no_tarray &lttrue-false&gt</b></th>
350+
<td>Don't read from TArray properties when loading instances with the reflector window.</td>
347351
</tr>
348352
<tr>
349353
<th class="theme-bg-light"><b>imgui_reflector_object_limit &lt1-256&gt</b></th>
@@ -405,7 +409,7 @@ <h3>Commands</h3>
405409
</div>
406410
</section>
407411
<section class="docs-section" id="item-3-0-3">
408-
<h2 class="section-heading">Manager & Misc</h2>
412+
<h2 class="section-heading">Miscellaneous</h2>
409413
<h3>Commands</h3>
410414
<div class="table-responsive my-4">
411415
<table class="table table-bordered">
@@ -478,19 +482,19 @@ <h3>Settings</h3>
478482
<table class="table table-bordered">
479483
<tbody>
480484
<tr>
481-
<th class="theme-bg-light"><b>manager_debug_mode &lttrue-false&gt</b></th>
482-
<td>Enable/disable global debugging mode, logs extra info to the terminal.</td>
485+
<th class="theme-bg-light"><b>debug_mode &lttrue-false&gt</b></th>
486+
<td>Enable global debugging mode, logs extra info to the terminal.</td>
483487
</tr>
484488
<tr>
485-
<th class="theme-bg-light"><b>manager_purge_cache &lttrue-false&gt</b></th>
489+
<th class="theme-bg-light"><b>auto_purge_cache &lttrue-false&gt</b></th>
486490
<td>Automatically deletes old cache files from your web cache folder on game launch.</td>
487491
</tr>
488492
<tr>
489-
<th class="theme-bg-light"><b>manager_purge_dumps &lttrue-false&gt</b></th>
493+
<th class="theme-bg-light"><b>auto_purge_dumps &lttrue-false&gt</b></th>
490494
<td>Automatically deletes old crash dump files in your log folder on game launch.</td>
491495
</tr>
492496
<tr>
493-
<th class="theme-bg-light"><b>manager_purge_logs &lttrue-false&gt</b></th>
497+
<th class="theme-bg-light"><b>auto_purge_logs &lttrue-false&gt</b></th>
494498
<td>Automatically deletes old "Launch.log" backups in your log folder on game launch.</td>
495499
</tr>
496500
<tr>

0 commit comments

Comments
 (0)