Changes in 1.6.1: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 27: Line 27:
* Added file-system related functions (list files and folders in directories) ([https://github.com/multitheftauto/mtasa-blue/commit/74781c6295b5b6dc81cd95d4cfab7900d88d7524 74781c6] by '''Tracer''')
* Added file-system related functions (list files and folders in directories) ([https://github.com/multitheftauto/mtasa-blue/commit/74781c6295b5b6dc81cd95d4cfab7900d88d7524 74781c6] by '''Tracer''')
* Added the ability to change the color and size of the target arrow in the checkpoint marker ([https://github.com/multitheftauto/mtasa-blue/commit/071378ec4326408a9520c79c96befca995d097f6 071378e] by '''FileEX''')
* Added the ability to change the color and size of the target arrow in the checkpoint marker ([https://github.com/multitheftauto/mtasa-blue/commit/071378ec4326408a9520c79c96befca995d097f6 071378e] by '''FileEX''')
* Added the ability to change the alpha of checkpoint and arrow marker ([https://github.com/multitheftauto/mtasa-blue/commit/7988852cf3af9e78f662d76544dc00db408b5c87 7988852] by '''FileEX''')
* Fixed weapon issues when using the jetpack ([https://github.com/multitheftauto/mtasa-blue/commit/180fbc0b5fdba95450e7a519f78f7588849349bf 180fbc0], [https://github.com/multitheftauto/mtasa-blue/commit/a68c2c4232c28c6ba5595a814b89be976c4fa9c3 a68c2c4] by '''FileEX''')
* Fixed vehicle windows not being visible from the inside when the lights are on ([https://github.com/multitheftauto/mtasa-blue/commit/934c1d6cfef19902cc391c896bbe2f80ba5a4f70 934c1d6] by '''FileEX''')


== Statistics ==
== Statistics ==
Line 33: Line 36:
* This is the '''28<sup>th</sup>''' 1.x.x release
* This is the '''28<sup>th</sup>''' 1.x.x release
* '''{{date difference|2023|06|16}}''' days
* '''{{date difference|2023|06|16}}''' days
* '''35''' new functions
* '''36''' new functions
* '''8''' new events
* '''8''' new events
* '''1''' deprecation
* '''1''' deprecation
Line 51: Line 54:
</section>
</section>


== 53 New Features ==
== 69 New Features ==
=== Shared ===
=== Shared ===
* Added [[isWorldSpecialPropertyEnabled]] and [[setWorldSpecialPropertyEnabled]] also to serverside ([https://github.com/multitheftauto/mtasa-blue/commit/938b306add48245e578ba6036f1a77521e277194 938b306] by '''samr46''')
* Added [[fileGetContents]] ([https://github.com/multitheftauto/mtasa-blue/commit/22930d854ce67d84a4a3b65a61b98a9ffd3f9e38 22930d8] by '''botder''')
* Added [[fileGetContents]] ([https://github.com/multitheftauto/mtasa-blue/commit/22930d854ce67d84a4a3b65a61b98a9ffd3f9e38 22930d8] by '''botder''')
* Added [[isObjectMoving]] to server-side ([https://github.com/multitheftauto/mtasa-blue/commit/7c939adb892c08836462a78cd9b987884cdb49ee 7c939ad] by '''FileEX''')
* Added [[isObjectMoving]] to server-side ([https://github.com/multitheftauto/mtasa-blue/commit/7c939adb892c08836462a78cd9b987884cdb49ee 7c939ad] by '''FileEX''')
Line 62: Line 66:


=== Client ===
=== Client ===
* Added new streaming functions ([https://github.com/multitheftauto/mtasa-blue/commit/7ffc31243c1dbca8ed5e7b0f8c05da239aa918bd 7ffc312], [https://github.com/multitheftauto/mtasa-blue/commit/6c86ebbf0801c45d5e0bcbb9d9f2e8fd55525b15 6c86ebb], [https://github.com/multitheftauto/mtasa-blue/commit/3c44dc5dcde0a5f98ff470ce9bc64443d47de807 3c44dc5] by '''Pirulax''')
* Added streaming functions ([https://github.com/multitheftauto/mtasa-blue/commit/7ffc31243c1dbca8ed5e7b0f8c05da239aa918bd 7ffc312], [https://github.com/multitheftauto/mtasa-blue/commit/6c86ebbf0801c45d5e0bcbb9d9f2e8fd55525b15 6c86ebb], [https://github.com/multitheftauto/mtasa-blue/commit/3c44dc5dcde0a5f98ff470ce9bc64443d47de807 3c44dc5] by '''Pirulax''')
:* [[engineStreamingSetMemorySize]]
:* [[engineStreamingSetMemorySize]]
:* [[engineStreamingGetMemorySize]]
:* [[engineStreamingGetMemorySize]]
Line 70: Line 74:
:* [[engineStreamingRestoreBufferSize]]
:* [[engineStreamingRestoreBufferSize]]
:* [[engineStreamingSetModelCacheLimits]]
:* [[engineStreamingSetModelCacheLimits]]
* Added model streaming functions ([https://github.com/multitheftauto/mtasa-blue/commit/008eaa7e36ae74bbab7c5bc9861d8f0f890eb945 008eaa7] by '''TheNormalnij''')
:* [[engineStreamingRequestModel]]
:* [[engineStreamingReleaseModel]]
:* [[engineStreamingGetModelLoadState]]


* Added new TXD functions ([https://github.com/multitheftauto/mtasa-blue/commit/3e9a3735a8022a0acabaa3041c8a3f8d91e547b7 3e9a373] by '''TheNormalnij''')
* Added new TXD functions ([https://github.com/multitheftauto/mtasa-blue/commit/3e9a3735a8022a0acabaa3041c8a3f8d91e547b7 3e9a373] by '''TheNormalnij''')
Line 93: Line 102:
:* [[removeAllGameBuildings]]  
:* [[removeAllGameBuildings]]  
:* [[restoreAllGameBuildings]]  
:* [[restoreAllGameBuildings]]  
* Added pools functions ([https://github.com/multitheftauto/mtasa-blue/commit/bdf12215d1f6e73d87f5cb0881049aa224b46b65 bdf1221] by '''TheNormalnij''')
* Added pools functions ([https://github.com/multitheftauto/mtasa-blue/commit/bdf12215d1f6e73d87f5cb0881049aa224b46b65 bdf1221] by '''TheNormalnij''')
:* [[engineGetPoolCapacity]]
:* [[engineGetPoolCapacity]]
Line 101: Line 111:
* Added [[dxDrawModel3D]] ([https://github.com/multitheftauto/mtasa-blue/commit/f886a359dd4a680c080da7f132db0527116b5d7a f886a35], ''paste here tederis commit after merge his [https://github.com/multitheftauto/mtasa-blue/pull/3266 PR] by '''CrosRoad95''' and '''tederis''')
* Added [[dxDrawModel3D]] ([https://github.com/multitheftauto/mtasa-blue/commit/f886a359dd4a680c080da7f132db0527116b5d7a f886a35], ''paste here tederis commit after merge his [https://github.com/multitheftauto/mtasa-blue/pull/3266 PR] by '''CrosRoad95''' and '''tederis''')
* Added [[processLineAgainstMesh]] ([https://github.com/multitheftauto/mtasa-blue/commit/acb80a3945d0d5e0230b8a41394a3fe3e70b8d0b acb80a3] by '''Pirulax''')
* Added [[processLineAgainstMesh]] ([https://github.com/multitheftauto/mtasa-blue/commit/acb80a3945d0d5e0230b8a41394a3fe3e70b8d0b acb80a3] by '''Pirulax''')
* Added [[resetPedVoice]] ([https://github.com/multitheftauto/mtasa-blue/commit/18986a4542db5eb72f6d0dfffb80cb8bb6eb1442 18986a4] by '''Tracer''')
* Added [[fxCreateParticle]] ([https://github.com/multitheftauto/mtasa-blue/commit/8f2730d2e260c3319cb51101c6aedb45e22bbd89 8f2730d] by '''FileEX''')
* Added [[getPlayerScriptDebugLevel]] to client-side ([https://github.com/multitheftauto/mtasa-blue/commit/8403da54ecfd20d6b9740fb79d90ac936d316112 8403da5] by '''Nico8340''')
* Added [[setVehicleWheelsRotation]] ([https://github.com/multitheftauto/mtasa-blue/commit/aeb113d269fffee7d9ac435ce87b51e905e9efa6 aeb113d] by '''gta191977649''')


* Added [[resetPedVoice]] ([https://github.com/multitheftauto/mtasa-blue/commit/18986a4542db5eb72f6d0dfffb80cb8bb6eb1442 18986a4] by '''Tracer''')
* Added new camera functions ([https://github.com/multitheftauto/mtasa-blue/commit/40ec398bb15e775d1552286eb86fe7aa0dffefa4 40ec398], [https://github.com/multitheftauto/mtasa-blue/commit/d9c2793de2a9f0782ec59cf0ef9907abf935d421 d9c2793] by '''Tracer''')
:* [[shakeCamera]]
:* [[resetShakeCamera]]


* Added [[fxCreateParticle]] ([https://github.com/multitheftauto/mtasa-blue/commit/8f2730d2e260c3319cb51101c6aedb45e22bbd89 8f2730d] by '''FileEX''')
* Added [[onClientCoreCommand]] event ([https://github.com/multitheftauto/mtasa-blue/commit/b2cf02943924c4972d2a695cdbfd7c9873fc3cbb b2cf029] by '''Pieter-Dewachter''')
* Added [[getVehicleEntryPoints]] ([https://github.com/multitheftauto/mtasa-blue/commit/bf588c163cd5bc134771e3842a6585212f06307f bf588c1] by '''MegadreamsBE''')


* Added [[getPlayerScriptDebugLevel]] to client-side ([https://github.com/multitheftauto/mtasa-blue/commit/8403da54ecfd20d6b9740fb79d90ac936d316112 8403da5] by '''Nico8340''')
* Added new time functions ([https://github.com/multitheftauto/mtasa-blue/commit/b8b7ce555e2f0f0dd74425ac7c91786374513bee b8b7ce5] by '''Proxy-99''')
:* [[setTimeFrozen]]
:* [[isTimeFrozen]]
:* [[resetTimeFrozen]]


* Added [[setVehicleWheelsRotation]] ([https://github.com/multitheftauto/mtasa-blue/commit/aeb113d269fffee7d9ac435ce87b51e905e9efa6 aeb113d] by '''gta191977649''')
* Added [[enginePreloadWorldArea]] ([https://github.com/multitheftauto/mtasa-blue/commit/5b72fb9d3c9e6813cdf56e53d1a1e72958abd3cf 5b72fb9] by '''MegadreamsBE''')


=== Server ===
=== Server ===
Line 117: Line 137:
* Added [[onResourceStateChange]] ([https://github.com/multitheftauto/mtasa-blue/commit/cfe9cd9d0006580e7e70dc9e93672e3d1d3b9836 cfe9cd9] by '''Tracer''')
* Added [[onResourceStateChange]] ([https://github.com/multitheftauto/mtasa-blue/commit/cfe9cd9d0006580e7e70dc9e93672e3d1d3b9836 cfe9cd9] by '''Tracer''')
* Added [[onPlayerTeamChange]] ([https://github.com/multitheftauto/mtasa-blue/commit/c4e18c618db299ea05f5395c798f2a7d6515f5ea c4e18c6] by '''esmail9900''')
* Added [[onPlayerTeamChange]] ([https://github.com/multitheftauto/mtasa-blue/commit/c4e18c618db299ea05f5395c798f2a7d6515f5ea c4e18c6] by '''esmail9900''')
* Added [[onAccountCreate]], [[onAccountRemove]], [[getAccountType]] ([https://github.com/multitheftauto/mtasa-blue/commit/545f54b6ae0bfc721abba12402ad3787ed9ae811 545f54b] by '''Tracer''')
 
* Added new acl account features ([https://github.com/multitheftauto/mtasa-blue/commit/545f54b6ae0bfc721abba12402ad3787ed9ae811 545f54b] by '''Tracer''')
:* [[onAccountCreate]]
:* [[onAccountRemove]]
:* [[getAccountType]]
 
* Added [[onPlayerTriggerInvalidEvent]] ([https://github.com/multitheftauto/mtasa-blue/commit/5b4122d35f725e4d258b408253c93e7cbd2ec783 5b4122d] by '''Lpsd''')
* Added [[onPlayerTriggerInvalidEvent]] ([https://github.com/multitheftauto/mtasa-blue/commit/5b4122d35f725e4d258b408253c93e7cbd2ec783 5b4122d] by '''Lpsd''')
* Added [[isVehicleRespawnable]], [[getVehicleRespawnDelay]], [[getVehicleIdleRespawnDelay]] ([https://github.com/multitheftauto/mtasa-blue/commit/1ff7137fd4477626d7ef4abfb1c696872cdf0eab 1ff7137], [https://github.com/multitheftauto/mtasa-blue/commit/d93287de761e568400b3b555a277e4ead6546ca3 d93287d] by '''Tracer''')
 
* Added new vehicle respawn functions ([https://github.com/multitheftauto/mtasa-blue/commit/1ff7137fd4477626d7ef4abfb1c696872cdf0eab 1ff7137], [https://github.com/multitheftauto/mtasa-blue/commit/d93287de761e568400b3b555a277e4ead6546ca3 d93287d] by '''Tracer''')
:* [[isVehicleRespawnable]]
:* [[getVehicleRespawnDelay]]
:* [[getVehicleIdleRespawnDelay]]


== 75 Changes and Bug Fixes ==
== 75 Changes and Bug Fixes ==
=== Shared ===
=== Shared ===
* Added [[isWorldSpecialPropertyEnabled]] and [[setWorldSpecialPropertyEnabled]] also to serverside ([https://github.com/multitheftauto/mtasa-blue/commit/938b306add48245e578ba6036f1a77521e277194 938b306] by '''samr46''')
* Fixed random toggle of world special properties ([https://github.com/multitheftauto/mtasa-blue/commit/bf95b1d16e31f36899350e2acac4bb8adfad5cdd bf95b1d] by '''samr46''')
* Fixed random toggle of world special properties ([https://github.com/multitheftauto/mtasa-blue/commit/bf95b1d16e31f36899350e2acac4bb8adfad5cdd bf95b1d] by '''samr46''')
* '''[Deprecation]''' Changed [[base64Encode]] and [[base64Decode]] to throw a warning on use, please upgrade to [[encodeString]] and [[decodeString]] instead ([https://github.com/multitheftauto/mtasa-blue/commit/30a83b0af164fb6920a2a60e089d08a6f5622f7d 30a83b0] by '''Nico8340''')
* '''[Deprecation]''' Changed [[base64Encode]] and [[base64Decode]] to throw a warning on use, please upgrade to [[encodeString]] and [[decodeString]] instead ([https://github.com/multitheftauto/mtasa-blue/commit/30a83b0af164fb6920a2a60e089d08a6f5622f7d 30a83b0] by '''Nico8340''')
* Fixed [[onClientDebugMessage]]/[[onDebugMessage]] recognizing level 4 as 0 ([https://github.com/multitheftauto/mtasa-blue/commit/783971efbdfcae622dbc03fd7647c337c2a3a306 783971e] by '''Tracer''')
* Many debugscript fixes
* Fixed outputDebugString level 4 colors ([https://github.com/multitheftauto/mtasa-blue/commit/5d4d7df3b8ff703cf954f3af394c811c489dcb18 5d4d7df] by '''MegadreamsBE''')
:* Fixed [[onClientDebugMessage]]/[[onDebugMessage]] recognizing level 4 as 0 ([https://github.com/multitheftauto/mtasa-blue/commit/783971efbdfcae622dbc03fd7647c337c2a3a306 783971e] by '''Tracer''')
:* Fixed outputDebugString level 4 colors ([https://github.com/multitheftauto/mtasa-blue/commit/5d4d7df3b8ff703cf954f3af394c811c489dcb18 5d4d7df] by '''MegadreamsBE''')
:* Fixed [[outputDebugString]] level 4 not being logged ([https://github.com/multitheftauto/mtasa-blue/commit/1951a5e62d35b2cf4ec292d294f8c818b8463418 1951a5e] by '''MegadreamsBE''')
:* Fixed outputDebugString with level 4 not showing ([https://github.com/multitheftauto/mtasa-blue/commit/b459973f8ad00aff79042a338a70700a21b426dc b459973] by '''srslyyyy''')
 
* Ped sync improvements ([https://github.com/multitheftauto/mtasa-blue/commit/f5b599c9f45777f924f7980cadb2d3cc6431d8b8 f5b599c] by '''tederis''')
* Ped sync improvements ([https://github.com/multitheftauto/mtasa-blue/commit/f5b599c9f45777f924f7980cadb2d3cc6431d8b8 f5b599c] by '''tederis''')
* Fixed "Using setElementHealth on a dead ped makes it invincible" ([https://github.com/multitheftauto/mtasa-blue/commit/836888379dc3e434752ad20c10a8d7d33ffc65a2 8368883] by '''FileEX''')
* Fixed "Using setElementHealth on a dead ped makes it invincible" ([https://github.com/multitheftauto/mtasa-blue/commit/836888379dc3e434752ad20c10a8d7d33ffc65a2 8368883] by '''FileEX''')
Line 137: Line 169:
* Added new parameters '''animGroup''' & '''animID''' for wasted events [[onPlayerWasted]], [[onPedWasted]], [[onClientPlayerWasted]] ([https://github.com/multitheftauto/mtasa-blue/commit/ecd6ed98ca129e7f45bda14384a503bee09495a7 ecd6ed9] by '''Nico8340''' and '''G-Moris''')
* Added new parameters '''animGroup''' & '''animID''' for wasted events [[onPlayerWasted]], [[onPedWasted]], [[onClientPlayerWasted]] ([https://github.com/multitheftauto/mtasa-blue/commit/ecd6ed98ca129e7f45bda14384a503bee09495a7 ecd6ed9] by '''Nico8340''' and '''G-Moris''')
* Added optional '''ignoreAlphaLimits''' argument for [[createMarker]] to maintain backward compatibility after adding the ability to change alpha for arrow and checkpoint markers ([https://github.com/multitheftauto/mtasa-blue/commit/121048cb9a14c28dcefca9bf2d4e955ef920a087 121048c] by '''FileEX''')
* Added optional '''ignoreAlphaLimits''' argument for [[createMarker]] to maintain backward compatibility after adding the ability to change alpha for arrow and checkpoint markers ([https://github.com/multitheftauto/mtasa-blue/commit/121048cb9a14c28dcefca9bf2d4e955ef920a087 121048c] by '''FileEX''')
* Added optional '''property''' argument for [[getVehicleHandling]] ([https://github.com/multitheftauto/mtasa-blue/commit/a08e38d6507fdc1c051c2b84727c83dd9c418649 a08e38d] by '''XJMLN''')
* Fixed health value issues ([https://github.com/multitheftauto/mtasa-blue/commit/612f9a6715059baa43182e891258d9c3ceb19591 612f9a6] by '''Tracer''')


=== Client ===
=== Client ===
Line 184: Line 218:
* Fixed weapon models being invisible when using the jetpack with [[setJetpackWeaponEnabled]] ([https://github.com/multitheftauto/mtasa-blue/commit/a68c2c4232c28c6ba5595a814b89be976c4fa9c3 a68c2c4] by '''FileEX''')
* Fixed weapon models being invisible when using the jetpack with [[setJetpackWeaponEnabled]] ([https://github.com/multitheftauto/mtasa-blue/commit/a68c2c4232c28c6ba5595a814b89be976c4fa9c3 a68c2c4] by '''FileEX''')
* Fixed animations validation to avoid crashes ([https://github.com/multitheftauto/mtasa-blue/commit/27a24b551d86c6fbf9ee308603f24b011e941399 27a24b5] by '''G-Moris''')
* Fixed animations validation to avoid crashes ([https://github.com/multitheftauto/mtasa-blue/commit/27a24b551d86c6fbf9ee308603f24b011e941399 27a24b5] by '''G-Moris''')
* Fixed [[outputDebugString]] level 4 not being logged ([https://github.com/multitheftauto/mtasa-blue/commit/1951a5e62d35b2cf4ec292d294f8c818b8463418 1951a5e] by '''MegadreamsBE''')
* Fixed a bug where the "attacker" parameter is always nil in the [[onClientObjectBreak]] event if the object is glass ([https://github.com/multitheftauto/mtasa-blue/commit/dca5e2065af4a0195526541f9a8285db0401616e dca5e20] by '''FileEX''')
* Fixed a bug where the "attacker" parameter is always nil in the [[onClientObjectBreak]] event if the object is glass ([https://github.com/multitheftauto/mtasa-blue/commit/dca5e2065af4a0195526541f9a8285db0401616e dca5e20] by '''FileEX''')
* Fixed a bug where the [[onClientObjectBreak]] event was not triggered if the glass was broken by an explosion ([https://github.com/multitheftauto/mtasa-blue/commit/dca5e2065af4a0195526541f9a8285db0401616e dca5e20] by '''FileEX''')
* Fixed a bug where the [[onClientObjectBreak]] event was not triggered if the glass was broken by an explosion ([https://github.com/multitheftauto/mtasa-blue/commit/dca5e2065af4a0195526541f9a8285db0401616e dca5e20] by '''FileEX''')
* Fixed a bug that prevented players from switching weapons with an active jetpack ([https://github.com/multitheftauto/mtasa-blue/commit/180fbc0b5fdba95450e7a519f78f7588849349bf 180fbc0] by '''FileEX''')
* Fixed a bug where hitElement in the [[onClientVehicleCollision]] event was always nil for projectiles ([https://github.com/multitheftauto/mtasa-blue/commit/43cc7b3e34eb4680120eb8ebf40d31d845850df2 43cc7b3] by '''FileEX''')
* Fixed a bug where hydra flares did not work with [[createProjectile]] ([https://github.com/multitheftauto/mtasa-blue/commit/2bdac16d1d868f396786fbfdcfa2595004e1fff5 2bdac16] by '''FileEX''')
* Fixed inconsistent extra component names ([https://github.com/multitheftauto/mtasa-blue/commit/d4f884935626c638dca0f7f45c71cfb22c4e2d72 d4f8849] by '''FileEX''')
* Fixed a bug where after changing the key in the bind settings, only the key for the "down" status changed, while the "up" key remained unchanged.([https://github.com/multitheftauto/mtasa-blue/commit/3ebefc37951e24cbfb25035d99045d67571b5324 3ebefc3] by '''FileEX''')


=== Server ===
=== Server ===
Line 206: Line 244:
<!--* Added object specific contact radius and limit contact check. This can be set in the [[server_mtaserver.conf#object_contact_sync_radius|mtaserver.conf]]([https://github.com/multitheftauto/mtasa-blue/commit/6085796cafd1008ed4a74eae614d651c6c734741 6085796] by '''MegadreamsBE''')-->
<!--* Added object specific contact radius and limit contact check. This can be set in the [[server_mtaserver.conf#object_contact_sync_radius|mtaserver.conf]]([https://github.com/multitheftauto/mtasa-blue/commit/6085796cafd1008ed4a74eae614d651c6c734741 6085796] by '''MegadreamsBE''')-->
* Fixed ''CSimBulletsyncPacket'' crash ([https://github.com/multitheftauto/mtasa-blue/commit/ee8bc92907a112a5584844329dbb07cc82326ad1 ee8bc92] by '''G-Moris''')
* Fixed ''CSimBulletsyncPacket'' crash ([https://github.com/multitheftauto/mtasa-blue/commit/ee8bc92907a112a5584844329dbb07cc82326ad1 ee8bc92] by '''G-Moris''')
* Fixed outputDebugString with level 4 not showing ([https://github.com/multitheftauto/mtasa-blue/commit/b459973f8ad00aff79042a338a70700a21b426dc b459973] by '''srslyyyy''')
* Fixed onVehicleExit doesn't trigger if pulled out ([https://github.com/multitheftauto/mtasa-blue/commit/af4f7facca73bb68238437e6eff3504bd6f1cfe0 af4f7fa] by '''Proxy-99''')
* Fixed onVehicleExit doesn't trigger if pulled out ([https://github.com/multitheftauto/mtasa-blue/commit/af4f7facca73bb68238437e6eff3504bd6f1cfe0 af4f7fa] by '''Proxy-99''')
* Fixed arguments in [[setPedAnimation]] being ignored when nil was passed ([https://github.com/multitheftauto/mtasa-blue/commit/f6f544e6b54054a06497fdf94cd077b862af8055 f6f544e] by '''FileEX''')
* Fixed arguments in [[setPedAnimation]] being ignored when nil was passed ([https://github.com/multitheftauto/mtasa-blue/commit/f6f544e6b54054a06497fdf94cd077b862af8055 f6f544e] by '''FileEX''')
* Fixed Sirens not removed correctly ([https://github.com/multitheftauto/mtasa-blue/commit/9e419620069ec8ad5828c50295c1901685166cf9 9e41962] by '''Proxy-99''')
* Fixed Sirens not removed correctly ([https://github.com/multitheftauto/mtasa-blue/commit/9e419620069ec8ad5828c50295c1901685166cf9 9e41962] by '''Proxy-99''')
* Fixed a bug where [[setPedWeaponSlot]] did not update data in [[getPedWeapon]] and [[getPedWeaponSlot]] ([https://github.com/multitheftauto/mtasa-blue/commit/9615523faf84f584179412fb8e0cc04f9f4ee48f 9615523] by '''FileEX''')
* Fixed a bug where [[setPedWeaponSlot]] did not update data in [[getPedWeapon]] and [[getPedWeaponSlot]] ([https://github.com/multitheftauto/mtasa-blue/commit/9615523faf84f584179412fb8e0cc04f9f4ee48f 9615523] by '''FileEX''')
* Added '''player''' parameter to [[onVehicleExplode]] ([https://github.com/multitheftauto/mtasa-blue/commit/1ec1f5be69d3ef99bd2e26fd3d008a7cecd0a5ad 1ec1f5b] by '''FileEX''')


=== More Technical Changes and Bug Fixes ===
=== More Technical Changes and Bug Fixes ===
Line 240: Line 278:
:* Generic exception type for argument parser instead of std::invalid_argument ([https://github.com/multitheftauto/mtasa-blue/commit/2043acfdb210a8f1158501e2fbb431b625bbf74d 2043acf] by '''tederis''')
:* Generic exception type for argument parser instead of std::invalid_argument ([https://github.com/multitheftauto/mtasa-blue/commit/2043acfdb210a8f1158501e2fbb431b625bbf74d 2043acf] by '''tederis''')
:* Added comments for hooks in CMultiplayerSA_CrashFixHacks.cpp ([https://github.com/multitheftauto/mtasa-blue/commit/0327cb1bef9b234451f8a22ece9c6c70fdc9adb0 0327cb1] by '''FileEX''')
:* Added comments for hooks in CMultiplayerSA_CrashFixHacks.cpp ([https://github.com/multitheftauto/mtasa-blue/commit/0327cb1bef9b234451f8a22ece9c6c70fdc9adb0 0327cb1] by '''FileEX''')
:* Optimization handling ([https://github.com/multitheftauto/mtasa-blue/commit/e3a8bd96d4eccb30e439ba8bd4a2029d01586154 e3a8bd9] by '''G-Moris''')
:* Optimization handling ([https://github.com/multitheftauto/mtasa-blue/commit/e3a8bd96d4eccb30e439ba8bd4a2029d01586154 e3a8bd9], [https://github.com/multitheftauto/mtasa-blue/commit/5ac6c8adad9c9ffd4a1c299c7cd548713e485bd6 5ac6c8a] by '''G-Moris''')
:* Added ability to use varargs in ArgumentParser functions ([https://github.com/multitheftauto/mtasa-blue/commit/8c2f95a5ffade0e7fb212b62282e69d7f433d36f 8c2f95a] by '''Tracer''')


== 3 Vendor Updates ==
== 13 Vendor Updates ==
=== Client ===
=== Client ===
* Updated libpng to 1.6.40 ([https://github.com/multitheftauto/mtasa-blue/commit/46f04cecd4953ff3a75d43f55a09d575cd91e2df 46f04ce] by '''patrikjuvonen''')
* Updated libpng to 1.6.43 ([https://github.com/multitheftauto/mtasa-blue/commit/5c71180ecdadc86fde56d4aef07fd2bca1fb56b2 5c71180] by '''Dutchman101''')
* Updated CEF to 114.2.11+g87c8807+chromium-114.0.5735.134 ([https://github.com/multitheftauto/mtasa-blue/commit/881651f0f4575f46ecd25bc851b059d8919e8c2f 881651f] by '''patrikjuvonen''')
* Updatee CEF to 127.3.5+g114ea2a+chromium-127.0.6533.120 ([https://github.com/multitheftauto/mtasa-blue/commit/bca4dff8dc490328000d7653a9166704d859b7e5 bca4dff] by '''Dutchman101''')
* Updated Unifont to 15.1.05 ([https://github.com/multitheftauto/mtasa-blue/commit/02115a5c00e2480bbb3b829b655869e7436de955 02115a5] by '''Dutchman101''')


=== Server ===
=== Server ===
* Updated cURL to 8.3.0 ([https://github.com/multitheftauto/mtasa-blue/commit/c83b3df5925b5c037b7e61e135e2723d9c6b0749 c83b3df] by '''Lpsd''')
* Updated cURL to 8.8.0 ([https://github.com/multitheftauto/mtasa-blue/commit/66ebffdbaa3a9c98372b06dc5efca7dc5724bb7a 66ebffd] by '''Dutchman101''')
* Updated MySQL to 8.4.0 & OpenSSL to 3.3.1 ([https://github.com/multitheftauto/mtasa-blue/commit/a44d673bb8731506418fdbaa6690b339a98d82c1 a44d673] by '''botder''')
* Updated SQLite to 3.46.0 ([https://github.com/multitheftauto/mtasa-blue/commit/30e31af2ca1ae96e03386670a9df6db70336b968 30e31af] by '''Dutchman101''')


=== Shared ===
=== Shared ===
* Updated mbedTLS to 3.6.0 ([https://github.com/multitheftauto/mtasa-blue/commit/0ba65bb826cecc1d95392ffea9833e30c8dd592c 0ba65bb] by '''Lpsd''')
* Updated mbedTLS to 3.6.0 ([https://github.com/multitheftauto/mtasa-blue/commit/0ba65bb826cecc1d95392ffea9833e30c8dd592c 0ba65bb] by '''Lpsd''')
* Updated 7-Zip Standalone plugins to 24.07 (24.7.0.0) ([https://github.com/multitheftauto/mtasa-blue/commit/9b979b2d5c7f4b885046a85d9895e58416563890 9b979b2] by '''Dutchman101''')
* Updated freetype to freetype-37cefe3 (freetype/freetype@37cefe3) ([https://github.com/multitheftauto/mtasa-blue/commit/89e022cb8586aba5bdacd7b56c7d45c9b7b95f97 89e022c] by '''Dutchman101''')
* Updated nvapi from r550 to r555 ([https://github.com/multitheftauto/mtasa-blue/commit/5fdcada80a18af530381b04f54c3c69b6988f479 5fdcada] by '''Dutchman101''')
* Updated unrar to 7.0.9 ([https://github.com/multitheftauto/mtasa-blue/commit/ab9461be5777427261bc3a330acb4c0f5cdc2c8b ab9461b] by '''Dutchman101''')
* Updated FreeType to 2.13.2 ([https://github.com/multitheftauto/mtasa-blue/commit/a783e994264d4e954489e31459505c53759ca7f1 a783e99] by '''Dutchman101''')
* Updated zlib from 1.2.13 to 1.3 ([https://github.com/multitheftauto/mtasa-blue/commit/0f37ac0b18845e9f035d0ca45bbb41b9cd1aa979 0f37ac0] by '''Dutchman101''')


== Resources ==
== Resources ==

Latest revision as of 19:17, 18 August 2024

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. It is updated progressively to keep the page always up to date.


Important notice to Windows 7 and 8.x users

If you are using Windows 7 or 8.x, please upgrade your system to Windows 10 or 11 as soon as possible. Windows 7 and 8.x are no longer supported by Microsoft (since January 2020 and January 2023 respectively) and most software (including Google Chrome and Steam) which means you are running an insecure system. Multi Theft Auto will also eventually drop Windows 7 and 8.x support sometime in the future, so it would be a good idea to start looking at upgrade options right now. Thank you!

CEF in MTA is no longer updated for Windows 7 or 8.x. This is because CEF no longer supports those versions of Windows. This bad for security, so please upgrade to Windows 10+ and MTA to 1.6+

1 Deprecation

These changes will take effect in this version and scripts may need to be manually upgraded when updating:

Notable Changes

  • Support for Discord Rich Presence (fdaa3ac, ef26810, acfbd40 by znjvder, tederis, patrikjuvonen and Deihim007)
  • Added support for Building's (81242ed, eb6b18a by TheNormalnij)
  • Added the ability to generate a nickname (12c50ee by Nicol8340)
  • Added meta.xml loading files pattern (90e2737 by W3lac3)
  • Added world properties (time cycle and weather related features) with new functions: setWorldProperty, getWorldProperty, resetWorldProperty (a75f1e9 by Samr46)
  • Added file-system related functions (list files and folders in directories) (74781c6 by Tracer)
  • Added the ability to change the color and size of the target arrow in the checkpoint marker (071378e by FileEX)
  • Added the ability to change the alpha of checkpoint and arrow marker (7988852 by FileEX)
  • Fixed weapon issues when using the jetpack (180fbc0, a68c2c4 by FileEX)
  • Fixed vehicle windows not being visible from the inside when the lights are on (934c1d6 by FileEX)

Statistics

Click to collapse [-]

These are some statistics since the previous release.

  • This is the 28th 1.x.x release
  • 431 days
  • 36 new functions
  • 8 new events
  • 1 deprecation
  • 50+ bug fixes and changes
  • 350+ commits (mtasa-blue) (mtasa-resources)
  • 78 new open GitHub issues (see list)
  • 29 resolved GitHub issues (see list)
  • 28 closed GitHub issues (see list)
  • 30 new open GitHub pull requests (see list)
  • 81 merged GitHub pull requests (see list)
  • 26 closed GitHub pull requests (see list)
  • 2+ contributors of which 0+ are new (see list)
  • 100+ total contributors (see list)
  • 3 vendor updates

Note: Last update to these statistics was made 138 days ago.

69 New Features

Shared

Client

  • Added model streaming functions (008eaa7 by TheNormalnij)
  • Added new TXD functions (3e9a373 by TheNormalnij)
  • Added functions for Discord RPC (fdaa3ac, ef26810, acfbd40 by znjvder, tederis, patrikjuvonen and Deihim007)
  • Added pools functions (bdf1221 by TheNormalnij)
  • Added new time functions (b8b7ce5 by Proxy-99)

Server

  • Added new acl account features (545f54b by Tracer)

75 Changes and Bug Fixes

Shared

  • Ped sync improvements (f5b599c by tederis)
  • Fixed "Using setElementHealth on a dead ped makes it invincible" (8368883 by FileEX)
  • Fixed setting player model resets their current weapon slot (f7ce562 by FileEX)
  • Fixed a bug where "arrow" and "checkpoint" markers ignored the alpha color (7988852 by FileEX)
  • Fixed the goggle effect resetting after changing skin (1dd2914 by Proxy-99)
  • Fixed satchels detaching after changing skin (d93dbf2 by FileEX)
  • Added resourceName global variable and added current resource as default argument for getResourceName (49fb6c6 by Nico8340)
  • Added new parameters animGroup & animID for wasted events onPlayerWasted, onPedWasted, onClientPlayerWasted (ecd6ed9 by Nico8340 and G-Moris)
  • Added optional ignoreAlphaLimits argument for createMarker to maintain backward compatibility after adding the ability to change alpha for arrow and checkpoint markers (121048c by FileEX)
  • Added optional property argument for getVehicleHandling (a08e38d by XJMLN)
  • Fixed health value issues (612f9a6 by Tracer)

Client

  • Update d3dcompiler_47.dll from CEF (75a1a29 and 6d8fd8c by patrikjuvonen)
  • Updated translations from Crowdin (29baf29 by patrikjuvonen)
  • Added Azerbaijani to client languages
  • Resolved cursor being invisible with main menu open in certain scenarios (bb1f675 by Lpsd)
  • Partially fixed screen flickering on high memory usage (1a88646 by Zangomangu)
  • Added texture hit info parameter to processLineOfSight (86f3344 by Pirulax)
  • Fixed CStreamingSA::GetUnusedStreamHandle (38624a4 by tederis)
  • IMG count extension (1a60f60 by tederis)
  • Fixed a desync state after aborted carjacking (3f510fc by Zangomangu)
  • Allowed allocating clump models (428561f by TheNormalnij)
  • Fixed crash in CEF init (c782826 by TheNormalnij)
  • Fixed "Changing vehicle model from doorless or "doorful" causes doors to fall off" (d6659da by FileEX)
  • Fixed "Wheel visibility when using setVehicleWheelStates" (51c9257 by FileEX)
  • Added new world special property burnflippedcars (938b306 by samr46)
  • Streaming buffer restore and fixes (6c86ebb by Pirulax)
  • Fixed Unicode file path passed in CClientIMG (c57f07b by TheNormalnij)
  • Added new world special property fireballdestruct (219ad73 by samr46)
  • Fixed "Hide question box when hiding main menu" (4beff04 by XJMLN)
  • Fixed engineFreeModel regression (b52500e by TheNormalnij)
  • Fixed assert when model info is missing (d431e5e by TheNormalnij)
  • Fixed engineFreeModel crashes (c289c22 by TheNormalnij)
  • Filtered URLs in requestBrowserDomains with incorrect symbols (74bbb06 by TheNormalnij)
  • Fixed issues with ped shaders (3bc1e6d by Merlin)
  • Fixed 3D primitives disappearing (04a1e2b by tederis)
  • Fixed svgSetSize issues (721c2b6 by Nico8340)
  • Fixed the marker flickering issue during water cannon effects (e83f700 by Merlin)
  • Fixed buildings removal (1b40db7 by tederis)
  • Fixed crashes caused by createBuilding with engineRequestModel (6245a68 by TheNormalnij)
  • Fixed wrong getModelMatrix result for buildings (f691946 by TheNormalnij)
  • Fixed crashes for timed-object in engineRequestModel (229389a by TheNormalnij)
  • Fixed incorrect colors for 3D draws (1f2c6e7 by Nico8340)
  • Add missing definition GuiGridList::getColumnWidth (b34b1d5 by Lpsd)
  • Fixed resetPedVoice not working at all (3d8bd50 by Tracer)
  • Added LOD support for buildings (77ab3e6 by TheNormalnij)
  • Added render stages for 3D primitives (new stage parameter) (8414476 by tederis)
  • Added disable option for engineSetModelPhysicalPropertiesGroup (b6216ca by TheNormalnij)
  • Fixed return correct value for stuntDistance parameter (1f464d6 by XJMLN)
  • Fixed engineRestoreModelPhysicalPropertiesGroup restores incorrect group (291dfb4 by TheNormalnij)
  • Fixed OGG sound files can't be played as RAW data (2764b79 by FileEX)
  • Implement getElementBoundingBox for buildings (7b228da by TheNormalnij)
  • Fixed streaming size check after engineAddImage (5cdc04d by TheNormalnij)
  • Fixed removeWorldModel crash (ae98b04 by TheNormalnij)
  • Fixed crash when using extinguishFire in onClientVehicleDamage event (d6ae4e9 by FileEX)
  • Fixed weapon models being invisible when using the jetpack with setJetpackWeaponEnabled (a68c2c4 by FileEX)
  • Fixed animations validation to avoid crashes (27a24b5 by G-Moris)
  • Fixed a bug where the "attacker" parameter is always nil in the onClientObjectBreak event if the object is glass (dca5e20 by FileEX)
  • Fixed a bug where the onClientObjectBreak event was not triggered if the glass was broken by an explosion (dca5e20 by FileEX)
  • Fixed a bug that prevented players from switching weapons with an active jetpack (180fbc0 by FileEX)
  • Fixed a bug where hitElement in the onClientVehicleCollision event was always nil for projectiles (43cc7b3 by FileEX)
  • Fixed a bug where hydra flares did not work with createProjectile (2bdac16 by FileEX)
  • Fixed inconsistent extra component names (d4f8849 by FileEX)
  • Fixed a bug where after changing the key in the bind settings, only the key for the "down" status changed, while the "up" key remained unchanged.(3ebefc3 by FileEX)

Server

  • Check deprecated account name length on banPlayer to fix all players getting kicked (b5e2332 by patrikjuvonen)
  • Fixed a crash in CHandlingManager (b6867a0 by Olya-Marinova)
  • Removed min-version lua function from old MTA versions (222b272 by Olya-Marinova)
  • Disallow loadstring by default (89e2d37 by srslyyyy)
  • Added valid values for 'donotbroadcastlan' setting (f8d4422 by Dark-Dragon)
  • Fixed "ped revives when syncer changes" (af604ae by Zangomangu)
  • Fixed files not unloading after renaming (2846e27 by W3lac3)
  • Added ability to limit client triggered events via triggerServerEvent (eae47fe by Lpsd)
  • Added FileExists check to CMainConfig::AddMissingSettings (1ebaa28 by Lpsd)
  • Added server side weapon related checks (86448ea by NanoBob)
  • Added dbConnect option for MySQL "use_ssl=0" (e647676 by Lpsd)
  • Added content parameter to onPlayerPrivateMessage event (79f8ed6 by FileEX)
  • Fix ability to move server-side vehicles that are far away from the player. New parameter can be set in the mtaserver.conf (e3338c2 by MegadreamsBE)
  • Added sync parameter for vehicles (f88d313 by znvjder)
  • Fixed server-side pickup collision size (49d9751 by Proxy-99)
  • Fixed CSimBulletsyncPacket crash (ee8bc92 by G-Moris)
  • Fixed onVehicleExit doesn't trigger if pulled out (af4f7fa by Proxy-99)
  • Fixed arguments in setPedAnimation being ignored when nil was passed (f6f544e by FileEX)
  • Fixed Sirens not removed correctly (9e41962 by Proxy-99)
  • Fixed a bug where setPedWeaponSlot did not update data in getPedWeapon and getPedWeaponSlot (9615523 by FileEX)
  • Added player parameter to onVehicleExplode (1ec1f5b by FileEX)

More Technical Changes and Bug Fixes

Click to collapse [-]
  • Updated CLuaFunctionParser.h (55647f4 by Xenius97)
  • Fixed build after above update (9dcc651 by Pirulax)
  • Fixed std::unordered_map<std::string, std::string> parsing (0055924 by tederis)
  • Addendum to #3251 (9544a34 by Lpsd)
  • Fixes for #3251 (07013d2 by Lpsd)
  • Fixed SetStreamingBufferSize possibly accessing memory out-of-bounds (e08b84f by Pirulax)
  • Added a check to verify itemList validity (6680737 by R4ven47)
  • Various code clean ups and refactors
  • Removed COffsetsMP and EU addresses (52b0115 by Merlin)
  • Removed COffsets and EU addresses (959141d by Merlin)
  • Clean ups multiplayer_sa code (3898204 by CrosRoad95)
  • Removed old easter-egg & debug code (b26f80c, 530212f by botder and Merlin)
  • Addd Comments to Frame Rate Fixes in CMultiplayerSA_FrameRateFixes.cpp (e4e6d1b by Merlin)
  • Fixed build after CEF update (9980252 by TheNormalnij)
  • Bump chromedriver from 114.0.2 to 119.0.1 in /utils/localization/generate-images (5d8d375)
  • Bump axios from 1.4.0 to 1.6.1 in /utils/localization/generate-images (ba01801)
  • Fixed file lock after img:destroy (c2ccfd2 by TheNormalnij)
  • Bump follow-redirects from 1.15.2 to 1.15.6 in /utils/localization/generate-images (437dbcd)
  • Fix permission check in File.create method (92144a4 by theSarrum)
  • mbedTLS fix for cURL 8.8.0 (4f7e0d8 by Lpsd)
  • Discord RPC Tweaks (8ef351e by theSarrum)
  • Fixed small overhead in argument parser for strings (d20582d by TheNormalnij)
  • Bump ws from 8.13.0 to 8.17.1 in /utils/localization/generate-images (cc172fc)
  • Generic exception type for argument parser instead of std::invalid_argument (2043acf by tederis)
  • Added comments for hooks in CMultiplayerSA_CrashFixHacks.cpp (0327cb1 by FileEX)
  • Optimization handling (e3a8bd9, 5ac6c8a by G-Moris)
  • Added ability to use varargs in ArgumentParser functions (8c2f95a by Tracer)

13 Vendor Updates

Client

  • Updated libpng to 1.6.43 (5c71180 by Dutchman101)
  • Updatee CEF to 127.3.5+g114ea2a+chromium-127.0.6533.120 (bca4dff by Dutchman101)
  • Updated Unifont to 15.1.05 (02115a5 by Dutchman101)

Server

  • Updated cURL to 8.8.0 (66ebffd by Dutchman101)
  • Updated MySQL to 8.4.0 & OpenSSL to 3.3.1 (a44d673 by botder)
  • Updated SQLite to 3.46.0 (30e31af by Dutchman101)

Shared

  • Updated mbedTLS to 3.6.0 (0ba65bb by Lpsd)
  • Updated 7-Zip Standalone plugins to 24.07 (24.7.0.0) (9b979b2 by Dutchman101)
  • Updated freetype to freetype-37cefe3 (freetype/freetype@37cefe3) (89e022c by Dutchman101)
  • Updated nvapi from r550 to r555 (5fdcada by Dutchman101)
  • Updated unrar to 7.0.9 (ab9461b by Dutchman101)
  • Updated FreeType to 2.13.2 (a783e99 by Dutchman101)
  • Updated zlib from 1.2.13 to 1.3 (0f37ac0 by Dutchman101)

Resources

46+ Changes and Bug Fixes

admin

  • Removed execute code functionality for safety reasons (507a049 by srslyyyy)
  • Updated skins.xml (b530648 by F2BShady)
  • Fixed warnings (d7b0202 by jlillis)
  • Making the admin window focused (33f7cc9 by Proxy-99)
  • Resource settings button is only displayed if there are settings (0224ef5 by T-MaxWiese-T)
  • Fixed nil index error and removed invalid characters causing syntax errors (7985739 by rad3sh)
  • Allow disabling/enabling default reporting system (0dbb83d by Viude)
  • Updated clientcheckban setting to ban serial instead of IP (fa5beb9 by Viude)
  • Fixed that double clicking on a resource without setting opened the GUI settings window (82d5b83 by T-MaxWiese-T)

admin2

  • Forward-ported permissions widget from admin1 and minor fixes (25dcc4c by Dark-Dragon)
  • Fixed /report message viewer widget and minor fixes (6dbdf2c by Dark-Dragon)
  • Refactored bans functionality (d8c35b0 by jlillis)
  • Fixed messagebox not showing (5afe024 by FileEX)
  • Added missing glitches and world properties (6856aa0 by FileEX)
  • Added content for "Users" sub-tab in the "Rights" tab (3f8ecca by FileEX)
  • Removed execute code functionality for safety reasons (c4bc73a by jlillis)
  • Replaced checkboxes with a gridlist for glitches and special world properties (1dcb295 by FileEX)
  • Added ability to change server configuration settings (118d58e by FileEX)
  • Added content for "Resources" sub-tab in the "Rights" tab (f16577e by FileEX)
  • Making the admin window focused (33f7cc9 by Proxy-99)

defaultstats

  • Don't re-apply stats on every respawn (9fde199 by Dutchman101)
  • Fixed issue where defaultstats did not set player stats correctly (567d10c by MittellBuurman)

editor

  • Various fixes for local spawned or invalid elements (4e3c579 by chris1384)

fallout

  • Refactor & many improvements (c733b69 by IIYAMA12)

freeroam

  • Updated skins.xml (cacbe40 by F2BShady)

hedit

  • Added Brazilian Portuguese localization Flag br.png (d1b85d7 by ricksterhd123)
  • Added Hungarian localization Flag hu.png (53050dd by Nico8340)
  • Updated Turkish localization Tr.gif (3044d00 by mahlukat5)
  • Updated Spanish localization Flag es.png (b74c239 by kxndrick0)

internetradio

  • Fixed that the GUI window of the resource "internetradio" collides with the GUI window of the resource "helpmanager" (313f3dd by T-MaxWiese-T)
  • Improvements (a3c9e17 by srslyyyy)

ip2c

  • Added missing fetchRemote aclrequest (e1364c3 by Fernando-A-Rocha)
  • Added backed up file and .gitignore to ignore the real one (auto-updated) (e182291 by Fernando-A-Rocha)

ipb

  • Replaced the onClientResource start event with the onPlayerResourceStart event (cca3a05 by srslyyyy)

parachute

  • Fixed warnings about min_mta_version (b4119cc by NetroX1993)

playerblips

  • Fixed that the resource "playercolors" should be activated for teams (2cd28db by T-MaxWiese-T)
  • Real-time update of settings (9505b18 by Nico8340)
  • Improved debug messages (4084e5d by T-MaxWiese-T)
  • Fixed that when a player changed or joined teams the color of the blip was not updated (ff80005 by T-MaxWiese-T)

playercolors

  • Player nametag color should revert to team color when the resource is stopped (d45d2d0 by T-MaxWiese-T)

runcode

  • Added aclrequest for loadstring function (c40b809 by IIYAMA12 )

scoreboard

  • Replaced drawing arrow from path to texture (128f269 by srslyyyy)

speedometer

  • Display at resource start (31a5ac4 by Nico8340)
  • Preventing pointer overflow (8689cdc by Nico8340)

votemanager

  • Fixed lint error (c863007 by Dark-Dragon)

Others / Uncategorized

  • Refactor of resources meta.xml (6713b07 by Fernando-A-Rocha)

Extra information

More detailed information available on our GitHub repositories: