Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-18 | Version 2.1.8.18v2.1.8.18 | Jesusaves | 1 | -0/+1 | |
Detect outdated client/server and report | |||||
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 | |
(Within the limits of `Player["max_sum"]`) | |||||
2021-08-11 | Summoning Protocol, Initial version (working) | Jesusaves | 1 | -0/+1 | |
Summon is currently hard-coded. Expansion required. | |||||
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 | |
Not a problem, just make sure you NEVER try to validate the cert!! | |||||
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 | |
So disclaim "Special" instead of "???". PS. We still need a bit more tutorial-ish interactions in story. | |||||
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 | |
Hopefully, code will be more stable from now on. It might still crash, but then I'll be sure the bug is on the draggroups. | |||||
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 | |
Add support for APREFRESH signal from server. | |||||
2020-12-21 | Remove the self calculation of AP timing, and have server handle it. | Jesusaves | 1 | -3/+0 | |
It no longer auto refreshes, though, as the timer was removed. Beware! | |||||
2020-12-20 | Reintroduce support for remotely downloaded audio files... | Jesusaves | 1 | -0/+21 | |
...By overriding the default music file loader >.> | |||||
2020-12-19 | Register INT_MAX | Jesusaves | 1 | -0/+1 | |
TODO: Add support for exp table | |||||
2020-12-19 | Add support to HTTP requests. | Jesusaves | 1 | -0/+7 | |
Python2.7 for Android is... not very good for HTTPS requests, that's all =/ | |||||
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 | |
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 | Import Timer (might need edits). | Jesusaves | 1 | -0/+1 | |
Restore spinner | |||||
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 | |
Both are dead but well, Python 2.7 is dead, soooo | |||||
2020-12-16 | Split defs.rpy in five files | Jesusaves | 1 | -0/+325 | |