summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-10USE_DUMMY_DATA is now set by command-linev2021.05.10Jesusaves2-2/+5
2021-05-10Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of fet...Jesusaves2-0/+10
2021-05-10Do not attempt to shutdown Discord if it was never started in first place*Jesusaves1-1/+2
2021-05-10Windows iconify() - a pygame call - seems a bit... broken?Jesusaves1-25/+27
2021-05-10Fix broken URLJesusaves2-1/+2
2021-05-10Password minimum lengthJesusaves1-3/+5
2021-05-09Better error handling, spec changeJesusaves2-1/+2
2021-05-09Make sure the email you've entered have at least a semblance of a proper email.Jesusaves1-2/+8
2021-05-09There won't be music, I guess =)Jesusaves2-2/+2
2021-05-09Improved fault tolerance at new code, but still far from good.Jesusaves1-8/+14
2021-05-09Add PBKDF2 module. Not really needed but good to haveJesusaves1-0/+297
2021-05-09Fix typoJesusaves1-3/+3
2021-05-09This is roughly what will be needed for the Vault Auth, minus checking.Jesusaves2-9/+53
2021-05-09Sketch roughly how Vault authentication is currently done.Jesusaves1-4/+48
2021-05-09Provide a random ToS for the Vault-based loginJesusaves1-1/+1
2021-05-09Add fancy screens for the Vault AuthenticationJesusaves1-8/+56
2021-05-09Prepare Vault-Based AUTHJesusaves3-4/+22
2021-05-09Always download the PEM certificate; No point keeping it in cache?Jesusaves1-38/+11
2021-05-09Improve failure handling on quit eventJesusaves1-3/+8
2021-05-09Add SSL supportJesusaves4-5/+72
2021-05-09Actually "menu" is a bad keywordJesusaves2-2/+2
2021-05-09Do not use Moubootaur Legends default image for Main MenuJesusaves2-2/+2
2021-05-09Update server_list.json["Back"] specJesusaves1-1/+1
2021-05-09Host list: Handle localhost first.Jesusaves1-1/+1
2021-05-09Move the game launching code to client.rpy and make it non-blocking.Jesusaves3-46/+74
2021-05-09Windows prefer backslashes so give 'em that.Jesusaves1-2/+4
2021-05-09Do not mix slashes and backslashesJesusaves1-2/+5
2021-05-09Attempt to be more fault-tolerant to world_pass errors.Jesusaves1-7/+10
2021-05-09Special characters are the dread of manking.Jesusaves1-1/+1
2021-05-09Log if the launcher failsJesusaves1-1/+4
2021-05-09Integrity check for the client (needed for updating as well as for Povo bug)Jesusaves3-11/+47
2021-05-09Move working directory to base instead of save or gameJesusaves2-3/+4
2021-05-09I need a more complex setup here than Ren'Py.Jesusaves1-0/+5
2021-05-09Behave differently when error code 406 is receivedJesusaves1-1/+7
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 soJesusaves2-1/+13
2021-05-08The command line interface is core, not discordJesusaves2-22/+21
2021-05-08Disable Steam automatic login, unless requested by commandline.v2021.05.07+3Jesusaves2-7/+12
2021-05-08Prompt player to fill preferences on first login.Jesusaves3-3/+28
2021-05-08Prototype which allows command-line arguments.Jesusaves1-0/+16
2021-05-08Rewrite Steam Initialization rule from "not init" to "init not True".Jesusaves1-1/+2
2021-05-08Too much trouble; Do NOT fetch server backgrounds anymore.Jesusaves1-0/+2
2021-05-08Remove steam.cancel_ticket() in hopes this makes them don't expire weirdlyJesusaves1-2/+0
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 errorsJesusaves2-3/+5
2021-05-08I forgot a critical "break" statementJesusaves1-0/+1
2021-05-08...If. For any reason. Label quit is called inside a thread...Jesusaves1-0/+1
2021-05-08We need the Warranty WaiverJesusaves1-0/+1
2021-05-08Disable rollback and clean up some Ren'Py default interface good for VN onlyJesusaves2-11/+2