[Changelog] Update changelog.

- Move "Add new nicknames for bots" to Changed section.
- Mention sv_network_fps fix.
- Shorten mention of iw4x_onelog fix.
- Mention custom map support.
This commit is contained in:
/dev/urandom 2017-06-05 00:32:37 +02:00
parent c42486ecd2
commit 894b666a7b
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -8,17 +8,18 @@ The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.
### Added ### Added
- Add basic clan tag support. Clan tag can be set via `clantag` dvar and currently will only be displayed on the in-game scoreboard.
- Add GSC download (request). - Add GSC download (request).
- Add new nicknames for bots. - Implement preliminary custom map support.
### Changed ### Changed
- Add new nicknames for bots.
- Default `sv_network_fps` to `1000` on dedicated game servers.
- Increase maximum FOV to 120. - Increase maximum FOV to 120.
### Fixed ### Fixed
- Fix `iw4x_onelog` dvar not working properly and instead being implemented via `g_log`. - Fix `iw4x_onelog` dvar.
- Fix server list only showing local servers by default instead of Internet servers. - Fix server list only showing local servers by default instead of Internet servers.
- Fix some deadlock situations on game shutdown. - Fix some deadlock situations on game shutdown.