Changes in 1.5.6: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Fix redundant headings)
mNo edit summary
Line 1: Line 1:
{{Changelogs}}
{{Changelogs}}
__NOTOC__
__NOTOC__
* Changelog on Mantis: https://bugs.mtasa.com/changelog_page.php
* Mantis changelog: https://bugs.mtasa.com/changelog_page.php
* Full changelog: https://github.com/multitheftauto/mtasa-blue/commits/master?page=1
* GitHub commit log: https://github.com/multitheftauto/mtasa-blue/commits/master?page=1
* GitHub milestone: https://github.com/multitheftauto/mtasa-blue/milestone/3
* GitHub milestone: https://github.com/multitheftauto/mtasa-blue/milestone/3
* GitHub contributors: https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2017-10-07&type=c
CONCEPT CHANGELOG (release delayed)


== Main Additions / Changes ==
== Main Additions / Changes ==
Line 17: Line 14:
<section show="true">
<section show="true">
These are some statistics since the previous release.
These are some statistics since the previous release.
* This is the '''23<sup>rd</sup>''' 1.x.x release
* This is the '''23<sup>rd</sup>''' 1.x.x release, released [https://buildinfo.mtasa.com/?Revision=14334 6.9.2018]
* '''{{date difference|2017|10|7}}''' days
* '''{{date difference|2017|10|7|2018|9|6}}''' days
* '''41''' new functions
* '''41''' new functions
* '''2''' new events
* '''2''' new events
Line 27: Line 24:
* '''60''' resolved Mantis issues
* '''60''' resolved Mantis issues
* '''499''' closed Mantis issues
* '''499''' closed Mantis issues
* '''52''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+no%3Amilestone+created%3A%3E%3D2017-10-07 see list])
* '''52''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+no%3Amilestone+created%3A2017-10-07..2018-09-06 see list])
* '''15''' resolved GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+milestone%3A1.5.6+created%3A%3E%3D2017-10-07 see list])
* '''15''' resolved GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+milestone%3A1.5.6+created%3A2017-10-07..2018-09-06 see list])
* '''15''' closed GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+no%3Amilestone+created%3A%3E%3D2017-10-07 see list])
* '''15''' closed GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+no%3Amilestone+created%3A2017-10-07..2018-09-06 see list])
* '''29''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+created%3A%3E%3D2017-10-07 see list])
* '''29''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+created%3A2017-10-07..2018-09-06 see list])
* '''93''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.5.6+is%3Aclosed see list])
* '''91''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.5.6+is%3Amerged see list])
* '''29''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+no%3Amilestone+created%3A%3E%3D2017-10-07 see list])
* '''29''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+no%3Amilestone+created%3A2017-10-07..2018-09-06 see list])
* '''28''' contributors of which '''13''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2017-10-07&type=c see list])
* '''28''' contributors of which '''13''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2017-10-07&to=2018-09-06&type=c see list])
* '''55''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])
* '''55''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])
* '''4''' vendor updates
* '''4''' vendor updates
<sub>'''Note:''' These statistics are rough estimates, not super accurate.</sub>
</section>
</section>


