2021-04-07 09:45:20 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
## [Unreleased]
2021-04-26 09:50:35 +02:00
## [v1.0.1] - 2021-04-26
2021-04-25 20:37:37 +02:00
### Added
- Move the chat [#99 ](https://github.com/XLabsProject/s1x-client/issues/99 )
- Reduce AntiVirus false positives [#127 ](https://github.com/XLabsProject/s1x-client/issues/127 )
2021-04-26 08:15:39 +02:00
- Increase timeout time (when connecting?) [#139 ](https://github.com/XLabsProject/s1x-client/issues/139 )
2021-04-25 20:37:37 +02:00
### Fixed
- Campaign fails to launch in new debug builds [#116 ](https://github.com/XLabsProject/s1x-client/issues/116 )
2021-04-25 20:52:57 +02:00
- VirtualLobby firing range FOV/FOV scale messed up [#135 ](https://github.com/XLabsProject/s1x-client/issues/135 )
2021-04-25 20:37:37 +02:00
### Pull Requests
- Update scripting [#95 ](https://github.com/XLabsProject/s1x-client/pull/95 ) ([@Joelrau](https://github.com/Joelrau))
- Fixed hooks in set dvars [#100 ](https://github.com/XLabsProject/s1x-client/pull/100 ) ([@diamante0018](https://github.com/diamante0018))
- hooked dvar register vector2, modified cg_hudChatPosition and matched... [#103 ](https://github.com/XLabsProject/s1x-client/pull/103 ) ([@diamante0018](https://github.com/diamante0018))
- I missed flags in vector 2 yesterday. [#110 ](https://github.com/XLabsProject/s1x-client/pull/110 ) ([@diamante0018](https://github.com/diamante0018))
- use dvar flags enum everywhere for extra clarity and cohesion. also s... [#115 ](https://github.com/XLabsProject/s1x-client/pull/115 ) ([@diamante0018](https://github.com/diamante0018))
- Update patches.cpp [#119 ](https://github.com/XLabsProject/s1x-client/pull/119 ) ([@diamante0018](https://github.com/diamante0018))
- /reconnect changes [#122 ](https://github.com/XLabsProject/s1x-client/pull/122 ) ([@mjkzy](https://github.com/mjkzy))
- Use custom fov/fovscale when virtual lobby is enabled. [#133 ](https://github.com/XLabsProject/s1x-client/pull/133 ) ([@Joelrau](https://github.com/Joelrau))
- filter. (tested on mp) [#134 ](https://github.com/XLabsProject/s1x-client/pull/134 ) ([@diamante0018](https://github.com/diamante0018))
- reverted to old if statement [#136 ](https://github.com/XLabsProject/s1x-client/pull/136 ) ([@diamante0018](https://github.com/diamante0018))
2021-04-25 20:52:57 +02:00
- Fix firing range fov [#137 ](https://github.com/XLabsProject/s1x-client/pull/137 ) ([@Joelrau](https://github.com/Joelrau))
2021-04-26 08:15:39 +02:00
- Don't patch virtuallobby if game isn't multiplayer [#138 ](https://github.com/XLabsProject/s1x-client/pull/138 ) ([@Joelrau](https://github.com/Joelrau))
2021-04-25 20:37:37 +02:00
2021-04-20 10:19:30 +02:00
## [v1.0.0] - 2021-04-20
2021-04-19 17:38:23 +02:00
### Added
- Uncheat protect safeArea & give SAVED flags [#75 ](https://github.com/XLabsProject/s1x-client/issues/75 )
- Create unified logging interface [#78 ](https://github.com/XLabsProject/s1x-client/issues/78 )
### Fixed
- Input is lagging in fullscreen mode [#69 ](https://github.com/XLabsProject/s1x-client/issues/69 )
- GUID changing upon game restart [#74 ](https://github.com/XLabsProject/s1x-client/issues/74 )
- Duplicated GUIDs [#90 ](https://github.com/XLabsProject/s1x-client/issues/90 )
- Serverlist connect issue [#92 ](https://github.com/XLabsProject/s1x-client/issues/92 )
### Pull Requests
- discord presence final commit [#66 ](https://github.com/XLabsProject/s1x-client/pull/66 ) ([@mjkzy](https://github.com/mjkzy))
- Feature/scripting [#70 ](https://github.com/XLabsProject/s1x-client/pull/70 ) ([@Joelrau](https://github.com/Joelrau))
- Feature/quaK [#81 ](https://github.com/XLabsProject/s1x-client/pull/81 ) ([@Joelrau](https://github.com/Joelrau))
- unlock safeArea [#82 ](https://github.com/XLabsProject/s1x-client/pull/82 ) ([@mjkzy](https://github.com/mjkzy))
- hot fix safe area [#83 ](https://github.com/XLabsProject/s1x-client/pull/83 ) ([@mjkzy](https://github.com/mjkzy))
2021-04-07 20:55:58 +02:00
## [v0.0.2] - 2021-04-07
2021-04-07 09:45:20 +02:00
### Added
- Offline mode [#19 ](https://github.com/XLabsProject/s1x-client/issues/19 )
- Rewrite demonware emulator [#20 ](https://github.com/XLabsProject/s1x-client/issues/20 )
- Add a way to disable auto restart on crashes. [#58 ](https://github.com/XLabsProject/s1x-client/issues/58 )
### Fixed
- Investigate performance issues [#11 ](https://github.com/XLabsProject/s1x-client/issues/11 )
- Map command ingame [#13 ](https://github.com/XLabsProject/s1x-client/issues/13 )
- Replicated dvars are reset upon map start/restart [#14 ](https://github.com/XLabsProject/s1x-client/issues/14 )
- Process sometimes doesn't exit [#17 ](https://github.com/XLabsProject/s1x-client/issues/17 )
2021-04-07 09:53:39 +02:00
- Steam Files causing Outdated Game Files error. [#39 ](https://github.com/XLabsProject/s1x-client/issues/39 )
2021-04-07 09:45:20 +02:00
- Killcam Lags/Skips [#53 ](https://github.com/XLabsProject/s1x-client/issues/53 )
### Pull Requests
- More cleanup [#1 ](https://github.com/XLabsProject/s1x-client/pull/1 ) ([@OneFourOne](https://github.com/OneFourOne))
- Quick README change [#2 ](https://github.com/XLabsProject/s1x-client/pull/2 ) ([@ChxseH](https://github.com/ChxseH))
- fix typo [#3 ](https://github.com/XLabsProject/s1x-client/pull/3 ) ([@OneFourOne](https://github.com/OneFourOne))
- Fix Joelrau/s1-mod#9 [#5 ](https://github.com/XLabsProject/s1x-client/pull/5 ) ([@fedddddd](https://github.com/fedddddd))
- Unlock everything and re-enable virtuallobby [#24 ](https://github.com/XLabsProject/s1x-client/pull/24 ) ([@Joelrau](https://github.com/Joelrau))
- Add listassetpool, consoleList, fix various problems [#32 ](https://github.com/XLabsProject/s1x-client/pull/32 ) ([@iAmThatMichael](https://github.com/iAmThatMichael))
- Allow kbam while gamepad is enabled & Logger stuff [#33 ](https://github.com/XLabsProject/s1x-client/pull/33 ) ([@Joelrau](https://github.com/Joelrau))
- add discord presence [#36 ](https://github.com/XLabsProject/s1x-client/pull/36 ) ([@mjkzy](https://github.com/mjkzy))
- Minor fixes [#40 ](https://github.com/XLabsProject/s1x-client/pull/40 ) ([@Joelrau](https://github.com/Joelrau))
- Uploading new artworks + resources [#41 ](https://github.com/XLabsProject/s1x-client/pull/41 ) ([@sortileges](https://github.com/sortileges))
- Make it possible to open the client without console [#45 ](https://github.com/XLabsProject/s1x-client/pull/45 ) ([@Joelrau](https://github.com/Joelrau))
- Fix slowmotion on dedicated [#54 ](https://github.com/XLabsProject/s1x-client/pull/54 ) ([@Joelrau](https://github.com/Joelrau))
- Discord RPC - party size + party size max [#59 ](https://github.com/XLabsProject/s1x-client/pull/59 ) ([@mjkzy](https://github.com/mjkzy))
2021-04-07 20:55:18 +02:00
- discord presence - host name address [#64 ](https://github.com/XLabsProject/s1x-client/pull/64 ) ([@mjkzy](https://github.com/mjkzy))
2021-04-07 09:45:20 +02:00
2021-04-26 09:50:35 +02:00
[Unreleased]: https://github.com/XLabsProject/s1x-client/compare/v1.0.1...HEAD
[v1.0.1]: https://github.com/XLabsProject/s1x-client/compare/v1.0.0...v1.0.1
2021-04-20 10:19:30 +02:00
[v1.0.0]: https://github.com/XLabsProject/s1x-client/compare/v0.0.2...v1.0.0
2021-04-07 20:55:58 +02:00
[v0.0.2]: https://github.com/XLabsProject/s1x-client/compare/75b6d04895a2da346ca9eba5352b300f4926b6c5...v0.0.2