Changes in 1.5.8: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(42 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<pageclass class="#4286f4" subcaption="Future release"></pageclass>
{{Changelogs}}
{{Changelogs}}
__NOTOC__
* GitHub commit log: https://github.com/multitheftauto/mtasa-blue/compare/1.5.7...master
* GitHub milestone: https://github.com/multitheftauto/mtasa-blue/milestone/2
* So far https://github.com/multitheftauto/mtasa-blue/compare/632130e...master
'''This changelog is partial and needs updating.'''


== Main Additions / Changes ==
== Main Additions / Changes ==
* None yet
<section show="true">
* '''10<sup>th</sup>''' year anniversary update
* Add [[dxDrawPrimitive3D]] and [[dxDrawMaterialPrimitive3D]] ([https://github.com/multitheftauto/mtasa-blue/pull/760 #760] by '''CrosRoad95''')
* Add functions to modify dynamic objects' behaviour ([https://github.com/multitheftauto/mtasa-blue/pull/784 #784] by '''forkerer''')
* Add dynamic ped ID allocating using [[engineRequestModel]] and [[engineFreeModel]] ([https://github.com/multitheftauto/mtasa-blue/commit/475544f1753ce1af24c4cdff7f0d0be48ede709b #349] by '''lopezloo''' + '''Neproify''' + '''Arran''' + '''Qais Patankar''')
</section>
 
== Statistics ==
<section show="false">
These are some statistics since the [[Changes in 1.5.7|previous release]].
* This is the '''25<sup>th</sup>''' 1.x.x release, planned to be released x.x.xxxx
* '''10<sup>th</sup>''' year anniversary update
* '''{{date difference|2019|8|31}}''' days
* '''14''' new functions
* '''0''' new events
* '''0''' deprecations
* '''7''' bug fixes and changes
* '''38''' commits ([https://github.com/multitheftauto/mtasa-blue/compare/1.5.7...master see comparison])
* '''0''' new open Mantis issues
* '''0''' resolved Mantis issues
* '''5''' closed Mantis issues
* '''2''' new open GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+created%3A%3E%3D2019-08-31 see list])
* '''2''' resolved GitHub issues ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+milestone%3A1.6 see list])
* '''1''' closed GitHub issue ([https://github.com/multitheftauto/mtasa-blue/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+closed%3A%3E%3D2019-08-31+no%3Amilestone see list])
* '''0''' new open GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+created%3A%3E%3D2019-08-31 see list])
* '''13''' merged GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?q=is%3Apr+milestone%3A1.6+is%3Amerged see list])
* '''0''' closed GitHub pull requests ([https://github.com/multitheftauto/mtasa-blue/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aunmerged+closed%3A%3E%3D2019-08-31 see list])
* '''11''' contributors of which '''2''' are new ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors?from=2019-08-31&to=2020-08-31&type=c see list])
* '''67+''' total contributors ([https://github.com/multitheftauto/mtasa-blue/graphs/contributors see list])
* '''1''' vendor update
 
<!--
  We don't have the https://www.mediawiki.org/wiki/Extension:Variables extension installed,
  so remember to update the date in all parts below.
-->
<sub>'''Note:''' Last update to these statistics was made
{{#ifeq: {{date difference|2019|9|7}} | 0 | today |
  {{#ifeq: {{date difference|2019|9|7}} | 1 | yesterday |
    {{date difference|2019|9|7}} days ago
  }}
}}.</sub>
</section>


== Scripting ==
== Scripting ==
=== Client ===
<section show="true">
==== 11 New Functions ====
* Add [[setPedFightingStyle]] (previously available server-side only) ([https://github.com/multitheftauto/mtasa-blue/pull/810 #810] by '''StrixG''')
* Add [[setPedArmor]] (previously available server-side only) ([https://github.com/multitheftauto/mtasa-blue/pull/811 #811] by '''StrixG''')
* Add [[areVehicleLightsOn]] ([https://github.com/multitheftauto/mtasa-blue/pull/938 #938] by '''StrixG''')
* Add [[dxDrawPrimitive3D]] and [[dxDrawMaterialPrimitive3D]] ([https://github.com/multitheftauto/mtasa-blue/pull/760 #760] by '''CrosRoad95''')
* Add functions to modify dynamic objects' behaviour ([https://github.com/multitheftauto/mtasa-blue/pull/784 #784] by '''forkerer''')
** [[engineGetModelPhysicalPropertiesGroup]]
** [[engineRestoreModelPhysicalPropertiesGroup]]
** [[engineSetModelPhysicalPropertiesGroup]]
** [[engineGetObjectGroupPhysicalProperty]]
** [[engineRestoreObjectGroupPhysicalProperties]]
** [[engineSetObjectGroupPhysicalProperty]]
* Add dynamic ped ID allocating using [[engineRequestModel]] and [[engineFreeModel]] ([https://github.com/multitheftauto/mtasa-blue/commit/475544f1753ce1af24c4cdff7f0d0be48ede709b #349] by '''lopezloo''' + '''Neproify''' + '''Arran''' + '''Qais Patankar''')
<!--
==== New Events ====
* Placeholder


=== Scripting: New functions ===
==== Deprecations ====
* Placeholder


====Client====
==== New Arguments & Parameters ====
*[[setVehicleWindowOpen]]
* Placeholder


==== Server ====
==== Bug Fixes & Changes ====
* None yet
* Placeholder
-->
</section>


==== Shared (''Client & Server side'') ====
=== Server ===
* None yet
<section show="true">
==== 2 New Functions ====
* Add [[setPlayerScriptDebugLevel]] and [[getPlayerScriptDebugLevel]] ([https://github.com/multitheftauto/mtasa-blue/pull/826 #826] by '''knitz12''')


=== Scripting: New Events ===
<!--
==== New Events ====
* Placeholder


==== Client ====
==== Deprecations ====
* None yet
* Placeholder


==== Server ====
==== New Arguments & Parameters ====
* None yet
* Placeholder
-->
==== Bug Fixes & Changes ====
<!--
* Fix [[callRemote]] to return 0 errno instead of nil upon success ([https://github.com/multitheftauto/mtasa-blue/pull/295 #295] by '''myonlake''')
-->
* Fix [[iprint]] to be able to read and output nil arguments properly ([https://github.com/multitheftauto/mtasa-blue/pull/1064 #1064] by '''TheNormalnij''')
</section>


=== Scripting: Changes, Bugfixes and Additions ===
=== Shared (''Client & Server side'') ===
* None yet
<section show="true">
==== New Functions ====
* Add [[xmlLoadString]] ([https://github.com/multitheftauto/mtasa-blue/pull/809 #809] by '''LopSided''')
<!--
==== New Events ====
* Placeholder
 
==== Deprecations ====
* Placeholder
 
==== New Arguments & Parameters ====
* Placeholder
 
==== Bug Fixes & Changes ====
* Placeholder
-->
</section>


== Client ==
== Client ==
<section show="true">
=== 6 Bug Fixes & Changes ===
* Add new client setting to toggle external sounds ([https://github.com/multitheftauto/mtasa-blue/pull/834 #834] by '''myonlake''')
* Fix crash when attempting to stream out a sound that's not streamed in (See commit [https://github.com/multitheftauto/mtasa-blue/commit/e1b7c730448d12a5eeb452239e8053e86924294f e1b7c73] by '''sbx320''')
* Fix [[dxDrawCircle]] ''segments'' argument being wrongly offset by one ([https://github.com/multitheftauto/mtasa-blue/pull/1079 #1079] by '''ApeLsiN4eG''')
* Fix potential crash when moving objects (See commit [https://github.com/multitheftauto/mtasa-blue/commit/90895c221549893501f5f717af3ca56878e29b5d 90895c2] by '''botder''')
* Update credits (See commit [https://github.com/multitheftauto/mtasa-blue/commit/39227d795efafe940dc6c317c20b0162b1bd0bb3 39227d7] by '''qaisjp''')
* Don't apply damage to peds without a game entity (See commit [https://github.com/multitheftauto/mtasa-blue/commit/632130e36a96071290593fc3c677a536f7b19e1f 632130e] by '''botder''')


=== Client: Additions ===
=== Vendor Updates ===
* None yet
* Update BASS libraries (See commit [https://github.com/multitheftauto/mtasa-blue/commit/e5ede83b936e0e3c59d3670969e72b9583c0a219 e5ede83] by '''Dutchman101''')
</section>


=== Client: Bugfixes & Changes ===
<!--
* None yet
== Server ==
<section show="false">
=== Bug Fixes & Changes ===
* Placeholder


== Server ==
=== Vendor Updates ===
* Placeholder
</section>


=== Server: Additions ===
== Shared ==
* None yet
<section show="false">
=== Bug Fixes & Changes ===
* Placeholder


=== Server: Bugfixes & Changes ===
=== Vendor Updates ===
* None yet
* Placeholder
</section>


== Resources ==
== Resources ==
* None yet
<section show="false">
 
* Placeholder
== Editor ==
</section>
* None yet
-->
 
== Extra information ==
== Extra information ==
''More detailed information available on [https://bugs.multitheftauto.com/changelog_page.php Bug tracker Changelog] and GitHub repositories:
''More detailed information available on our GitHub repositories:
:* [https://github.com/multitheftauto/mtasa-blue MTA: SA Blue]
:* [https://github.com/multitheftauto/mtasa-blue MTA:SA Blue]
:* [https://github.com/multitheftauto/mtasa-resources MTA: SA Official Resources]
:* [https://github.com/multitheftauto/mtasa-resources MTA:SA Official Resources]


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

Revision as of 17:42, 8 September 2019

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

This changelog is partial and needs updating.

Main Additions / Changes

Click to collapse [-]

Statistics

Click to expand [+]

Scripting

Client

Click to collapse [-]

11 New Functions

Server

Click to collapse [-]

2 New Functions

Bug Fixes & Changes

  • Fix iprint to be able to read and output nil arguments properly (#1064 by TheNormalnij)

Shared (Client & Server side)

Click to collapse [-]

New Functions

Client

Click to collapse [-]

6 Bug Fixes & Changes

  • Add new client setting to toggle external sounds (#834 by myonlake)
  • Fix crash when attempting to stream out a sound that's not streamed in (See commit e1b7c73 by sbx320)
  • Fix dxDrawCircle segments argument being wrongly offset by one (#1079 by ApeLsiN4eG)
  • Fix potential crash when moving objects (See commit 90895c2 by botder)
  • Update credits (See commit 39227d7 by qaisjp)
  • Don't apply damage to peds without a game entity (See commit 632130e by botder)

Vendor Updates

  • Update BASS libraries (See commit e5ede83 by Dutchman101)

Extra information

More detailed information available on our GitHub repositories: