Utumno
Utumno
Moving forward in refactoring records (namely removing the setDefault API) convertFids stands in the way. Apart from the obvious inelegance of the current design (as we should do the "conversion"...
Collaborators
Opening this up to try and centralize the various bits of info that are spread in forums and github repos/commit comments/issues - kind of a 308 wip thread - _technical...
BSA tab
- [ ] rework refresh to be able to update plugin_inis and co on bsaInfos.refresh - [ ] enable the BSA tab - [ ] fix hide/unhide (rest of the...
Grouping various TODOs that people new to the code can help with. Some are important so more complicated refactorings and new features can take place. Some are just things I...
Py3 revealed some incorrect comparisons in the patcher. - CELL ids try to compare tuples and int - boom. See 58f455b2945c1508612b88724086b82dcf45a6e1 which also contains a bugdump!: https://discord.com/channels/537706885965676554/537710082755133460/883953419382042625 ``` localize.pyc 122...
Ghost of #259 - there are bugs: 308: - [x] currently renaming multiple installers is broken: Traceback (most recent call last): File "bash\gui\events.py", line 165, in _post result = listener(*listener_args)...
Current situation (WIP): - bolt.pluginEncoding is defined globally per game. This forces some (!) of the _decoding_ operations to use this encoding or a list of other encodings (encodingOrder) if...
Opening this to group patchers related refactorings - Config phase belongs to the gui side of patchers: - [x] Move the methods/attributes that belong to the config phase in gui_patchers...
This unfortunately will trigger a recalculation of crcs on update but that's needed as the mtime test won't catch all the changes. crc handling is still foggy and nebulous but...
Bash saves load orders for its undo/redo operations. It just occurred to me that, after all, we may have all the pieces for a load order panel (dialog). This will...