ivanmeler / OpenVHook

Open source script hook loader implementation for Grand Theft Auto V
GNU General Public License v2.0
65 stars 35 forks source link

Refactoring. Script reloading. Implemented entity pool functions. #1

Closed CamxxCore closed 7 years ago

CamxxCore commented 7 years ago

Started refactoring code with the hope to eventually be fully backwards- compatible. Implemented the entity pool functions. Added script reloading stuff. Also fixed a couple nasty bugs in the ScriptManager. #1- Iterator would sometimes overflow list when deleting scripts #2- Fixed possibility of Script::Tick firing after a script had been removed.