mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
42 lines
2.9 KiB
Markdown
42 lines
2.9 KiB
Markdown
|
# 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]
|
||
|
|
||
|
### 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)
|
||
|
- Steam Files causing "Outdated Game Files" error. [#39](https://github.com/XLabsProject/s1x-client/issues/39)
|
||
|
- 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))
|
||
|
|
||
|
[Unreleased]: https://github.com/XLabsProject/s1x-client/compare/v0.0.1...HEAD
|