Changes in 1.5.2
From Multi Theft Auto: Wiki
MTA:SA Version | Changelogs |
---|---|
1.0 | 1.0.0 • 1.0.1 • 1.0.2 • 1.0.3 • 1.0.4 |
1.1 | 1.1.0 • 1.1.1 |
1.2 | 1.2.0 |
1.3 | 1.3.0 • 1.3.1 • 1.3.2 • 1.3.3 • 1.3.4 • 1.3.5 |
1.4 | 1.4.0 • 1.4.1 |
1.5 | 1.5.0 • 1.5.1 • 1.5.2 • 1.5.3 • 1.5.4 • 1.5.5 • 1.5.6 • 1.5.7 |
1.6 | 1.6.0 |
- Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php
- Full changelog: https://github.com/multitheftauto/mtasa-blue/commits/1.5.1?page=1
Main Additions / Changes
Scripting
Client
- Added createSearchLight, getSearchLightStartPosition, getSearchLightEndPosition, getSearchLightStartRadius, getSearchLightEndRadius, setSearchLightStartPosition, setSearchLightEndPosition, setSearchLightStartRadius, setSearchLightEndRadius
- Added setWindowFlashing
- Fixed position calculation in dxGetTexturePixels (thanks to tederis)
- Added UsingDepthBuffer flag to dxGetStatus
Server
- Added dbPrepareString
- Fixed Player.outputChat behaving incorrectly
- Added onPlayerACInfo and resendPlayerACInfo
- OOP tweaks and fixes
- Fixed colon cutting the message printed by assert and error
- Fixed loadstring and load not accepting UTF-8 strings with BOM
- Improved error handling for function parameter parsing
- Changed coroutine.resume to output errors by default
- Added https support for fetchRemote
Client
Client: Additions
- None yet
Client: Bugfixes & Changes
- Updated CEF (and underlying Chromium)
- Fixed player reconnecting under certain circumstances when downloading a file from an external webserver
- Fixed door/component desync on vehicle stream-in/out
- Fixed multiple major crashes
- Security fixes
Server
Server: Additions
- Added some Linux libraries to the MTA package to improve compatibility with old systems
- Added server verification logic
Server: Bugfixes & Changes
- Fixed input cursor causing server freezes
- Fixed refreshResources sometimes crashing the server
- Fixed file conflicts when a resource name contains square brackets
- Fixed Linux server startup error message formatting
- Improved version checks
Resources
- None yet
Editor
- None yet
Extra information
More detailed information available on Bug tracker Changelog and GitHub repositories: