Age | Commit message (Expand) | Author | Files | Lines |
2022-08-06 | DO NOT hardcode port number | Jesusaves | 1 | -0/+6 |
2022-07-28 | Start sending MyUID, however it isn't used yet | Jesusaves | 1 | -1/+3 |
2022-07-28 | Fix a Python3 bug on dl_search | Jesusaves | 1 | -1/+0 |
2022-07-28 | Add bare support to RenPy 8 | Jesusaves | 1 | -4/+10 |
2022-01-02 | Fix some broken logic | Jesusaves | 1 | -1/+1 |
2022-01-02 | send_packet_now - Retry up to 5 times when facing an error with ws.send | Jesusaves | 1 | -0/+1 |
2021-08-18 | Version 2.1.8.18v2.1.8.18 | Jesusaves | 1 | -0/+1 |
2021-08-16 | Lets settle a rule - Skills should also check for SRV_NOCAST. | Jesusaves | 1 | -0/+1 |
2021-08-16 | Allow you to switch the summon during combat (this is what the cog does) | Jesusaves | 1 | -1/+1 |
2021-08-13 | Optimize some battle code because we'll be needing this soon | Jesusaves | 1 | -2/+4 |
2021-08-13 | Store persistent.summon, which holds the active summon | Jesusaves | 1 | -0/+2 |
2021-08-11 | Summoning Protocol, Initial version (working) | Jesusaves | 1 | -0/+1 |
2021-08-11 | Add the summon button (no protocol-level action yet) | Jesusaves | 1 | -0/+7 |
2021-08-07 | Respond better to fatal errors | Jesusaves | 1 | -1/+6 |
2021-08-07 | cacert is broken on Android; Requests is unable to verify certs. | Jesusaves | 1 | -7/+7 |
2021-08-07 | Fix conditional | Jesusaves | 1 | -2/+2 |
2021-08-04 | Next gen battle action logger (incomplete) | Jesusaves | 1 | -0/+15 |
2020-12-31 | "No Threading" option has been defunct for a while, already | Jesusaves | 1 | -1/+0 |
2020-12-31 | Special items - like gold, fairies and mana eggs/orbs - are Job 6. | Jesusaves | 1 | -0/+3 |
2020-12-29 | Add a complex watcher which will reboot the game if the socket dies. | Jesusaves | 1 | -1/+2 |
2020-12-26 | In theory, this displays unit job on inventory screen and corrects HP/ATK vals. | Jesusaves | 1 | -2/+14 |
2020-12-25 | Fork code, replace some ifs with showifs in screen, add dummy structures. | Jesusaves | 1 | -0/+19 |
2020-12-23 | Be less verbose | Jesusaves | 1 | -3/+3 |
2020-12-23 | Increase timeout time. | Jesusaves | 1 | -1/+1 |
2020-12-21 | Begin experiments with AP updater | Jesusaves | 1 | -0/+4 |
2020-12-21 | We no longer need Timer module imported. | Jesusaves | 1 | -1/+0 |
2020-12-21 | Remove the self calculation of AP timing, and have server handle it. | Jesusaves | 1 | -3/+0 |
2020-12-20 | Reintroduce support for remotely downloaded audio files... | Jesusaves | 1 | -0/+21 |
2020-12-19 | Register INT_MAX | Jesusaves | 1 | -0/+1 |
2020-12-19 | Add support to HTTP requests. | Jesusaves | 1 | -0/+7 |
2020-12-18 | Smoother error handling | Jesusaves | 1 | -1/+0 |
2020-12-18 | Be verbose, do more attempts, execute LOADER while server is doing other stuff. | Jesusaves | 1 | -3/+2 |
2020-12-18 | Import Timer (might need edits). | Jesusaves | 1 | -0/+1 |
2020-12-18 | Start printing tracebacks, and save what decoder received as well | Jesusaves | 1 | -1/+1 |
2020-12-17 | Replace websocket-client with ws4py | Jesusaves | 1 | -2/+2 |
2020-12-16 | Split defs.rpy in five files | Jesusaves | 1 | -0/+325 |