-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fba0cb
commit 45eae84
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule gamebryo-archive-check
updated
5 files
+2 −0 | .gitignore | |
+1 −1 | package.json | |
+19 −13 | src/index.ts | |
+1 −1 | src/types.ts | |
+1,733 −1,228 | yarn.lock |
Submodule gamebryo-archive-invalidation
updated
2 files
+1 −1 | package.json | |
+3 −0 | src/util/gameSupport.ts |
Submodule gamebryo-plugin-management
updated
4 files
+2 −2 | package.json | |
+11 −1 | src/autosort.ts | |
+13 −2 | src/util/gameSupport.ts | |
+3 −3 | yarn.lock |
Submodule gamebryo-savegame-management
updated
2 files
+1 −1 | package.json | |
+3 −0 | src/util/gameSupport.ts |
Submodule games
updated
13 files
+1 −0 | game-baldursgate3/CHANGELOG.md | |
+5 −2 | game-baldursgate3/InfoPanel.js | |
+9 −0 | game-baldursgate3/InfoPanel.tsx | |
+3 −2 | game-baldursgate3/common.js | |
+2 −0 | game-baldursgate3/common.ts | |
+3 −1 | game-baldursgate3/index.js | |
+3 −2 | game-baldursgate3/index.tsx | |
+63 −4 | game-baldursgate3/loadOrder.js | |
+63 −4 | game-baldursgate3/loadOrder.ts | |
+2 −0 | game-fallout4/index.js | |
+1 −1 | game-fallout4/info.json | |
+2 −2 | game-teamfortress2/index.js | |
+1 −1 | game-teamfortress2/info.json |