Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds support to Ren'Py 8, which uses a Python 3 backend.
Renpy 8 still isn't officially released and wasn't extensively tested.
We advise to clear persistent data before trying this out. Do note that while Ren'Py 8 can parse Ren'Py 7 persistent data, the same is not true backwards!!
See merge request launcher/renpy!2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This implements support to online lists.
The trick is a background thread fetching online list data every 60 seconds.
And ignoring errors, of course.
|
|
|
|
|
|
|
|
|
|
|
|
It is less safe than SHA-1, and the hash itself is vulnerable to bruteforce.
But this should be enough for general purpose.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|