summaryrefslogtreecommitdiff
path: root/game
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Move send_packet_now from block 2 to block 4Jesusaves2-17/+12
2020-12-16Do not declare ws at init phaseJesusaves2-17/+2
2020-12-16Remove story.rpy to be cleanerJesusaves1-207/+0
2020-12-16Fix typosJesusaves1-3/+3
2020-12-16Remove cert/ (now unused)Jesusaves1-7/+0
2020-12-16Remove unused libJesusaves1-884/+0
2020-12-16Split defs.rpy in five filesJesusaves8-886/+1008
2020-12-16Remove a few files for debug purposesJesusaves5-2151/+0
2020-12-16Remove deprecated Pinger functionJesusaves3-27/+5
2020-12-16Hypothesis on what to do...Jesusaves1-0/+5
2020-12-16Try to improve error handling for when socket dies, but...Jesusaves1-1/+13
2020-12-16Do not relaunch when not needed.Jesusaves2-11/+21
2020-12-16Some stuff is broken D:Jesusaves3-8/+13
2020-12-16Redo main screen when logged outJesusaves1-14/+34
2020-12-16Make preference button more visibleJesusaves1-1/+5
2020-12-16New main menu which looks much more awesome but we definitely need the licenseJesusaves4-19/+35
2020-12-16Clean up some old commentsJesusaves1-35/+0
2020-12-16Allow sdelay() to receive an argumentJesusaves1-3/+3
2020-12-16Well, renpy.pause() sometimes fail, so create an alias function (sdelay)Jesusaves2-14/+17
2020-12-16try to prevent a race conditionJesusaves2-1/+20
2020-12-16Improve logging.Jesusaves3-48/+46
2020-12-16Remove unused persistent variable "fatality"Jesusaves2-11/+0
2020-12-16Rework Game MenuJesusaves2-79/+66
2020-12-16More styling to main menuJesusaves4-1/+49
2020-12-16Prevent lame pixels of deathJesusaves1-1/+1
2020-12-16Resize screen format to 9:16 breaking EVERYthing on the processJesusaves2-3/+3
2020-12-15De-hardcode server list (so it might be possible to add new ones laterâ„¢)Jesusaves3-12/+9
2020-12-15Swap the default import order of SSL in Android.Jesusaves1-3/+3
2020-12-15Modify websocket core because SSLSocket does not exist in Android.Jesusaves1-1/+7
2020-12-15Do not pass SSLOPT on non-SSL connectionsJesusaves1-4/+6
2020-12-15Disable default SSL support, it is still available if someone wants it.Jesusaves1-20/+3
2020-12-15Add OpenSSL and enum as packagesJesusaves39-0/+4728
2020-12-15Return SSL to optionalJesusaves4-9/+19
2020-12-15Fix very rare errorJesusaves1-1/+4
2020-12-15Reduce title size from 54 pixels to 48 (so it fits better)Jesusaves1-1/+1
2020-12-15Project codiname is now Mana Spheres.Jesusaves3-9/+12
2020-12-15Optimize packet flowJesusaves2-10/+12
2020-12-15Small optimizations to make the good ol' libraries work againJesusaves2-7/+24
2020-12-15Give a cleanup to main menu screenJesusaves1-10/+23
2020-12-15Websocket path buildingJesusaves2-109/+62
2020-12-09Websocket experimentJesusaves21-0/+4405
2020-12-09Initial commit, forked from SpheresinitJesusaves489-0/+41954