Jesse Plamondon-Willard

Results 40 issues of Jesse Plamondon-Willard

Stardew Valley 1.4 adds a new type of XNB which contains data models, in the form `List` or `Dictionary`. Currently xnbcli skips them when unpacking. Affected assets: * `Data\Concessions` *...

PyTK's scale-up feature doesn't handle mod images loaded as `IRawTextureData`. ## Background With SMAPI 3.15, mods can load raw image data like `helper.ModContent.Load("assets/example.png")`. That returns a model with this info:...

The `CustomFarmingRedux/CustomObject::getOne` method doesn't copy the item quality to the new item. That means the quality is reset when the player splits a stack, or when the item is pushed...

Unlike SMAPI content packs, older Json Assets packs may have non-semantic versions like `1.1a`. The recent changes to support SMAPI content packs assume a semantic version, which causes this error...

@Zoryn4163 Having separate mod pages for these mods on Nexus would be convenient, instead of using combined GitHub releases. That's more intuitive for players, lets us release updates individually, and...

enhancement

Some users report `MonoGameGLException: GL.GetError() returned 1281` or `1282` errors when mods edit textures. This is relatively rare but there's no known fix, so this ticket tracks the known info,...

bug

Add support for CodeMirror, the editor used when users enable the beta [wikitext syntax highlighting](https://meta.wikimedia.org/wiki/Community_Tech/Wikitext_editor_syntax_highlighting) feature. [Requested on Meta](https://meta.wikimedia.org/wiki/Talk:TemplateScript#Conflict_with_Wikitext_highlighting).

enhancement

MediaWiki recently added [OOjs UI](https://www.mediawiki.org/wiki/OOjs_UI) to the _move page_ form. This breaks any scripts that interact with the fields, since OOjs wraps them with its own UI. Look into programmatically...

enhancement

Add support for editing [VisualEditor](https://www.mediawiki.org/wiki/VisualEditor) content. TemplateScript already supports the `#wpTextbox1` wikitext editor and [CodeEditor](https://www.mediawiki.org/wiki/Extension:CodeEditor) (since 2.0).

enhancement

The [regex menu framework](User:Pathoschild/Scripts/Regex menu framework) is an ancient script that was merged into TemplateScript years ago. It hasn't been maintained in a very long time, so it's not compatible...