1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 21:37:46 +00:00
physis/src
2024-04-20 09:03:16 -04:00
..
havok Shut up Clippy about the code I didn't write 2023-12-12 22:16:19 -05:00
blowfish.rs The single Blowfish test is for encryption and decryption 2024-01-29 15:10:38 -05:00
blowfish_constants.rs Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
bootdata.rs Remove unused import in BootData 2024-04-15 18:24:49 -04:00
cfg.rs Add a test to CFG, to see if it panics on clearly invalid garbage data 2024-04-16 21:40:30 -04:00
chardat.rs Remove some unused imports 2024-04-16 22:08:46 -04:00
cmp.rs Remove some unused imports 2024-04-16 22:08:46 -04:00
common.rs Fix the wrong underlying representation for Platform 2024-04-17 17:21:43 -04:00
common_file_operations.rs Remove more dead code 2024-04-16 21:19:08 -04:00
compression.rs Fix some lint issues 2023-09-24 15:41:05 -04:00
crc.rs Jamcrc should be crate level public 2024-04-15 18:38:22 -04:00
dat.rs Remove some unused imports 2024-04-16 22:08:46 -04:00
dic.rs Add support for reading dictionary files 2024-04-18 22:09:26 -04:00
equipment.rs Add functions to make gear, skin, face, hair, and ear material paths 2023-09-23 14:52:32 -04:00
exd.rs Add invalid data test for EXD 2024-04-16 21:52:14 -04:00
execlookup.rs Fix compilation for execlookup 2024-04-19 19:14:07 -04:00
exh.rs Add invalid data test for EXH 2024-04-16 21:52:36 -04:00
exl.rs Add invalid data test for EXL 2024-04-16 21:53:10 -04:00
fiin.rs Add invalid data test for FileInfo 2024-04-16 21:53:32 -04:00
gamedata.rs Fix index2 files never being added to GameData 2024-04-17 17:21:52 -04:00
index.rs Add invalid data test for Index/Index2 2024-04-16 21:54:56 -04:00
installer.rs Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
lgb.rs Add invalid data test for Lgb, add a simple check for invalid data 2024-04-16 21:57:30 -04:00
lib.rs Add a new module to extract strings from executables 2024-04-18 22:53:53 -04:00
log.rs Add invalid data test for ChatLog, add a simple check for invalid data 2024-04-16 22:04:02 -04:00
model.rs Fix model submesh bone map size for Shadowbringers 2024-04-17 21:59:23 -04:00
model_file_operations.rs Improve the docs for model file ops and vertex declarations 2024-04-20 09:03:16 -04:00
model_vertex_declarations.rs Improve the docs for model file ops and vertex declarations 2024-04-20 09:03:16 -04:00
mtrl.rs Remove the padding "fixes" for Dawntrail materials 2024-04-17 21:40:32 -04:00
patch.rs Fix the wrong underlying representation for Platform 2024-04-17 17:21:43 -04:00
pbd.rs Add invalid data test for PreBoneDeformer 2024-04-16 22:06:27 -04:00
race.rs Remove overcomplicated internal race macro to a big match statement 2024-04-16 21:14:59 -04:00
repository.rs Fix ps3/ps4 repository tests 2024-04-17 21:46:44 -04:00
sha1.rs Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
shpk.rs Add invalid data test for ShaderPackage 2024-04-16 22:06:59 -04:00
skeleton.rs Add invalid data test for Skeleton 2024-04-16 22:07:30 -04:00
sqpack.rs Support index2 files 2024-04-14 11:24:18 -04:00
tera.rs Add invalid data test for Terrain 2024-04-16 22:07:50 -04:00
tex.rs Some code cleanup in texture 2024-04-18 22:07:57 -04:00