Rev Author Branch Log Message Date SHA
r14334
Avatar ccw808
1.5.6 Changed version to 1.5.6
6 September, 2018
Avatar Qais Patankar
1.5.6 Revert "Merge pull request #316 from Dezash/feature/os-lib"
This reverts commit 94bd9c5e56923de5e9d9be5e07071506448db089, reversing
changes made to 98e84545e5e35a95eee15147601e03d2dd98cdd1.
6 September, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #316 from Dezash/feature/os-lib
Enable safe Lua os.• functions
6 September, 2018
Avatar Qais Patankar
1.5.6 Update CCredits.cpp
6 September, 2018
Avatar Qais Patankar
1.5.6 Update credits
6 September, 2018
Avatar Qais Patankar
1.5.6 Only use IPv4 in travis
5 September, 2018
Avatar Gabrielius Laurinavicius
1.5.6 Set disabled Os functions to CLuaUtilDefs::DisabledFunction
16 August, 2018
Avatar unknown
1.5.6 Move Os function removals to InitSecurity
8 August, 2018
Avatar unknown
1.5.6 Enable safe Os functions
8 August, 2018
Avatar unknown
1.5.6 Enable safe Os functions
8 August, 2018
r14281
Avatar Qais Patankar
1.5.6 Temporarily verbosely wget to debug travis problems
5 September, 2018
r14280
Avatar Qais Patankar
1.5.6 Add setVehicleRespawnRotation function and tweaked OOP variants (#338)
This makes a very minor change to some undocumented behaviour:

...
4 September, 2018
Avatar Qais Patankar
1.5.6 remove optional respawn rotation arg
4 September, 2018
Avatar Qais Patankar
1.5.6 swap ordering
29 August, 2018
Avatar Kamill Schneider
1.5.6 added rotation to setVehicleRespawnPosition
24 August, 2018
Avatar Kamill Schneider
1.5.6 modify setVehicleRespawnPosition
23 August, 2018
r14273
Avatar ccw808
1.5.6 Rebuild to incorporate fix for Avast/AVG menu lag (which was caused by exceptions in the `do not disturb` helper dll)
4 September, 2018
r14229
Avatar Qais Patankar
1.5.6 Fix recent RPC enum updates
See 898427aedcae27748ad9aabb810069c905060f5c
and 938aafff69797c8dd496b156cc13b5f7268302c3
...
3 September, 2018
Avatar Qais Patankar
1.5.6 fix ifp typo
3 September, 2018
Avatar Qais Patankar
1.5.6 Remove a couple of superfluous checks
`new X()` will raise an exception if memory allocation fails
This means it will never return nullptr
...
3 September, 2018
Avatar Qais Patankar
1.5.6 Remove GetAudio (addendum to 1ed90f2ab)
See 1ed90f2abcffec21a4ef7792dc4dd23f357eb569
The refactor there was not completed
3 September, 2018
Avatar Qais Patankar
1.5.6 Remove use of json bool TRUE
3 September, 2018
Avatar Qais Patankar
1.5.6 CLuaManager: fix pointer use after memory release
3 September, 2018
Avatar Qais Patankar
1.5.6 CClientModelCacheManager: fix confusing use of local variable
3 September, 2018
Avatar Qais Patankar
1.5.6 Fix more dangerous expressions
3 September, 2018
Avatar Qais Patankar
1.5.6 Fix dangerous expressions
3 September, 2018
Avatar Qais Patankar
1.5.6 CVector4D: fix broken /= operator
3 September, 2018
r14219
Avatar saml1er
1.5.6 Add setPedAnimationSpeed
bool setPedAnimationProgress ( ped thePed, string anim, float speed )
Allows you to set the speed of any running animation from 0.0 - 1.0. It can be also used to fix swimming speed for higher fps.
2 September, 2018
Avatar saml1er
1.5.6 Add setPedAnimationSpeed
bool setPedAnimationProgress ( ped thePed, string anim, float speed )
Allows you to set the speed of any running animation from 0.0 - 1.0. It can be also used for fixing swimming speed for higher fps
2 September, 2018
r14217
Avatar Qais Patankar
1.5.6 Tweak handy self compile message
Now friendlier on linux
2 September, 2018
Avatar Patrik Juvonen
1.5.6 Fix compiler warning about signed/unsigned mismatch (#363)
2 September, 2018
Avatar ccw808
1.5.6 Added Bulgarian, Indonesian and Chinese (Traditional) localization
2 September, 2018
r14214
Avatar ccw808
1.5.6 Updated translations
1 September, 2018
Avatar ccw808
1.5.6 Added native language names
1 September, 2018
Avatar Jusonex
1.5.6 Add support for $2a$ bcrypt prefix (fixes #356)
The 2a implementation is insecure and such passwords are easier to crack. Since there's still software that uses 2a though, we add this for compatibility. However, it is required to set the 'insecureBcrypt' flag to make sure that the user is aware of these security issues.
1 September, 2018
Avatar Qais Patankar
1.5.6 reloadnews: disable when in server
1 September, 2018
Avatar Qais Patankar
1.5.6 reloadnews: Auto show news window
1 September, 2018
Avatar Qais Patankar
1.5.6 Remove random declaration
1 September, 2018
Avatar Qais Patankar
1.5.6 Add reloadnews command for developers
1 September, 2018
r14207
Avatar Qais Patankar
1.5.6 Tweak clearChatBox
31 August, 2018
Avatar ccw808
1.5.6 Fixed installer getting stuck when applying Windows update
31 August, 2018
Avatar Qais Patankar
1.5.6 Disable Lua primitive drawing
31 August, 2018
Avatar Jusonex
1.5.6 Fix CEF not autoplaying videos anymore
It turned out the Chromium changed their autoplay polocies.
More information on that here: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
31 August, 2018
r14203
Avatar Qais Patankar
1.5.6 build-ci: revert d1e2580 [ci skip]
31 August, 2018
Avatar Qais Patankar
1.5.6 build-ci: add osx
31 August, 2018
Avatar Qais Patankar
1.5.6 Revert "Decrease .travis.yml git depth to 1" [ci skip]
This reverts commit ed9f3b59090d01416dc2e63f7d8c3643d141997c.
31 August, 2018
Avatar Qais Patankar
1.5.6 build-ci: allow osx failures
31 August, 2018
Avatar Kamil Marciniak
1.5.6 Queued dxDrawPrimitive and dxDrawMaterialPrimitive (#339)
• Auto stash before merge of "dxDrawPrimitive" and "multitheftauto/master"

...
30 August, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #355 from patrikjuvonen/bugfix/refit-mute-options
Re-fit mute options in the audio tab
30 August, 2018
Avatar Patrik Juvonen
1.5.6 CSettings: refit mute options in the audio tab
Mute checkbox elements wouldn't fit the audio tab menu, a bug
introduced in #228. This bug only affected some localizations,
...
30 August, 2018