Line 103: Line 99:
* Increase reliability of weather blending functions and consistency of [[setWeatherBlended]] and [[getWeather]] ([https://bugs.mtasa.com/view.php?id=5204 Mantis 0005204])
* Increase reliability of weather blending functions and consistency of [[setWeatherBlended]] and [[getWeather]] ([https://bugs.mtasa.com/view.php?id=5204 Mantis 0005204])
* [[callRemote]] will now send a ''Content-Type: application/json'' header
* [[callRemote]] will now send a ''Content-Type: application/json'' header
* Fix "bShallow" argument not working on [[createWater]] server-side ([https://bugs.mtasa.com/view.php?id=9608 Mantis 0009608])
* Fix ''bShallow'' argument not working on [[createWater]] server-side ([https://bugs.mtasa.com/view.php?id=9608 Mantis 0009608])
* Fix [[setPlayerName]] and [[redirectPlayer]] to only accept a [[player]] element
* Fix [[setPlayerName]] and [[redirectPlayer]] to only accept a [[player]] element
* Fix [[getPlayerName]], [[getPlayerIP]] and [[getPlayerAccount]] to only accept a [[player]] or [[Element/Console|console]] element
* Fix [[getPlayerName]], [[getPlayerIP]] and [[getPlayerAccount]] to only accept a [[player]] or [[Element/Console|console]] element
Line 159: Line 155:
== Client ==
== Client ==
<section show="true">
<section show="true">
=== 6 Additions ===
=== 5 Additions ===
* Updated & added translations for various languages
* Updated and added translations for various languages, including Bulgarian, Indonesian and Chinese (Traditional)
* Enable switching camera view mode for trains ([https://github.com/multitheftauto/mtasa-blue/pull/125 GitHub #125] by ZReC)
* Enable switching camera view mode for trains ([https://github.com/multitheftauto/mtasa-blue/pull/125 GitHub #125] by ZReC)
* Added full axis option to joystick bindings
* Added full axis option to joystick bindings
* Added master volume setting to audio settings ([https://bugs.mtasa.com/view.php?id=9896 Mantis 0009896])
* Added master volume setting to audio settings ([https://bugs.mtasa.com/view.php?id=9896 Mantis 0009896])
* Added Bulgarian, Indonesian and Chinese (Traditional) localization
* Added ''reloadnews'' command for developers
* Added ''reloadnews'' command for developers


Line 193: Line 188:
* Fixed issues with wearing a jetpack, choking or using animations at the same time ([https://bugs.mtasa.com/view.php?id=9522 Mantis 0009522])
* Fixed issues with wearing a jetpack, choking or using animations at the same time ([https://bugs.mtasa.com/view.php?id=9522 Mantis 0009522])
* Freezing a ped wearing jetpack will no longer remove the jetpack automatically
* Freezing a ped wearing jetpack will no longer remove the jetpack automatically
* ''Port'' is now an optional parameter for the 'connect' command, defaults to 22003 ([https://bugs.mtasa.com/view.php?id=7047 Mantis 0007047])
* ''Port'' is now an optional parameter for the ''connect'' command, defaults to 22003 ([https://bugs.mtasa.com/view.php?id=7047 Mantis 0007047])
* Typing the 'connect' command will no longer disconnect until all parameters have been checked ([https://bugs.mtasa.com/view.php?id=7047 Mantis 0007047])
* Typing the ''connect'' command will no longer disconnect until all parameters have been checked ([https://bugs.mtasa.com/view.php?id=7047 Mantis 0007047])
* Update CEF to 3.3440.1805.gbe070f9 ([https://chromereleases.googleblog.com/2018/07/stable-channel-update-for-desktop_31.html Chromium 68.0.3440.84])
* Update CEF to 3.3440.1805.gbe070f9 ([https://chromereleases.googleblog.com/2018/07/stable-channel-update-for-desktop_31.html Chromium 68.0.3440.84])
* Removed the built-in ''whowas'' command ([https://bugs.mtasa.com/view.php?id=6722 Mantis 0006722])
* Removed the built-in ''whowas'' command ([https://bugs.mtasa.com/view.php?id=6722 Mantis 0006722])
Line 210: Line 205:
=== 11 Bugfixes & Changes ===
=== 11 Bugfixes & Changes ===
* Fix for some cases of internal.db access errors
* Fix for some cases of internal.db access errors
* Fix server crashing when using the 'upgrade' command ([https://bugs.mtasa.com/view.php?id=9530 Mantis 0009530])
* Fix server crashing when using the ''upgrade'' command ([https://bugs.mtasa.com/view.php?id=9530 Mantis 0009530])
* Fix crash in account manager
* Fix crash in account manager
* Fix [[callRemote]] call without queueName failing
* Fix [[callRemote]] call without queueName failing
Line 252: Line 247:
</section>
</section>


== Extra information ==
== Extra Information ==
''More detailed information available on [https://bugs.multitheftauto.com/changelog_page.php our Mantis Bug Tracker changelog] and GitHub repositories:
''More detailed information available on [https://bugs.multitheftauto.com/changelog_page.php our Mantis Bug Tracker changelog] and GitHub repositories:
:* [https://github.com/multitheftauto/mtasa-blue MTA:SA Blue]
:* [https://github.com/multitheftauto/mtasa-blue MTA:SA Blue]
Line 258: Line 253:


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

Revision as of 16:56, 6 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

Main Additions / Changes

Click to collapse [-]

Statistics

Click to collapse [-]

These are some statistics since the previous release.

  • This is the 23rd 1.x.x release, released 6.9.2018
  • 334 days
  • 41 new functions
  • 2 new events
  • 5 deprecations
  • 100+ bug fixes and changes
  • 461 commits (see comparison)
  • 83 new open Mantis issues
  • 60 resolved Mantis issues
  • 499 closed Mantis issues
  • 52 new open GitHub issues (see list)
  • 15 resolved GitHub issues (see list)
  • 15 closed GitHub issues (see list)
  • 29 new open GitHub pull requests (see list)
  • 91 merged GitHub pull requests (see list)
  • 29 closed GitHub pull requests (see list)
  • 28 contributors of which 13 are new (see list)
  • 55 total contributors (see list)
  • 4 vendor updates

Scripting

Client

Click to collapse [-]

20 New Functions

3 New Arguments & Parameters

16+ Bugfixes & Changes

Server

Click to collapse [-]

11 New Functions

2 New Events

2 Deprecations

2 New Arguments & Parameters

9+ Bugfixes & Changes

Shared (Client & Server side)

Click to collapse [-]

10 New Functions

3 Deprecations

3 New Arguments & Parameters

8+ Bugfixes & Changes

Client

Click to collapse [-]

5 Additions

  • Updated and added translations for various languages, including Bulgarian, Indonesian and Chinese (Traditional)
  • Enable switching camera view mode for trains (GitHub #125 by ZReC)
  • Added full axis option to joystick bindings
  • Added master volume setting to audio settings (Mantis 0009896)
  • Added reloadnews command for developers

31 Bugfixes & Changes

  • Fixed problems when using a controller with more than 7 axis
  • Restore default exhaust fumes position when disconnecting
  • Fix vehicle radio sometimes won't play
  • Fixed incorrect path in guiCreateStaticImage error message
  • Fixed dxGetTextWidth returns wrong width of text (Mantis 0009745)
  • Fixed some minor memory leaks
  • Improved client fetchRemote reliability
  • Fixed dxGetStatus().SettingWindowed sometimes being incorrect
  • Averted one type of igdumd32.dll crash
  • Added help dialog for crash at offset 003C51A8 (Corrupt anim hierarchy)
  • Fixed client crash caused by invalid blip icon
  • Fix animation getting stuck after carjack
  • Updated BASS and sound-related dependencies
  • Restore console input focus after guiMoveToBack
  • Fixed client crash caused by destroying markers during hit/leave events
  • Fixed shaders sometimes losing default values
  • Fixed console displays an error message when pressing the key of a disabled MTA control (Mantis 0009166)
  • Fixed error when loading certain jpeg files with unicode Windows username
  • Fixed engineLoadDFF/TXD raw buffer not being deallocated after import
  • Fixed 100% CPU usage while using the debugscript command and having the chat text black/white outline setting enabled
  • Fixed crash caused by calling client-side setPlayerNametagShowing with a ped
  • Fixed crash caused by passing empty string to requestBrowserDomains crashes client (Mantis 0009844)
  • Fixed several additional crashes
  • Fixed issues with wearing a jetpack, choking or using animations at the same time (Mantis 0009522)
  • Freezing a ped wearing jetpack will no longer remove the jetpack automatically
  • Port is now an optional parameter for the connect command, defaults to 22003 (Mantis 0007047)
  • Typing the connect command will no longer disconnect until all parameters have been checked (Mantis 0007047)
  • Update CEF to 3.3440.1805.gbe070f9 (Chromium 68.0.3440.84)
  • Removed the built-in whowas command (Mantis 0006722)
  • Update libpng to 1.6.35
  • Added native language names

Server

Click to collapse [-]

3 Additions

11 Bugfixes & Changes

Shared

Click to collapse [-]

4 Bugfixes & Changes

  • Fixed curl not requesting compressed datum
  • Fix cloned elements not getting removed on resource stop
  • Update curl to 7.61.0 (GitHub #270 by myonlake)
  • Update json-c to 0.31.1 (GitHub #268 by myonlake)

Resources

Click to collapse [-]
  • [admin] Added ban search feature to Bans tab
  • [admin] Fixed gridlist sorting bug (contents getting corrupted/mangled up)
  • [admin] Improved logging of responsible admin (any type of change to ACL through panel, details on actions like unbanning)
  • [admin] Miscellaneous fixes: resizing ban details window (and extended its size for longer serials), broken Anonymous admin kicks, updated flags
  • [admin] Added copy serial to ban details tab in Bans and enabled doubleclicking on a row to open that view
  • [freeroam] Added player nick search (filtering) to F1 warp window
  • [freeroam] Fixed vehicle label/controls disappearing randomly while in a vehicle
  • [freeroam] Fixed some recurring client debug warnings
  • [scoreboard] Added countryflags to TAB
  • [traffic] Removed the traffic resource from official resources package due to it's inefficiency, size and bloatedness

Editor

Click to collapse [-]
  • Added sirens option and fixed plate
  • Added a Favourites category under All categories in element browser
  • Added sirens state option for mapped vehicles and fixed plate text

Extra Information

More detailed information available on our Mantis Bug Tracker changelog and GitHub repositories: