Skip to content

Commit a3192e1

Browse files
Deployed f77a00b with MkDocs version: 1.6.1
1 parent e38fdf8 commit a3192e1

File tree

145 files changed

+14405
-918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+14405
-918
lines changed

404.html

+87-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939

4040

41-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
42-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
41+
42+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&amp;display=fallback">
4343
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
4444

4545

@@ -168,12 +168,19 @@
168168
</label>
169169
<nav class="md-search__options" aria-label="Search">
170170

171+
<a href="javascript:void(0)" class="md-search__icon md-icon" title="Share" aria-label="Share" data-clipboard data-clipboard-text="" data-md-component="search-share" tabindex="-1">
172+
173+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66 0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91A2.92 2.92 0 0 0 18 16.08"/></svg>
174+
</a>
175+
171176
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
172177

173178
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
174179
</button>
175180
</nav>
176181

182+
<div class="md-search__suggest" data-md-component="search-suggest"></div>
183+
177184
</form>
178185
<div class="md-search__output">
179186
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
@@ -445,6 +452,8 @@
445452

446453

447454

455+
456+
448457

449458

450459

@@ -579,7 +588,7 @@ <h1>404 - Not found</h1>
579588
<div class="md-copyright">
580589

581590
<div class="md-copyright__highlight">
582-
© Team MSRebirth. Goldsource & Half-Life are trademarks of Valve Corporation. Website is under Unlicensed license
591+
© Team MSRebirth. Goldsource & Half-Life are trademarks of Valve Corporation. Website is under Unlicensed license - <a href="#__consent">Change cookie settings</a>
583592
</div>
584593

585594

@@ -639,7 +648,81 @@ <h1>404 - Not found</h1>
639648
<div class="md-progress" data-md-component="progress" role="progressbar"></div>
640649

641650

