1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-26 14:17:45 +00:00
physis/src
Joshua Goins 18322a13d2 Handle patching error handling better
* Move PlatformId to common module.
* Platform id is no longer hardcoded to win32.
* Parse apply options correctly.
* Parse target info better, use more native structures.
* All errors are now handled properly, and propagated up.
* Added a new Region enum.
* Added todo!() to all unhandled patching branches.
* Paths are now built using PathBuf instead of format!().
* process_patch function is no longer accessible, now you have to use
the function found in GameData and BootData.
2022-08-09 21:51:52 -04:00
..
blowfish.rs Document more public APIs in preparation for docs release 2022-07-27 21:41:05 -04:00
blowfish_constants.rs Add initial files 2022-07-19 19:29:41 -04:00
bootdata.rs Handle patching error handling better 2022-08-09 21:51:52 -04:00
common.rs Handle patching error handling better 2022-08-09 21:51:52 -04:00
compression.rs Add initial files 2022-07-19 19:29:41 -04:00
dat.rs Document FileType enum 2022-08-09 19:53:17 -04:00
equipment.rs Document more public APIs in preparation for docs release 2022-07-27 21:41:05 -04:00
exd.rs Remove some warnings 2022-07-27 21:21:50 -04:00
exh.rs Remove some warnings 2022-07-27 21:21:50 -04:00
exl.rs Fix EXL doc test failures, and one typo 2022-08-06 18:03:00 -04:00
fiin.rs Document the two FileInfo functions 2022-08-06 21:21:55 -04:00
gamedata.rs Handle patching error handling better 2022-08-09 21:51:52 -04:00
index.rs Handle patching error handling better 2022-08-09 21:51:52 -04:00
installer.rs Remove some warnings 2022-07-27 21:21:50 -04:00
lib.rs Add Texture structure, begin reading header 2022-08-09 19:31:32 -04:00
log.rs Add chat log parser 2022-08-07 16:19:04 -04:00
macros.rs Document more public APIs in preparation for docs release 2022-07-27 21:41:05 -04:00
model.rs More small changes to the model module 2022-08-06 18:07:42 -04:00
patch.rs Handle patching error handling better 2022-08-09 21:51:52 -04:00
race.rs Document more public APIs in preparation for docs release 2022-07-27 21:41:05 -04:00
repository.rs Oops, forgot to fix string_to_category 2022-08-09 19:39:31 -04:00
skeleton.rs Add beginnings of skeleton parsing support 2022-08-06 18:15:33 -04:00
sqpack.rs Remove some warnings 2022-07-27 21:21:50 -04:00
tex.rs Add Texture structure, begin reading header 2022-08-09 19:31:32 -04:00