summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
AgeCommit message (Collapse)AuthorFilesLines
2022-08-06DO NOT hardcode port numberJesusaves1-0/+6
2022-07-28Start sending MyUID, however it isn't used yetJesusaves1-1/+3
2022-07-28Fix a Python3 bug on dl_searchJesusaves1-1/+0
2022-07-28Add bare support to RenPy 8Jesusaves1-4/+10
2022-01-02Fix some broken logicJesusaves1-1/+1
2022-01-02send_packet_now - Retry up to 5 times when facing an error with ws.sendJesusaves1-0/+1
2021-08-18Version 2.1.8.18v2.1.8.18Jesusaves1-0/+1
Detect outdated client/server and report
2021-08-16Lets settle a rule - Skills should also check for SRV_NOCAST.Jesusaves1-0/+1
2021-08-16Allow you to switch the summon during combat (this is what the cog does)Jesusaves1-1/+1
2021-08-13Optimize some battle code because we'll be needing this soonJesusaves1-2/+4
2021-08-13Store persistent.summon, which holds the active summonJesusaves1-0/+2
(Within the limits of `Player["max_sum"]`)
2021-08-11Summoning Protocol, Initial version (working)Jesusaves1-0/+1
Summon is currently hard-coded. Expansion required.
2021-08-11Add the summon button (no protocol-level action yet)Jesusaves1-0/+7
2021-08-07Respond better to fatal errorsJesusaves1-1/+6
2021-08-07cacert is broken on Android; Requests is unable to verify certs.Jesusaves1-7/+7
Not a problem, just make sure you NEVER try to validate the cert!!
2021-08-07Fix conditionalJesusaves1-2/+2
2021-08-04Next gen battle action logger (incomplete)Jesusaves1-0/+15
2020-12-31"No Threading" option has been defunct for a while, alreadyJesusaves1-1/+0
2020-12-31Special items - like gold, fairies and mana eggs/orbs - are Job 6.Jesusaves1-0/+3
So disclaim "Special" instead of "???". PS. We still need a bit more tutorial-ish interactions in story.
2020-12-29Add a complex watcher which will reboot the game if the socket dies.Jesusaves1-1/+2
2020-12-26In theory, this displays unit job on inventory screen and corrects HP/ATK vals.Jesusaves1-2/+14
2020-12-25Fork code, replace some ifs with showifs in screen, add dummy structures.Jesusaves1-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-23Be less verboseJesusaves1-3/+3
2020-12-23Increase timeout time.Jesusaves1-1/+1
2020-12-21Begin experiments with AP updaterJesusaves1-0/+4
2020-12-21We no longer need Timer module imported.Jesusaves1-1/+0
Add support for APREFRESH signal from server.
2020-12-21Remove the self calculation of AP timing, and have server handle it.Jesusaves1-3/+0
It no longer auto refreshes, though, as the timer was removed. Beware!
2020-12-20Reintroduce support for remotely downloaded audio files...Jesusaves1-0/+21
...By overriding the default music file loader >.>
2020-12-19Register INT_MAXJesusaves1-0/+1
TODO: Add support for exp table
2020-12-19Add support to HTTP requests.Jesusaves1-0/+7
Python2.7 for Android is... not very good for HTTPS requests, that's all =/
2020-12-18Smoother error handlingJesusaves1-1/+0
2020-12-18Be verbose, do more attempts, execute LOADER while server is doing other stuff.Jesusaves1-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-18Import Timer (might need edits).Jesusaves1-0/+1
Restore spinner
2020-12-18Start printing tracebacks, and save what decoder received as wellJesusaves1-1/+1
2020-12-17Replace websocket-client with ws4pyJesusaves1-2/+2
Both are dead but well, Python 2.7 is dead, soooo
2020-12-16Split defs.rpy in five filesJesusaves1-0/+325