This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
pyTSon 1.0.2 for TS3 3.1 (apiVersion 21)
Changelog:
- Added a mac build
- Updated to api version 21 (Client Version 3.1 beta)
- Updated to Qt 5.6.1 (but only Core, Gui, Widgets, Network, Sql and UITools modules are wrapped, more to come later)
- On Linux and Mac, the python lib is loaded from the plugin directory (on Windows, you still have to move the lib to the client install root)
- include/Lib has now a architecture suffix on Linux and Windows (this is necessary, if you have both client architectures installed)
- Fixed pos1/home key button in scripting console
- Fixed a false indentation on tabcomplete in scripting console
- Added function ts3.getPluginID (there are no real use-cases for this, because the plugin id is not needed to call api functions from python, it's always added by default in the C backend)