Skip to content

Commit

Permalink
ci: maintenance 2023-11-21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent 797316f commit acf8191
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/N/NiPoint4.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace RE
union
{
NiPoint4Struct v;
float pt[4]{ 0.0F };
float pt[4]{ 0.0F };
}; // 00
};
static_assert(sizeof(NiPoint4) == 0x10);
Expand Down
6 changes: 6 additions & 0 deletions CommonLibSF/include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "RE/A/ActorValueOwner.h"
#include "RE/A/ActorValueStorage.h"
#include "RE/A/ActorValues.h"
#include "RE/A/AlchemyItem.h"
#include "RE/A/Array.h"
#include "RE/A/ArrowProjectile.h"
#include "RE/B/BGSAnimationGraphComponent.h"
Expand Down Expand Up @@ -97,8 +98,11 @@
#include "RE/C/Console.h"
#include "RE/C/ConsoleLog.h"
#include "RE/D/DebuggerMessages.h"
#include "RE/E/EffectArchetypes.h"
#include "RE/E/EffectItem.h"
#include "RE/E/EffectSetting.h"
#include "RE/E/EmitterProjectile.h"
#include "RE/E/EnchantmentItem.h"
#include "RE/E/ErrorLogger.h"
#include "RE/E/ExtraDataList.h"
#include "RE/E/ExtraDataTypes.h"
Expand Down Expand Up @@ -155,6 +159,7 @@
#include "RE/N/NativeFunctionBase.h"
#include "RE/N/NiMatrix3.h"
#include "RE/N/NiPoint3.h"
#include "RE/N/NiPoint4.h"
#include "RE/N/NiSmartPointer.h"
#include "RE/N/NiTransform.h"
#include "RE/O/Object.h"
Expand Down Expand Up @@ -202,6 +207,7 @@
#include "RE/T/TESCamera.h"
#include "RE/T/TESCellFullyLoadedEvent.h"
#include "RE/T/TESClass.h"
#include "RE/T/TESCondition.h"
#include "RE/T/TESContainer.h"
#include "RE/T/TESContainerChangedEvent.h"
#include "RE/T/TESDataHandler.h"
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-21",
"version-date": "2023-11-21.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.36-orange)](#Developing-with-CommonLibSF)
[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-11-21&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-21.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 acf8191

Please sign in to comment.