Changes in 1.5.7: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Line 15: Line 15:
* 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 1.12.2018
* '''{{date difference|2018|9|6}}''' days
* '''{{date difference|2018|9|6}}''' days
* '''6''' new functions
* '''8''' new functions
* '''0''' new events
* '''0''' new events
* '''0''' deprecations
* '''0''' deprecations
Line 23: Line 23:
* '''0''' resolved Mantis issues
* '''0''' resolved Mantis issues
* '''0''' closed Mantis issues
* '''0''' closed Mantis issues
* '''0''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+no%3Amilestone+created%3A%3E%3D2018-09-07 see list])
* '''2''' 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%3E%3D2018-09-07 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])
* '''0''' closed GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+no%3Amilestone+created%3A%3E%3D2018-09-07 see list])
* '''0''' 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])
* '''0''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+created%3A%3E%3D2018-09-07 see list])
* '''0''' 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])
* '''3''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.5.7+is%3Aclosed see list])
* '''4''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.5.7+is%3Amerged see list])
* '''0''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+no%3Amilestone+created%3A%3E%3D2018-09-07 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])
* '''4''' contributors of which '''0''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2018-09-07&type=c see list])
* '''7''' contributors of which '''0''' 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])
* '''55''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])
* '''1''' vendor updates
* '''1''' vendor updates

Revision as of 12:38, 7 September 2018

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 [-]

2 New Functions

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 [-]

2 Bug Fixes & Changes

  • [Added for testing] Fix swimming speed on higher FPS (GitHub #379 by saml1er)
  • [Added for testing] Fix many collisionless objects (GitHub #378 by samr46)

Shared

Click to collapse [-]

1 Bug Fixes & Changes

Extra information

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