438 Commits
Author SHA1 Message Date
Oliver Hamlet 2c7c4ce7bf Update changelog and version for 0.24.2 2024-10-05 13:17:05 +01:00
Oliver Hamlet 924ee8982e Update changelog and version for 0.24.1 2024-09-15 19:10:01 +01:00
Oliver Hamlet cfa2835c2f Set 0.24.0's release date 2024-09-14 08:25:49 +01:00
Oliver Hamlet 5ce09aa754 Update changelog and version for 0.24.0 2024-09-13 22:17:18 +01:00
Oliver Hamlet e9321ae544 Update changelog and version for 0.23.1 release 2024-08-24 11:28:30 +01:00
Oliver Hamlet 1d2ebf5572 Fix links in changelog 2024-08-24 11:27:54 +01:00
Oliver Hamlet f3eabb639b Update changelog and version for 0.23.0 release 2024-06-29 22:09:55 +01:00
Oliver Hamlet 03baecec4c Update changelog and version for 0.22.4 release 2024-05-03 07:15:26 +01:00
Oliver Hamlet e5f4bf041f Update Sphinx to fix build failures
One of Sphinx's default extensions now requires a newer version of Sphinx than what was used.
2024-04-25 08:27:28 +01:00
Oliver Hamlet b23e33144e Update changelog and version for 0.22.3 release 2023-12-06 19:02:23 +00:00
Oliver Hamlet 8463e9ee7c Update changelog and version for 0.22.2 release 2023-11-25 17:05:41 +00:00
Oliver Hamlet 2614e02dbf Update version and changelog for v0.22.1 release 2023-10-06 14:49:16 +01:00
Oliver Hamlet 8a21b8321b Update version and changelogs for v0.22.0 release 2023-09-29 17:15:38 +01:00
Oliver Hamlet bf1a2fc98e Update release date 2023-09-13 10:04:54 +01:00
Oliver Hamlet cb4e6e6743 Update release date 2023-09-12 20:31:07 +01:00
Oliver Hamlet 2408a7b3ba Remove SimpleMessage
It's no longer used by LOOT.
2023-09-12 19:56:53 +01:00
Oliver Hamlet 0a7efcb4d3 Update version and changelogs for v0.21 release 2023-08-30 19:57:06 +01:00
Oliver HamletandOliver Hamlet dc95b18805 Replace use of Boost Format with fmt
Using the version of fmt that's bundled with spdlog.

This breaks compatibility with existing metadata messages that use
substitutions, as the placeholder syntax has changed. The new syntax is
compatible with C++20's std::format.
2023-08-29 21:32:52 +01:00
Oliver Hamlet 356eb0243f Don't add .ghost file extensions in plugin class
Instead assume that paths passed in are correct, and then trim the
.ghost extension if present before setting the plugin name.
2023-08-23 19:48:20 +01:00
Oliver Hamlet 2141576a5a Update loot-condition-interpreter to v3.0.0 2023-08-18 18:40:13 +01:00
Oliver Hamlet 74805a3bc6 Update version and changelog for v0.19.4 release 2023-05-06 21:19:54 +01:00
Oliver Hamlet c5efd9e5c2 Update version and changelog for v0.19.3 release 2023-03-18 21:56:15 +00:00
Oliver Hamlet 3a070420c8 Update version and changelog for v0.19.2 release 2023-01-13 21:27:03 +00:00
Oliver Hamlet 6c1d7dc57f Update version and changelog for v0.19.1 release 2023-01-09 19:13:26 +00:00
Oliver Hamlet 58df21f11c Revert back to using lexicographical vertex order
For vertices in the plugin graph. This is so that the group and overlap
edges are evaluated in an order that does not depend on the current load
order. Tie-breaking still uses the current load order.

This is necessary because if the group and overlap edges that get added
depend on the current load order, sorting and applying changes the
current load order, so sorting again may give different results even
even though no plugin data or metadata has changed.
2023-01-09 19:00:41 +00:00