index
:
launcher/renpy
master
stable
A functional Mana Launcher in Ren'Py. This is the base project forked by TMW.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game
/
update.rpy
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-24
Remove unused code from update.rpy
Jesusaves
1
-33
/
+1
2023-06-24
use calcOTP() wrapper
Jesusaves
1
-25
/
+3
2023-06-24
Fix a missing line break
Jesusaves
1
-1
/
+1
2023-06-03
Save the OTP token
Jesusaves
1
-1
/
+5
2023-05-12
Report errors 401 and 403 as authentication errors, for those unaware
Jesusaves
1
-2
/
+8
2022-11-02
Fix automatic login flow
Jesusaves
1
-0
/
+6
2022-10-24
Fix a bug, but Ren'Py also has a bug of its own
Jesusaves
1
-1
/
+1
2022-10-24
Trust your own setting more blindly, even if things burn.
Jesusaves
1
-3
/
+7
2022-08-22
Automatic login: Death to the annoying login screen!
Jesusaves
1
-1
/
+35
2022-01-02
Improve these labels (Single Screen/Seamless -> Standard/Mouseless)
Jesusaves
1
-2
/
+2
2021-12-19
We're now doing a sprint to have everything the old launcher had.
Jesusaves
1
-1
/
+38
2021-12-18
Move the subkey to MultiPersistent and increase a bit entropy.
Jesusaves
1
-1
/
+1
2021-12-18
Remember password (unsafe)
Jesusaves
1
-2
/
+7
2021-12-18
Allow to remember email when single screen is set
Jesusaves
1
-0
/
+5
2021-12-18
Add a single screen login method
Jesusaves
1
-2
/
+11
2021-12-13
Remove Google Auth.
Jesusaves
1
-79
/
+19
2021-12-13
Prototype version
Jesusaves
1
-2
/
+38
2021-12-13
Prepare support for multiple authentication methods
Jesusaves
1
-19
/
+43
2021-09-25
Some changes to 2FA policy to hopefully make easier/more intuitive.
Jesusaves
1
-3
/
+12
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
[next]