Callan Barrett
Callan Barrett
- [ ] Split up personality into 2 menus, they are configurable separately - [ ] Look into making the interface more user friendly, pretty common complaint
- [ ] Indexing status effects - [ ] status effect browser dialog - [x] support for browser dialog in item edit - [ ] include blueprints data when transferring...
Move all sort item context menu actions to a separate mini dialog. This means we can add stuff like asc or desc order and have room for adding others
- [ ] create extended qlineedit class to append context menu item - [ ] promote name and desc fields to new class - [ ] create new dialog to...
- [ ] Index projectile files - [ ] Dialog for browsing - [ ] Dialog for editing projectile in items
If a mod replaces vanilla items starcheat will import it twice. Just do a check if it already exists in the db first
Tech lua scripts can have default arguments that need to be set in the inventory. If they are not set the game will crash when the tech is used. The...
When indexing an extremely large number of games on a system, app will exceed the amount of storage available in /tmp (ram) and get the process killed. This issue has...
Number inputs do not let you clear the field and have too strict a max limit (HDR)