From 179a9fa05a0f5d7241de5d6f6d6bbd82692f2f17 Mon Sep 17 00:00:00 2001 From: Mikhail Kurinnoi Date: Sun, 27 Nov 2022 18:27:14 +0300 Subject: [PATCH] Update CHANGELOG.md with version 1.4.2 changes. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cccf5d29..8b0020c6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# Version 1.4.2 + +### Overall changes: + +- Added Spanish language translation, thanks to Juan Francisco Astudillo Palacios. +- Added Turkish language translation, thanks to p1p2r. +- Corrected German language translation, thanks to Jürgen Buchmüller and Michael Lauenburger. +- Corrected Polish language translation, thanks to Dawid Stuchlak. +- Fixed shader button's behaviour in Option menu. +- Fixed pirate ships angle in Mission 2. +- Fixed TimeSheet work, made script work predictable at any FPS. +- Fixed guns rotation logic. +- Fixed Mission List menu scroll bar issue. +- Fixed Windows 64bit binary segmentation fault at start. + +### Overall code changes: + +- 3D objects rendering code optimized, minor corrected shaders. +- Pirate turrets code optimized. +- NPC flares code optimized. +- All code comments translated into English. +- Fixed compilation warnings. + # Version 1.4.1 ### Overall changes: