3149 Commits
Author SHA1 Message Date
Oliver Hamlet 8fed4b0292 Use Python 3 on Travis 0.14.6 2019-04-25 22:10:00 +01:00
Oliver Hamlet 5e38e7dc1e Use Python 3 on AppVeyor
This involves updating the Bintray cleanup script, as it didn't
support running under Python 3.
2019-04-25 22:09:35 +01:00
Oliver Hamlet 9c638e363f Add a config file for Read The Docs
It's now the recommended way of specifying config, which is good.
2019-04-25 18:59:17 +01:00
Oliver Hamlet fd90e1199d Update documentation build requirements 2019-04-25 18:46:02 +01:00
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 fb7ac05e1e Don't ignore intermediate plugins in a plugin-> master group cycle
Intermediate masters may be able to respect the later plugin's group
without causing a cycle, and intermediate non-masters would have their
own cycles detected independently.
2019-04-18 18:41:08 +01:00
Oliver Hamlet ced4e795d7 Update install_boost.py script 2019-04-18 18:40:59 +01:00
Oliver Hamlet c96da7fef1 Improve masterlist update logging 2019-04-18 18:40:39 +01:00
Oliver Hamlet 68ecc027a1 Set version number to 0.14.5 0.14.5 2019-02-27 07:40:46 +00:00
Oliver Hamlet 9532a84273 Update changelog for 0.14.5 2019-02-27 07:40:03 +00:00
Oliver Hamlet 22b7abc348 Update libloadorder to v12.0.1 2019-02-26 21:34:25 +00:00
Oliver Hamlet de816fd0c1 Update spdlog to v1.3.1 2019-02-26 20:36:19 +00:00
Oliver Hamlet c557bcb1c4 Update libgit2 to v0.28.1 2019-02-26 20:36:08 +00:00
Oliver Hamlet e2d478a6d5 Fix casing of Hearthfires.esm to HearthFires.esm 2019-02-26 20:35:09 +00:00
Oliver Hamlet 0efbdbe5c8 Install Doxygen using Nuget
Downloading directly from Doxygen's site is very, very slow.
2019-02-14 20:32:40 +00:00
Oliver Hamlet 4c51f708b7 Install doxygen using apt
Downloading Doxygen 1.8.15 from its website is very, very slow, and the
doxygen package in Ubuntu's repositories no longer installs latex (or
maybe I made a mistake with that before?).
2019-02-13 21:12:55 +00:00
Oliver Hamlet 0f2e36ce26 Update Linux build instructions
Travis CI have migrated away from running builds in Docker containers,
and no longer link to their old Docker image, so describe the
prerequisites and assumptions as accurately as possible.
2019-02-11 21:48:50 +00:00
Oliver Hamlet da80a78ce7 Set version number to 0.14.4 0.14.4 2019-01-27 18:08:53 +00:00
Oliver Hamlet 8f4aa0fc2b Update changelog for 0.14.4 2019-01-27 18:08:28 +00:00
Oliver Hamlet 1b67c79aed Add PluginMetadata::UnsetGroup()
The postcondition is that GetGroup returns nullopt.
2019-01-27 18:07:20 +00:00
Oliver Hamlet 56d8f787e7 Set version number to 0.14.3 0.14.3 2019-01-27 08:28:45 +00:00
Oliver Hamlet 73974b3563 Update changelog for 0.14.3 2019-01-27 08:28:45 +00:00
Oliver Hamlet 51229016d7 Improve logging during sorting
Include the group type in the "Adding edge from X to Y" message, remove
other log statements that are now redundant or which are uninformative.
2019-01-27 08:23:57 +00:00