Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-05-17 | Prepare support for The Void | Jesusaves | 2 | -25/+48 |
2021-05-17 | Move ManaPlus and Mana parts to 3rdparty.rpy | Jesusaves | 2 | -138/+147 |
2021-05-17 | Add new field to server list spec: Type (defaults to "evol2") | Jesusaves | 1 | -0/+2 |
2021-05-17 | Add the game iconv2021.05.17 | Jesusaves | 3 | -0/+1 |
2021-05-17 | Mirror Lake introduction cutscene. | Jesusaves | 5 | -0/+107 |
2021-05-13 | Remove client binaries from build list | Jesusaves | 1 | -0/+3 |
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 |