Skip to content

Commit

Permalink
ci: maintenance 2023-11-23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent 3e36b4c commit 327bdbb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/A/ActorValueOwner.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace RE
public:
SF_RTTI(ActorValueOwner);

virtual ~ActorValueOwner(); // 00
virtual ~ActorValueOwner(); // 00

// add
virtual float GetActorValue(const ActorValueInfo& a_info); // 01
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSSnapTemplateComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace RE
public:
SF_RTTI_VTABLE(BGSSnapTemplateComponent);

~BGSSnapTemplateComponent() override;
~BGSSnapTemplateComponent() override;

// override (BaseFormComponent)
const BSFixedString& GetFormComponentType() const override; // 01 - { return "BGSSnapTemplateComponent_Component"; }
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/P/Projectile.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ namespace RE
std::uint8_t unk259; // 259
bool artRequested; // 25A
bool animationsLoaded; // 25B
std::uint8_t unk25C; // 25C
std::uint8_t unk25C; // 25C
};
static_assert(sizeof(Projectile) == 0x260);
}
2 changes: 2 additions & 0 deletions CommonLibSF/include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
#include "RE/I/IVMSaveLoadInterface.h"
#include "RE/I/IVirtualMachine.h"
#include "RE/I/ImpactResults.h"
#include "RE/I/InteriorData.h"
#include "RE/I/idLogging.h"
#include "RE/I/idTCP.h"
#include "RE/IDs.h"
Expand All @@ -180,6 +181,7 @@
#include "RE/N/NativeFunctionBase.h"
#include "RE/N/NiColor.h"
#include "RE/N/NiMatrix3.h"
#include "RE/N/NiPoint2.h"
#include "RE/N/NiPoint3.h"
#include "RE/N/NiPoint4.h"
#include "RE/N/NiSmartPointer.h"
Expand Down
6 changes: 3 additions & 3 deletions CommonLibSF/include/RE/T/TESObjectARMA.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ namespace RE
static_assert(sizeof(OBJ_ARMA) == 0xC);

class TESObjectARMA :
public TESObject, // 00
public TESRaceForm, // 48
public BGSBipedObjectForm // 58
public TESObject, // 00
public TESRaceForm, // 48
public BGSBipedObjectForm // 58
{
public:
SF_RTTI_VTABLE(TESObjectARMA);
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/src/RE/T/TESFormRefCount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace RE
return ++myRefCount;
}

std::uint64_t TESFormRefCount::QRefCount() const
std::uint64_t TESFormRefCount::QRefCount() const
{
return refCount & kRefCountMask;
}
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-11-22",
"version-date": "2023-11-23",
"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.36-orange)](#Developing-with-CommonLibSF)
[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-11-22&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-11-23&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 327bdbb

Please sign in to comment.