Changes in 1.5.7: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 19: Line 19:
* '''3''' new events
* '''3''' new events
* '''0''' deprecations
* '''0''' deprecations
* '''7+''' bug fixes and changes
* '''11+''' bug fixes and changes
* '''174''' 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
Line 118: Line 118:
* Placeholder
* Placeholder
-->
-->
=== 8 Bug Fixes & Changes ===
=== 11 Bug Fixes & Changes ===
* [Added for testing] Fix swimming speed on higher FPS ([https://github.com/multitheftauto/mtasa-blue/pull/379 GitHub #379] by '''nonamenoname''' and '''saml1er''')
* [Added for testing] Fix swimming speed on higher FPS ([https://github.com/multitheftauto/mtasa-blue/pull/379 GitHub #379] by '''nonamenoname''' and '''saml1er''')
* [Added for testing] Fix many collisionless objects ([https://github.com/multitheftauto/mtasa-blue/pull/378 GitHub #378] by '''samr46''')
* [Added for testing] Fix many collisionless objects ([https://github.com/multitheftauto/mtasa-blue/pull/378 GitHub #378] by '''samr46''')
Line 130: Line 130:
* Fix camera object-clipping, melee damage, sniper damage and helicopter blades collision outside map boundaries (Fixes [https://github.com/multitheftauto/mtasa-blue/issues/407 GitHub #407], [https://github.com/multitheftauto/mtasa-blue/issues/466 GitHub #466], [https://github.com/multitheftauto/mtasa-blue/issues/459 GitHub #459], [https://github.com/multitheftauto/mtasa-blue/issues/647 GitHub #647], see commit [https://github.com/multitheftauto/mtasa-blue/commit/662613429017b722a4a1f11cc58394e22db3fdef 6626134] by '''lopezloo''')
* Fix camera object-clipping, melee damage, sniper damage and helicopter blades collision outside map boundaries (Fixes [https://github.com/multitheftauto/mtasa-blue/issues/407 GitHub #407], [https://github.com/multitheftauto/mtasa-blue/issues/466 GitHub #466], [https://github.com/multitheftauto/mtasa-blue/issues/459 GitHub #459], [https://github.com/multitheftauto/mtasa-blue/issues/647 GitHub #647], see commit [https://github.com/multitheftauto/mtasa-blue/commit/662613429017b722a4a1f11cc58394e22db3fdef 6626134] by '''lopezloo''')
* Update camera target if warping to passenger seat from other vehicle (Fixes [https://github.com/multitheftauto/mtasa-blue/issues/625 GitHub #625], see commit [https://github.com/multitheftauto/mtasa-blue/commit/19cb321a0e9ef3cc4d0bdc8d2de4b7b7c8a649d7 19cb321] by '''botder''')
* Update camera target if warping to passenger seat from other vehicle (Fixes [https://github.com/multitheftauto/mtasa-blue/issues/625 GitHub #625], see commit [https://github.com/multitheftauto/mtasa-blue/commit/19cb321a0e9ef3cc4d0bdc8d2de4b7b7c8a649d7 19cb321] by '''botder''')
* Moved and restyled language selection to the bottom of the main menu (See commit [https://github.com/multitheftauto/mtasa-blue/commit/6f6b2ed336db827d3fc4100e0fc77107c972c6e3 6f6b2ed] by '''ccw808''')
</section>
</section>



Revision as of 19:09, 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 [-]

11 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)
  • Fix voice freeze (See commit 39c1ba0 by botder)
  • Fix camera object-clipping, melee damage, sniper damage and helicopter blades collision outside map boundaries (Fixes GitHub #407, GitHub #466, GitHub #459, GitHub #647, see commit 6626134 by lopezloo)
  • Update camera target if warping to passenger seat from other vehicle (Fixes GitHub #625, see commit 19cb321 by botder)
  • Moved and restyled language selection to the bottom of the main menu (See commit 6f6b2ed by ccw808)

Server

Click to collapse [-]

Additions

  • Added error message for resource meta.xml parsing fail (GitHub #655 by Addlibs)

Bug Fixes & Changes

  • Prevent multiple kick/ban of a player (GitHub #173 by CrosRoad95)

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: