summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
AgeCommit message (Expand)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
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
2021-08-11Summoning Protocol, Initial version (working)Jesusaves1-0/+1
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
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
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
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
2020-12-21Remove the self calculation of AP timing, and have server handle it.Jesusaves1-3/+0
2020-12-20Reintroduce support for remotely downloaded audio files...Jesusaves1-0/+21
2020-12-19Register INT_MAXJesusaves1-0/+1
2020-12-19Add support to HTTP requests.Jesusaves1-0/+7
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
2020-12-18Import Timer (might need edits).Jesusaves1-0/+1
2020-12-18Start printing tracebacks, and save what decoder received as wellJesusaves1-1/+1
2020-12-17Replace websocket-client with ws4pyJesusaves1-2/+2
2020-12-16Split defs.rpy in five filesJesusaves1-0/+325