Changes in 1.5.5: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
 
(18 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Changelogs}}
{{Changelogs}}
__NOTOC__
__NOTOC__
1.5.5 was released on October 7, 2017.
* Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php
* Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php
* Full changelog: https://github.com/multitheftauto/mtasa-blue/commits/master?page=1
* Full changelog: https://github.com/multitheftauto/mtasa-blue/commits/master?page=1
Line 12: Line 14:
== Scripting ==
== Scripting ==
=== Client ===
=== Client ===
* Return vectors for vehicles component funcs (#9507)
* Made GUI-functions accept vectors
* Added [[guiGetCursorType]]
* Added [[guiGetCursorType]]
* Added ''player'' element to [[onClientChatMessage]]
* Added ''player'' element to [[onClientChatMessage]]
* Added ''soundEnable'' parameter to [[createEffect]]
* Added ''soundEnable'' parameter to [[createEffect]]
* Added [[setVehicleModelExhaustFumesPosition]] and [[getVehicleModelExhaustFumesPosition]]


=== Server ===
=== Server ===
Line 44: Line 49:
* Tweaked layout of chatbox settings
* Tweaked layout of chatbox settings
* Added chatbox positioning settings
* Added chatbox positioning settings
* Fixed warpPedIntoVehicle during freefall preserves falling animation (#9381)
* Fixed some tasks not being cleared if ped is warped to passenger seat
* Fixed water jump animation remaining after warp
* Fixed radio name not always showing
* Fixed radio name not always showing
* Improved disconnect time duration text
* Improved disconnect time duration text
* Improved client connecting through firewalls
* Improved client connecting through firewalls
* Improved netcode
* Fixed FOV setting not updating
* Fixed spectate camera movement malfunctioning with vehicles with adjustable property (#5306)
* Fixed crash when removing child elements during events
* Fixed famous crash at offset 0x003F18CF
* Updated CEF
* Updated CEF
* Fixed helicopter/planes engine sounds being missing sometimes
* Fixed aircraft engine sounds being missing sometimes
* Fixed vehicle gear sounds being broken while sitting as passenger (#9681)
* Fixed memory leak and crash in password functions
* Fixed memory leak and crash in password functions
* Potentially fixed crouchbug
* Fixed a new crouchbug variant
* Added some missing translations (thanks to '''Sergeanur''')
* Added some missing translations (thanks to '''Sergeanur''')


Line 69: Line 83:
* Updated ''ipb'' resource to 0.3 (includes code cleanups, tweaked GUI layout and client performance stats)
* Updated ''ipb'' resource to 0.3 (includes code cleanups, tweaked GUI layout and client performance stats)
* Modernised ''play'' gamemode
* Modernised ''play'' gamemode
* Fixed fast jetpack flying with gravity glitch (freeroam)
* Fixed fast-flying glitch with hydra/hunter/jetpack on custom gravity (freeroam)
* Added support for hex colors to killmessages (thanks to '''AboShanab''')
* Added support for hex colors to killmessages (thanks to '''AboShanab''')
* Tweaked realdriveby a lot (thanks to '''emre1702''')
* Tweaked realdriveby a lot (thanks to '''emre1702''')
* Tweaked admin report system (thanks to '''Dezash''')
* Tweaked admin report system (thanks to '''Dezash''')
* Fixed warping to interiors on foot (freeroam)
* Fixed warping to interiors on foot (freeroam)
* Fixed fast-flying glitch with hydra/hunter on custom gravity (freeroam)
* Added support for hex colors to joinquit
* Added support for hex colors to joinquit
* Added support for blowing off heads (headshot)
* Added support for blowing off heads (headshot)
* Fixed admin bugs: spectating players in another int/dimension, 'Ban serial/IP' GUI polished (headshot)
* Fixed admin bugs: spectating players in another int/dimension, 'Ban serial/IP' GUI polished (admin)
* Optimized the Freeroam codebase to improve performance and usage (freeroam)
* Optimized the Freeroam codebase to improve performance and usage & fixed various bugs in the process (freeroam)
* Added anti-bothering features to freeroam panel ('disable warp' & 'disable knifing', anti-ram vehicle ghostmode)
* Fixed player being stuck sometimes when entering interior (interiors)


== Editor ==
== Editor ==
Line 89: Line 104:


[[Category:Changelog]]
[[Category:Changelog]]
[[Category:Incomplete]]

Latest revision as of 19:40, 29 December 2022

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

1.5.5 was released on October 7, 2017.

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
  • Added chatbox positioning settings
  • Fixed warpPedIntoVehicle during freefall preserves falling animation (#9381)
  • Fixed some tasks not being cleared if ped is warped to passenger seat
  • Fixed water jump animation remaining after warp
  • Fixed radio name not always showing
  • Improved disconnect time duration text
  • Improved client connecting through firewalls
  • Improved netcode
  • Fixed FOV setting not updating
  • Fixed spectate camera movement malfunctioning with vehicles with adjustable property (#5306)
  • Fixed crash when removing child elements during events
  • Fixed famous crash at offset 0x003F18CF
  • Updated CEF
  • Fixed aircraft engine sounds being missing sometimes
  • Fixed vehicle gear sounds being broken while sitting as passenger (#9681)
  • Fixed memory leak and crash in password functions
  • Fixed a new crouchbug variant
  • 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

  • Updated ipb resource to 0.3 (includes code cleanups, tweaked GUI layout and client performance stats)
  • Modernised play gamemode
  • Fixed fast-flying glitch with hydra/hunter/jetpack on custom gravity (freeroam)
  • Added support for hex colors to killmessages (thanks to AboShanab)
  • Tweaked realdriveby a lot (thanks to emre1702)
  • Tweaked admin report system (thanks to Dezash)
  • Fixed warping to interiors on foot (freeroam)
  • Added support for hex colors to joinquit
  • Added support for blowing off heads (headshot)
  • Fixed admin bugs: spectating players in another int/dimension, 'Ban serial/IP' GUI polished (admin)
  • Optimized the Freeroam codebase to improve performance and usage & fixed various bugs in the process (freeroam)
  • Added anti-bothering features to freeroam panel ('disable warp' & 'disable knifing', anti-ram vehicle ghostmode)
  • Fixed player being stuck sometimes when entering interior (interiors)

Editor

Extra information

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