summaryrefslogtreecommitdiff
path: root/game/client.rpy
AgeCommit message (Expand)AuthorFilesLines
2021-06-07Bump launcher version, and force new M+ downloadJesusaves1-4/+7
2021-06-06Mirror Lake Seamless Transition (already with -S flag!)Jesusaves1-7/+34
2021-06-06Sanitize input to avoid some (but not every) arbitrary shell code executionJesusaves1-2/+15
2021-05-19Don't "Validate"; Check for updates instead :3Jesusaves1-1/+1
2021-05-18The Void, initial versionJesusaves1-0/+1
2021-05-18Create mySoul structure and make the /souldata requestJesusaves1-2/+20
2021-05-17More core stuff for The Void.Jesusaves1-0/+7
2021-05-17It's incredible how simple things can make it look Okay-ishJesusaves1-1/+3
2021-05-17statusmsg may not be rendered but make sure it is set properlyJesusaves1-0/+3
2021-05-17Improve a bit Vault error handling, no longer allow M+ to launch without cred...Jesusaves1-2/+22
2021-05-17Move ManaPlus and Mana parts to 3rdparty.rpyJesusaves1-138/+0
2021-05-10Rewrite a bit this fancy code.Jesusaves1-13/+25
2021-05-10Ignore M+ errors. If Vault sends a 403, do not launch a subworldJesusaves1-5/+9
2021-05-09Add SSL supportJesusaves1-1/+1
2021-05-09Actually "menu" is a bad keywordJesusaves1-1/+1
2021-05-09Do not use Moubootaur Legends default image for Main MenuJesusaves1-1/+1
2021-05-09Update server_list.json["Back"] specJesusaves1-1/+1
2021-05-09Move the game launching code to client.rpy and make it non-blocking.Jesusaves1-0/+51
2021-05-09Windows prefer backslashes so give 'em that.Jesusaves1-2/+4
2021-05-09Integrity check for the client (needed for updating as well as for Povo bug)Jesusaves1-10/+36
2021-05-09Warn linux users about the need of libfuse2 to run AppImages.Jesusaves1-2/+3
2021-05-09Set APPIMAGELAUNCHER_DISABLE on Linux environment because LawnCable told us soJesusaves1-0/+4
2021-05-08Use a more reliable code to create directories (should now work on Wine)Jesusaves1-4/+2
2021-05-08This code used to work... Why it stopped working O.ov2021.05.07+2Jesusaves1-0/+1
2021-05-08Show for a bit longer eventual errorsJesusaves1-2/+3
2021-05-08Connection core, still need to retrieve server credentials from Vaultv2021.05.07Jesusaves1-0/+3
2021-05-08Add a quick-and-dirty world selection screenJesusaves1-0/+1
2021-05-08Spacing can go a long way =)Jesusaves1-0/+7
2021-05-08Client Download System (does not update, however)Jesusaves1-5/+105
2021-05-08Move client checking loop elsewhereJesusaves1-0/+40