summaryrefslogtreecommitdiff
path: root/game/04_init.rpy
AgeCommit message (Collapse)AuthorFilesLines
2020-12-31Replace music assets with properly licensed ones.Jesusaves1-0/+1
Still not replaced: BGM01 and BGM05
2020-12-31When we receive a K-Lined message, stall the program for 30 seconds beforeJesusaves1-0/+2
rebooting. A K-Line ought to last longer than that, though...
2020-12-31Remove unused variable and make some the combat TMP variables are always ↵Jesusaves1-1/+1
initalized
2020-12-29Add "foreground" attribute to wait_packet.Jesusaves1-4/+7
This prevents AP Timer from pausing main game from a thread (race condition)
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
We DO need to restart interaction to update the AP bar.
2020-12-21Begin experiments with AP updaterJesusaves1-1/+2
2020-12-21We no longer need Timer module imported.Jesusaves1-0/+10
Add support for APREFRESH signal from server.
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
(No special codes like newlines and such are allowed) Fix an interpreter crash of trying to execute onerror after program had a regular and clean exit.
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
...It did not lower the CPU use nor avoided the AttributeError =/ So, uh, yes, restart is still broken
2020-12-17Replace websocket-client with ws4pyJesusaves1-3/+102
Both are dead but well, Python 2.7 is dead, soooo
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