Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-12-16 | try to prevent a race condition | Jesusaves | 2 | -1/+20 |
2020-12-16 | Improve logging. | Jesusaves | 3 | -48/+46 |
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 |
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 |
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 |