Commit Graph

  • 7c7dda79c7 (FileSystem): changed InvariantCulture comparison to Ordinal. morkt 2018-01-21 12:00:44 +04:00
  • f819d99c86 (MBL): consider all files within '*_data' archives to be scripts. morkt 2018-01-21 11:59:40 +04:00
  • e00dc73aad (MK2): added BPR01 decompressor. morkt 2018-01-21 11:54:23 +04:00
  • 834fc8631b (RcbReader): fixed input counter. morkt 2018-01-21 11:52:48 +04:00
  • e38644bab4 (ArcNEKO): MNG files are recognized by DetectFileType. morkt 2018-01-21 11:51:34 +04:00
  • 7031f56eb0 (FileSystem): use case-insensitive comparison. morkt 2018-01-20 13:24:26 +04:00
  • 7d7f5a71d2 implemented PCG archives. morkt 2018-01-20 09:43:31 +04:00
  • ac50e3244c added nameless BIN resource archive implementation. morkt 2018-01-20 09:40:35 +04:00
  • ca5318246c (IMG2): fixed decoder. morkt 2018-01-18 11:50:06 +04:00
  • 8d629c3eb7 (ScrPlayer): implemented 'pac2' archives. morkt 2018-01-18 07:20:27 +04:00
  • 6ecdbcb999 (MngFrameDecoder): missing re-throw. morkt 2018-01-18 07:18:41 +04:00
  • 4e45160237 implemented old GD format. morkt 2018-01-18 07:18:03 +04:00
  • 880f2189f5 (PngFormat): added HeaderBytes static field. morkt 2018-01-17 02:11:30 +04:00
  • 02853c4438 implemented MNG images. morkt 2018-01-17 01:28:48 +04:00
  • a04b6aae9b implemented Lilim IMG images. morkt 2018-01-17 01:26:23 +04:00
  • 8986ce3844 (ANT): use ReadUInt8 method instead of ReadByte. morkt 2018-01-16 12:06:31 +04:00
  • 83fa7317c6 (CreateArchive): disable OK button if no format is selected. morkt 2018-01-16 12:04:30 +04:00
  • 5e0240e176 (GUI): added troubleshooting dialog. morkt 2018-01-16 12:03:23 +04:00
  • 1ec6e38e71 (Legacy): implemented ML2 archives and MD images. morkt 2018-01-16 11:59:03 +04:00
  • 06a6a26a7f (Legacy): implemented FPACK archives. morkt 2018-01-16 11:57:27 +04:00
  • 9388afd54f (Legacy): certain formats enabled in debug build only. morkt 2018-01-16 11:56:01 +04:00
  • aa93dabd2d implemented D.O.'s VRS, GGA and GGS images. morkt 2018-01-16 11:53:25 +04:00
  • c270574f52 updated formats. morkt 2018-01-15 21:56:39 +04:00
  • e4a8a8b3aa updated formats. morkt 2018-01-15 12:27:10 +04:00
  • 7caeda1b15 (EGO): implemented earlier version of format. morkt 2018-01-15 12:26:52 +04:00
  • 57df6b67f7 (Legacy): implemented Witch 'ARC' archives. morkt 2018-01-15 12:25:29 +04:00
  • 89a7910a57 (GUI): trim newlines from statusline messages. morkt 2018-01-15 12:22:05 +04:00
  • c50b2d3ec3 (Legacy): another BMP format de-obfuscation. morkt 2018-01-15 03:11:31 +04:00
  • 1adefb043d (Legacy): implemented IDA 'XAF' archives. morkt 2018-01-15 03:10:06 +04:00
  • bdad7902cc (MbImageFormat): accept 'MC' signature as well. morkt 2018-01-15 03:06:43 +04:00
  • e08858a60a (MCG): copy array instead of clone. morkt 2018-01-15 03:05:49 +04:00
  • 8f133df5a5 (Legacy): implemented CII images and CWV audio. morkt 2018-01-14 03:07:46 +04:00
  • 08016ea454 (Legacy): implemented FL4 archives. morkt 2018-01-14 03:06:22 +04:00
  • 2512cba973 (LST): moved to Tactics folder. morkt 2018-01-12 20:22:25 +04:00
  • 466c159441 (GUI): restore focus to listview after file operations. morkt 2018-01-12 19:57:56 +04:00
  • c3f4343558 added localization strings for settings. morkt 2018-01-12 19:56:25 +04:00
  • 3e6645a336 (OGG): have to check for 'OggS' signature now. morkt 2018-01-12 19:16:58 +04:00
  • df2ae85850 updated target framework version. morkt 2018-01-11 20:27:10 +04:00
  • 0d43484e34 (OGG): recognize Ogg streams embedded into WAVE files. morkt 2018-01-11 20:25:50 +04:00
  • 2d389ec528 (LST): fixed decryption for names containing characters identical to encryption key. morkt 2018-01-11 20:22:53 +04:00
  • eb8e7598a0 (DSK): ignore empty entries. morkt 2018-01-11 20:21:29 +04:00
  • dabed60304 implemented DAI_SYSTEM resource archives. morkt 2018-01-11 20:20:42 +04:00
  • 33ffb0da6f (SettingsWindow): some tweaks. morkt 2018-01-11 18:45:23 +04:00
  • 8d4cb0567f (App): upgrader settings of GameRes assembly. morkt 2018-01-11 18:41:44 +04:00
  • d8389d2289 added ISettingsManager implementation. morkt 2018-01-11 18:39:43 +04:00
  • 21f2529e97 (ISettingsManager): new public interface. morkt 2018-01-11 18:38:33 +04:00
  • c1a6c69145 Merge remote-tracking branch 'refs/remotes/origin/master' into res-settings morkt 2018-01-10 17:32:19 +04:00
  • a6865194c4 updated formats. morkt 2018-01-10 17:20:42 +04:00
  • 7b4efc874b (ArchiveFormat.IsSanecount): increased maximum possible entries count. morkt 2018-01-10 17:12:27 +04:00
  • 51e7b224ec (WidgetXP3): better remember last used scheme. morkt 2018-01-10 17:11:29 +04:00
  • a3664adb53 (GUI): remember last opened section in settings. morkt 2018-01-10 17:09:29 +04:00
  • 13829ca798 (GUI): added settings dialog. morkt 2018-01-10 02:44:21 +04:00
  • 6af3e14f34 (RCT): ApplyMask setting text. morkt 2018-01-10 02:29:26 +04:00
  • df9deb0d09 Merge remote-tracking branch 'refs/remotes/origin/master' into res-settings morkt 2018-01-09 04:31:35 +04:00
  • 77459967fa implemented ecrypted ACTGS archives. morkt 2018-01-09 04:30:43 +04:00
  • cd4e1174af fixed code to work with new resource settings interface. morkt 2018-01-08 20:04:23 +04:00
  • 2e2e447c42 moved Settings to Properties folder. morkt 2018-01-08 19:56:31 +04:00
  • a3ce27da5f (GameRes): persistent resource settings infrastructure. morkt 2018-01-08 19:55:28 +04:00
  • 444a15b94a (GUI): stop button size. morkt 2018-01-07 12:05:48 +04:00
  • d8d2c57248 (SEEN): ignore zero-sized entries. morkt 2018-01-07 12:05:04 +04:00
  • e9102844bc (Legacy): implemented NCL archives. morkt 2018-01-07 01:33:26 +04:00
  • 6cdf10df13 implemented 'CLS_TEXFILE' images. morkt 2018-01-07 01:25:12 +04:00
  • 86171a11f1 (CgdFormat): file length may vary. morkt 2018-01-07 01:15:11 +04:00
  • efa9a31658 implemented Bonk pack archives. morkt 2018-01-05 20:25:17 +04:00
  • 851fe04756 (XP3): display selected decryptor name in popup dialog. morkt 2018-01-04 20:46:37 +04:00
  • d87ac53f9b implemented Ail 'LNK2' archives. morkt 2018-01-04 20:43:30 +04:00
  • babe2d93d7 (BMP): ignore incorrect length in bitmap header. morkt 2018-01-04 20:41:26 +04:00
  • 3732d8bb5d (ArchiveFormat): ditched overwrite stubs. morkt 2018-01-04 20:40:02 +04:00
  • 10ff376de2 (Legacy): GDT images. morkt 2018-01-04 18:17:16 +04:00
  • eae1509a12 (BinOpener): recognize 'ACP_PK.1' archives. morkt 2018-01-04 18:15:20 +04:00
  • 7f823d20af updated formats. morkt 2018-01-03 22:09:03 +04:00
  • 22df3f0e33 implemented Nekopunch PBM images. morkt 2018-01-03 22:01:32 +04:00
  • f44c13c19e (G24Format): low-cased extensions. morkt 2018-01-03 21:59:51 +04:00
  • 342b96da22 (PlayFile): merged nested try blocks. morkt 2018-01-02 20:28:30 +04:00
  • df70fc9271 (Legacy): KGR, GEF and GGF images. morkt 2018-01-02 20:27:38 +04:00
  • c9425ed876 implemented Maika BK archives. morkt 2018-01-02 20:24:15 +04:00
  • 63399a827e updated formats. morkt 2018-01-02 20:04:38 +04:00
  • 6cfe3c3c8e (DWV): fixed. morkt 2018-01-02 07:07:34 +04:00
  • f34feafeee (GUI): added stop playback button. morkt 2018-01-02 07:05:18 +04:00
  • e7bac5c4ed implemented TPF archives. morkt 2018-01-02 07:02:15 +04:00
  • 2bdfc873b6 (AosOpener): use HuffmanStream. morkt 2018-01-02 07:01:43 +04:00
  • 9b9d91a954 implemented LAX archives. morkt 2018-01-02 07:00:58 +04:00
  • 4631caa346 updated year. morkt 2018-01-02 06:58:07 +04:00
  • 47769f4112 changed target framework version to .Net v4.6 morkt 2018-01-02 06:56:32 +04:00
  • 1a8b0d8b4a (HuffmanCompression): classes utilizing Huffman compression. morkt 2018-01-02 06:43:41 +04:00
  • 92a133fd52 (AGF): implemented 4bpp images. morkt 2018-01-02 06:40:07 +04:00
  • e998491cda (LzssStream): use PackedStream as base. morkt 2018-01-02 06:39:09 +04:00
  • 0abbadd97b (PackedStream): added Reader property. morkt 2018-01-02 06:34:50 +04:00
  • c9e41ba2c8 (CgOpener): added extensions and signatures. morkt 2018-01-02 06:33:38 +04:00
  • 8932735018 (DwvAudio): calculate BitsPerSample. morkt 2018-01-02 06:32:49 +04:00
  • 7046987fed (VFS.ChangeFileName): new static method. morkt 2018-01-02 06:27:17 +04:00
  • a70cc6a251 (UsfOpener): additional sanity check. morkt 2018-01-02 06:20:14 +04:00
  • 466fec5ff8 (Legacy): implemented MBP bitmaps. morkt 2018-01-02 06:19:52 +04:00
  • 7533a0a882 (Legacy): EBG_SYSTEM archive. morkt 2018-01-02 06:19:10 +04:00
  • d6b2140304 released v1.4.33 v1.4.33 morkt 2017-12-31 10:37:39 +04:00
  • 1260586d62 (Legacy): implemented RBM images. morkt 2017-12-31 10:36:50 +04:00
  • d8062b0240 (WAV): check for invalid encoding tag. morkt 2017-12-31 10:36:10 +04:00
  • 5e53eb5fa1 (Legacy): implemented MGO images. morkt 2017-12-31 09:04:35 +04:00
  • 913d6e6817 (BET): recognize non-compressed images. morkt 2017-12-31 09:04:16 +04:00
  • 31e420c094 missing BinaryStream update. morkt 2017-12-31 09:03:27 +04:00