Changes in 1.3.3: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Changelogs}} {{Note|TODO}} == Main Additions / Changes == === Client === ---- ==== New Functions ==== * ''None yet'' ==== New Events ==== * ''None yet'' ==== Changes / Bug...")
 
mNo edit summary
 
(11 intermediate revisions by 8 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 8: Line 16:


==== New Functions ====
==== New Functions ====
* ''None yet''
* [[setVehiclePlateText]]
* [[dxSetAspectRatioAdjustmentEnabled]]


==== New Events ====
==== New Events ====
* ''None yet''
* [[onClientSoundStarted]]
* [[onClientSoundStopped]]


==== Changes / Bug Fixes ====
==== Changes / Bug Fixes ====
* ''None yet''
* Optimized streamer to work better with complex maps
* Smoothed fonts when scaling chat box
* 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
* 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 ===
=== Server ===
Line 21: Line 43:


==== New Functions ====
==== New Functions ====
* ''None yet''
* [[setVehiclePlateText]]
* [[getPlayerACInfo]]


==== New Events ====
==== New Events ====
Line 27: Line 50:


==== Changes / Bug Fixes ====
==== Changes / Bug Fixes ====
* ''None yet''
* Fixed incorrect server side vehicle engine state when driver warped in
* Fixed [[onPlayerQuit]] event not being triggered on shutdown
* Fixed serverside [[toggleAllControls]]()
<!-- source: https://code.google.com/p/mtasa-blue/source/detail?r=5516 -->
* 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
<!-- source: http://bugs.multitheftauto.com/changelog_page.php -->
* 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 ===
=== Resources ===
* ''None yet''
* ['''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 37: 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: