morkt
|
aadddecc9b
|
renamed GSD folder [Game Script Decoder engine].
|
2015-08-27 03:06:50 +04:00 |
|
morkt
|
4e5aed23d8
|
(YkcOpener): decrypt YKS script files.
|
2015-08-23 09:51:49 +04:00 |
|
morkt
|
ce27b2a5db
|
YKG image format variation.
|
2015-08-23 09:50:49 +04:00 |
|
morkt
|
ab19d0b0e3
|
added "Set file type" command.
|
2015-08-23 07:35:05 +04:00 |
|
morkt
|
31842bdea5
|
implemented BDF multi-frame images.
|
2015-08-23 07:33:37 +04:00 |
|
morkt
|
b926bff7f5
|
removed superfluous usings.
|
2015-08-23 07:31:47 +04:00 |
|
morkt
|
5895886a8f
|
Bit stream on top of the IO.Stream
|
2015-08-23 07:30:29 +04:00 |
|
morkt
|
7213e8d61e
|
(PacOpener): decompress CMP1-compressed scripts.
|
2015-08-21 02:22:29 +04:00 |
|
morkt
|
18e7d1f849
|
slightly improved CMP1 decompression performance.
|
2015-08-21 02:21:31 +04:00 |
|
morkt
|
d38386ae16
|
added another ISF encryption scheme.
|
2015-08-20 21:19:20 +04:00 |
|
morkt
|
b05c253e8b
|
reorganized project directory structure.
|
2015-08-19 21:40:32 +04:00 |
|
morkt
|
dd2c19c8c1
|
fixed GCE1 decompression.
|
2015-08-18 23:26:30 +04:00 |
|
morkt
|
89e594f3bd
|
use total number of commits into project directory as revision number.
|
2015-08-18 23:25:49 +04:00 |
|
morkt
|
721e39fb8e
|
zlibnet package is no longer used.
|
2015-08-18 23:24:32 +04:00 |
|
morkt
|
42b5206def
|
implemented GCEX archives and BGRA images.
|
2015-08-18 18:18:22 +04:00 |
|
morkt
|
7698d4c756
|
removed tracing.
|
2015-08-18 18:16:45 +04:00 |
|
morkt
|
718c20eb3d
|
(WwaInput): implemented WWA decoder.
|
2015-08-18 00:18:40 +04:00 |
|
morkt
|
f5211b18c3
|
(WbmReader): stream i/o methods moved to separate class.
|
2015-08-18 00:17:50 +04:00 |
|
morkt
|
52bc79bb96
|
display file name that caused extraction error.
|
2015-08-17 23:09:05 +04:00 |
|
morkt
|
d526ef96fc
|
(WbmFormat): added compression methods and alpha-channel support.
|
2015-08-17 23:08:02 +04:00 |
|
morkt
|
947e0a6664
|
preliminary WWA audio format implementation.
|
2015-08-17 23:06:54 +04:00 |
|
morkt
|
6acb80e5fd
|
(WagOpener): strip possible drive specification from file names.
|
2015-08-17 07:08:49 +04:00 |
|
morkt
|
6b62a1701d
|
(ArcOpener): report real file size as UnpackedSize.
|
2015-08-17 07:07:19 +04:00 |
|
morkt
|
f3902a4cf1
|
(HashCrypt): another encryption scheme.
simple xor against file hash value.
|
2015-08-17 07:06:16 +04:00 |
|
morkt
|
09c9b416ad
|
implemented KG image format.
|
2015-08-17 07:03:43 +04:00 |
|
morkt
|
c63ca4d5e5
|
variation of the FPK archives.
|
2015-08-17 07:03:15 +04:00 |
|
morkt
|
74ea0ab92a
|
implemented Xuse/Eternal WAG archives.
|
2015-08-15 18:34:31 +04:00 |
|
morkt
|
570f29da97
|
implemented YKC archives creation.
|
2015-08-14 21:48:46 +04:00 |
|
morkt
|
df5eea6683
|
(RctFormat): image data reading separated to ReadPixelsData method.
|
2015-08-14 21:47:33 +04:00 |
|
morkt
|
58dec16f25
|
(RctFormat.Read): use ImageMetaData.FileName to extract base file location.
|
2015-08-14 20:04:16 +04:00 |
|
morkt
|
f355288e97
|
(ImageMetaData): added FileName property.
|
2015-08-14 20:01:45 +04:00 |
|
morkt
|
d542fe3c59
|
(RctFormat): added support for "incremental" images.
doesn't work inside archives, requires filesystem abstraction layer.
|
2015-08-14 06:14:35 +04:00 |
|
morkt
|
4888a65349
|
implemented WAG archives.
|
2015-08-14 06:13:07 +04:00 |
|
morkt
|
9d457f99d6
|
implemented YKC archives and YKG images.
|
2015-08-14 06:12:35 +04:00 |
|
morkt
|
19b8c0015c
|
(MblOpener): added static shortcut to PrsFormat.
|
2015-08-14 06:10:27 +04:00 |
|
morkt
|
5830c0d8a2
|
use FirstOrDefault() in linq query instead of Where().
|
2015-08-14 06:09:04 +04:00 |
|
morkt
|
ba6b8b4f8e
|
use ImageFormat.Png/AudioFormat.Wav shortcuts.
|
2015-08-14 06:07:55 +04:00 |
|
morkt
|
ce496ce05f
|
use AudioFormat.Wav shortcut.
|
2015-08-14 06:05:50 +04:00 |
|
morkt
|
a9ffd7cccc
|
added shortcuts to standard formats as static properties of ImageFormat and AudioFormat.
namely,
ImageFormat.Jpeg
ImageFormat.Png
ImageFormat.Bmp
AudioFormat.Wav
|
2015-08-14 06:05:15 +04:00 |
|
morkt
|
7fb26371e3
|
implemented Majiro RCT images decryption.
|
2015-08-12 01:33:51 +04:00 |
|
morkt
|
28a57db9e6
|
OnParametersRequest invoked via Dispatcher.
|
2015-08-12 01:31:56 +04:00 |
|
morkt
|
5bf2493044
|
widget/options methods moved from ArchiveFormat to IResource.
any resource could have options and corresponding widget.
|
2015-08-12 01:31:03 +04:00 |
|
morkt
|
142f7e1cdf
|
(Crc32.Table): public property.
|
2015-08-12 01:29:00 +04:00 |
|
morkt
|
63e83447ff
|
implemented Majiro archives version 3.
|
2015-08-12 01:28:24 +04:00 |
|
morkt
|
429ac63a30
|
Wild bug PCM audio format.
|
2015-08-11 17:49:10 +04:00 |
|
morkt
|
d41c9330f9
|
implemented Nitro+ PAK version 2 archives.
|
2015-08-11 17:44:18 +04:00 |
|
morkt
|
c20660583e
|
implemented Xuse/Eternal resource archives.
|
2015-08-11 09:37:48 +04:00 |
|
morkt
|
f8fcf9fb21
|
mask entry dialog has a drop-down list of possible extensions.
|
2015-08-11 07:10:17 +04:00 |
|
morkt
|
2f2bbb3dc0
|
(AddSelectionExec): wrapped method body into try/catch block.
|
2015-08-11 07:09:21 +04:00 |
|
morkt
|
9cdb4f0efe
|
(IndexReader.ReadIndex): don't try to open *.ari index as archive body.
|
2015-08-11 07:08:19 +04:00 |
|