Age | Commit message (Expand) | Author | Files | Lines |
2021-06-24 | Add lite.py; An utility (tested only on Linux) for console-only running. | Jesusaves | 2 | -1/+277 |
2021-06-23 | Disable unimplemented login method | Jesusaves | 1 | -1/+1 |
2021-06-19 | Sketch the chapter 2 intro (earliest sketch) | Jesusaves | 1 | -0/+48 |
2021-06-19 | s/Game Clients/Plugins/ | Jesusaves | 1 | -1/+1 |
2021-06-09 | Actually, make sure _return is at least an integer. | Jesusaves | 1 | -0/+1 |
2021-06-07 | Translations Update | Jesusaves | 10 | -2/+86 |
2021-06-07 | Remembering TOTP is meaningless on Steam Versionv2021.06.07 | Jesusaves | 1 | -1/+2 |
2021-06-07 | Validate if Steam Module was loaded correctly if steam login was enabled | Jesusaves | 1 | -0/+10 |
2021-06-07 | Do not import Steam module if Steam Login was disabled. | Jesusaves | 1 | -1/+5 |
2021-06-07 | Bump launcher version, and force new M+ download | Jesusaves | 3 | -5/+18 |
2021-06-06 | Mirror Lake Seamless Transition (already with -S flag!) | Jesusaves | 3 | -56/+108 |
2021-06-06 | Sanitize input to avoid some (but not every) arbitrary shell code execution | Jesusaves | 1 | -2/+15 |
2021-05-26 | Translation Update | Jesusaves | 6 | -58/+58 |
2021-05-19 | Improve version output | Jesusaves | 2 | -1/+9 |
2021-05-19 | Print Ren'py version as well, if applicable | Jesusaves | 1 | -0/+1 |
2021-05-19 | Swap order on version request | Jesusaves | 1 | -1/+1 |
2021-05-19 | Use more efficient `elif` | Jesusaves | 1 | -4/+6 |
2021-05-19 | Rewrite command-line parser. | Jesusaves | 1 | -10/+24 |
2021-05-19 | Reduce a bit the grace time for Steam to register the ticket | Jesusaves | 1 | -1/+1 |
2021-05-19 | New commandline argument: `launch` | Jesusaves | 1 | -1/+15 |
2021-05-19 | Translations Update | Jesusaves | 32 | -268/+848 |
2021-05-19 | Missing translatable string | Jesusaves | 1 | -1/+1 |
2021-05-19 | Omit the italian version temporarily | Jesusaves | 1 | -1/+1 |
2021-05-19 | Add support to download localized server lists | Jesusaves | 1 | -1/+12 |
2021-05-19 | Don't "Validate"; Check for updates instead :3 | Jesusaves | 2 | -2/+2 |
2021-05-19 | Comment some useless code | Jesusaves | 1 | -4/+4 |
2021-05-19 | Hide this option if Steam Login is enabled (would be a lie!) | Jesusaves | 1 | -1/+3 |
2021-05-19 | Allow to remember default Vault login method :> | Jesusaves | 2 | -4/+15 |
2021-05-19 | Add support to remembering the TOTP secret on settings. | Jesusaves | 3 | -53/+87 |
2021-05-18 | Remove some dirty hacks which were hindering UX | Jesusaves | 1 | -3/+2 |
2021-05-18 | Fix a couple lint bothers | Jesusaves | 2 | -2/+2 |
2021-05-18 | Fix a few strings not being properly localized | Jesusaves | 2 | -26/+26 |
2021-05-18 | Fix a bug with responsive attributev2021.05.18 | Jesusaves | 2 | -2/+3 |
2021-05-18 | Do not accidentally ship secrets on builds | Jesusaves | 1 | -0/+2 |
2021-05-18 | Initial version of i18n (including fetch script) | Jesusaves | 35 | -0/+5888 |
2021-05-18 | Add brazilian portuguese initial version (for testing) | Jesusaves | 9 | -0/+1461 |
2021-05-18 | Prepare the preference screen for translation support | Jesusaves | 2 | -6/+13 |
2021-05-18 | Remove unused mixers | Jesusaves | 2 | -10/+6 |
2021-05-18 | Remove some garbage | Jesusaves | 1 | -25/+0 |
2021-05-18 | Remove old icon | Jesusaves | 1 | -0/+0 |
2021-05-18 | Move Soul-Level stuff to its own file | Jesusaves | 2 | -189/+200 |
2021-05-18 | Scene Recollection at The Void | Jesusaves | 1 | -3/+28 |
2021-05-18 | The Void, initial version | Jesusaves | 2 | -1/+53 |
2021-05-18 | Do not waste time building 32-bits stuff | Jesusaves | 1 | -0/+3 |
2021-05-18 | Create mySoul structure and make the /souldata request | Jesusaves | 2 | -3/+24 |
2021-05-17 | More core stuff for The Void. | Jesusaves | 2 | -1/+19 |
2021-05-17 | Prepare the place where The Void will happen. | Jesusaves | 1 | -0/+12 |
2021-05-17 | It's incredible how simple things can make it look Okay-ish | Jesusaves | 2 | -3/+34 |
2021-05-17 | statusmsg may not be rendered but make sure it is set properly | Jesusaves | 2 | -1/+4 |
2021-05-17 | Improve a bit Vault error handling, no longer allow M+ to launch without cred... | Jesusaves | 2 | -3/+24 |