morkt
|
906d168379
|
activate main window after operation finished.
|
2014-08-25 18:22:06 +04:00 |
|
morkt
|
870e65cd42
|
import GameRes.Utility namespace.
|
2014-08-25 15:12:53 +04:00 |
|
morkt
|
fa4b8b6bce
|
implemented Kogado resource archive.
|
2014-08-25 15:11:34 +04:00 |
|
morkt
|
ad1b51b24c
|
use Enumerable.Empty() to return empty list.
|
2014-08-25 15:05:30 +04:00 |
|
morkt
|
b0f621e8ab
|
CopyOverlapped function defined in GameRes.Utitlity now.
CopyOverlapped copies ranges within array the same way standard C
function memcpy does (that is, ignoring potential region overlapping).
|
2014-08-25 15:04:26 +04:00 |
|
morkt
|
01464389d2
|
activate main window when extract operation finished.
|
2014-08-25 14:59:36 +04:00 |
|
morkt
|
1b85159ed2
|
(DrsOpener): additional entry offset sanity checks.
|
2014-08-24 14:11:41 +04:00 |
|
morkt
|
db7df7f3d7
|
"Sort by" menu definition moved to window resources.
|
2014-08-24 08:55:13 +04:00 |
|
morkt
|
2420cfa07c
|
minor DRG compression fix.
|
2014-08-24 08:42:38 +04:00 |
|
morkt
|
a9228c7534
|
minor DRG compression fix.
|
2014-08-23 05:48:31 +04:00 |
|
morkt
|
da046d484f
|
ConvertImages initialization handled within xaml.
|
2014-08-22 17:19:01 +04:00 |
|
morkt
|
e86c96d1ce
|
added menu item for image conversion.
|
2014-08-22 17:17:19 +04:00 |
|
morkt
|
4dbf556531
|
implemented RctFormat.Write method.
|
2014-08-22 16:48:41 +04:00 |
|
morkt
|
792aa82091
|
implemented Digital Romance System resources.
|
2014-08-22 10:18:03 +04:00 |
|
morkt
|
ad6e83cc60
|
minor decryption fix.
|
2014-08-22 10:17:14 +04:00 |
|
morkt
|
a72c4e407b
|
added image conversion function.
|
2014-08-22 10:16:11 +04:00 |
|
morkt
|
46a4ca6b14
|
(CreateArchiveDialog): archive extension could be null.
|
2014-08-22 10:14:40 +04:00 |
|
morkt
|
8a53d74d5e
|
use invariant case conversion methods.
|
2014-08-22 10:13:37 +04:00 |
|
morkt
|
dc9f0ebb44
|
implemented encrypted Nitro+ archives creation.
|
2014-08-19 04:33:52 +04:00 |
|
morkt
|
8697257e79
|
implemented Nitro+ archives creation.
encryption not implemented yet.
|
2014-08-18 09:07:35 +04:00 |
|
morkt
|
881a95c165
|
fixed packed file size in created archives.
|
2014-08-18 03:17:03 +04:00 |
|
morkt
|
5688546a85
|
fixed list serialization.
|
2014-08-17 22:27:50 +04:00 |
|
morkt
|
3bbf2d6a90
|
implemented Ren'Py archives creation.
|
2014-08-17 01:31:58 +04:00 |
|
morkt
|
7faf641f6f
|
tweaked archive contents listing.
|
2014-08-17 01:29:27 +04:00 |
|
morkt
|
97b9e28fbc
|
changed zlib compression level to maximum (Level9).
|
2014-08-17 01:28:42 +04:00 |
|
morkt
|
c4834692cf
|
changed build output path.
|
2014-08-17 01:26:56 +04:00 |
|
morkt
|
e7849590e8
|
ignore backup files.
|
2014-08-17 01:25:45 +04:00 |
|
morkt
|
5e15fb5091
|
implemented Ren'Py game engine archives support.
|
2014-08-16 10:38:26 +04:00 |
|
morkt
|
83e4414ffc
|
(ArcStream): added CreateStream method with single argument.
|
2014-08-16 10:37:25 +04:00 |
|
morkt
|
dc30eb0083
|
implemented Yu-Ris archives creation.
|
2014-08-16 04:42:20 +04:00 |
|
morkt
|
26526a97bb
|
added ICheckSum interface and CheckedStream class.
Crc32 and Adler32 classes now implement ICheckSum interface.
|
2014-08-16 04:23:12 +04:00 |
|
morkt
|
089becd4d3
|
implemented Majiro version 1 archive creation.
|
2014-08-16 00:52:16 +04:00 |
|
morkt
|
8fc34f9161
|
implemented non-encrypted INT archives creation.
|
2014-08-15 21:41:45 +04:00 |
|
morkt
|
cfd71f5519
|
(ChangePosition): new history navigation method.
Push current position into undo stack only if directory has been
changed.
|
2014-08-14 21:42:27 +04:00 |
|
morkt
|
d1bde19bb3
|
implemented Flying Shine resource archive.
|
2014-08-14 21:39:51 +04:00 |
|
morkt
|
37d9461304
|
implemented deletion of multiple files into recycle bin.
|
2014-08-08 14:08:49 +04:00 |
|
morkt
|
29892ff3fd
|
change background of input textbox on focus/mouseover.
|
2014-08-08 13:49:27 +04:00 |
|
morkt
|
1e390eed1e
|
catch exceptions during app command line parsing.
|
2014-08-08 13:48:52 +04:00 |
|
morkt
|
b2d0e15215
|
path textbox mouseover highlight.
|
2014-08-03 18:16:09 +04:00 |
|
morkt
|
6bbd9c23da
|
increased dialog window width.
|
2014-08-03 10:59:50 +04:00 |
|
morkt
|
a1cd7172ee
|
adjusted label alignment.
|
2014-08-03 10:55:09 +04:00 |
|
morkt
|
64313ae3ae
|
added some convenient private methods.
|
2014-08-03 10:50:03 +04:00 |
|
morkt
|
11fd547fb8
|
rearranged menu items.
|
2014-08-03 10:48:34 +04:00 |
|
morkt
|
15a81fab18
|
sort known encryption schemes list.
|
2014-08-03 10:48:08 +04:00 |
|
morkt
|
ad9fc13068
|
(UpdateFileTable): check added file for existence.
|
2014-08-03 10:47:34 +04:00 |
|
morkt
|
931d76db04
|
usability tweaks.
implemented lookup of file names by typing its first letters.
'sort by' menu now works properly.
|
2014-08-02 18:23:20 +04:00 |
|
morkt
|
7492ea24ae
|
localization.
|
2014-08-02 13:36:49 +04:00 |
|
morkt
|
945571600d
|
(Localization.Plural): tweaked fallback lookups.
|
2014-08-02 13:36:15 +04:00 |
|
morkt
|
314c804d54
|
disable size display for directories.
|
2014-08-02 13:17:11 +04:00 |
|
morkt
|
1f6df25f6c
|
added new items to main menu.
|
2014-08-02 12:59:01 +04:00 |
|