Commit Graph
6 Commits
Author SHA1 Message Date
Oliver Hamlet a94fb19bde Update to LOOT API v0.11.0
This is a breaking change:
- LanguageCode has been removed
- The SimpleMessage Python class is now "SimpleMessage", from "Message"
- DatabaseInterface::sort_plugins() has been removed
- DatabaseInterface::get_plugin_messages() has been replaced with
DatabaseInterface::get_plugin_metadata() followed by
PluginMetadata::get_simple_messages()
- set_logging_verbosity(), set_log_file() and initialise_locale() have
been added

Not everything in the v0.11 API has been wrapped, to limit the potential
for future breaking changes.

The PluginTags struct and PluginCleanliness enum and their associated
functions have been re-implemented as part of the Python wrapper as they
were removed from the API due to no longer exposing any additional
functionality but are still useful.
2017-05-13 08:41:42 +01:00
Oliver Hamlet 14e671f25b Add Travis build status to README 2016-09-18 21:37:02 +01:00
Oliver Hamlet 7838f3aa5b Update LOOT API wrapped
To dc3a93ecf331465b17a28ac39e6c17370438331b.
2016-08-24 19:02:18 +01:00
Oliver Hamlet 5fe5acff15 Start to document API 2016-08-15 20:51:24 +01:00
Oliver Hamlet 3ad5327ae9 Update readme 2016-08-13 15:00:01 +01:00
Oliver Hamlet 415e048261 Initial commit of module generator code 2016-08-07 21:23:53 +01:00