Age | Commit message (Expand) | Author | Files | Lines |
2021-05-11 | Add some more debug markers, even if they won't get usedv2021.05.11 | Jesusaves | 1 | -1/+6 |
2021-05-10 | Rewrite a bit this fancy code. | Jesusaves | 1 | -13/+25 |
2021-05-10 | Fix spurious pause | Jesusaves | 1 | -1/+2 |
2021-05-10 | Reskin the error screen | Jesusaves | 1 | -1/+2 |
2021-05-10 | Ignore M+ errors. If Vault sends a 403, do not launch a subworld | Jesusaves | 1 | -5/+9 |
2021-05-10 | Steam Login - Inform who logged in. Want to make sure this is not a false pos... | Jesusaves | 1 | -1/+2 |
2021-05-10 | I almost forgot, but - API is now running under HTTPS. | Jesusaves | 1 | -1/+1 |
2021-05-10 | USE_DUMMY_DATA is now set by command-linev2021.05.10 | Jesusaves | 2 | -2/+5 |
2021-05-10 | Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of fet... | Jesusaves | 2 | -0/+10 |
2021-05-10 | Do not attempt to shutdown Discord if it was never started in first place* | Jesusaves | 1 | -1/+2 |
2021-05-10 | Windows iconify() - a pygame call - seems a bit... broken? | Jesusaves | 1 | -25/+27 |
2021-05-10 | Fix broken URL | Jesusaves | 2 | -1/+2 |
2021-05-10 | Password minimum length | Jesusaves | 1 | -3/+5 |
2021-05-09 | Better error handling, spec change | Jesusaves | 2 | -1/+2 |
2021-05-09 | Make sure the email you've entered have at least a semblance of a proper email. | Jesusaves | 1 | -2/+8 |
2021-05-09 | There won't be music, I guess =) | Jesusaves | 2 | -2/+2 |
2021-05-09 | Improved fault tolerance at new code, but still far from good. | Jesusaves | 1 | -8/+14 |
2021-05-09 | Add PBKDF2 module. Not really needed but good to have | Jesusaves | 1 | -0/+297 |
2021-05-09 | Fix typo | Jesusaves | 1 | -3/+3 |
2021-05-09 | This is roughly what will be needed for the Vault Auth, minus checking. | Jesusaves | 2 | -9/+53 |
2021-05-09 | Sketch roughly how Vault authentication is currently done. | Jesusaves | 1 | -4/+48 |
2021-05-09 | Provide a random ToS for the Vault-based login | Jesusaves | 1 | -1/+1 |
2021-05-09 | Add fancy screens for the Vault Authentication | Jesusaves | 1 | -8/+56 |
2021-05-09 | Prepare Vault-Based AUTH | Jesusaves | 3 | -4/+22 |
2021-05-09 | Always download the PEM certificate; No point keeping it in cache? | Jesusaves | 1 | -38/+11 |
2021-05-09 | Improve failure handling on quit event | Jesusaves | 1 | -3/+8 |
2021-05-09 | Add SSL support | Jesusaves | 4 | -5/+72 |
2021-05-09 | Actually "menu" is a bad keyword | Jesusaves | 2 | -2/+2 |
2021-05-09 | Do not use Moubootaur Legends default image for Main Menu | Jesusaves | 2 | -2/+2 |
2021-05-09 | Update server_list.json["Back"] spec | Jesusaves | 1 | -1/+1 |
2021-05-09 | Host list: Handle localhost first. | Jesusaves | 1 | -1/+1 |
2021-05-09 | Move the game launching code to client.rpy and make it non-blocking. | Jesusaves | 3 | -46/+74 |
2021-05-09 | Windows prefer backslashes so give 'em that. | Jesusaves | 1 | -2/+4 |
2021-05-09 | Do not mix slashes and backslashes | Jesusaves | 1 | -2/+5 |
2021-05-09 | Attempt to be more fault-tolerant to world_pass errors. | Jesusaves | 1 | -7/+10 |
2021-05-09 | Special characters are the dread of manking. | Jesusaves | 1 | -1/+1 |
2021-05-09 | Log if the launcher fails | Jesusaves | 1 | -1/+4 |
2021-05-09 | Integrity check for the client (needed for updating as well as for Povo bug) | Jesusaves | 3 | -11/+47 |
2021-05-09 | Move working directory to base instead of save or game | Jesusaves | 2 | -3/+4 |
2021-05-09 | I need a more complex setup here than Ren'Py. | Jesusaves | 1 | -0/+5 |
2021-05-09 | Behave differently when error code 406 is received | Jesusaves | 1 | -1/+7 |
2021-05-09 | Warn linux users about the need of libfuse2 to run AppImages. | Jesusaves | 1 | -2/+3 |
2021-05-09 | Set APPIMAGELAUNCHER_DISABLE on Linux environment because LawnCable told us so | Jesusaves | 2 | -1/+13 |
2021-05-08 | The command line interface is core, not discord | Jesusaves | 2 | -22/+21 |
2021-05-08 | Disable Steam automatic login, unless requested by commandline.v2021.05.07+3 | Jesusaves | 2 | -7/+12 |
2021-05-08 | Prompt player to fill preferences on first login. | Jesusaves | 3 | -3/+28 |
2021-05-08 | Prototype which allows command-line arguments. | Jesusaves | 1 | -0/+16 |
2021-05-08 | Rewrite Steam Initialization rule from "not init" to "init not True". | Jesusaves | 1 | -1/+2 |
2021-05-08 | Too much trouble; Do NOT fetch server backgrounds anymore. | Jesusaves | 1 | -0/+2 |
2021-05-08 | Remove steam.cancel_ticket() in hopes this makes them don't expire weirdly | Jesusaves | 1 | -2/+0 |