Changes in 1.3.3: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 86: Line 86:
:* MTA:SA: from  [http://code.google.com/p/mtasa-blue/source/list?num=25&start=5359 r5357] and [http://code.google.com/p/mtasa-blue/source/list above]
:* MTA:SA: from  [http://code.google.com/p/mtasa-blue/source/list?num=25&start=5359 r5357] and [http://code.google.com/p/mtasa-blue/source/list above]
:* Resources: from [http://code.google.com/p/mtasa-resources/source/list?num=25&start=930 r930] and [http://code.google.com/p/mtasa-resources/source/list above]
:* Resources: from [http://code.google.com/p/mtasa-resources/source/list?num=25&start=930 r930] and [http://code.google.com/p/mtasa-resources/source/list above]
removed VAC error in GTA V, added;
    -new functions(createBlip/(or marker)AttachedTo(element))
    -pairs now is faster than ipairs




[[Category:Changes in 1.3]]
[[Category:Changes in 1.3]]
[[Category:Incomplete]]

Latest revision as of 16:07, 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
[[{{{image}}}|link=|]] Note: TODO, still not done --X86dev 08:11, 3 July 2013 (UTC)

Main Additions / Changes

  • Anti-cheat updates
  • Optimized streamer to work better with complex maps
  • Smoothed fonts when scaling chat box
  • Added option to scale HUD elements correctly for widescreen
  • Added option to disable OS and graphic driver 'tweaks', as they can interfere with MTA
  • Better compatibility with NVidia Optimus laptops
  • Improved server performance
  • Updated our Audio Library to the latest version to improve some of our sound functions specifically beat detection and prevent crashes caused by calling getSoundMetaTags

Client


New Functions

New Events

Changes / Bug Fixes

  • Optimized streamer to work better with complex maps
  • Smoothed fonts when scaling chat box
  • Added option to scale HUD elements correctly for widescreen
  • Added option to disable OS and graphic driver 'tweaks', as they can interfere with MTA
  • Better compatibility with NVidia Optimus laptops
  • Fixed GUI window remaining when you disconnect while starting local server
  • Fixed GUI labels sometimes blocking input
  • Fixed a crash on disconnect
  • Fixed setVehicleLandingGearDown not working sometimes
  • Added reassuring animation during periods of no input response
  • Fixed stability errors (random texture swapping/assertions) after alt+tab
  • Fixed some texture replace errors

Server


New Functions

New Events

  • None yet

Changes / Bug Fixes

  • Fixed incorrect server side vehicle engine state when driver warped in
  • Fixed onPlayerQuit event not being triggered on shutdown
  • Fixed serverside toggleAllControls()
  • Improved server performance
    • by caching player weapon range
    • by reducing the amount of redundant data sent to the network thread
  • Added CSimPedTaskPacket for better hit anim sync
  • Fixed an issue with weapon ammo getting out of sync
  • Sped up server scripts by optimizing ACL checks
  • Fixed some desyncs in unoccupied vehicle sync (engine, derailed, in-water state)
  • Fixed Get/SetMatrix rotation order for streamed out objects
  • Fixed Linux compile issues
  • Fixed crash in ReApplyMoveAnims
  • Fixed setElementPosition for players vehicle causing freeze for few seconds
  • Fixed getPedTotalAmmo sometimes returning 0 while player is aiming on Slot 8
  • Fixed onPlayerDamage having wrong parameters if source on vehicle
  • Fixed getVehicleSirens on a sandking (495) crashing the server immediately
  • Fixed onPlayerQuit not calling on shutdown
  • Fixed setJetpackWeaponEnabled() not working disabling jetpack weapons
  • Sped up server scripts slightly
  • Miscellaneous server optimizations

Resources

  • [voice] Fixed voice icon not disappearing for other players after the speaking have been stopped (ccw)
  • [acpanel] Added acpanel
  • [admin] Fixed 'Set Team' button

Editor

  • None yet

Extra information

More detailed information available on Bug tracker Changelog and Google Code repositories: