Changes in 1.5.5: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
=== Client ===
=== Client ===
* Added [[guiGetCursorType]]
* Added [[guiGetCursorType]]
* Added ''player'' element to [[onClientChatMessage]]
* Added ''soundEnable'' parameter to [[createEffect]]


=== Server ===
=== Server ===
Line 25: Line 27:
* Deprecated ''setControlState''/''getControlState'' in favour of [[setPedControlState]]/[[getPedControlState]]
* Deprecated ''setControlState''/''getControlState'' in favour of [[setPedControlState]]/[[getPedControlState]]
* Added logging a warning when some functions are used on non-joined players (e.g. when called from [[onPlayerConnect]])
* Added logging a warning when some functions are used on non-joined players (e.g. when called from [[onPlayerConnect]])
 
* Fixed [[coroutine.resume]] returning only the first argument


== Client ==
== Client ==
Line 32: Line 34:
* Enabled [[setPedStat]] for client side peds
* Enabled [[setPedStat]] for client side peds
* Added black outline option for chat text
* Added black outline option for chat text
* Added support for more gta_sa.exe variants


=== Client: Bugfixes & Changes ===
=== Client: Bugfixes & Changes ===
Line 44: Line 47:
* Improved client connecting through firewalls
* Improved client connecting through firewalls
* Updated CEF
* Updated CEF
* Fixed helicopter/planes engine sounds being missing sometimes  
* Fixed helicopter/planes engine sounds being missing sometimes
* Fixed memory leak and crash in password functions
* Potentially fixed crouchbug
* Added some missing translations (thanks to '''Sergeanur''')


== Server ==
== Server ==

Revision as of 11:43, 21 September 2017

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

  • Fixed a couple of crashes
  • Updated dependencies
  • Upgraded build tools and migrated to a Docker-based environment (now, we have support for VS2017 and GCC-6)
  • Code cleanups

Scripting

Client

Server

Shared (Client & Server side)

Client

Client: Additions

  • Added 'localhost' to the hardcoded CEF whitelist
  • Enabled setPedStat for client side peds
  • Added black outline option for chat text
  • Added support for more gta_sa.exe variants

Client: Bugfixes & Changes

  • Fixed getHeliBladeCollisionsEnabled accepting incorrect arguments
  • Fixed effect sounds playing at the wrong position (thanks to ZRec)
  • Fixed swapped color channels in browsers on Intel integrated graphics
  • Changed camera mode used for vehicle targets (for setCameraTarget)
  • Fixed setObjectBreakable not properly working with melee
  • Tweaked layout of chatbox settings
  • Fixed radio name not always showing
  • Improved disconnect time duration text
  • Improved client connecting through firewalls
  • Updated CEF
  • Fixed helicopter/planes engine sounds being missing sometimes
  • Fixed memory leak and crash in password functions
  • Potentially fixed crouchbug
  • Added some missing translations (thanks to Sergeanur)

Server

Server: Additions

  • Added password append option to authserial command

Server: Bugfixes & Changes

  • Hide account passwords from logs when using the /addaccount command
  • Censored onClientConsole for login command

Shared

Shared: Bugfixes & Changes

  • Migrated from OpenSSL to mbedtls
  • Initial work on macOS server support

Resources

Editor

Extra information

More detailed information available on Bug tracker Changelog and GitHub repositories: