Age | Commit message (Expand) | Author | Files | Lines |
2021-09-06 | Bump minimum version to Ren'Py 7.4.6+ | Jesusaves | 1 | -3/+5 |
2021-08-30 | In theory, this allows you to use ManaPlus or ManaVerse for Evol2 servers. | Jesusaves | 1 | -1/+1 |
2021-06-23 | Disable unimplemented login method | Jesusaves | 1 | -1/+1 |
2021-05-19 | Reduce a bit the grace time for Steam to register the ticket | Jesusaves | 1 | -1/+1 |
2021-05-19 | Add support to download localized server lists | Jesusaves | 1 | -1/+12 |
2021-05-19 | Allow to remember default Vault login method :> | Jesusaves | 1 | -3/+14 |
2021-05-19 | Add support to remembering the TOTP secret on settings. | Jesusaves | 1 | -1/+29 |
2021-05-18 | Remove some dirty hacks which were hindering UX | Jesusaves | 1 | -3/+2 |
2021-05-18 | Fix a few strings not being properly localized | Jesusaves | 1 | -23/+23 |
2021-05-17 | Add new field to server list spec: Type (defaults to "evol2") | Jesusaves | 1 | -0/+2 |
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 | Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of fet... | Jesusaves | 1 | -0/+9 |
2021-05-10 | Password minimum length | Jesusaves | 1 | -3/+5 |
2021-05-09 | Better error handling, spec change | Jesusaves | 1 | -1/+1 |
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 | 1 | -1/+1 |
2021-05-09 | Improved fault tolerance at new code, but still far from good. | Jesusaves | 1 | -8/+14 |
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 | 1 | -8/+52 |
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 | 1 | -3/+13 |
2021-05-09 | Add SSL support | Jesusaves | 1 | -2/+2 |
2021-05-09 | Behave differently when error code 406 is received | Jesusaves | 1 | -1/+7 |
2021-05-08 | Prompt player to fill preferences on first login. | Jesusaves | 1 | -1/+9 |
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 |
2021-05-08 | Show for a bit longer eventual errors | Jesusaves | 1 | -1/+2 |
2021-05-08 | I forgot a critical "break" statement | Jesusaves | 1 | -0/+1 |
2021-05-08 | Allow users to disable Steam Login. | Jesusaves | 1 | -0/+2 |
2021-05-08 | Client Download System (does not update, however) | Jesusaves | 1 | -1/+2 |
2021-05-08 | Move client checking loop elsewhere | Jesusaves | 1 | -12/+9 |
2021-05-08 | If the remote server errored as well, pretend that it was a rate limit and retry | Jesusaves | 1 | -1/+1 |
2021-05-08 | Steam Login - If rate limited, schedule an automatic retry | Jesusaves | 1 | -2/+18 |
2021-05-08 | Ensure Discord RPC will be properly initialized. | Jesusaves | 1 | -1/+1 |
2021-05-08 | Fix some remaining bugs | Jesusaves | 1 | -5/+5 |
2021-05-08 | Add Discord Rich Presence (Discord RPC) | Jesusaves | 1 | -1/+8 |
2021-05-07 | Add support for Steam Authentication | Jesusaves | 1 | -9/+26 |
2021-05-07 | Begin sketching Steam Authentication | Jesusaves | 1 | -2/+22 |
2021-05-07 | Bold stdout optimization | Jesusaves | 1 | -3/+3 |
2021-05-07 | Download backgrounds only once =) | Jesusaves | 1 | -1/+5 |
2021-05-07 | Attempt to preserve server list if it was not updated =) | Jesusaves | 1 | -37/+82 |
2021-05-07 | Polishing on this aspect | Jesusaves | 1 | -9/+27 |
2021-05-07 | Fetch server list | Jesusaves | 1 | -19/+62 |
2021-05-07 | Check for mirrors, error handling | Jesusaves | 1 | -1/+35 |
2021-05-07 | Initial version - just a loading bar | Jesusaves | 1 | -0/+24 |