summaryrefslogtreecommitdiff
path: root/game/02_init.rpy
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Fix a Python3 bug on dl_searchJesusaves1-1/+4
2021-08-18Version 2.1.8.18v2.1.8.18Jesusaves1-3/+3
2021-08-16Allow you to switch the summon during combat (this is what the cog does)Jesusaves1-1/+1
2021-08-07Respond better to fatal errorsJesusaves1-44/+55
2021-08-07cacert is broken on Android; Requests is unable to verify certs.Jesusaves1-2/+2
2020-12-29Be less spammy when receiving packetsJesusaves1-1/+1
2020-12-26Some optimizations to be more Python3 compliant (for when Renpy 8 comes out)Jesusaves1-3/+3
2020-12-22Initial tavern redesign (not fully operational yet)Jesusaves1-1/+2
2020-12-20Almost forgot to send the world data as wellJesusaves1-1/+1
2020-12-18Be verbose, do more attempts, execute LOADER while server is doing other stuff.Jesusaves1-7/+6
2020-12-18Start printing tracebacks, and save what decoder received as wellJesusaves1-0/+4
2020-12-17SSL is no longer a dependency of the main scriptJesusaves1-14/+0
2020-12-17Replace websocket-client with ws4pyJesusaves1-52/+1
2020-12-16Move send_packet_now from block 2 to block 4Jesusaves1-15/+0
2020-12-16Split defs.rpy in five filesJesusaves1-0/+247