summaryrefslogtreecommitdiff
path: root/src/aboutdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-4/+3
| | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
* - boss integrationTannin2014-01-231-0/+2
| | | | | - plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries
* - when a download server returns a text file, it's assumed to be an error ↵Tannin2014-01-181-1/+0
| | | | | | | | | | and the text displayed as an error - save games can now be deleted from inside MO - bugfix: removing the pending download entry failed if the download-url request failed - bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances - bugfix: uninstalled downloads were treated as not-finished when refreshing the download list - bugfix: updating the filesystem watcher on the saves directory didn't work correctly
* - added an about dialogTannin2014-01-161-0/+82
- updated json library