summaryrefslogtreecommitdiff
path: root/game/update.rpy
AgeCommit message (Expand)AuthorFilesLines
2021-09-06Bump minimum version to Ren'Py 7.4.6+Jesusaves1-3/+5
2021-08-30In theory, this allows you to use ManaPlus or ManaVerse for Evol2 servers.Jesusaves1-1/+1
2021-06-23Disable unimplemented login methodJesusaves1-1/+1
2021-05-19Reduce a bit the grace time for Steam to register the ticketJesusaves1-1/+1
2021-05-19Add support to download localized server listsJesusaves1-1/+12
2021-05-19Allow to remember default Vault login method :>Jesusaves1-3/+14
2021-05-19Add support to remembering the TOTP secret on settings.Jesusaves1-1/+29
2021-05-18Remove some dirty hacks which were hindering UXJesusaves1-3/+2
2021-05-18Fix a few strings not being properly localizedJesusaves1-23/+23
2021-05-17Add new field to server list spec: Type (defaults to "evol2")Jesusaves1-0/+2
2021-05-10Steam Login - Inform who logged in. Want to make sure this is not a false pos...Jesusaves1-1/+2
2021-05-10Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of fet...Jesusaves1-0/+9
2021-05-10Password minimum lengthJesusaves1-3/+5
2021-05-09Better error handling, spec changeJesusaves1-1/+1
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 =)Jesusaves1-1/+1
2021-05-09Improved fault tolerance at new code, but still far from good.Jesusaves1-8/+14
2021-05-09Fix typoJesusaves1-3/+3
2021-05-09This is roughly what will be needed for the Vault Auth, minus checking.Jesusaves1-8/+52
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 AUTHJesusaves1-3/+13
2021-05-09Add SSL supportJesusaves1-2/+2
2021-05-09Behave differently when error code 406 is receivedJesusaves1-1/+7
2021-05-08Prompt player to fill preferences on first login.Jesusaves1-1/+9
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-08Show for a bit longer eventual errorsJesusaves1-1/+2
2021-05-08I forgot a critical "break" statementJesusaves1-0/+1
2021-05-08Allow users to disable Steam Login.Jesusaves1-0/+2
2021-05-08Client Download System (does not update, however)Jesusaves1-1/+2
2021-05-08Move client checking loop elsewhereJesusaves1-12/+9
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.Jesusaves1-1/+1
2021-05-08Fix some remaining bugsJesusaves1-5/+5
2021-05-08Add Discord Rich Presence (Discord RPC)Jesusaves1-1/+8
2021-05-07Add support for Steam AuthenticationJesusaves1-9/+26
2021-05-07Begin sketching Steam AuthenticationJesusaves1-2/+22
2021-05-07Bold stdout optimizationJesusaves1-3/+3
2021-05-07Download backgrounds only once =)Jesusaves1-1/+5
2021-05-07Attempt to preserve server list if it was not updated =)Jesusaves1-37/+82
2021-05-07Polishing on this aspectJesusaves1-9/+27
2021-05-07Fetch server listJesusaves1-19/+62
2021-05-07Check for mirrors, error handlingJesusaves1-1/+35
2021-05-07Initial version - just a loading barJesusaves1-0/+24