summaryrefslogtreecommitdiff
path: root/game/script.rpy
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Make SERVNOTICE even more annoying, but it autocloses after a while.Jesusaves1-1/+2
2020-12-17Improve registration screenJesusaves1-4/+4
2020-12-17Move registration utils to "register.rpy"Jesusaves1-50/+2
2020-12-17Replace websocket-client with ws4pyJesusaves1-14/+1
2020-12-16Do not declare ws at init phaseJesusaves1-15/+2
2020-12-16Split defs.rpy in five filesJesusaves1-65/+12
2020-12-16Remove deprecated Pinger functionJesusaves1-8/+1
2020-12-16Hypothesis on what to do...Jesusaves1-0/+5
2020-12-16Try to improve error handling for when socket dies, but...Jesusaves1-1/+13
2020-12-16Some stuff is broken D:Jesusaves1-2/+3
2020-12-16Well, renpy.pause() sometimes fail, so create an alias function (sdelay)Jesusaves1-7/+4
2020-12-16try to prevent a race conditionJesusaves1-0/+10
2020-12-16Improve logging.Jesusaves1-13/+14
2020-12-15De-hardcode server list (so it might be possible to add new ones laterâ„¢)Jesusaves1-2/+1
2020-12-15Do not pass SSLOPT on non-SSL connectionsJesusaves1-4/+6
2020-12-15Return SSL to optionalJesusaves1-4/+9
2020-12-15Fix very rare errorJesusaves1-1/+4
2020-12-15Project codiname is now Mana Spheres.Jesusaves1-4/+7
2020-12-15Optimize packet flowJesusaves1-2/+2
2020-12-15Small optimizations to make the good ol' libraries work againJesusaves1-5/+20
2020-12-15Websocket path buildingJesusaves1-12/+43
2020-12-09Websocket experimentJesusaves1-0/+43
2020-12-09Initial commit, forked from SpheresinitJesusaves1-0/+327