You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,29 @@ New updates are added as a h2 header (`##`) above the previous version (meaning
6
6
We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is the undoubtedly best format for version formatting, please use it for your own projects.
7
7
8
8
9
+
## 0.1.0-rc4
10
+
+ Added cl_mute_all_comms "1" to section 0.0
11
+
+ Added missing in-line documentation for a handful of convars/commands
12
+
+ Added a handful of networking optimisations from various online sources and valve's developer docs
13
+
+ Enabled sv_lan "1";
14
+
+ Changed engine_no_foucs_sleep time to 1ms which should result in much higher fps and tickrates while tabbed out
15
+
+ Set the maximum number of dropped packets to 0 and increased the max uploaded file size to 64mb
16
+
+ Added a handful of graphical/performance optimisations to section 2.1
17
+
+ Added additional mastercomfig sound settings not included in sound=ultra but in comfig.cfg
18
+
+ Added a variety of HUD tweaks including disabling achievements and speeding up animations
19
+
+ Added sv_motd_unload_on_dismissal "1"; to free up a tiny amount of RAM
20
+
+ Added bugreporter_uploadasync "1"; to alleviate lag spikes when uploading bug reports
21
+
+ Added "record fix; stop;" and snd_restart; to reset/refresh states section 9.1
22
+
* Fixed some missing semicolons
23
+
* Fixed some spaces missing and some extra ones causing comments to be misaligned
24
+
* Remove showmapinfo bind and replaced it with a second say_party bind
25
+
* Shuffled around some config values to make them more aesthetically pleasing
26
+
* Moved hud_reloadscheme to saving section 9.2
27
+
28
+
- Removed video.txt
29
+
- Removed old 3.3.7 knife aliases
30
+
31
+
9
32
## 0.1.0-rc3
10
33
+ Added sv_steamblockcheck "4" to avoid playing with any players you have blocked
0 commit comments