summaryrefslogtreecommitdiff
path: root/game/04_init.rpy
AgeCommit message (Expand)AuthorFilesLines
2022-08-06DO NOT hardcode port numberJesusaves1-2/+2
2022-01-02Fix some broken logicJesusaves1-8/+9
2022-01-02send_packet_now - Retry up to 5 times when facing an error with ws.sendJesusaves1-11/+15
2020-12-31Replace music assets with properly licensed ones.Jesusaves1-0/+1
2020-12-31When we receive a K-Lined message, stall the program for 30 seconds beforeJesusaves1-0/+2
2020-12-31Remove unused variable and make some the combat TMP variables are always init...Jesusaves1-1/+1
2020-12-29Add "foreground" attribute to wait_packet.Jesusaves1-4/+7
2020-12-29Remove some now outdated comments from 04Jesusaves1-29/+3
2020-12-29Add a complex watcher which will reboot the game if the socket dies.Jesusaves1-2/+16
2020-12-26Just wanted to remember that there is NO WAY to know if this will run in Py3Jesusaves1-1/+1
2020-12-23Increase timeout time.Jesusaves1-0/+4
2020-12-21Hopefully this will not explode...Jesusaves1-0/+1
2020-12-21Begin experiments with AP updaterJesusaves1-1/+2
2020-12-21We no longer need Timer module imported.Jesusaves1-0/+10
2020-12-18When facing a connection error, do not hang eternally - try again.Jesusaves1-8/+25
2020-12-18Remove some verbosityJesusaves1-1/+2
2020-12-18Fix a bug on send_packetJesusaves1-2/+1
2020-12-17Remove comments and make server notices survive a whole minute by default.Jesusaves1-11/+4
2020-12-17Make SERVNOTICE even more annoying, but it autocloses after a while.Jesusaves1-6/+14
2020-12-17Notifications can still be sent (but they are inexpressive...)Jesusaves1-0/+1
2020-12-17Ah... Cannot call screens from threads I suppose.Jesusaves1-3/+9
2020-12-17Error is more likely fault of call_screen I hope?Jesusaves1-1/+2
2020-12-17Add support for server noticesJesusaves1-0/+9
2020-12-17Stop running supervisor() after we are done in hopes to lower CPU usage.Jesusaves1-26/+6
2020-12-17Replace websocket-client with ws4pyJesusaves1-3/+102
2020-12-16Move send_packet_now from block 2 to block 4Jesusaves1-2/+12
2020-12-16Fix typosJesusaves1-3/+3
2020-12-16Split defs.rpy in five filesJesusaves1-0/+75