Age | Commit message (Expand) | Author | Files | Lines |
2020-12-17 | Move registration utils to "register.rpy" | Jesusaves | 3 | -102/+124 |
2020-12-17 | It is not being terribly "data-hungry", but well, there is CPU to consider as... | Jesusaves | 1 | -1/+2 |
2020-12-17 | License for my own work. | Jesusaves | 1 | -2/+5 |
2020-12-17 | Move development stuff to a new, non built and git hidden, assets/ folder | Jesusaves | 4 | -18/+2 |
2020-12-17 | Remake the spheres as well | Jesusaves | 8 | -23/+23 |
2020-12-17 | Replace elemental items with something prettier (and also under CC0) | Jesusaves | 11 | -10/+10 |
2020-12-17 | I'll eventually need to properly documentate all licenses | Jesusaves | 4 | -0/+1157 |
2020-12-17 | Replace websocket-client with ws4py | Jesusaves | 47 | -4681/+3983 |
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 |
2020-12-16 | Try to improve error handling for when socket dies, but... | Jesusaves | 1 | -1/+13 |
2020-12-16 | Do not relaunch when not needed. | Jesusaves | 2 | -11/+21 |
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 |
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 | 2 | -10/+24 |
2020-12-15 | Websocket path building | Jesusaves | 2 | -109/+62 |
2020-12-09 | Websocket experiment | Jesusaves | 22 | -0/+4409 |
2020-12-09 | Initial commit, forked from Spheresinit | Jesusaves | 493 | -0/+41984 |