isle
isle copied to clipboard
A work-in-progress decompilation of LEGO Island (1997)
Just change the number at the end of the URL to the percentage Also I'm working on figuring out a way to get Lego island running with wine as I...
Noticed a couple other potential Unicode issues and thought I'd clean those up rq In doing this I specifically excluded the `.vscode` directory that also enforces Windows-1252 encoding in the...
I've implemented a few of the Mx functions and added the data types to the MxOmni class. The pull request is a draft because I'm waiting for #15 and #16...
I've added a few more functions: * `SetTargets`, `CalculateNewTargetSpeed`, `CalculateNewAccel` are completed and match the original assembly * LegoNavController ctor - partially implemented, we can add a bit more to...
i thought this'd be a nice, simple, small class to start with boy was i wrong Implements `MxTimer` + bits needed to ensure it's generating proper code. There's a couple...
Hi everyone, as discussed on Matrix, here is a work-in-progress for a script that auto-imports the function signatures from the source code into Ghidra. So far, it works with >...
Currently, there appear to be multiple conventions for the location of the retail files. * The CI downloads them to `/legobin`, which is not ignored by git. * The legacy...
- [ ] Try to make the Ghidra script run in GitHub Actions - [ ] If that works: - [ ] Set up a user account for the CI...
Currently, the Ghidra import script requires a virtualenv to be set up and have `isledecomp`'s external dependencies installed - see https://github.com/isledecomp/isle/pull/909#issuecomment-2156281224 - [ ] Decide if that feature is desired...