74 Commits
Author SHA1 Message Date
Oliver Hamlet f2385227ce Remove duplicate requirements.txt 2019-04-25 18:09:54 +01:00
Oliver Hamlet 9da541fcdc Set version number and changelog for v0.14.6 2019-04-24 21:38:28 +01:00
Oliver Hamlet 80d9f8be43 Add support for Morrowind
Sorting doesn't work as for other games, because esplugin can't tell if
a plugin contains override records, so returns 0 for their count, so no
overlap edges get added.
2019-04-24 21:35:17 +01:00
Oliver Hamlet 9532a84273 Update changelog for 0.14.5 2019-02-27 07:40:03 +00:00
Oliver Hamlet 8f4aa0fc2b Update changelog for 0.14.4 2019-01-27 18:08:28 +00:00
Oliver Hamlet 73974b3563 Update changelog for 0.14.3 2019-01-27 08:28:45 +00:00
Oliver Hamlet 4f01487bad Update changelog and version for v0.14.2 2019-01-20 12:18:46 +00:00
Oliver Hamlet c8090fe044 Update changelog and version for v0.14.1 release 2018-12-23 11:37:46 +00:00
Oliver Hamlet 2e074a4618 Update changelog and version for 0.14.0 release 2018-12-09 21:59:31 +00:00
Oliver Hamlet 5bb20daa82 Rename "LOOT API" to "libloot"
To avoid confusion when talking about the library vs. its API. The GitHub
repository has not yet been renamed, so all references to it are
unchanged.
2018-11-17 18:43:07 +00:00
Oliver Hamlet 1e520aff54 Update changelog to include libloadorder update 2018-11-17 18:39:35 +00:00
Oliver Hamlet fdab90b3f0 Update API docs 2018-10-27 17:26:31 +01:00
Oliver Hamlet 47797cc0d1 Update changelog and version for 0.13.8 2018-09-24 19:34:30 +01:00
Oliver Hamlet 3a747b804e Update changelog and version for 0.13.7 2018-09-10 14:08:08 +01:00
Oliver Hamlet 958d0cfda6 Update changelog and version for 0.13.6 2018-06-29 17:56:38 +01:00
Oliver Hamlet cf9f9556dc Update changelog and version number for 0.13.5 2018-06-02 22:35:40 +01:00
Oliver Hamlet 1a8147996b Update changelog and version number for 0.13.4 2018-06-02 07:50:12 +01:00
Oliver Hamlet e8962177c8 Update changelog and version number for 0.13.3 2018-05-27 02:32:00 +01:00
Oliver Hamlet 5956e6080b Update version number and changelog for 0.13.2 2018-04-29 18:37:12 +01:00
Oliver Hamlet 1804e45f3e Update version number and changelog for 0.13.1 2018-04-09 07:58:48 +01:00
Oliver Hamlet 498a9f0751 Update version number and changelog for 0.13.0 2018-04-02 16:27:15 +01:00
Oliver Hamlet 523dc87f04 Remove plugin priorities 2018-03-28 19:08:26 +01:00
Oliver Hamlet eeb6ed40c7 Add UndefinedGroupError for better sorting exception handling 2018-03-24 07:20:47 +00:00
Oliver Hamlet f8fbe2984f Fix group cyclic interactions
Skip adding an edge between a pair of plugins if all the following
conditions are met:
- the edge is to be added due to group membership
- adding the edge would introduce a cycle in the absence of any
  other group membership edges.
2018-03-19 17:27:56 +00:00
Oliver Hamlet fdb4e46542 Document the group metadata syntax 2018-03-17 18:26:36 +00:00