Skip to content

Commit

Permalink
ci: maintenance 2023-10-03.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2023
1 parent 99efd6c commit ceb26db
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSNativeTerminalForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace RE
{
class BGSTerminal;

class BGSNativeTerminalForm : public BaseFormComponent
{
public:
Expand Down
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BGSObjectPlacementDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace RE
{
public:
SF_RTTI_VTABLE(BGSObjectPlacementDefaults);

~BGSObjectPlacementDefaults() override;

// members
std::uint64_t unk08; // 08
std::uint32_t unk10; // 10
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSOverridePackCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace RE
SF_RTTI_VTABLE(BGSOverridePackCollection);

~BGSOverridePackCollection() override;

// members
BGSListForm* unk08; // 08
BGSListForm* unk10; // 10
Expand Down
3 changes: 3 additions & 0 deletions CommonLibSF/include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "RE/A/ActorValueInfo.h"
#include "RE/A/ActorValueOwner.h"
#include "RE/A/ActorValues.h"
#include "RE/B/BGSAttachParentArray.h"
#include "RE/B/BGSAttackDataForm.h"
#include "RE/B/BGSDestructibleObjectForm.h"
#include "RE/B/BGSEditorID.h"
Expand All @@ -32,6 +33,7 @@
#include "RE/B/BGSSkinForm.h"
#include "RE/B/BGSSnapTemplateComponent.h"
#include "RE/B/BGSTerminal.h"
#include "RE/B/BGSTypedKeywordValueArray.h"
#include "RE/B/BSFixedString.h"
#include "RE/B/BSInputEventReceiver.h"
#include "RE/B/BSInputEventUser.h"
Expand All @@ -45,6 +47,7 @@
#include "RE/B/BSTList.h"
#include "RE/B/BSTSingleton.h"
#include "RE/B/BaseFormComponent.h"
#include "RE/C/Color.h"
#include "RE/C/CombatGroup.h"
#include "RE/C/Console.h"
#include "RE/C/ConsoleLog.h"
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/T/TESAIForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace RE
{
public:
SF_RTTI_VTABLE(TESAIForm);

~TESAIForm() override;

// members
Expand Down
5 changes: 2 additions & 3 deletions CommonLibSF/src/REL/ID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace REL
{
namespace database
{
constexpr auto LookUpDir = "Data\\SFSE\\Plugins"sv;
constexpr auto LookUpDir = "Data\\SFSE\\Plugins"sv;

[[nodiscard]] std::uint64_t Offset2ID::operator()(std::size_t a_offset) const
{
Expand Down Expand Up @@ -172,8 +172,7 @@ namespace REL
if (WinAPI::GetModuleHandle(L"steam_api64")) {
_platform = Platform::kSteam;
_is_steam = true;
}
else {
} else {
_platform = Platform::kMsStore;
}

Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "commonlibsf",
"version-date": "2023-10-03",
"version-date": "2023-10-03.1",
"port-version": 0,
"description": "A collaborative reverse-engineered library for Starfield.",
"homepage": "https://github.com/Starfield-Reverse-Engineering/CommonLibSF",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.33-orange)](#Developing-with-CommonLibSF)
[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-10-03&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-03.1&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
Expand Down

0 comments on commit ceb26db

Please sign in to comment.