Changes in 1.5.2: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Changelogs}} __NOTOC__ * Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php * Full changelog: https://github.com/multitheftauto/mtasa-blue/commits/1.5.1?page=1 ...")
 
No edit summary
Line 10: Line 10:
== Scripting ==
== Scripting ==


=== Scripting: New functions ===
===Client===
* Added [[createSearchLight]], [[getSearchLightStartPosition]], [[getSearchLightEndPosition]], [[getSearchLightStartRadius]], [[getSearchLightEndRadius]], [[setSearchLightStartPosition]], [[setSearchLightEndPosition]], [[setSearchLightStartRadius]], [[setSearchLightEndRadius]]


====Client====
=== Server ===
* Added [[dbPrepareString]]
* Fixed ''Player.outputChat'' behaving incorrectly


 
=== Shared (''Client & Server side'') ===
==== Server ====
* 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
==== Shared (''Client & Server side'') ====
* Improved error handling for function parameter parsing


=== Scripting: New Events ===
=== Scripting: New Events ===


==== Client ====
==== Client ====
* None yet
* 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 ====
==== Server ====
* None yet
* Added some Linux libraries to the MTA package to improve compatibility with old systems


=== Scripting: Changes, Bugfixes and Additions ===
=== Scripting: Changes, Bugfixes and Additions ===
Line 42: Line 49:


=== Server: Additions ===
=== Server: Additions ===
* None yet
* Added SSL (HTTPS) support


=== Server: Bugfixes & Changes ===
=== Server: Bugfixes & Changes ===

Revision as of 16:35, 14 January 2016

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


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

Scripting: New Events

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

  • None yet

Client: Bugfixes & Changes

Server

Server: Additions

  • Added SSL (HTTPS) support

Server: Bugfixes & Changes

Resources

  • None yet

Editor

  • None yet

Extra information

More detailed information available on Bug tracker Changelog and GitHub repositories: