summaryrefslogtreecommitdiff
path: root/game/renpy.rpy
AgeCommit message (Expand)AuthorFilesLines
2023-07-19Found another stupid mistakeJesusaves1-0/+1
2023-07-19This was a stupid typoJesusaves1-1/+1
2023-07-03Fix variable overlapJesusaves1-5/+5
2023-07-01Given we have a LOT of old players, when they begin from first time...Jesusaves1-4/+19
2022-04-08Add a built-in client which does nothingJesusaves1-1/+5
2022-04-08Full support for cutscenesJesusaves1-0/+4
2021-12-19A clever hack, but right now, you cannot advance to chapter 2. Hmm.Jesusaves1-3/+5
2021-12-19Prepare Chapter 2 screensJesusaves1-0/+3
2021-12-19We're now doing a sprint to have everything the old launcher had.Jesusaves1-0/+4
2021-12-18Move some definitions from renpy.rpy to a new fileJesusaves1-7/+6
2021-11-23Add a commandline parameter to automatically select world as well.Jesusaves1-0/+6
2021-06-09Actually, make sure _return is at least an integer.Jesusaves1-0/+1
2021-06-07Validate if Steam Module was loaded correctly if steam login was enabledJesusaves1-0/+10
2021-06-06Mirror Lake Seamless Transition (already with -S flag!)Jesusaves1-46/+60
2021-05-18Fix a few strings not being properly localizedJesusaves1-3/+3
2021-05-18Move Soul-Level stuff to its own fileJesusaves1-189/+0
2021-05-18Scene Recollection at The VoidJesusaves1-3/+28
2021-05-18The Void, initial versionJesusaves1-1/+52
2021-05-18Create mySoul structure and make the /souldata requestJesusaves1-1/+4
2021-05-17More core stuff for The Void.Jesusaves1-1/+12
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-ishJesusaves1-2/+31
2021-05-17statusmsg may not be rendered but make sure it is set properlyJesusaves1-1/+1
2021-05-17Improve a bit Vault error handling, no longer allow M+ to launch without cred...Jesusaves1-1/+2
2021-05-17Prepare support for The VoidJesusaves1-2/+9
2021-05-17Mirror Lake introduction cutscene.Jesusaves1-0/+96
2021-05-11Add some more debug markers, even if they won't get usedv2021.05.11Jesusaves1-1/+6
2021-05-10Fix spurious pauseJesusaves1-1/+2
2021-05-10Reskin the error screenJesusaves1-1/+2
2021-05-09Better error handling, spec changeJesusaves1-0/+1
2021-05-09Prepare Vault-Based AUTHJesusaves1-0/+8
2021-05-09Add SSL supportJesusaves1-0/+4
2021-05-09Move the game launching code to client.rpy and make it non-blocking.Jesusaves1-45/+22
2021-05-09Do not mix slashes and backslashesJesusaves1-2/+5
2021-05-09Attempt to be more fault-tolerant to world_pass errors.Jesusaves1-7/+10
2021-05-09Special characters are the dread of manking.Jesusaves1-1/+1
2021-05-09Log if the launcher failsJesusaves1-1/+4
2021-05-08Bugfixes and retrieve commandline passwordsJesusaves1-6/+28
2021-05-08Connection core, still need to retrieve server credentials from Vaultv2021.05.07Jesusaves1-4/+29
2021-05-08Add a quick-and-dirty world selection screenJesusaves1-0/+2
2021-05-08Client Download System (does not update, however)Jesusaves1-0/+9
2021-05-08Ensure Discord RPC will be properly initialized.Jesusaves1-0/+1
2021-05-08Add Discord Rich Presence (Discord RPC)Jesusaves1-1/+2
2021-05-07Add support for Steam AuthenticationJesusaves1-2/+1
2021-05-07Begin sketching Steam AuthenticationJesusaves1-0/+2
2021-05-07Check for mirrors, error handlingJesusaves1-1/+8
2021-05-07Initial version - just a loading barJesusaves1-0/+53