95 Commits
Author SHA1 Message Date
Oliver Hamlet da065e86e5 Update version and changelog for v0.17.2 release 2021-12-24 19:06:51 +00:00
sibirandGitHub 0bf70bdfeb Fix version number in changelog
v0.17.1's changelog was accidentally titled v0.17.0.
2021-12-18 23:54:24 -08:00
Oliver Hamlet 31c478a2fc Update version and changelog for v0.17.1 release 2021-11-13 16:47:23 +00:00
Oliver Hamlet e8414a12cf Update version and changelog for v0.17.0 release 2021-09-24 22:04:22 +01:00
Oliver Hamlet e87ba12516 Various documentation updates 2021-09-24 22:04:21 +01:00
Oliver Hamlet e5a229e09f Move file versioning functions out of DatabaseInterface
They don't need to be member functions, and needing a pointer to an
instance of that interface is awkward.

The function names have also changed to reflect that they're not
specific to the masterlists.
2021-09-23 13:31:34 +01:00
Oliver Hamlet 08acdb9c65 Rename MasterlistInfo to FileRevision
To reflect that it will soon be used to provide info for other
version-controlled files. Also rename its revision_id and
revision_date fields to remove the revision_ prefixes.
2021-09-23 13:30:39 +01:00
Oliver Hamlet 2ffdac5b5f Set version and changelog for v0.16.3 2021-05-06 21:41:49 +01:00
Oliver Hamlet 639e067079 Set version number and changelog for v0.16.2 2021-02-13 21:19:03 +00:00
Oliver Hamlet d8c9b9839a Set version number and changelogs for v0.16.1 2020-08-22 12:46:19 +01:00
Oliver Hamlet b4dc6e2f3a Set version number and changelogs for v0.16.0 2020-07-12 20:19:31 +01:00
Oliver Hamlet 2c029364fd Add missing docs for Filename class 2020-07-12 20:19:13 +01:00
Oliver Hamlet 3baa0e88e5 Set version number and changelog for v0.15.2 2020-06-14 10:47:07 +01:00
Oliver Hamlet f725dd777a Set version number and changelogs for v0.15.1 2019-12-07 19:09:41 +00:00
Oliver Hamlet 629fdabc6b Set version number and changelogs for v0.15.0 2019-11-05 21:41:28 +00:00
Oliver Hamlet 8b0c057ca3 Remove InitialiseLocale()
Setting the global locale is no longer needed, as Boost.Filesystem and
Boost.Locale are no longer used. All Boost dependencies are now
header-only.

Install language packs on Travis to ensure that the Turkish and Greek
locales exist for testing. Now that only header-only Boost libraries
are used, just download and extract the Boost archive on Travis.

change boost url
2019-11-05 20:46:38 +00:00
Oliver Hamlet 848d1cca77 Set version number and changelog for v0.14.10 2019-09-06 20:14:23 +01:00
Oliver Hamlet a3a90062e1 Count override records using masters for TES3 plugins
If a plugin's masters are all present, this makes the sorting logic for
Morrowind match the other supported games. If a plugin's masters are
missing, use the plugin's total record count as the override record
count.

Plugins with missing masters cannot be loaded by the game, reducing the
impact (if any) of the probably-inflated record counts. It's better for
LOOT to be able to sort a slightly wonky load order if there are missing
masters than for it to fail completely, as such plugins may be present
for development and testing reasons.
2019-09-06 20:13:04 +01:00
Oliver Hamlet fedd63049c Set version number and changelog for v0.14.9 2019-07-23 20:18:32 +01:00
Oliver Hamlet b0d0f3e09d Set versuin number and change log for v0.14.8 2019-06-30 18:01:19 +01:00
Oliver Hamlet 1878d486eb Set version number and changelog for v0.14.7 2019-06-13 22:05:24 +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 9532a84273 Update changelog for 0.14.5 2019-02-27 07:40:03 +00:00