From d4fd3d837b9585f0cbe940308fb4124031e58172 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:53:25 +0000 Subject: [PATCH] ci: maintenance `2023-10-28` --- CommonLibSF/include/RE/Starfield.h | 5 +++++ CommonLibSF/include/RE/T/TESActorBase.h | 2 +- CommonLibSF/include/RE/T/TESNPC.h | 2 +- CommonLibSF/src/RE/T/TESNPC.cpp | 2 +- CommonLibSF/vcpkg.json | 2 +- README.md | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CommonLibSF/include/RE/Starfield.h b/CommonLibSF/include/RE/Starfield.h index 5744355d..1d22391a 100644 --- a/CommonLibSF/include/RE/Starfield.h +++ b/CommonLibSF/include/RE/Starfield.h @@ -43,6 +43,7 @@ #include "RE/B/BGSNativeTerminalForm.h" #include "RE/B/BGSObjectInstance.h" #include "RE/B/BGSObjectPlacementDefaults.h" +#include "RE/B/BGSOutfit.h" #include "RE/B/BGSOverridePackCollection.h" #include "RE/B/BGSPerk.h" #include "RE/B/BGSPerkRankArray.h" @@ -55,9 +56,11 @@ #include "RE/B/BGSSkinForm.h" #include "RE/B/BGSSnapTemplateComponent.h" #include "RE/B/BGSTerminal.h" +#include "RE/B/BGSTerminalMenu.h" #include "RE/B/BGSTextureModel.h" #include "RE/B/BGSTypedFormValuePair.h" #include "RE/B/BGSTypedKeywordValueArray.h" +#include "RE/B/BGSVoiceType.h" #include "RE/B/BSContainer.h" #include "RE/B/BSExtraData.h" #include "RE/B/BSFixedString.h" @@ -177,6 +180,7 @@ #include "RE/T/TESBoundObject.h" #include "RE/T/TESCamera.h" #include "RE/T/TESCellFullyLoadedEvent.h" +#include "RE/T/TESClass.h" #include "RE/T/TESContainer.h" #include "RE/T/TESContainerChangedEvent.h" #include "RE/T/TESDataHandler.h" @@ -186,6 +190,7 @@ #include "RE/T/TESForm.h" #include "RE/T/TESFormRefCount.h" #include "RE/T/TESFullName.h" +#include "RE/T/TESGlobal.h" #include "RE/T/TESHandleForm.h" #include "RE/T/TESKey.h" #include "RE/T/TESModel.h" diff --git a/CommonLibSF/include/RE/T/TESActorBase.h b/CommonLibSF/include/RE/T/TESActorBase.h index dd3c1e94..a0216191 100644 --- a/CommonLibSF/include/RE/T/TESActorBase.h +++ b/CommonLibSF/include/RE/T/TESActorBase.h @@ -36,7 +36,7 @@ namespace RE public: SF_RTTI_VTABLE(TESActorBase); - ~TESActorBase() override; // 00 + ~TESActorBase() override; // 00 // add virtual bool GetHasPLSpecTex() const; // 82 diff --git a/CommonLibSF/include/RE/T/TESNPC.h b/CommonLibSF/include/RE/T/TESNPC.h index 8dbf7bf9..7416c988 100644 --- a/CommonLibSF/include/RE/T/TESNPC.h +++ b/CommonLibSF/include/RE/T/TESNPC.h @@ -61,7 +61,7 @@ namespace RE [[nodiscard]] TESRace* GetRace() const { return formRace; } [[nodiscard]] SEX GetSex() const; - [[nodiscard]] bool ContainsKeyword(std::string_view a_editorID); + [[nodiscard]] bool ContainsKeyword(std::string_view a_editorID); [[nodiscard]] bool HasKeyword(std::string_view a_editorID); [[nodiscard]] bool IsInFaction(TESFaction* a_faction) const; diff --git a/CommonLibSF/src/RE/T/TESNPC.cpp b/CommonLibSF/src/RE/T/TESNPC.cpp index 6549a7b2..d7bc0c5f 100644 --- a/CommonLibSF/src/RE/T/TESNPC.cpp +++ b/CommonLibSF/src/RE/T/TESNPC.cpp @@ -30,7 +30,7 @@ namespace RE return false; } - bool TESNPC::IsInFaction(TESFaction* a_faction) const + bool TESNPC::IsInFaction(TESFaction* a_faction) const { return std::ranges::any_of(factions, [&](const auto& faction) { return faction.faction == a_faction && faction.rank > -1; diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index 9267f4bc..d06316da 100644 --- a/CommonLibSF/vcpkg.json +++ b/CommonLibSF/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "commonlibsf", - "version-date": "2023-10-27.3", + "version-date": "2023-10-28", "port-version": 0, "description": "A collaborative reverse-engineered library for Starfield.", "homepage": "https://github.com/Starfield-Reverse-Engineering/CommonLibSF", diff --git a/README.md b/README.md index 8a541aad..c5a334b0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![C++23](https://img.shields.io/static/v1?label=standard&message=c%2B%2B23&color=blue&logo=c%2B%2B&&logoColor=red&style=flat)](https://en.cppreference.com/w/cpp/compiler_support) ![Platform](https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=flat&logo=windows) [![Game version](https://img.shields.io/badge/game%20version-1.7.36-orange)](#Developing-with-CommonLibSF) -[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-10-27.3&color=green&style=flat)](https://github.com/Starfield-Reverse-Engineering/Starfield-RE-vcpkg) +[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-10-28&color=green&style=flat)](https://github.com/Starfield-Reverse-Engineering/Starfield-RE-vcpkg) [![Main CI](https://img.shields.io/github/actions/workflow/status/Starfield-Reverse-Engineering/CommonLibSF/main_ci.yml)](https://github.com/Starfield-Reverse-Engineering/CommonLibSF/actions/workflows/main_ci.yml) ## Build Dependencies