Commit Graph
28 Commits
Author SHA1 Message Date
Jeremy Rimpo c535689ef4 Migrate to newer data types 2024-06-22 15:39:13 -05:00
Jeremy Rimpo 3219ade30e Update to latest BSArch / xEdit
- Supports Starfield and FO4 NG archives
- Other code improvements
- Removed some old functions
2024-06-22 05:32:40 -05:00
Jeremy Rimpo 4a88aab247 Update for Qt6 0.0.9 2021-12-04 04:38:23 -06:00
Deorder f8327f3112 Merge pull request #2 from Guekka/master
Support for : OOP ; CMake ; clang format
0.0.8
2020-01-05 00:07:38 +01:00
G'k 9e984fd268 Added missing BSA/BA2 in order to make the example work 2020-01-05 00:03:36 +01:00
G'k f7e1090612 Removed namespace libbsarch in libbsarch.h to preserve C compatibility 2020-01-04 23:58:50 +01:00
G'k 77a6be7bcb Wrote a complete OOP wrapper, as well as a convenience class
Added CMake support
Added clang format configuration
Reorganized the file structure, removed VS files
2020-01-04 21:53:31 +01:00
Deorder 7acca3d47d Fixed memory corruption in bsarch by zeroing allocated memory
Added test for fo4 dds
0.0.7
2019-09-02 23:56:27 +02:00
Deorder 0f114677b1 Added context to FO4 DDS info callback 0.0.6 2019-08-28 14:39:10 +02:00
Deorder f276cd1825 DDS Info callback was missing a pointer for returning the info 2019-08-17 00:30:14 +02:00
Deorder c68e39d2a1 Added way to add files from any source path (without using a shared/common root)
bsa_add_file_from_disk is now bsa_add_file_from_disk_root
Fixed issues with using libbsarch with GCC
0.0.5
2019-05-08 23:48:46 +02:00
Deorder d3d36d2694 Fixed issue with releasing file buffer result causing access violation while extracting 0.0.4 2019-05-01 00:17:42 +02:00
Deorder 3855899330 Added exception handling making the dll more reliable 0.0.3 2019-04-17 01:36:22 +02:00
Deorder 6c3a9234e4 Cleaned up test source 2019-04-15 04:26:29 +02:00
Deorder 322b6c0302 Merge branch 'master' of github-deorder:deorder/libbsarch 0.0.2 2019-04-15 04:17:41 +02:00
Deorder 6fe376e887 Fixed access violation issue in bsarch
Fixed C calls to use UTF-8, wide char
Changed some pointer to pointer to just pointers
Added test project
2019-04-15 04:16:36 +02:00
Deorder bd0ab57f6d Merge pull request #1 from deorder/add-license-1
Create LICENSE
2019-04-10 05:49:33 +02:00
Deorder 08536255ff Create LICENSE 2019-04-10 05:49:07 +02:00
Deorder 30b4a2eb8d Update README.md 2019-04-10 05:45:16 +02:00
Deorder f92b4cdb28 Update README.md 2019-04-10 05:44:17 +02:00
Deorder 103e7676e6 Update README.md 0.0.1 2019-04-10 05:26:55 +02:00
Deorder 3e0289d402 Merge branch 'master' of github-deorder:deorder/libbsarch 2019-04-10 05:26:17 +02:00
Deorder 7e5ceb679f Removed _dummy postfix 2019-04-10 05:25:54 +02:00
Deorder 8ffe34d891 Update README.md 2019-04-10 05:25:15 +02:00
Deorder 57d610a038 Update README.md 2019-04-10 05:24:16 +02:00