Skip to content

Commit

Permalink
ci: maintenance 2024-04-02
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
1 parent 3ef44ee commit b12c805
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
1 change: 0 additions & 1 deletion CommonLibSF/include/RE/B/BGSMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "RE/T/TESForm.h"
#include "RE/T/TESFullName.h"


namespace RE
{
class TESObjectREFR;
Expand Down
11 changes: 5 additions & 6 deletions CommonLibSF/include/RE/B/BGSMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace RE::BGSMod
struct Data
{
public:

enum class IncludesFlag
{
kNone = 0,
Expand All @@ -40,15 +39,15 @@ namespace RE::BGSMod

struct Include
{
RE::BGSMod::Attachment::Mod* mod;
std::uint8_t level;
stl::enumeration<IncludesFlag, std::uint8_t> flags;
RE::BGSMod::Attachment::Mod* mod;
std::uint8_t level;
stl::enumeration<IncludesFlag, std::uint8_t> flags;
};
static_assert(sizeof(Include) == 0x10);

// members
BSTArray<Include> includes; // 00
BSTArray<void*> properties; // 10
BSTArray<Include> includes; // 00
BSTArray<void*> properties; // 10
};
static_assert(sizeof(Data) == 0x20);

Expand Down
12 changes: 6 additions & 6 deletions CommonLibSF/include/RE/B/BGSPlanetData.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ namespace RE
~PlanetData() override; // 00

// members
BGSSurface::Tree* surfaceTree; // 30
float unk38; // 38
float temperatureCelcius; // 3C
float density; // 40
float periAngleInDegrees; // 44
std::uint32_t resourceCreationSpeed; // 48
BGSSurface::Tree* surfaceTree; // 30
float unk38; // 38
float temperatureCelcius; // 3C
float density; // 40
float periAngleInDegrees; // 44
std::uint32_t resourceCreationSpeed; // 48
};
static_assert(sizeof(PlanetData) == 0x50);
}
Expand Down
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/T/TESFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace RE
public:
SF_RTTI_VTABLE(TESFile);

std::uint8_t pad0[0x38]; //0
char fileName[260]; //38
std::uint8_t pad0[0x38]; //0
char fileName[260]; //38
};
}
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/T/TESLeveledList.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace RE
BSTArray<BSTTuple3<TESForm*, BGSCurveForm, BGSTypedFormValuePair::SharedVal>>* keywordChances; // 30
LEVELED_OBJECT* leveledLists; // 38
LEVELED_OBJECT** scriptAddedLists; // 40
std::int8_t scriptListCount; // 48
std::int8_t scriptListCount; // 48
std::uint32_t unk4C; // 4C
stl::enumeration<Flag, std::uint8_t> flags; // 50
std::uint8_t unk51; // 51
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": "2024-03-19",
"version-date": "2024-04-02",
"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.8.86-orange)](#Developing-with-CommonLibSF)
[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2024-03-19&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=2024-04-02&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 b12c805

Please sign in to comment.