matzman666 / PyPipboyApp

A platform independent and extensible unofficial Fallout 4 Pipboy Companion App
GNU General Public License v3.0
85 stars 20 forks source link

Auto Doc Update #27

Closed killeand closed 8 years ago

killeand commented 8 years ago

I moved the settings out of the main widget interface and hooked up the QSettings provided by the base app. In addition I added addictions handling.

I fixed the bug mentioned by Matzman and Akamal about stimpaks being constantly applied when the radaway limit was hit. I also saw and hopefully fixed a problem with multiple items being used at once due to the number of calls I make to the auto doc routine. Each item now has a timer associated with it that will count down an offset before the item is allowed to be used again.

Lastly, I have abandoned my attempt at creating a GraphicsView only interface for the AutoDoc. I really don't have the time to fuss around with it at the moment (maybe in the future). But on the plus side, have some more icons to use that I have designed. They have been added to the shared/res folder.