Commit Graph
41 Commits
Author SHA1 Message Date
Mikaël Capelle 2398ca5df9 Add version to generated cmake file and bump version. 2025-05-28 14:47:49 +02:00
Mikaël Capelle 9444e7e108 Add build GH action. 2025-05-28 14:36:40 +02:00
Mikaël Capelle d9c01eac14 Drop support for Qt. 2025-05-28 14:29:56 +02:00
Mikaël Capelle 4efa6ab6d8 Add pre-commit hook and Github action to check formatting. 2025-05-28 14:14:14 +02:00
Mikaël Capelle 736a69ccab Fix issue with DLL name in Debug configuration. 0.1.1 2025-05-27 21:03:01 +02:00
Mikaël Capelle e16bca653f Fix config.cmake.in. 2025-05-27 20:38:22 +02:00
Mikaël Capelle d7cf9d9761 Reorganize repository to build proper CMake targets. 2025-05-27 20:20:16 +02:00
Mikaël Capelle 0dfbae29f0 Start move to clean CMake. 2025-05-27 20:20:12 +02:00
Jeremy Rimpo 4f32506570 Restore mistakenly removed size increment
- Should fix missing texture data
0.0.12
2024-07-11 01:55:00 -05:00
Jeremy Rimpo bf840701de Merge pull request #3 from ModOrganizer2/dev/archive_preview
WIP: Archive preview support
0.0.11
2024-07-05 16:23:38 -05:00
Mikaël Capelle 37f139a236 Modification to use external DDS.h header in MO2. (#4) 2024-07-01 17:13:21 +02:00
Jeremy Rimpo 3a277db0fb Restore changes for PByte pointers 2024-06-25 20:19:39 -05:00
Jeremy Rimpo 701bc58e9a Merge pull request #2 from ModOrganizer2/starfield_support
Update to latest BSArch / xEdit
0.0.10
2024-06-24 01:03:08 -05:00
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