Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-18 | Version 2.1.8.18v2.1.8.18 | Jesusaves | 1 | -3/+3 | |
Detect outdated client/server and report | |||||
2021-08-16 | Allow you to switch the summon during combat (this is what the cog does) | Jesusaves | 1 | -1/+1 | |
2021-08-07 | Respond better to fatal errors | Jesusaves | 1 | -44/+55 | |
2021-08-07 | cacert is broken on Android; Requests is unable to verify certs. | Jesusaves | 1 | -2/+2 | |
Not a problem, just make sure you NEVER try to validate the cert!! | |||||
2020-12-29 | Be less spammy when receiving packets | Jesusaves | 1 | -1/+1 | |
2020-12-26 | Some optimizations to be more Python3 compliant (for when Renpy 8 comes out) | Jesusaves | 1 | -3/+3 | |
Also, fix an edge scenario crash at tavern and a missed logging at battle story log | |||||
2020-12-22 | Initial tavern redesign (not fully operational yet) | Jesusaves | 1 | -1/+2 | |
2020-12-20 | Almost forgot to send the world data as well | Jesusaves | 1 | -1/+1 | |
2020-12-18 | Be verbose, do more attempts, execute LOADER while server is doing other stuff. | Jesusaves | 1 | -7/+6 | |
This is because LOADER will try to download news and this might be slow. LOADER will only begin after game data was started to be fetched from internet | |||||
2020-12-18 | Start printing tracebacks, and save what decoder received as well | Jesusaves | 1 | -0/+4 | |
2020-12-17 | SSL is no longer a dependency of the main script | Jesusaves | 1 | -14/+0 | |
It is still used by the core,, though | |||||
2020-12-17 | Replace websocket-client with ws4py | Jesusaves | 1 | -52/+1 | |
Both are dead but well, Python 2.7 is dead, soooo | |||||
2020-12-16 | Move send_packet_now from block 2 to block 4 | Jesusaves | 1 | -15/+0 | |
2020-12-16 | Split defs.rpy in five files | Jesusaves | 1 | -0/+247 | |