Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-17 | I'll eventually need to properly documentate all licenses | Jesusaves | 4 | -0/+1157 | |
and get rid of whatever is a placeholder or license unobtainable Prepare ATTRIBUTION placeholder | |||||
2020-12-17 | Replace websocket-client with ws4py | Jesusaves | 46 | -4681/+3982 | |
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 | 2 | -17/+12 | |
2020-12-16 | Do not declare ws at init phase | Jesusaves | 2 | -17/+2 | |
2020-12-16 | Remove story.rpy to be cleaner | Jesusaves | 1 | -207/+0 | |
2020-12-16 | Fix typos | Jesusaves | 1 | -3/+3 | |
2020-12-16 | Remove cert/ (now unused) | Jesusaves | 1 | -7/+0 | |
2020-12-16 | Remove unused lib | Jesusaves | 1 | -884/+0 | |
2020-12-16 | Split defs.rpy in five files | Jesusaves | 8 | -886/+1008 | |
2020-12-16 | Remove a few files for debug purposes | Jesusaves | 5 | -2151/+0 | |
2020-12-16 | Remove deprecated Pinger function | Jesusaves | 3 | -27/+5 | |
2020-12-16 | Hypothesis on what to do... | Jesusaves | 1 | -0/+5 | |
The error happens if networking is dead (Error 111) | |||||
2020-12-16 | Try to improve error handling for when socket dies, but... | Jesusaves | 1 | -1/+13 | |
...Right now, you need to issue a -9 to the program if that happen o.o | |||||
2020-12-16 | Do not relaunch when not needed. | Jesusaves | 2 | -11/+21 | |
Define the config name and version at stage -2 as in previous Ren'Py versions | |||||
2020-12-16 | Some stuff is broken D: | Jesusaves | 3 | -8/+13 | |
2020-12-16 | Redo main screen when logged out | Jesusaves | 1 | -14/+34 | |
2020-12-16 | Make preference button more visible | Jesusaves | 1 | -1/+5 | |
2020-12-16 | New main menu which looks much more awesome but we definitely need the license | Jesusaves | 4 | -19/+35 | |
file as soon as possible | |||||
2020-12-16 | Clean up some old comments | Jesusaves | 1 | -35/+0 | |
2020-12-16 | Allow sdelay() to receive an argument | Jesusaves | 1 | -3/+3 | |
2020-12-16 | Well, renpy.pause() sometimes fail, so create an alias function (sdelay) | Jesusaves | 2 | -14/+17 | |
And hope it works :p | |||||
2020-12-16 | try to prevent a race condition | Jesusaves | 2 | -1/+20 | |
2020-12-16 | Improve logging. | Jesusaves | 3 | -48/+46 | |
Re-optimize download & loading sequences | |||||
2020-12-16 | Remove unused persistent variable "fatality" | Jesusaves | 2 | -11/+0 | |
2020-12-16 | Rework Game Menu | Jesusaves | 2 | -79/+66 | |
2020-12-16 | More styling to main menu | Jesusaves | 4 | -1/+49 | |
2020-12-16 | Prevent lame pixels of death | Jesusaves | 1 | -1/+1 | |
2020-12-16 | Resize screen format to 9:16 breaking EVERYthing on the process | Jesusaves | 2 | -3/+3 | |
2020-12-15 | De-hardcode server list (so it might be possible to add new ones laterâ„¢) | Jesusaves | 3 | -12/+9 | |
2020-12-15 | Swap the default import order of SSL in Android. | Jesusaves | 1 | -3/+3 | |
2020-12-15 | Modify websocket core because SSLSocket does not exist in Android. | Jesusaves | 1 | -1/+7 | |
So it must return False in a try:except loop | |||||
2020-12-15 | Do not pass SSLOPT on non-SSL connections | Jesusaves | 1 | -4/+6 | |
2020-12-15 | Disable default SSL support, it is still available if someone wants it. | Jesusaves | 1 | -20/+3 | |
2020-12-15 | Add OpenSSL and enum as packages | Jesusaves | 39 | -0/+4728 | |
2020-12-15 | Return SSL to optional | Jesusaves | 4 | -9/+19 | |
2020-12-15 | Fix very rare error | Jesusaves | 1 | -1/+4 | |
2020-12-15 | Reduce title size from 54 pixels to 48 (so it fits better) | Jesusaves | 1 | -1/+1 | |
2020-12-15 | Project codiname is now Mana Spheres. | Jesusaves | 3 | -9/+12 | |
Restore HOST selection. | |||||
2020-12-15 | Optimize packet flow | Jesusaves | 2 | -10/+12 | |
2020-12-15 | Small optimizations to make the good ol' libraries work again | Jesusaves | 2 | -7/+24 | |
2020-12-15 | Give a cleanup to main menu screen | Jesusaves | 1 | -10/+23 | |
2020-12-15 | Websocket path building | Jesusaves | 2 | -109/+62 | |
2020-12-09 | Websocket experiment | Jesusaves | 21 | -0/+4405 | |
2020-12-09 | Initial commit, forked from Spheresinit | Jesusaves | 489 | -0/+41954 | |