Changes in 1.5.1: Difference between revisions

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


== Main Additions / Changes ==
== Main Additions / Changes ==
* None yet
* Fixed minor Windows 10 compatibility issues
* Fixed a bunch of crashes
* Introduced a [[Local_Scheme_Handler|new web scheme]] and deprecated the old mtalocal://
* Removed dependency on DirectPlay
* Updated dependencies (e.g. CEF and Google Breakpad)
* Added a few autofixes
* Code cleanups
* Sped up client disconnect
* Added resumable downloads to auto-updater


== Scripting ==
== Scripting ==
Line 12: Line 24:
*[[getCameraFieldOfView]]
*[[getCameraFieldOfView]]
*[[setBrowserAjaxHandler]]
*[[setBrowserAjaxHandler]]
*[[getBrowserVolume]]


==== Server ====
==== Server ====
Line 44: Line 57:


=== Server: Bugfixes & Changes ===
=== Server: Bugfixes & Changes ===
* None yet
* Added callback to [[requestBrowserDomains]]
* Added ignoreCache parameter to [[loadBrowserURL]]


== Resources ==
== Resources ==

Revision as of 17:25, 24 October 2015

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

  • Fixed minor Windows 10 compatibility issues
  • Fixed a bunch of crashes
  • Introduced a new web scheme and deprecated the old mtalocal://
  • Removed dependency on DirectPlay
  • Updated dependencies (e.g. CEF and Google Breakpad)
  • Added a few autofixes
  • Code cleanups
  • Sped up client disconnect
  • Added resumable downloads to auto-updater

Scripting

Scripting: New functions

Client

Server

  • None yet

Shared (Client & Server side)

  • None yet

Scripting: New Events

Client

  • None yet

Server

  • None yet

Scripting: Changes, Bugfixes and Additions

Client

Client: Additions

  • None yet

Client: Bugfixes & Changes

  • None yet

Server

Server: Additions

  • None yet

Server: Bugfixes & Changes

Resources

  • None yet

Editor

  • None yet

Extra information

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