summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-08Allow users to disable Steam Login.Jesusaves3-1/+12
2021-05-08Impose localhost Vault if development mode is enabled.Jesusaves1-3/+6
2021-05-08Bugfixes and retrieve commandline passwordsJesusaves3-9/+31
2021-05-08Connection core, still need to retrieve server credentials from Vaultv2021.05.07Jesusaves5-10/+44
2021-05-08Add a quick-and-dirty world selection screenJesusaves3-0/+109
2021-05-08Spacing can go a long way =)Jesusaves1-0/+7
2021-05-08Client Download System (does not update, however)Jesusaves5-9/+143
2021-05-08Move client checking loop elsewhereJesusaves4-18/+58
2021-05-08Some life improvementsJesusaves5-5/+69
2021-05-08If the remote server errored as well, pretend that it was a rate limit and retryJesusaves1-1/+1
2021-05-08Steam Login - If rate limited, schedule an automatic retryJesusaves1-2/+18
2021-05-08Ensure Discord RPC will be properly initialized.Jesusaves2-1/+2
2021-05-08Settings - Players are now capable to disable Discord Rich Presence if they wishJesusaves4-5/+14
2021-05-08Fix some remaining bugsJesusaves1-5/+5
2021-05-08Get rid of save/load screensJesusaves2-82/+5
2021-05-08Just some minor polishing, now we have full support to Discord Rich Presence :3Jesusaves2-0/+6
2021-05-08Add Discord Rich Presence (Discord RPC)Jesusaves18-2/+2162
2021-05-07Add support for Steam AuthenticationJesusaves3-11/+28
2021-05-07Begin sketching Steam AuthenticationJesusaves4-3/+31