summaryrefslogtreecommitdiff
path: root/game/core.rpy
AgeCommit message (Expand)AuthorFilesLines
2023-07-19I promise this is the last commit of v23.07.18 - maybev2023.07.18+1stableJesusaves1-1/+0
2023-07-19While at that, get rid of director as well.Jesusaves1-0/+1
2023-07-19Sorry, a typoJesusaves1-2/+2
2023-07-19Do not toggle fullscreen with 'f'Jesusaves1-0/+1
2023-07-01Fix bugs reported by HocusJesusaves1-2/+5
2023-06-24Add account management section. It is now possible to enable 2FA on accounts.Jesusaves1-0/+15
2023-06-24Minimum changes for Ren'Py 8.1 supportJesusaves1-2/+3
2023-05-12Allow users to disable password maskingJesusaves1-0/+2
2023-03-05Import mwlib... On python3 builds onlyJesusaves1-0/+2
2022-12-03Linux now uses custom configuration. I'll need a windows volunteer.Jesusaves1-6/+6
2022-11-02Fix a couple minor bugsJesusaves1-2/+2
2022-11-02Update keymap as Matt requested.Jesusaves1-0/+10
2022-11-02Skip splashscreen after preload is doneJesusaves1-2/+2
2022-08-22Automatic login: Death to the annoying login screen!Jesusaves1-0/+2
2022-06-16Add Support for Renpy 8Administrator1-4/+13
2022-04-08Add a built-in client which does nothingJesusaves1-1/+1
2022-04-08Full support for cutscenesJesusaves1-0/+1
2022-04-08wdym, "_" is not allowedJesusaves1-1/+1
2021-12-19A clever hack, but right now, you cannot advance to chapter 2. Hmm.Jesusaves1-0/+1
2021-12-19We're now doing a sprint to have everything the old launcher had.Jesusaves1-0/+1
2021-12-18Move the subkey to MultiPersistent and increase a bit entropy.Jesusaves1-0/+1
2021-12-13Remove Google Auth.Jesusaves1-8/+0
2021-12-13Prepare support for multiple authentication methodsJesusaves1-0/+8
2021-11-23*Somehow* fix the broken button. Don't ask how.Jesusaves1-2/+3
2021-11-23Change default behavior to skip the main menu screen.Jesusaves1-1/+5
2021-11-23Add a commandline parameter to automatically select world as well.Jesusaves1-2/+11
2021-08-30Add minimal sanitizing rules to subprocess.Jesusaves1-0/+7
2021-08-30In theory, this allows you to use ManaPlus or ManaVerse for Evol2 servers.Jesusaves1-3/+4
2021-08-29Add `remote` and `local` init flagsJesusaves1-0/+12
2021-07-24Prepare to migrate from Moubootaur Legends to The Mana WorldJesusaves1-5/+6
2021-06-24Add lite.py; An utility (tested only on Linux) for console-only running.Jesusaves1-1/+1
2021-06-07Do not import Steam module if Steam Login was disabled.Jesusaves1-1/+5
2021-06-07Bump launcher version, and force new M+ downloadJesusaves1-0/+10
2021-06-06Mirror Lake Seamless Transition (already with -S flag!)Jesusaves1-3/+14
2021-05-19Improve version outputJesusaves1-1/+8
2021-05-19Print Ren'py version as well, if applicableJesusaves1-0/+1
2021-05-19Swap order on version requestJesusaves1-1/+1
2021-05-19Use more efficient `elif`Jesusaves1-4/+6
2021-05-19Rewrite command-line parser.Jesusaves1-10/+24
2021-05-19New commandline argument: `launch`Jesusaves1-1/+15
2021-05-19Add support to remembering the TOTP secret on settings.Jesusaves1-0/+1
2021-05-18Fix a couple lint bothersJesusaves1-1/+1
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.10Jesusaves1-0/+5
2021-05-10Windows iconify() - a pygame call - seems a bit... broken?Jesusaves1-25/+27
2021-05-10Fix broken URLJesusaves1-1/+1
2021-05-09This is roughly what will be needed for the Vault Auth, minus checking.Jesusaves1-1/+1
2021-05-09Always download the PEM certificate; No point keeping it in cache?Jesusaves1-38/+11
2021-05-09Add SSL supportJesusaves1-2/+65
2021-05-09Integrity check for the client (needed for updating as well as for Povo bug)Jesusaves1-1/+1