1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 05:27:45 +00:00
Commit graph

14 commits

Author SHA1 Message Date
58f411005d Fix Dawntrail materials not loading
They changed the color set structures of course, so make sure not to
completely crash and burn on newer material versions.
2024-04-17 20:23:44 -04:00
11b554ef80 Add invalid data test for Material 2024-04-16 22:05:59 -04:00
189c891b07 Support shader keys better in MTRL 2024-01-29 15:07:59 -05:00
7a75c170cc Make a semantic difference between owned and non-owned byte data 2023-10-13 16:16:04 -04:00
2000b978b3 Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
f84bd8295d Always read additional data from material files 2023-03-31 21:31:54 -04:00
67d2f035c3 Reformat code with rustfmt 2022-10-20 11:45:55 -04:00
eebe89a4bd Remove some import warnings 2022-10-13 17:11:28 -04:00
177523831b Switch a lot more parsers from binread -> binrw
This doesn't necessarily mean that these formats support writing (yet)
but just to solve the initial compilation errors.
2022-10-13 17:11:03 -04:00
e86d910594 Update binrw to 0.10.0
This introduces a new breaking change, namely that all endianness must
be known. I've done the best I can, but I'll be checking soon.
2022-10-13 16:03:46 -04:00
9819f87fcc Suppress some warnings 2022-09-15 16:26:31 -04:00
d9e79e563a Reformat code 2022-08-16 11:52:07 -04:00
209b475065 Make material struct members public 2022-08-11 15:51:39 -04:00
01717456d1 Add material file parsing 2022-08-11 15:40:14 -04:00