Skip to content

Commit

Permalink
ci: maintenance 2023-11-21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent ec90bcb commit 35e3462
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CommonLibSF/include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "SFSE/Impl/PCH.h"

#include "RE/A/AIProcess.h"
#include "RE/A/AVMData.h"
#include "RE/A/Actor.h"
#include "RE/A/ActorEquipManager.h"
#include "RE/A/ActorPackage.h"
Expand All @@ -14,9 +15,14 @@
#include "RE/A/AlchemyItem.h"
#include "RE/A/Array.h"
#include "RE/A/ArrowProjectile.h"
#include "RE/B/BGSAcousticSpace.h"
#include "RE/B/BGSAnimationGraphComponent.h"
#include "RE/B/BGSArtObject.h"
#include "RE/B/BGSAttachParentArray.h"
#include "RE/B/BGSAttackDataForm.h"
#include "RE/B/BGSAudioOcclusionPrimitive.h"
#include "RE/B/BGSBendableSpline.h"
#include "RE/B/BGSBiomeMarkerObject.h"
#include "RE/B/BGSBipedObjectForm.h"
#include "RE/B/BGSBlockBashData.h"
#include "RE/B/BGSBodyPartDefs.h"
Expand All @@ -29,15 +35,21 @@
#include "RE/B/BGSEquipIndex.h"
#include "RE/B/BGSEquipSlot.h"
#include "RE/B/BGSEquipType.h"
#include "RE/B/BGSExplosion.h"
#include "RE/B/BGSFeaturedItemMessage.h"
#include "RE/B/BGSForcedLocRefType.h"
#include "RE/B/BGSFormFolderKeywordList.h"
#include "RE/B/BGSGenericBaseForm.h"
#include "RE/B/BGSHazard.h"
#include "RE/B/BGSIdleCollection.h"
#include "RE/B/BGSIdleMarker.h"
#include "RE/B/BGSInstanceNamingRulesForm.h"
#include "RE/B/BGSInventoryInterface.h"
#include "RE/B/BGSInventoryItem.h"
#include "RE/B/BGSInventoryList.h"
#include "RE/B/BGSKeyword.h"
#include "RE/B/BGSKeywordForm.h"
#include "RE/B/BGSLegendaryItem.h"
#include "RE/B/BGSListForm.h"
#include "RE/B/BGSLocalizedString.h"
#include "RE/B/BGSLocalizedStringDL.h"
Expand All @@ -47,24 +59,30 @@
#include "RE/B/BGSMod.h"
#include "RE/B/BGSModelMaterialSwap.h"
#include "RE/B/BGSNativeTerminalForm.h"
#include "RE/B/BGSNavmeshableObject.h"
#include "RE/B/BGSObjectInstance.h"
#include "RE/B/BGSObjectPlacementDefaults.h"
#include "RE/B/BGSOpenCloseForm.h"
#include "RE/B/BGSOutfit.h"
#include "RE/B/BGSOverridePackCollection.h"
#include "RE/B/BGSPackIn.h"
#include "RE/B/BGSPerk.h"
#include "RE/B/BGSPerkRankArray.h"
#include "RE/B/BGSPickupPutdownSounds.h"
#include "RE/B/BGSPreloadable.h"
#include "RE/B/BGSPreviewTransform.h"
#include "RE/B/BGSProjectedDecal.h"
#include "RE/B/BGSProjectile.h"
#include "RE/B/BGSPropertySheet.h"
#include "RE/B/BGSReflectedForm.h"
#include "RE/B/BGSScene.h"
#include "RE/B/BGSSkinForm.h"
#include "RE/B/BGSSnapTemplateComponent.h"
#include "RE/B/BGSStaticCollection.h"
#include "RE/B/BGSTerminal.h"
#include "RE/B/BGSTerminalMenu.h"
#include "RE/B/BGSTextureModel.h"
#include "RE/B/BGSTextureSet.h"
#include "RE/B/BGSTypedFormValuePair.h"
#include "RE/B/BGSTypedKeywordValueArray.h"
#include "RE/B/BGSVoiceType.h"
Expand Down Expand Up @@ -157,6 +175,7 @@
#include "RE/M/msvc.h"
#include "RE/N/NativeFunction.h"
#include "RE/N/NativeFunctionBase.h"
#include "RE/N/NiColor.h"
#include "RE/N/NiMatrix3.h"
#include "RE/N/NiPoint3.h"
#include "RE/N/NiPoint4.h"
Expand Down Expand Up @@ -201,6 +220,7 @@
#include "RE/T/TESAIForm.h"
#include "RE/T/TESActorBase.h"
#include "RE/T/TESActorBaseData.h"
#include "RE/T/TESAmmo.h"
#include "RE/T/TESBipedModelForm.h"
#include "RE/T/TESBoundAnimObject.h"
#include "RE/T/TESBoundObject.h"
Expand All @@ -219,16 +239,27 @@
#include "RE/T/TESFormRefCount.h"
#include "RE/T/TESFullName.h"
#include "RE/T/TESGlobal.h"
#include "RE/T/TESGrass.h"
#include "RE/T/TESHandleForm.h"
#include "RE/T/TESKey.h"
#include "RE/T/TESMagicTargetForm.h"
#include "RE/T/TESModel.h"
#include "RE/T/TESNPC.h"
#include "RE/T/TESObject.h"
#include "RE/T/TESObjectACTI.h"
#include "RE/T/TESObjectANIO.h"
#include "RE/T/TESObjectARMA.h"
#include "RE/T/TESObjectARMO.h"
#include "RE/T/TESObjectBOOK.h"
#include "RE/T/TESObjectCELL.h"
#include "RE/T/TESObjectCONT.h"
#include "RE/T/TESObjectDOOR.h"
#include "RE/T/TESObjectLIGH.h"
#include "RE/T/TESObjectLoadedEvent.h"
#include "RE/T/TESObjectMISC.h"
#include "RE/T/TESObjectREFR.h"
#include "RE/T/TESObjectSTAT.h"
#include "RE/T/TESObjectWEAP.h"
#include "RE/T/TESQuest.h"
#include "RE/T/TESRace.h"
#include "RE/T/TESRaceForm.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.1",
"version-date": "2023-11-21.2",
"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.1&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.2&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 35e3462

Please sign in to comment.