summaryrefslogtreecommitdiff
path: root/game/client.rpy
AgeCommit message (Expand)AuthorFilesLines
2023-07-19Wait plenty, we are not in rush.Jesusaves1-1/+1
2023-07-18Preserve client settings when updating. It looks clumsy but works better.Jesusaves1-8/+10
2023-07-08Players won't notice the extra 150ms, but this is actually useful.Jesusaves1-1/+1
2022-12-03Fix Windows with WildX's helpJesusaves1-3/+3
2022-12-03Linux now uses custom configuration. I'll need a windows volunteer.Jesusaves1-2/+25
2022-11-16TMWA: Always assume Mirror Lake was triggered, or it won't work :(Jesusaves1-0/+4
2022-11-03Checking for updates in main menu crashes the launcher. So hide the button.Jesusaves1-0/+2
2022-11-03Fix bug in md5sumJesusaves1-5/+11
2022-11-03Fix md5sum bug introduced by using upstreamJesusaves1-2/+12
2022-11-02Fix a couple minor bugsJesusaves1-1/+4
2022-11-02Matt asked for more verbosity hereJesusaves1-1/+1
2022-11-02This should fix the infinite reinstall bugJesusaves1-1/+1
2022-10-14You can now set a home world. Your homeworld buffs you in every other world.Jesusaves1-0/+7
2022-10-13Add primitive support to TMWA serversJesusaves1-1/+2
2022-08-22Automatic login: Death to the annoying login screen!Jesusaves1-0/+9
2022-06-16Add Support for Renpy 8Administrator1-0/+2
2022-04-08Fix some possibly broken codeJesusaves1-1/+2
2022-04-08Add a built-in client which does nothingJesusaves1-5/+11
2022-04-08Full support for cutscenesJesusaves1-2/+5
2022-04-06Add prologues to the worlds (untested)Jesusaves1-0/+9
2021-12-19Add support to Soul Level Up, and show the cutscene for Chapter 2Jesusaves1-0/+7
2021-08-30Add minimal sanitizing rules to subprocess.Jesusaves1-2/+2
2021-08-30Fix bugs (specially when switching between M+ and MV)Jesusaves1-3/+12
2021-08-30In theory, this allows you to use ManaPlus or ManaVerse for Evol2 servers.Jesusaves1-5/+5
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