Changes in 1.5.7: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
Line 14: Line 14:
<section show="false">
<section show="false">
These are some statistics since the [[Changes in 1.5.6|previous release]].
These are some statistics since the [[Changes in 1.5.6|previous release]].
* This is the '''24<sup>th</sup>''' 1.x.x release, planned to be released 1.12.2018
* This is the '''24<sup>th</sup>''' 1.x.x release, planned to be released x.x.2019
* '''{{date difference|2018|9|6}}''' days
* '''{{date difference|2018|9|6}}''' days
* '''8''' new functions
* '''11''' new functions
* '''0''' new events
* '''3''' new events
* '''0''' deprecations
* '''0''' deprecations
* '''3+''' bug fixes and changes
* '''7+''' bug fixes and changes
* '''28''' commits ([https://github.com/multitheftauto/mtasa-blue/compare/1.5.6...master see comparison])
* '''174''' commits ([https://github.com/multitheftauto/mtasa-blue/compare/1.5.6...master see comparison])
* '''0''' new open Mantis issues
* '''0''' new open Mantis issues
* '''0''' resolved Mantis issues
* '''0''' resolved Mantis issues
* '''2''' closed Mantis issues
* '''2''' closed Mantis issues
* '''28''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+created%3A%3E2018-09-06 see list])
* '''234''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+created%3A%3E2018-09-06 see list])
* '''0''' resolved GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+milestone%3A1.5.7+created%3A%3E2018-09-06 see list])
* '''18''' resolved GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+milestone%3A1.5.7+created%3A%3E2018-09-06 see list])
* '''3''' closed GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+closed%3A%3E2018-09-06 see list])
* '''50''' closed GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+closed%3A%3E2018-09-06 see list])
* '''3''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+created%3A%3E2018-09-06 see list])
* '''21''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+created%3A%3E2018-09-06 see list])
* '''5''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.5.7+is%3Amerged see list])
* '''21''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.5.7+is%3Amerged see list])
* '''1''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aunmerged+closed%3A%3E%3D2018-09-06 see list])
* '''13''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aunmerged+closed%3A%3E%3D2018-09-06 see list])
* '''10''' contributors of which '''1''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2018-09-07&type=c see list])
* '''19''' contributors of which '''1''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2018-09-07&type=c see list])
* '''55''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])
* '''56''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])
* '''2''' vendor updates
* '''2''' vendor updates


<sub>'''Note:''' Last update to these statistics was made {{date difference|2018|9|13}} days ago.</sub>
<sub>'''Note:''' Last update to these statistics was made {{date difference|2019|1|1}} days ago.</sub>
</section>
</section>


Line 45: Line 45:
* Add [[getObjectProperty]] and  [[setObjectProperty]] ([https://github.com/multitheftauto/mtasa-blue/pull/162 GitHub #162] by '''lex128''')
* Add [[getObjectProperty]] and  [[setObjectProperty]] ([https://github.com/multitheftauto/mtasa-blue/pull/162 GitHub #162] by '''lex128''')


==== New Events ====
==== 3 New Events ====
* Add [[onClientWorldSound]] (See commit [https://github.com/multitheftauto/mtasa-blue/commit/8302b4c64da348691303bf56d5f80413b7610fcc 8302b4c] by '''botder''')
* Add [[onClientWorldSound]] (See commit [https://github.com/multitheftauto/mtasa-blue/commit/8302b4c64da348691303bf56d5f80413b7610fcc 8302b4c] by '''botder''')
* Add [[onClientPedStep]] (See commit [https://github.com/multitheftauto/mtasa-blue/commit/d9b6d207f63d1d15bd93de956955ed2bd73bb176] by '''CrosRoad95''')
* Add [[onClientPedStep]] (See commit [https://github.com/multitheftauto/mtasa-blue/commit/d9b6d207f63d1d15bd93de956955ed2bd73bb176] by '''CrosRoad95''')
Line 149: Line 149:


=== 2 Vendor Updates ===
=== 2 Vendor Updates ===
* Update curl to [https://daniel.haxx.se/blog/2018/09/05/curl-7-61-1-comes-with-only-bug-fixes/ 7.61.1] ([https://github.com/multitheftauto/mtasa-blue/pull/428 GitHub #428] by '''myonlake''' and '''qaisjp''')
* Update curl to [https://daniel.haxx.se/blog/2018/12/12/7-63-0-the-endless-path/ 7.63.0] ([https://github.com/multitheftauto/mtasa-blue/pull/744 GitHub #744] by '''myonlake''' and '''qaisjp''')
* Update CEF to 3.3497.1827.ga4f7e36 ([https://chromereleases.googleblog.com/2018/09/stable-channel-update-for-desktop.html Chromium 69.0.3497.81])
* Update CEF to 3.3578.1860.g36610bd ([https://chromereleases.googleblog.com/2018/12/stable-channel-update-for-desktop.html Chromium 71.0.3578.80])
</section>
</section>



Revision as of 17:39, 1 January 2019

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

Click to collapse [-]

Statistics

Click to expand [+]

Scripting

Client

Click to collapse [-]

7 New Functions

3 New Events

Shared (Client & Server side)

Click to collapse [-]

4 New Functions

  • Add support for Lua os.* functions (GitHub #316 by Dezash)
    • Following os functions have been enabled:
      • os.clock
      • os.date
      • os.difftime
      • os.time
    • Following os functions have been disabled for security reasons:
      • os.execute
      • os.exit
      • os.getenv
      • os.remove
      • os.rename
      • os.setlocale
      • os.tmpname

Client

Click to collapse [-]

7 Bug Fixes & Changes

  • [Added for testing] Fix swimming speed on higher FPS (GitHub #379 by nonamenoname and saml1er)
  • [Added for testing] Fix many collisionless objects (GitHub #378 by samr46)
  • Fix, enable switching weapons while being attached to element (GitHub #533 by CrosRoad95)
  • Using '/voiceptt' with a custom bind won't crash the client, using /voiceptt without further parameters will toggle voice push-to-talk. (See commit d5e5d46 by botder)
  • Fix client crash for fixVehicle in onClientVehicleCollision (See commit 5c6db96 by botder)
    • Credits to FileEX for providing a temporary fix by disabling the event for blown vehicles (GitHub #600)
  • Added support for planes, trains and boats for onClientVehicleCollision (Fixes GitHub #540, see commit 2017aea by botder)
  • Stream-in an object after attaching if it was streamed-out beforehand (Fixes GitHub #623, see commit 3ab471c by botder)

Shared

Click to collapse [-]

Bug Fixes & Changes

2 Vendor Updates

Resources

Click to collapse [-]
  • [freeroam] Fixed GUI after destroy vehicle. (GitHub #125 by FileEX)


Extra information

More detailed information available on our Mantis Bug Tracker changelog and GitHub repositories: