morkt
|
1cf89e33b6
|
updated READMEs.
|
2016-08-06 16:23:50 +04:00 |
|
morkt
|
0732a9cf45
|
introduced extensions infrastructure.
|
2016-08-02 16:38:42 +04:00 |
|
morkt
|
2ac291b1d8
|
(ArchiveFormat.CopyEntry): removed unused method.
|
2016-08-02 05:17:25 +04:00 |
|
morkt
|
0e8a3ea417
|
updated prerelease config.
|
2016-07-28 21:22:41 +04:00 |
|
morkt
|
ef2552deec
|
added 'prerelease' configuration.
|
2016-07-26 07:08:07 +04:00 |
|
morkt
|
5a858cf42d
|
(BMP): refined detection of bitmaps with alpha channel.
|
2016-07-26 07:05:02 +04:00 |
|
morkt
|
9133adeab9
|
released v1.2.18
|
2016-07-07 17:38:02 +04:00 |
|
morkt
|
02efade7ff
|
(ImageFormat.Write): use overloaded BitmapFrame.Create method.
incorrect metadata sometimes causes ArgumentException.
|
2016-06-18 11:02:33 +04:00 |
|
morkt
|
394a7949dd
|
(ArcFile.TryOpen): don't try same format twice.
|
2016-06-18 10:10:19 +04:00 |
|
morkt
|
95e7aa7614
|
released v1.2.17
|
2016-06-12 01:38:09 +04:00 |
|
mireado
|
066bf1fa13
|
update korean translation (#29)
|
2016-06-11 21:37:15 +04:00 |
|
morkt
|
08cd673408
|
(ArcFile.OpenView): ensure that length supplied to ArcView is always greater than zero.
|
2016-06-11 06:38:47 +04:00 |
|
morkt
|
9f004452ba
|
(ViewPointer): unsafe wrapper around memory mapped view pointer.
|
2016-05-30 15:51:37 +04:00 |
|
morkt
|
ca9126907c
|
don't concatenate strings inside lambda expressions.
|
2016-05-25 03:07:19 +04:00 |
|
morkt
|
0c426d723f
|
released v1.2.16
|
2016-05-20 04:33:05 +04:00 |
|
morkt
|
d20fed194c
|
(VFS): added GetDirectoryName methods.
|
2016-05-20 03:58:22 +04:00 |
|
morkt
|
78d7d693d6
|
(BmpFormat): recognize non-standard bitmaps with embedded alpha channel.
|
2016-04-25 18:02:01 +04:00 |
|
morkt
|
3711e28d79
|
moved checksum classes to separate file.
|
2016-04-24 22:06:50 +04:00 |
|
morkt
|
dee61a2929
|
apparently simplified chinese locale is called "zh-Hans" in .Net framework.
|
2016-04-14 01:06:33 +04:00 |
|
morkt
|
a76b432846
|
added simplified chinese string resources.
|
2016-04-13 18:07:06 +04:00 |
|
tenyuhuang
|
4d3f883292
|
ArcFormats & GameRes: Simplified Chinese Locale (#23)
|
2016-04-13 18:01:21 +04:00 |
|
morkt
|
1f9a8e5a09
|
(IFileSystem): added GetFiles(pattern) method.
|
2016-04-09 00:34:28 +04:00 |
|
morkt
|
e6548dcf5b
|
released v1.2.15
|
2016-03-28 06:53:38 +04:00 |
|
morkt
|
05aa1568ea
|
added filename glob matching.
|
2016-03-06 15:17:26 +04:00 |
|
morkt
|
bb55fe7eed
|
released v1.2.14
|
2016-03-04 07:09:24 +04:00 |
|
morkt
|
b41f93cd0e
|
(RawPcmInput): class representing raw PCM sound input.
|
2016-03-03 08:51:07 +04:00 |
|
morkt
|
1b5e682fe7
|
(ArcView.ArcStream): don't limit stream size to uint.MaxValue.
|
2016-02-08 09:14:43 +04:00 |
|
morkt
|
05837d28ba
|
released v1.2.13
|
2016-02-07 09:58:51 +04:00 |
|
morkt
|
410d40313e
|
(Binary.Rotate): added ulong methods.
(Crc32.UpdateCrc): method made public.
|
2016-01-15 11:50:13 +04:00 |
|
morkt
|
f85cf12fcd
|
released v1.2.12
|
2016-01-07 18:08:46 +04:00 |
|
morkt
|
207cc8e144
|
(ArchiveFormat.IsSaneCount): method made public.
|
2015-12-19 06:39:55 +04:00 |
|
morkt
|
e0bbb0e7ac
|
(UnknownFormatException): propagate inner exception.
|
2015-12-13 17:11:09 +04:00 |
|
morkt
|
63c57cccce
|
released v1.2.11
|
2015-12-11 16:33:05 +04:00 |
|
morkt
|
1c457e1249
|
(TgaFormat): read grayscale images.
|
2015-12-09 17:57:48 +04:00 |
|
morkt
|
b442bd5afb
|
(ArcView.ReadString): added commented out unsafe implementation.
unsafe variant doesn't allocate temporary buffer for name, but requires
.Net framework version 4.6 or later.
|
2015-12-08 20:56:10 +04:00 |
|
morkt
|
aeea84a693
|
(CopyOverlapped): slightly optimized BlockCopy loop.
|
2015-12-05 20:26:36 +04:00 |
|
morkt
|
6d6b81c88f
|
(Binary): added RotByteR and RotByteL methods.
|
2015-12-03 15:51:06 +04:00 |
|
morkt
|
1ee96fc3e9
|
(Binary): added RotR and RotL methods.
|
2015-12-01 11:24:48 +04:00 |
|
morkt
|
95e861c5b1
|
fixed file system navigation.
|
2015-12-01 11:23:47 +04:00 |
|
morkt
|
7ca6a5d1a4
|
released v1.2.10
|
2015-11-28 01:46:23 +04:00 |
|
morkt
|
b38e3a0601
|
relaxed entry placement check.
archives with external index and single entry didn't pass check.
|
2015-11-26 02:23:24 +04:00 |
|
morkt
|
3c22e9c077
|
(FileSystemStack.Flush): don't dispose of LastVisitedArc if it currently resides on top of the stack.
|
2015-11-21 10:15:54 +04:00 |
|
morkt
|
b0d06882b2
|
(ArcFile.Dispose): don't assign null on dispose.
|
2015-11-21 10:13:42 +04:00 |
|
morkt
|
6c6c6be7a0
|
(ArcView.ReadBytes): new method.
|
2015-11-19 11:35:56 +04:00 |
|
morkt
|
bbadd583df
|
(BigEndian): added ToUInt16 and ToInt16 methods.
|
2015-11-17 21:30:46 +04:00 |
|
morkt
|
1c031ad24b
|
(TgaFormat.ReadMetaData): additional sanity check for color-mapped images.
|
2015-11-13 11:41:52 +04:00 |
|
morkt
|
58718944ab
|
released v1.2.9
|
2015-11-11 12:56:31 +04:00 |
|
morkt
|
330d255883
|
(ImageFormat.Tga): new static property.
|
2015-11-09 00:09:36 +04:00 |
|
morkt
|
382b257532
|
(WaveAudio): store ogg/mp3 format tags in a set.
|
2015-11-04 04:02:42 +04:00 |
|
morkt
|
91110ad1df
|
(TifFormat): enabled in release build.
|
2015-10-30 08:53:40 +04:00 |
|