summaryrefslogtreecommitdiff
path: root/src/loot.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't apply LOOT-sorted load order until user clicks "Apply" (#2382)Jonathan Feenstra2026-05-061-2/+6
| | | | * Add sorted plugin list to LOOT dialog (markdown and button) * Prefix plugins with checkboxes to show whether they're enabled
* Apply clang-format.Mikaël Capelle2023-07-091-13/+11
|
* added text in when running lootisanae2019-12-171-3/+14
| | | | | stop indeterminate progress bar on errors add errors and warnings to report
* ignore loot reports about disabled pluginsisanae2019-11-261-4/+4
|
* switched to overlapped io so lootcli can still be terminated even if it's ↵isanae2019-11-251-5/+3
| | | | not writing anything to stdout
* switched to named pipesisanae2019-11-251-1/+5
|
* tweaked css, finished markdown reportisanae2019-11-241-1/+12
| | | | copy markdown.html to resources/
* added loot info to tooltipisanae2019-11-231-1/+1
|
* added loot report to the plugin list, not used yetisanae2019-11-231-9/+53
| | | | | split PluginList::data() into individual functions disabled loot message processing, will use report instead
* rewrite of json report parsingisanae2019-11-231-12/+16
| | | | added json.h with some utilities
* emit logs for general messagesisanae2019-11-221-9/+5
| | | | handle new json output file
* open json report buttonisanae2019-11-221-0/+1
|
* handles changes in lootcli for a more formal communication protocolisanae2019-11-181-3/+9
|
* <li> in tooltip for information messagesisanae2019-11-181-2/+22
| | | | rewrote json output file handling to check for errors
* moved things aroundisanae2019-11-181-1/+3
|
* removed unused job stuffisanae2019-11-161-6/+6
| | | | don't emit error when the process terminates because it's cancelled
* threaded lootisanae2019-11-161-0/+37
|
* split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-0/+10