Skip to content

Commit

Permalink
Merge pull request doodlum#2 from IanE-Official/dependabot/submodules…
Browse files Browse the repository at this point in the history
…/extern/SFSE-886fb37

Bump extern/SFSE from `9f55120` to `886fb37`
  • Loading branch information
IanE-Official authored Jan 9, 2024
2 parents 357e68e + 29a4cac commit 590af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/SFSE
Submodule SFSE updated 55 files
+4 −4 cmake/versioning.cmake
+12 −0 sfse/CMakeLists.txt
+68 −2 sfse/GameChargen.h
+1 −1 sfse/GameConsole.cpp
+1 −1 sfse/GameConsole.h
+3 −0 sfse/GameData.cpp
+56 −17 sfse/GameData.h
+1,670 −191 sfse/GameEvents.h
+163 −6 sfse/GameFormComponents.h
+2 −1 sfse/GameForms.cpp
+331 −41 sfse/GameForms.h
+13 −0 sfse/GameMemory.cpp
+27 −0 sfse/GameMemory.h
+29 −53 sfse/GameMenu.h
+88 −106 sfse/GameObjects.h
+1 −1 sfse/GameRTTI.cpp
+30 −18 sfse/GameRTTI.h
+6,590 −6,578 sfse/GameRTTI.inl
+34 −34 sfse/GameReferences.h
+2 −2 sfse/GameScript.cpp
+22 −4 sfse/GameSettings.cpp
+3 −1 sfse/GameSettings.h
+136 −0 sfse/GameStreams.h
+5 −2 sfse/GameTypes.cpp
+1,110 −12 sfse/GameTypes.h
+2 −2 sfse/GameUI.h
+78 −0 sfse/Hooks_Command.cpp
+11 −0 sfse/Hooks_Command.h
+114 −0 sfse/Hooks_Data.cpp
+3 −0 sfse/Hooks_Data.h
+76 −15 sfse/Hooks_Scaleform.cpp
+2 −1 sfse/Hooks_Scaleform.h
+2 −2 sfse/Hooks_Script.cpp
+1 −1 sfse/Hooks_Version.cpp
+3 −0 sfse/NiTypes.h
+7 −7 sfse/PapyrusNativeFunctions.h
+36 −3 sfse/PluginAPI.h
+52 −4 sfse/PluginManager.cpp
+7 −3 sfse/ScaleformFunctions.h
+24 −0 sfse/ScaleformLoader.h
+92 −0 sfse/ScaleformLog.h
+19 −0 sfse/ScaleformManager.h
+11 −1 sfse/ScaleformMemory.cpp
+3 −0 sfse/ScaleformMemory.h
+68 −62 sfse/ScaleformMovie.h
+29 −22 sfse/ScaleformState.h
+72 −0 sfse/ScaleformTranslator.h
+138 −3 sfse/ScaleformTypes.h
+43 −34 sfse/ScaleformValue.h
+4 −0 sfse/sfse.cpp
+9 −9 sfse_common/Utilities.cpp
+12 −6 sfse_common/sfse_version.h
+22 −1 sfse_loader/main.cpp
+5 −2 sfse_readme.txt
+23 −0 sfse_whatsnew.txt

0 comments on commit 590af29

Please sign in to comment.