bkats
bkats
At the moment the default fallback class ClassDict doesn't support Python classes that have slots or use a custom __setstate__ implementation. I think this can be easily improved. As a...
Fixed not always handling priority set on the statements define, default and transform. Set priority was ignored when already in an init block: ```renpy init: define -10 not_at_right_priority = -10...
This should replace python library ecdsa using OpenSSL. This should resolve #6686 Work is still in progress. Feedback is welcome.
Some keyword aren't highlighted correctly when at a start of the line. (if, call, jump, ...) Also a space after '$' was for some reason expected, I remove that check...