Oliver Hamlet

Results 38 issues of Oliver Hamlet

There's a few copy/pasted functions in the testing code. It might be possible to have a module that can be imported by unit tests and benchmarks alike, but it's more...

At least for Fallout 4, it is possible to load a non-master (or presumably a master) in the FE index while light masters are also present, so they end up...

The Creation Kit [wiki page](https://www.creationkit.com/fallout4/index.php?title=Data_File) on the file formats says that > A maximum of 4096 .esl files can be loaded by the engine at once, but more Form IDs...

So that "source-file.js:20" appears before "source-file.js:100". Also sort references line by line, so that e.g. path.js:122 path.js:98 is now written as path.js:98 path.js:122 and sorted after path.js:90 and before path.js:100....

As it is, pig.js doesn't give you any control over what is rendered on the grid, beyond specifying a filename and aspect ratio for each image. This adds the ability...

I was going to try adding limited write support for GPS tags to rexif for my own use, but found how it was implemented difficult to work with, so started...

Raised by sibir in Discord [here](https://discord.com/channels/473542112974077963/805162627860398131/1211164185032134666). It looks like it would reduce the barrier to entry for translators, but we need to work out how it would integrate with this...

enhancement
l10n / i18n

Guide people towards using Weblate, but keep the existing instructions for anyone making changes offline.

The GPL isn't a great fit for non-code content, and like we did for the masterlists (see loot/loot.github.io#61) I think it would be a good idea to relicense the translations...

l10n / i18n

Silarn brought this up [in Discord](https://discord.com/channels/473542112974077963/496196499890241546/1265012541894164510). I've tested having `BlueprintShips-Starfield.esm` in `Starfield.ccc` and explicitly the first active plugin in `Plugins.txt`, together with a master-flagged plugin that adds new records, and...

bug