Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-31 | Replace music assets with properly licensed ones. | Jesusaves | 1 | -0/+1 | |
Still not replaced: BGM01 and BGM05 | |||||
2020-12-31 | When we receive a K-Lined message, stall the program for 30 seconds before | Jesusaves | 1 | -0/+2 | |
rebooting. A K-Line ought to last longer than that, though... | |||||
2020-12-31 | Remove unused variable and make some the combat TMP variables are always ↵ | Jesusaves | 1 | -1/+1 | |
initalized | |||||
2020-12-29 | Add "foreground" attribute to wait_packet. | Jesusaves | 1 | -4/+7 | |
This prevents AP Timer from pausing main game from a thread (race condition) | |||||
2020-12-29 | Remove some now outdated comments from 04 | Jesusaves | 1 | -29/+3 | |
2020-12-29 | Add a complex watcher which will reboot the game if the socket dies. | Jesusaves | 1 | -2/+16 | |
2020-12-26 | Just wanted to remember that there is NO WAY to know if this will run in Py3 | Jesusaves | 1 | -1/+1 | |
2020-12-23 | Increase timeout time. | Jesusaves | 1 | -0/+4 | |
2020-12-21 | Hopefully this will not explode... | Jesusaves | 1 | -0/+1 | |
We DO need to restart interaction to update the AP bar. | |||||
2020-12-21 | Begin experiments with AP updater | Jesusaves | 1 | -1/+2 | |
2020-12-21 | We no longer need Timer module imported. | Jesusaves | 1 | -0/+10 | |
Add support for APREFRESH signal from server. | |||||
2020-12-18 | When facing a connection error, do not hang eternally - try again. | Jesusaves | 1 | -8/+25 | |
2020-12-18 | Remove some verbosity | Jesusaves | 1 | -1/+2 | |
2020-12-18 | Fix a bug on send_packet | Jesusaves | 1 | -2/+1 | |
2020-12-17 | Remove comments and make server notices survive a whole minute by default. | Jesusaves | 1 | -11/+4 | |
2020-12-17 | Make SERVNOTICE even more annoying, but it autocloses after a while. | Jesusaves | 1 | -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-17 | Notifications can still be sent (but they are inexpressive...) | Jesusaves | 1 | -0/+1 | |
2020-12-17 | Ah... Cannot call screens from threads I suppose. | Jesusaves | 1 | -3/+9 | |
2020-12-17 | Error is more likely fault of call_screen I hope? | Jesusaves | 1 | -1/+2 | |
2020-12-17 | Add support for server notices | Jesusaves | 1 | -0/+9 | |
2020-12-17 | Stop running supervisor() after we are done in hopes to lower CPU usage. | Jesusaves | 1 | -26/+6 | |
...It did not lower the CPU use nor avoided the AttributeError =/ So, uh, yes, restart is still broken | |||||
2020-12-17 | Replace websocket-client with ws4py | Jesusaves | 1 | -3/+102 | |
Both are dead but well, Python 2.7 is dead, soooo | |||||
2020-12-16 | Move send_packet_now from block 2 to block 4 | Jesusaves | 1 | -2/+12 | |
2020-12-16 | Fix typos | Jesusaves | 1 | -3/+3 | |
2020-12-16 | Split defs.rpy in five files | Jesusaves | 1 | -0/+75 | |