Commit Graph

788 Commits

Author SHA1 Message Date
88fa091d07 implement new BSA framework for old BSA routines 2019-10-08 15:20:43 -06:00
afb5eb04ad Change all icons on ModeSelectionWindow to light version 2019-10-08 19:47:45 +02:00
2c2a32226f Merge pull request #72 from erri120/omod-nuget
Remove OMOD-Framework as a submodule
2019-10-08 08:33:21 -06:00
ce4a3e17dd a good dozen BA2s passed the full test suite 2019-10-07 22:02:03 -06:00
9f3ee6a5cc can write .ba2 general files, and they read back without issue 2019-10-07 16:13:38 -06:00
c7d9332b63 Removed git submodule initialization from CONTRIBUTING.md 2019-10-07 12:55:08 +02:00
1a04c9578b Removed OMOD-Framework as a project and added as a NuGet package 2019-10-07 12:53:51 +02:00
af05894ae3 add support for DXGI_FORMAT_BC6H_UF16 2019-10-06 20:14:51 -06:00
817576d085 start of bs2 support, can read the 4 .bs2 files I threw at it 2019-10-06 15:58:36 -06:00
80f6e806c7 Merge pull request #69 from Eggypapa/patch-1
Suggested Enhancement: Fixed minor spelling mistake.
2019-10-05 12:28:28 -06:00
3e4adb1f97 Merge pull request #70 from tr4wzified/betterlabel
Fix validation bugs, corrected error in README.md & MessageBox
2019-10-05 12:28:14 -06:00
4c48aa8fab Fix file name mistake in README.md 2019-10-05 17:07:25 +02:00
e5d36b3452 Fix bug where installing modlist would always result in location validation error, Add more validation 2019-10-05 17:05:51 +02:00
ad661871a5 preload slides and supress errors from slides 2019-10-04 14:50:34 -06:00
33a429291c Fixed minor spelling mistake.
Replaced "habbit" with "habit".
2019-10-04 17:23:43 +10:00
dd490a00a0 Merge pull request #65 from erri120/omod-update
OMOD Update
2019-10-03 16:31:51 -06:00
dda13d78c8 remove the nexus api time limit compleately, it's useless 2019-10-03 16:22:43 -06:00
a186411e0b add headless mode for checking archives 2019-10-02 22:35:29 -06:00
14eb3e697e put the tests back, I think it was a message box error 2019-10-02 21:23:11 -06:00
609bb6289c remove a test that was blocking CI 2019-10-02 21:08:12 -06:00
d50527f615 fix validation tests to run in CI 2019-10-02 20:55:16 -06:00
192dfa1331 Change oblivion's game name to Oblivion 2019-10-02 16:45:42 -06:00
47676aa069 Merge branch 'master' of https://github.com/halgari/wabbajack 0.9.4 2019-10-02 16:18:53 -06:00
1bdbaaaa83 release 0.9.4 2019-10-02 16:17:30 -06:00
37152b61b4 Merge pull request #66 from erri120/erri120-patch-1
Updating CONTRIBUTING.md
2019-10-02 06:44:37 -06:00
d7644d98e9 Updating CONTRIBUTING.md
Changed all old references from `halgari/wabbajack` to `wabbajack-tools/wabbajack`
2019-10-02 12:40:34 +00:00
44d5e31f5d Fix broken ESM cleaning 2019-10-01 21:07:26 -06:00
fd8bbe69bd fix npe 2019-10-01 17:57:42 -06:00
5f9c947f85 inline readme.md into install report 2019-10-01 17:06:15 -06:00
4597135de5 modlists are now .zip files, several bug fixes found in testing 2019-10-01 16:39:25 -06:00
fd28dfe79d Updated submodule to get packages from the solution directory 2019-10-01 21:03:42 +02:00
1ede321f65 Added OMOD-Framework as new submodule 2019-10-01 20:55:13 +02:00
4750d80524 Removed OMOD-Extractor submodule 2019-10-01 20:43:37 +02:00
eb827f5909 change github link to the new location 2019-09-30 21:04:21 -06:00
ebe2fb6608 bump version number 0.9.3 2019-09-30 21:00:28 -06:00
c98991010f remove .exe extractor resource 2019-09-30 20:47:46 -06:00
ea95c78b26 updated the README fixed validation and game folder path detection 2019-09-30 17:39:41 -06:00
eb9e6500c9 integrate content rights validation into the main program 2019-09-29 16:21:18 -06:00
f648f42742 setup initial permissions files 2019-09-29 15:18:29 -06:00
9f6fbe1692 finish implementing permissions backend logic 2019-09-29 14:53:25 -06:00
6c24e4fdbb implement framework for content rights management 2019-09-28 22:41:47 -06:00
45bc7ec62d is dirty tracking was breaking VFS, removed it 2019-09-28 19:36:54 -06:00
1418634dbb add missing file 2019-09-28 18:22:25 -06:00
c9d12c7904 fix deadlock with singleton NexusAPI client. We can look into this in the future, but it's still causing problems so removing the singleton for now 2019-09-28 18:18:42 -06:00
43b227a865 Merge pull request #61 from halgari/http-refactor
Http refactor - rework a bit to pass testing
2019-09-27 15:39:25 -06:00
1b79a64542 merge and fix changes to http client code 2019-09-27 15:30:52 -06:00
bec10fdea1 - Renamed NexusAPI to NexusApiClient for to match naming of MegaApi.
- Moved NexusApiClient and all of its Dtos into their own package.
- Moved util methods into a new util class.
- NexusApi no longer creates new HttpClients for each request and uses one internal HttpClient instead.
- Added rudimentary tracking of rate limits.
2019-09-27 15:10:51 -06:00
491f95a57f Merge pull request #60 from erri120/selection-window-fix
Better selection window
2019-09-27 15:01:38 -06:00
15409f6446 Implemented clickable images 2019-09-27 13:51:37 +02:00
a280a00321 Renamed icon files 2019-09-27 13:22:41 +02:00