Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-17 | Add the game iconv2021.05.17 | Jesusaves | 2 | -0/+1 | |
2021-05-17 | Mirror Lake introduction cutscene. | Jesusaves | 5 | -0/+107 | |
The images are licensed under CC0, but mirrorlake.png contains trademarks. | |||||
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 | |
Isolate the client launching code, terminate the session of the code explodes. Of course, make logs about that terrible incident =/ | |||||
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 ↵ | Jesusaves | 1 | -1/+2 | |
positive. | |||||
2021-05-10 | I almost forgot, but - API is now running under HTTPS. | Jesusaves | 1 | -1/+1 | |
Possibly could keep a port for HTTP but... Nah. HTTP is only useful for Android and that would be horrible to implement. | |||||
2021-05-10 | USE_DUMMY_DATA is now set by command-linev2021.05.10 | Jesusaves | 2 | -2/+5 | |
./Mana-Launcher.sh . adv dummy | |||||
2021-05-10 | Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of ↵ | Jesusaves | 2 | -0/+10 | |
fetching updates. | |||||
2021-05-10 | Do not attempt to shutdown Discord if it was never started in first place* | Jesusaves | 1 | -1/+2 | |
*: i.e. if disabled; But can be disabled while running. Then we just ignore this. | |||||
2021-05-10 | Windows iconify() - a pygame call - seems a bit... broken? | Jesusaves | 1 | -25/+27 | |
Therefore, disable it by default on Windows. (Can still be enabled) | |||||
2021-05-10 | Fix broken URL | Jesusaves | 1 | -1/+1 | |
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 | |
Note for self: Make this all a single screen later™ | |||||
2021-05-09 | Sketch roughly how Vault authentication is currently done. | Jesusaves | 1 | -4/+48 | |
Some cleanup and it possibly can be finished later :3 | |||||
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 | |
2021-05-09 | Add SSL support | Jesusaves | 4 | -5/+72 | |
2021-05-09 | Actually "menu" is a bad keyword | Jesusaves | 2 | -2/+2 | |
2021-05-09 | Do not use Moubootaur Legends default image for Main Menu | Jesusaves | 2 | -2/+2 | |
2021-05-09 | Update server_list.json["Back"] spec | Jesusaves | 1 | -1/+1 | |
2021-05-09 | Host list: Handle localhost first. | Jesusaves | 1 | -1/+1 | |
Non dev instances will fail at first statement (404 or unreachable). Should not cause a significative slowdown. | |||||
2021-05-09 | Move the game launching code to client.rpy and make it non-blocking. | Jesusaves | 3 | -46/+74 | |
Prevents launcher from being marked as unresponsive by the OS. | |||||
2021-05-09 | Windows prefer backslashes so give 'em that. | Jesusaves | 1 | -2/+4 | |
2021-05-09 | Do not mix slashes and backslashes | Jesusaves | 1 | -2/+5 | |
2021-05-09 | Attempt to be more fault-tolerant to world_pass errors. | Jesusaves | 1 | -7/+10 | |
Still getting weird fancy URLLIB errors, though | |||||
2021-05-09 | Special characters are the dread of manking. | Jesusaves | 1 | -1/+1 | |
2021-05-09 | Log if the launcher fails | Jesusaves | 1 | -1/+4 | |
2021-05-09 | Integrity check for the client (needed for updating as well as for Povo bug) | Jesusaves | 3 | -11/+47 | |
2021-05-09 | Move working directory to base instead of save or game | Jesusaves | 1 | -3/+3 | |
2021-05-09 | Behave differently when error code 406 is received | Jesusaves | 1 | -1/+7 | |
2021-05-09 | Warn linux users about the need of libfuse2 to run AppImages. | Jesusaves | 1 | -2/+3 | |
2021-05-09 | Set APPIMAGELAUNCHER_DISABLE on Linux environment because LawnCable told us so | Jesusaves | 2 | -1/+13 | |
2021-05-08 | The command line interface is core, not discord | Jesusaves | 2 | -22/+21 | |
2021-05-08 | Disable Steam automatic login, unless requested by commandline.v2021.05.07+3 | Jesusaves | 2 | -7/+12 | |
2021-05-08 | Prompt player to fill preferences on first login. | Jesusaves | 3 | -3/+28 | |
Do not use Vault Login as a fallback if Steam Login is disabled. | |||||
2021-05-08 | Prototype which allows command-line arguments. | Jesusaves | 1 | -0/+16 | |
Probably won't use it, though. However it is safer to have it in. | |||||
2021-05-08 | Rewrite Steam Initialization rule from "not init" to "init not True". | Jesusaves | 1 | -1/+2 | |
Hopefully we'll have less false positives, but I kept some degree of debug. |