summaryrefslogtreecommitdiff
path: root/game/04_init.rpy
AgeCommit message (Expand)AuthorFilesLines
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