Changes in 1.3.3: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(→‎Main Additions / Changes: updated changes (I'm noob with editing eng wiki, don't hit me if something is wrong :P))
mNo edit summary
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Changelogs}}
{{Changelogs}}
{{Note|TODO}}
{{Note|TODO, still not done --[[User:X86dev|X86dev]] 08:11, 3 July 2013 (UTC)}}
== Main Additions / Changes ==
== 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 ===
=== Client ===
Line 19: Line 27:
* Smoothed fonts when scaling chat box  
* Smoothed fonts when scaling chat box  
* Added option to scale HUD elements correctly for widescreen
* Added option to scale HUD elements correctly for widescreen
** This might cause your UI elements to scale incorrectly if they are based on the SA HUD positions this can be fixed with [[dxSetAspectRatioAdjustmentEnabled]]
* Added option to disable OS and graphic driver 'tweaks', as they can interfere with MTA
* Added option to disable OS and graphic driver 'tweaks', as they can interfere with MTA
* Better compatibility with NVidia Optimus laptops
* Better compatibility with NVidia Optimus laptops
Line 24: Line 33:
* Fixed GUI labels sometimes blocking input
* Fixed GUI labels sometimes blocking input
* Fixed a crash on disconnect
* 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 ===
=== Server ===
Line 38: Line 51:
==== Changes / Bug Fixes ====
==== Changes / Bug Fixes ====
* Fixed incorrect server side vehicle engine state when driver warped in
* Fixed incorrect server side vehicle engine state when driver warped in
* Fixed onPlayerQuit event not being triggered on shutdown  
* Fixed [[onPlayerQuit]] event not being triggered on shutdown  
* Fixed serverside toggleAllControls()
* Fixed serverside [[toggleAllControls]]()
<!-- source: https://code.google.com/p/mtasa-blue/source/detail?r=5516 -->
<!-- source: https://code.google.com/p/mtasa-blue/source/detail?r=5516 -->
* Improved server performance
* Improved server performance
Line 46: Line 59:
* Added CSimPedTaskPacket for better hit anim sync
* Added CSimPedTaskPacket for better hit anim sync
* Fixed an issue with weapon ammo getting out of sync
* Fixed an issue with weapon ammo getting out of sync
* Speed up server scripts by optimizing ACL checks
* Sped up server scripts by optimizing ACL checks
* Added reassuring animation during periods of no input response
* Fixed some desyncs in unoccupied vehicle sync (engine, derailed, in-water state)
* Fixed some desyncs in unoccupied vehicle sync (engine, derailed, in-water state)
* Fixed Get/SetMatrix rotation order for streamed out objects
* Fixed Get/SetMatrix rotation order for streamed out objects
* Fixed Linux compile issues
* Fixed Linux compile issues
<!-- source: http://bugs.multitheftauto.com/changelog_page.php -->
<!-- source: http://bugs.multitheftauto.com/changelog_page.php -->
* Fixed stability errors (random texture swapping/assertions) after alt+tab
* Fixed crash in ReApplyMoveAnims
* Fixed crash in ReApplyMoveAnims
* Fixed setElementPosition for players vehicle causes freeze for few seconds
* Fixed [[setElementPosition]] for players vehicle causing freeze for few seconds
* Fixed getPedTotalAmmo sometimes returns 0 while player is aiming on Slot 8
* Fixed [[getPedTotalAmmo]] sometimes returning 0 while player is aiming on Slot 8
* Fixed onPlayerDamage has wrong parameters if source on vehicle
* Fixed [[onPlayerDamage]] having wrong parameters if source on vehicle
* Fixed getVehicleSirens on a sandking (495) crashes the server immediately
* 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 ===
=== Resources ===
* ['''voice'''] fixed voice icon doesn't disappear for other players after the speaking have been stopped (ccw)
* ['''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 ===
=== Editor ===
Line 68: Line 84:
==Extra information==
==Extra information==
''More detailed information available on [http://bugs.multitheftauto.com/changelog_page.php Bug tracker Changelog] and Google Code repositories:
''More detailed information available on [http://bugs.multitheftauto.com/changelog_page.php Bug tracker Changelog] and Google Code repositories:
:* MTA:SA: from  [http://code.google.com/p/mtasa-blue/source/list?num=25&start=4605 r4600] 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=883 r875] 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]




[[Category:Changelog]]
[[Category:Changes in 1.3]]

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: