Changes in 1.5.2: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Changelogs}}
{{Changelogs}}
__NOTOC__
__NOTOC__
1.5.2 was released on January 24, 2016.


* Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php
* Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php
Line 12: Line 13:
===Client===
===Client===
* Added [[createSearchLight]], [[getSearchLightStartPosition]], [[getSearchLightEndPosition]], [[getSearchLightStartRadius]], [[getSearchLightEndRadius]], [[setSearchLightStartPosition]], [[setSearchLightEndPosition]], [[setSearchLightStartRadius]], [[setSearchLightEndRadius]]
* 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 ===
=== Server ===
* Added [[dbPrepareString]]
* Added [[dbPrepareString]]
* Fixed ''Player.outputChat'' behaving incorrectly
* Fixed ''Player.outputChat'' behaving incorrectly
* Added [[onPlayerACInfo]] and [[resendPlayerACInfo]]


=== Shared (''Client & Server side'') ===
=== Shared (''Client & Server side'') ===
Line 22: Line 27:
* Fixed loadstring and load not accepting UTF-8 strings with BOM
* Fixed loadstring and load not accepting UTF-8 strings with BOM
* Improved error handling for function parameter parsing
* Improved error handling for function parameter parsing
 
* Changed ''coroutine.resume'' to output errors by default
=== Scripting: New Events ===
* Added https support for [[fetchRemote]]
 
==== Client ====
* 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
* Fixed position calculation in [[dxGetTexturePixels]] (thanks to tederis)
 
==== Server ====
* Added some Linux libraries to the MTA package to improve compatibility with old systems
 
=== Scripting: Changes, Bugfixes and Additions ===
 


== Client ==
== Client ==
Line 44: Line 36:


=== Client: Bugfixes & Changes ===
=== 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 ==


=== Server: Additions ===
=== Server: Additions ===
* Added SSL (HTTPS) support
* Added some Linux libraries to the MTA package to improve compatibility with old systems
* Added server verification logic


=== Server: Bugfixes & Changes ===
=== 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 ==
== Resources ==
Line 66: Line 67:


[[Category:Changelog]]
[[Category:Changelog]]
[[Category:Incomplete]]
 
[[en:Changes in 1.5.2]]
[[hu:Changes in 1.5.2]]

Latest revision as of 19:41, 29 December 2022

MTA:SA Releases Changelog Pages
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.01.3.11.3.21.3.31.3.41.3.5
1.4 1.4.01.4.1
1.5 1.5.01.5.11.5.21.5.31.5.41.5.51.5.61.5.71.5.81.5.9
1.6 1.6.01.6.1

1.5.2 was released on January 24, 2016.

Main Additions / Changes

Scripting

Client

Server

Shared (Client & Server side)

  • 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: