Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make plugin compatible with the latest version of portal and blockly #32

Closed
wants to merge 23 commits into from

Conversation

p0lygun
Copy link
Contributor

@p0lygun p0lygun commented Apr 29, 2023

Not that many changes just some code re-organization and the way to hook is changed

For copy and paste now JSON sterilizer is used (legacy XML import will still work)


fixes #30
fixes #29
fixes #28
fixes #27
fixes #25

As XML has been ice boxed in blockly and as reported in LennardF1989#30, it fails to load team and player variables correctly, so migrating to json serialization is the obvious choice
in v9 workspace.blocksDB_ is not blocksDB
This is done so that when every the blockly is initialized again the plugins can also be re-initialized
@p0lygun
Copy link
Contributor Author

p0lygun commented May 2, 2023

closing as fixed in v2.0.0

@p0lygun p0lygun closed this May 2, 2023
@p0lygun p0lygun deleted the duct-tape branch May 2, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment