Oliver Hamlet
|
848747e07c
|
Update dependencies
|
2024-05-02 20:30:47 +01:00 |
|
Oliver Hamlet
|
97f366f7b9
|
Update esplugin to v5.0.1
|
2024-05-02 20:29:07 +01:00 |
|
Oliver Hamlet
|
df88090a5d
|
Update to Rust's 2021 edition
This means that the winapi sub-dependency is built with fewer features.
|
2024-05-02 19:55:52 +01:00 |
|
Oliver Hamlet
|
c508533d4b
|
Remove the ffi-headers feature
Rely on a separate cbindgen instance instead, which is less self-contained but more practical.
|
2024-04-30 23:29:31 +01:00 |
|
Oliver Hamlet
|
adeac2317c
|
Update GitHub Actions
To address deprecation warnings.
|
2024-04-30 22:58:41 +01:00 |
|
Oliver Hamlet
|
3af0ac5773
|
Commit Cargo.lock
This will allow deterministic builds in CI and is now the recommended approach (and cargo new no longer adds it to .gitignore).
|
2024-04-30 22:45:59 +01:00 |
|
 Oliver HamletandGitHub
|
e2de805d8d
|
Merge pull request #24 from loot/dependabot/cargo/cbindgen-0.26
Update cbindgen requirement from 0.25 to 0.26
|
2023-09-14 10:33:19 +01:00 |
|
 dependabot[bot]andGitHub
|
f09b68c7dc
|
Update cbindgen requirement from 0.25 to 0.26
Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version.
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/cbindgen/compare/v0.25.0...0.26.0)
---
updated-dependencies:
- dependency-name: cbindgen
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-14 03:55:00 +00:00 |
|
Oliver Hamlet
|
922a8f9e7d
|
Update version numbers and changelog for v3.1.0
3.1.0
|
2023-09-05 18:49:13 +01:00 |
|
Oliver Hamlet
|
30c140eb4d
|
Add support for Starfield
As far as loot-condition-interpreter is concerned, it's not really any
different from Fallout 4.
|
2023-09-05 18:48:44 +01:00 |
|
 Oliver HamletandGitHub
|
9a29925b21
|
Merge pull request #23 from loot/dependabot/cargo/cbindgen-0.25
Update cbindgen requirement from 0.24 to 0.25
|
2023-08-28 18:53:39 +01:00 |
|
 dependabot[bot]andGitHub
|
710d854cd6
|
Update cbindgen requirement from 0.24 to 0.25
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.24.0...v0.25.0)
---
updated-dependencies:
- dependency-name: cbindgen
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-28 03:39:23 +00:00 |
|
Oliver Hamlet
|
d8af231b99
|
Fix only lowercase plugin extensions being recognised
.esp, .esm, .esl and those plus .ghost suffixes are now matched
case-insensitively.
|
2023-08-26 09:43:29 +01:00 |
|
Oliver Hamlet
|
1043c21572
|
Update version numbers and changelog for v3.0.0
3.0.0
|
2023-08-18 17:39:24 +01:00 |
|
Oliver Hamlet
|
04ee63b5cf
|
Fix benchmarks
|
2023-08-18 17:28:00 +01:00 |
|
Oliver Hamlet
|
86fee1892e
|
Remove support for the "LOOT" alias
|
2023-08-17 23:39:26 +01:00 |
|
Oliver Hamlet
|
2b95f26727
|
Fix Windows FFI build
Looks like the Rust standard library now links against ntdll too.
|
2023-06-25 14:22:52 +01:00 |
|
Oliver Hamlet
|
3f05d6ad8a
|
Update links to testing-plugins repo
|
2023-06-25 14:03:03 +01:00 |
|
 Oliver HamletandGitHub
|
46c4ad170d
|
Merge pull request #22 from loot/dependabot/cargo/criterion-0.5.0
Update criterion requirement from 0.4.0 to 0.5.0
|
2023-05-24 19:08:05 +02:00 |
|
 dependabot[bot]andGitHub
|
6924bda991
|
Update criterion requirement from 0.4.0 to 0.5.0
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0)
---
updated-dependencies:
- dependency-name: criterion
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-24 03:56:51 +00:00 |
|
Oliver Hamlet
|
df1a4cd44b
|
Update coveralls GitHub Action
2.4.0
|
2023-04-28 18:01:24 +01:00 |
|
Oliver Hamlet
|
195bda0d7e
|
Update version numbers and changelog for v2.4.0
|
2023-04-24 17:19:47 +01:00 |
|
Oliver Hamlet
|
aff9d546f1
|
Add support for additional data paths
The Microsoft Store installs Fallout 4 DLCs into separate game
directories, so allow them to be provided for evaluating conditions.
|
2023-04-23 11:31:25 +01:00 |
|
Oliver Hamlet
|
50662558ae
|
Resolve clippy warnings
|
2023-04-23 08:38:24 +01:00 |
|
Oliver Hamlet
|
e9183c4ef9
|
Fix code coverage badge in readme
|
2022-11-09 00:09:35 +00:00 |
|