Thanatos
Thanatos
Can be merged post or pre-stable. I don't care 😛 If post-stable: - [ ] Missing Changelog entry - [ ] Missing migration
Here is a cleaned up version of my vscode folder. Mainly consists of: - 3 tasks scrips: Create venv, build ui and run tests - 2 launch scripts: One for...
A try to remove all copy paste code. Every game needs to provide a game specific check which should return true for every PickupNode where a pre-placed artifact can be....
I like to get rid of the bulk work needs to be done for this, so I would like to merge it into the code base with solely giving access...
This method gave me some trouble: https://github.com/randovania/randovania/blob/2384e0b8b505d9238b89a4d26be8c327bdd80853/randovania/lib/ftp_uploader.py#L37-L58 Used docker with alpine-ftp-server: It doesn't support `mlsd` command. I mean, it was only added in the RFC in 2007 😏. Then I...
- Split "something" on EMMIs don't deactivate the Omega cannon. IIRC from a bug report there is no checkpoint after SB emmi (should be checked) which even makes the workaround...
Patcher JSON of a (multiworld) seed where you cannot even load the starting location. Guess it has something to do with shields in emmi zones again? [crash.txt](https://github.com/randovania/open-dread-rando/files/12613332/crash.txt)
Relevant for upcoming MEDS version
The text code set info used an aligned value as size before, however I had to use the exact size because otherwise it was working fine on citra but crashing...
When you use the `"json"` layout as logger as suggested here https://tsed.dev/docs/logger.html#use-json-layout-in-production, you just see the message ``` Missing json layout doesn't exists. Have you imported the @tsed/logger/layouts/JsonLayout module in...