summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-18Fix a bug with responsive attributev2021.05.18Jesusaves2-2/+3
2021-05-18Do not accidentally ship secrets on buildsJesusaves1-0/+2
2021-05-18Initial version of i18n (including fetch script)Jesusaves35-0/+5888
2021-05-18Add brazilian portuguese initial version (for testing)Jesusaves9-0/+1461
2021-05-18Prepare the preference screen for translation supportJesusaves2-6/+13
2021-05-18Remove unused mixersJesusaves2-10/+6
2021-05-18Remove some garbageJesusaves1-25/+0
2021-05-18Remove old iconJesusaves1-0/+0
2021-05-18Move Soul-Level stuff to its own fileJesusaves2-189/+200
2021-05-18Scene Recollection at The VoidJesusaves1-3/+28
2021-05-18The Void, initial versionJesusaves2-1/+53
2021-05-18Do not waste time building 32-bits stuffJesusaves1-0/+3
2021-05-18Create mySoul structure and make the /souldata requestJesusaves2-3/+24
2021-05-17More core stuff for The Void.Jesusaves2-1/+19
2021-05-17Prepare the place where The Void will happen.Jesusaves1-0/+12
2021-05-17It's incredible how simple things can make it look Okay-ishJesusaves2-3/+34
2021-05-17statusmsg may not be rendered but make sure it is set properlyJesusaves2-1/+4
2021-05-17Improve a bit Vault error handling, no longer allow M+ to launch without cred...Jesusaves2-3/+24
2021-05-17Prepare support for The VoidJesusaves2-25/+48
2021-05-17Move ManaPlus and Mana parts to 3rdparty.rpyJesusaves2-138/+147
2021-05-17Add new field to server list spec: Type (defaults to "evol2")Jesusaves1-0/+2
2021-05-17Add the game iconv2021.05.17Jesusaves3-0/+1
2021-05-17Mirror Lake introduction cutscene.Jesusaves5-0/+107
2021-05-13Remove client binaries from build listJesusaves1-0/+3
2021-05-11Add some more debug markers, even if they won't get usedv2021.05.11Jesusaves1-1/+6
2021-05-10Rewrite a bit this fancy code.Jesusaves1-13/+25
2021-05-10Fix spurious pauseJesusaves1-1/+2
2021-05-10Reskin the error screenJesusaves1-1/+2
2021-05-10Ignore M+ errors. If Vault sends a 403, do not launch a subworldJesusaves1-5/+9
2021-05-10Steam Login - Inform who logged in. Want to make sure this is not a false pos...Jesusaves1-1/+2
2021-05-10I almost forgot, but - API is now running under HTTPS.Jesusaves1-1/+1
2021-05-10USE_DUMMY_DATA is now set by command-linev2021.05.10Jesusaves2-2/+5
2021-05-10Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of fet...Jesusaves2-0/+10
2021-05-10Do not attempt to shutdown Discord if it was never started in first place*Jesusaves1-1/+2
2021-05-10Windows iconify() - a pygame call - seems a bit... broken?Jesusaves1-25/+27
2021-05-10Fix broken URLJesusaves2-1/+2
2021-05-10Password minimum lengthJesusaves1-3/+5
2021-05-09Better error handling, spec changeJesusaves2-1/+2
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 =)Jesusaves2-2/+2
2021-05-09Improved fault tolerance at new code, but still far from good.Jesusaves1-8/+14
2021-05-09Add PBKDF2 module. Not really needed but good to haveJesusaves1-0/+297
2021-05-09Fix typoJesusaves1-3/+3
2021-05-09This is roughly what will be needed for the Vault Auth, minus checking.Jesusaves2-9/+53
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 AUTHJesusaves3-4/+22
2021-05-09Always download the PEM certificate; No point keeping it in cache?Jesusaves1-38/+11
2021-05-09Improve failure handling on quit eventJesusaves1-3/+8