Skip to content

ColAndreas v1.3.0

Compare
Choose a tag to compare
@uint32 uint32 released this 08 Aug 19:39
· 97 commits to master since this release

  • IMPORTANT NOTES:
    • You need to recreate your ColAndreas.cadb file using the new WizardApp, the plugin will refuse to load older versions.
    • Use ColAndreas_static.so if you get the following error: Failed (libBulletCollision.so.2.82: cannot open shared object file: No such file or directory)
    • Please redownload if you're having trouble using the plugin on Windows XP (see #9)

  • WizardApp:
    • Fixed problems with SA-MP objects.
    • Uses static runtime libraries (Avoids MSVCP120D.DLL not found error)
    • New user interface using the Qt5 libraries.
    • Speed improvements.
  • Plugin:
    • Server will show an error message instead of crashing if CA_CreateObject is called without collision data loaded.
    • Updated the database reader to match with the changes made to the WizardApp.
    • Plugin version will be displayed when it gets loaded.
    • Added statically-linked Linux version (ColAndreas_static.so)
  • Other changes:
    • Removed Visual Studio solution files, CMake is now used for the plugin and wizard.
    • CMakeLists.txt moved to the root directory.
    • Updated README.md