Rev Author Branch Log Message Date SHA
r12356
Avatar saml1er
1.5.6 Delete .gitignore
Pushed this file accidently
6 July, 2018
Avatar idanish
1.5.6 Fix nullptr check before return in CAnimMangerSA methods
• This is a part of rewriting CAnimMangerSA methods, dynamic memory allocation was used along with raw pointers, so I switched to std::unique_ptr which requires us to return nullptr for the method if the interface is NULL after calling the function from memory.
• Applied Source Formatting
...
6 July, 2018
Avatar idanish
1.5.6 Fix CAnimBlendAssociation leak and CAnimBlendHierarchy limit
6 July, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #223 from patrikjuvonen/issue-9849
0009849: add some missing Vehicle class methods
6 July, 2018
Avatar Patrik Juvonen
1.5.6 CLuaVehicleDefs: add missing Vehicle class methods client-side
6 July, 2018
r12349
Avatar idanish
1.5.6 Fix CAnimBlendStaticAssociation::Init crash
CAnimBlendStaticAssociation::Init was being called by CClientGame::AssocGroupCopyAnimationHandler whenever an animation was being played, for some reason, it crashed due to faulty animation(animation sequences not initialized properly). I removed the call to CAnimBlendStaticAssociation::Init, and used two different constructors of CAnimBlendAssociation, one when there is no animation replaced, the other constructor is called for replaced animations. (reverted from commit c7ed9328915fa47809ab80136ac4ca59a282f2fd)
6 July, 2018
r12343
Avatar idanish
1.5.6 Applied source formatting
5 July, 2018
Avatar Emre Kara
1.5.6 #9178 - Fix bindKey & unbindKey on commands (2) (#214)
5 July, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #217 from patrikjuvonen/issue-9742
0009742: add support for Vec2s on createColPolygon client-side and allow passing in more Vec2s server-side
5 July, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #221 from emre1702/Fix_spoiler_after_quit_#9433
#9433 - Fix missing compatible vehicle-upgrades at clientside
5 July, 2018
Avatar emre1702
1.5.6 Add missing clientside compatible upgrades, which are not missing serversided
5 July, 2018
Avatar Patrik Juvonen
1.5.6 client/createColPolygon: support Vec2s and require 3 more Vec2 args
3 July, 2018
Avatar Patrik Juvonen
1.5.6 server/createColPolygon: allow passing in more Vec2 args
3 July, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #222 from patrikjuvonen/issue-9894
0009894: fix falling under the map up to -5000 for vehicles
5 July, 2018
Avatar Patrik Juvonen
1.5.6 CWorldSA: remove inverted check from HOOK_FallenCars
5 July, 2018
Avatar idanish
1.5.6 Fix CAnimBlendStaticAssociation::Init crash
CAnimBlendStaticAssociation::Init was being called by CClientGame::AssocGroupCopyAnimationHandler whenever an animation was being played, for some reason, it crashed due to faulty animation(animation sequences not initialized properly). I removed the call to CAnimBlendStaticAssociation::Init, and used two different constructors of CAnimBlendAssociation, one when there is no animation replaced, the other constructor is called for replaced animations.
5 July, 2018
r12293
Avatar Qais Patankar
1.5.6 Merge pull request #219 from emre1702/Fix_getVehicleNameFromModel_#8523
#8523 - Fix empty string in getVehicleNameFromModel (instead of false)
4 July, 2018
Avatar emre1702
1.5.6 Fix emptry string output when getVehicleNameFromModel fails (wrong model)
4 July, 2018
r12291
Avatar idanish
1.5.6 Fix engineLoadIFP unicode path handling (By Icensow)
engineLoadIFP was returning false for people with path that has unicode characters in them, so it was working for some people only. The problem should be fixed now, hopefully.
3 July, 2018
Avatar Qais Patankar
1.5.6 Merge pull request #216 from emre1702/getVehicleColor_fix
#9033 - Fix setVehicleColor (Client) right after creating vehicle
3 July, 2018
Avatar emre1702
1.5.6 Fix setVehicleColor right after creating vehicle
3 July, 2018
r12288
Avatar ccw808
1.5.6 Force rebuild
3 July, 2018
r12287
Avatar ccw808
1.5.6 Force rebuild
3 July, 2018
r12286
Avatar CrosRoad95
1.5.6 Feature for mapping. setWorldSpecialPropertyEnabled, `underworldwarp` property (#208)
1 July, 2018
Avatar Qais Patankar
1.5.6 Fix isInsideColShape formatting
1 July, 2018
Avatar Qais Patankar
1.5.6 Merge branch 'feature/queryColShapePosition'
1 July, 2018
Avatar Qais Patankar
1.5.6 Merge branch 'master' into feature/queryColShapePosition
1 July, 2018
Avatar Qais Patankar
1.5.6 Merge branch 'CrosRoad95-colshape-type'
1 July, 2018
Avatar Qais Patankar
1.5.6 Fix colshape Lua defs
1 July, 2018
Avatar Qais Patankar
1.5.6 Return colshape type ID client side
1 July, 2018
Avatar Qais Patankar
1.5.6 Start indexing colshape type from 0
1 July, 2018
Avatar Qais Patankar
1.5.6 Fix file formatting in #187
1 July, 2018
Avatar Qais Patankar
1.5.6 Remove extra GetColShapeType declaration
1 July, 2018
Avatar Qais Patankar
1.5.6 Merge branch 'colshape-type' of https://github.com/CrosRoad95/mtasa-blue into CrosRoad95-colshape-type
1 July, 2018
Avatar Qais Patankar
1.5.6 Merge branch 'Dezash-master'
1 July, 2018
Avatar Qais Patankar
1.5.6 Fix merge of #121, night_stick model name
1 July, 2018
Avatar Qais Patankar
1.5.6 Merge branch 'master' of https://github.com/Dezash/mtasa-blue into Dezash-master
1 July, 2018
r12250
Avatar ccw808
1.5.6 Revert "#9178 - Fix bindKey & unbindKey on commands (#201)"
This reverts commit c5c6b3cfaaa7480cc6feb2f20a54717fc18e26ab.
29 June, 2018
r12248
Avatar saml1er
1.5.6 Merge pull request #211 from Dutchman101/master
updated BASS.dll (vendor crashfix release)
29 June, 2018
Avatar Dutchman101
1.5.6 updated BASS.dll (vendor crashfix release)
29 June, 2018
Avatar Dutchman101
1.5.6 updated basswma.dll (vendor crashfix release) (#209)
• Updated BASS API's to correspondend DLL's (although it's already backwards compatible)

...
28 June, 2018