Age | Commit message (Expand) | Author | Files | Lines |
2021-09-06 | This is Mana Launcher v 2.1.9.7 Betav2021.09.07beta | Jesusaves | 1 | -1/+1 |
2021-09-06 | Bump minimum version to Ren'Py 7.4.6+ | Jesusaves | 1 | -3/+5 |
2021-08-30 | Add syntax highlight (maybe) | Jesusaves | 2 | -0/+11 |
2021-08-30 | Update rparse to... Well... No reason. | Jesusaves | 1 | -0/+15 |
2021-08-30 | Remove sast folder from git, it is obviously the poor tool fault | Jesusaves | 13 | -224/+1 |
2021-08-30 | Add sast/ folder so I can test if the fault is the YML or the poor tool I'm u... | Jesusaves | 12 | -0/+223 |
2021-08-30 | Add the subproc sanitizer to lite.py | Jesusaves | 3 | -2/+11 |
2021-08-30 | While this is still ugly, at least now it will fail in a less ugly way. | Jesusaves | 1 | -2/+24 |
2021-08-30 | Add minimal sanitizing rules to subprocess. | Jesusaves | 2 | -2/+9 |
2021-08-30 | Anyway, this was never going to work, it is pointless -.- | Jesusaves | 1 | -4/+10 |
2021-08-30 | Obviously `pyflakes` will find only syntax errors -.- | Jesusaves | 1 | -4/+5 |
2021-08-30 | ...Okay, ignore me. | Jesusaves | 1 | -1/+1 |
2021-08-30 | Fix bugs (specially when switching between M+ and MV) | Jesusaves | 3 | -7/+16 |
2021-08-30 | Add some CI toys, which aren't good because, well, this is Ren'Py. | Jesusaves | 2 | -0/+38 |
2021-08-30 | Rename ManaPlus.AppImage to ManaVerse.AppImage and update support to it | Jesusaves | 3 | -14/+13 |
2021-08-30 | ManaVerse does not support Mac builds | Jesusaves | 1 | -2/+3 |
2021-08-30 | In theory, this allows you to use ManaPlus or ManaVerse for Evol2 servers. | Jesusaves | 6 | -42/+144 |
2021-08-29 | Add `remote` and `local` init flags | Jesusaves | 1 | -0/+12 |
2021-08-05 | Report how M+ download is progressing, and hopefully, finish it faster. | Jesusaves | 1 | -5/+11 |
2021-08-04 | Revert "Merge branch 'set-sast-config-1' into 'master'" | Jesusaves | 1 | -12/+0 |
2021-08-04 | Merge branch 'set-sast-config-1' into 'master' | Jesusaves | 1 | -0/+12 |
2021-08-04 | Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already... | Jesusaves | 1 | -0/+12 |
2021-07-24 | Prepare to migrate from Moubootaur Legends to The Mana World | Jesusaves | 2 | -11/+12 |
2021-06-24 | Add lite.py; An utility (tested only on Linux) for console-only running. | Jesusaves | 2 | -1/+277 |
2021-06-23 | Disable unimplemented login method | Jesusaves | 1 | -1/+1 |
2021-06-19 | Sketch the chapter 2 intro (earliest sketch) | Jesusaves | 1 | -0/+48 |
2021-06-19 | s/Game Clients/Plugins/ | Jesusaves | 1 | -1/+1 |
2021-06-09 | Actually, make sure _return is at least an integer. | Jesusaves | 1 | -0/+1 |
2021-06-07 | Translations Update | Jesusaves | 10 | -2/+86 |
2021-06-07 | Remembering TOTP is meaningless on Steam Versionv2021.06.07 | Jesusaves | 1 | -1/+2 |
2021-06-07 | Validate if Steam Module was loaded correctly if steam login was enabled | Jesusaves | 1 | -0/+10 |
2021-06-07 | Do not import Steam module if Steam Login was disabled. | Jesusaves | 1 | -1/+5 |
2021-06-07 | Bump launcher version, and force new M+ download | Jesusaves | 3 | -5/+18 |
2021-06-06 | Mirror Lake Seamless Transition (already with -S flag!) | Jesusaves | 3 | -56/+108 |
2021-06-06 | Sanitize input to avoid some (but not every) arbitrary shell code execution | Jesusaves | 1 | -2/+15 |
2021-05-26 | Translation Update | Jesusaves | 6 | -58/+58 |
2021-05-19 | Improve version output | Jesusaves | 2 | -1/+9 |
2021-05-19 | Print Ren'py version as well, if applicable | Jesusaves | 1 | -0/+1 |
2021-05-19 | Swap order on version request | Jesusaves | 1 | -1/+1 |
2021-05-19 | Use more efficient `elif` | Jesusaves | 1 | -4/+6 |
2021-05-19 | Rewrite command-line parser. | Jesusaves | 1 | -10/+24 |
2021-05-19 | Reduce a bit the grace time for Steam to register the ticket | Jesusaves | 1 | -1/+1 |
2021-05-19 | New commandline argument: `launch` | Jesusaves | 1 | -1/+15 |
2021-05-19 | Translations Update | Jesusaves | 32 | -268/+848 |
2021-05-19 | Missing translatable string | Jesusaves | 1 | -1/+1 |
2021-05-19 | Omit the italian version temporarily | Jesusaves | 1 | -1/+1 |
2021-05-19 | Add support to download localized server lists | Jesusaves | 1 | -1/+12 |
2021-05-19 | Don't "Validate"; Check for updates instead :3 | Jesusaves | 2 | -2/+2 |
2021-05-19 | Comment some useless code | Jesusaves | 1 | -4/+4 |
2021-05-19 | Hide this option if Steam Login is enabled (would be a lie!) | Jesusaves | 1 | -1/+3 |