642-
<script id="__config" type="application/json">{"base": "/", "features": ["toc.follow", "toc.integrate", "navigation.instant", "navigation.instant.progress", "navigation.top", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky", "navigation.prune", "navigation.indexes", "content.action.edit", "content.action.view", "content.code.copy", "content.code.select", "content.code.annotate"], "search": "/assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
651+
<div class="md-consent" data-md-component="consent" id="__consent" hidden>
652+
<div class="md-consent__overlay"></div>
653+
<aside class="md-consent__inner">
654+
<form class="md-consent__form md-grid md-typeset" name="consent">
655+
656+
657+
658+
659+
660+
661+
662+
663+
664+
665+
<h4>Cookie consent</h4>
666+
<p>We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.</p>
667+
<input class="md-toggle" type="checkbox" id="__settings" >
668+
<div class="md-consent__settings">
669+
<ul class="task-list">
670+
671+
672+
673+
674+
675+
676+
<li class="task-list-item">
677+
<label class="task-list-control">
678+
<input type="checkbox" name="analytics" >
679+
<span class="task-list-indicator"></span>
680+
Google Analytics
681+
</label>
682+
</li>
683+
684+
685+
686+
687+
688+
689+
<li class="task-list-item">
690+
<label class="task-list-control">
691+
<input type="checkbox" name="github" checked>
692+
<span class="task-list-indicator"></span>
693+
GitHub
694+
</label>
695+
</li>
696+
697+
</ul>
698+
</div>
699+
<div class="md-consent__controls">
700+
701+
702+
<button class="md-button md-button--primary">Accept</button>
703+
704+
705+
706+
707+
708+
709+
710+
<label class="md-button" for="__settings">Manage settings</label>
711+
712+
713+
714+
715+
<button type="reset" class="md-button md-button--primary">Reject</button>
716+
717+
718+
719+
</div>
720+
</form>
721+
</aside>
722+
</div>
723+
<script>var consent=__md_get("__consent");if(consent)for(var input of document.forms.consent.elements)input.name&&(input.checked=consent[input.name]||!1);else"file:"!==location.protocol&&setTimeout((function(){document.querySelector("[data-md-component=consent]").hidden=!1}),250);var form=document.forms.consent;for(var action of["submit","reset"])form.addEventListener(action,(function(e){if(e.preventDefault(),"reset"===e.type)for(var n of document.forms.consent.elements)n.name&&(n.checked=!1);__md_set("__consent",Object.fromEntries(Array.from(new FormData(form).keys()).map((function(e){return[e,!0]})))),location.hash="",location.reload()}))</script>
724+
725+
<script id="__config" type="application/json">{"base": "/", "features": ["toc.follow", "toc.integrate", "navigation.instant", "navigation.instant.progress", "navigation.top", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky", "navigation.prune", "navigation.indexes", "content.action.edit", "content.action.view", "content.code.copy", "content.code.select", "content.code.annotate", "search.suggest", "search.highlight", "search.share"], "search": "/assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
643726

644727

645728
<script src="/assets/javascripts/bundle.f1b6f286.min.js"></script>

Developer-Knowledge-Articles/Archived-MSC-Patchnotes/2011_JUNa/index.html

+85-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545

4646

47-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
48-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
47+
48+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&amp;display=fallback">
4949
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
5050

5151

@@ -179,12 +179,19 @@
179179
</label>
180180
<nav class="md-search__options" aria-label="Search">
181181

182+
<a href="javascript:void(0)" class="md-search__icon md-icon" title="Share" aria-label="Share" data-clipboard data-clipboard-text="" data-md-component="search-share" tabindex="-1">
183+
184+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66 0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91A2.92 2.92 0 0 0 18 16.08"/></svg>
185+
</a>
186+
182187
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
183188

184189
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
185190
</button>
186191
</nav>
187192

193+
<div class="md-search__suggest" data-md-component="search-suggest"></div>
194+
188195
</form>
189196
<div class="md-search__output">
190197
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
@@ -1231,6 +1238,8 @@
12311238

12321239

12331240

1241+
1242+
12341243

12351244

12361245

@@ -1516,7 +1525,7 @@ <h2 id="new-critters">New Critters:</h2>
15161525
<div class="md-copyright">
15171526

15181527
<div class="md-copyright__highlight">
1519-
© Team MSRebirth. Goldsource & Half-Life are trademarks of Valve Corporation. Website is under Unlicensed license
1528+
© Team MSRebirth. Goldsource & Half-Life are trademarks of Valve Corporation. Website is under Unlicensed license - <a href="#__consent">Change cookie settings</a>
15201529
</div>
15211530

15221531

@@ -1576,7 +1585,79 @@ <h2 id="new-critters">New Critters:</h2>
15761585
<div class="md-progress" data-md-component="progress" role="progressbar"></div>
15771586

15781587

1579-
<script id="__config" type="application/json">{"base": "../../..", "features": ["toc.follow", "toc.integrate", "navigation.instant", "navigation.instant.progress", "navigation.top", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky", "navigation.prune", "navigation.indexes", "content.action.edit", "content.action.view", "content.code.copy", "content.code.select", "content.code.annotate"], "search": "../../../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
1588+
<div class="md-consent" data-md-component="consent" id="__consent" hidden>
1589+
<div class="md-consent__overlay"></div>
1590+
<aside class="md-consent__inner">
1591+
<form class="md-consent__form md-grid md-typeset" name="consent">
1592+
1593+
1594+
1595+
1596+
1597+
1598+
1599+
1600+
<h4>Cookie consent</h4>
1601+
<p>We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.</p>
1602+
<input class="md-toggle" type="checkbox" id="__settings" >
1603+
<div class="md-consent__settings">
1604+
<ul class="task-list">
1605+
1606+
1607+
1608+
1609+
1610+
1611+
<li class="task-list-item">
1612+
<label class="task-list-control">
1613+
<input type="checkbox" name="analytics" >
1614+
<span class="task-list-indicator"></span>
1615+
Google Analytics
1616+
</label>
1617+
</li>
1618+
1619+
1620+
1621+
1622+
1623+
1624+
<li class="task-list-item">
1625+
<label class="task-list-control">
1626+
<input type="checkbox" name="github" checked>
1627+
<span class="task-list-indicator"></span>
1628+
GitHub
1629+
</label>
1630+
</li>
1631+
1632+
</ul>
1633+
</div>
1634+
<div class="md-consent__controls">
1635+
1636+
1637+
<button class="md-button md-button--primary">Accept</button>
1638+
1639+
1640+
1641+
1642+
1643+
1644+
1645+
<label class="md-button" for="__settings">Manage settings</label>
1646+
1647+
1648+
1649+
1650+
<button type="reset" class="md-button md-button--primary">Reject</button>
1651+
1652+
1653+
1654+
</div>
1655+
</form>
1656+
</aside>
1657+
</div>
1658+
<script>var consent=__md_get("__consent");if(consent)for(var input of document.forms.consent.elements)input.name&&(input.checked=consent[input.name]||!1);else"file:"!==location.protocol&&setTimeout((function(){document.querySelector("[data-md-component=consent]").hidden=!1}),250);var form=document.forms.consent;for(var action of["submit","reset"])form.addEventListener(action,(function(e){if(e.preventDefault(),"reset"===e.type)for(var n of document.forms.consent.elements)n.name&&(n.checked=!1);__md_set("__consent",Object.fromEntries(Array.from(new FormData(form).keys()).map((function(e){return[e,!0]})))),location.hash="",location.reload()}))</script>
1659+
1660+
<script id="__config" type="application/json">{"base": "../../..", "features": ["toc.follow", "toc.integrate", "navigation.instant", "navigation.instant.progress", "navigation.top", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky", "navigation.prune", "navigation.indexes", "content.action.edit", "content.action.view", "content.code.copy", "content.code.select", "content.code.annotate", "search.suggest", "search.highlight", "search.share"], "search": "../../../assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
15801661

15811662

15821663
<script src="../../../assets/javascripts/bundle.f1b6f286.min.js"></script>

0 commit comments

Comments
 (0)