Changes in 1.5.7

From Multi Theft Auto: Wiki
Revision as of 16:57, 6 September 2018 by Myonlake (talk | contribs) (Created page with "{{Changelogs}} __NOTOC__ * Mantis changelog: https://bugs.mtasa.com/changelog_page.php * GitHub commit log: https://github.com/multitheftauto/mtasa-blue/commits/master?page=1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 [-]

5 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.setlocale
      • os.time
    • Following os functions have been disabled for security reasons:
      • os.execute
      • os.exit
      • os.getenv
      • os.remove
      • os.rename
      • os.tmpname

Client

Click to collapse [-]

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: