summaryrefslogtreecommitdiff
path: root/game/02_init.rpy
AgeCommit message (Collapse)AuthorFilesLines
2022-07-28Fix a Python3 bug on dl_searchJesusaves1-1/+4
2021-08-18Version 2.1.8.18v2.1.8.18Jesusaves1-3/+3
Detect outdated client/server and report
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
Not a problem, just make sure you NEVER try to validate the cert!!
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
Also, fix an edge scenario crash at tavern and a missed logging at battle story log
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
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-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
It is still used by the core,, though
2020-12-17Replace websocket-client with ws4pyJesusaves1-52/+1
Both are dead but well, Python 2.7 is dead, soooo
2020-12-16Move send_packet_now from block 2 to block 4Jesusaves1-15/+0
2020-12-16Split defs.rpy in five filesJesusaves1-0/+247