22 Commits

Author SHA1 Message Date
70730ac1a0
it is now possible to automate the opening of 'embedded' documents in proper Editors without an Accessor 2020-08-12 21:45:51 -04:00
23e35d5282
StringAccessor wasn't working properly, so let's just make it a subclass of MemoryAccessor 2020-08-12 21:45:51 -04:00
599523fe99
this has been moved to MBS.Framework 2020-07-30 09:27:36 -04:00
0151b48216
make Type property writable and move validation logic into the setter 2020-06-17 23:24:27 -04:00
33ce82b717
add sbyte[] support to Reader and Writer 2020-06-17 18:29:36 -04:00
2a64d6a799
implement WriteSingleArray function 2020-06-14 00:46:01 -04:00
54e11b8da6
provide a way for embedded Accessors returned from a FileSystemObjectModel to access files relative to their location (not just physical files) 2020-06-14 00:45:03 -04:00
28bb5da3cc
implement IDisposable for Document so we can do cool things like (using Document.Load()...) 2020-05-28 18:19:29 -04:00
854ba278c8
various improvements and additions to the New World Computing / Heroes of Might and Magic plugin 2020-05-28 18:17:51 -04:00
6f5d7150d9
better sorting for Associations 2020-05-24 19:10:38 -04:00
777cef98e8
I was stupid, this actually needs to do something slightly different for the Writer vs. Reader. maybe the padding calculation can be refactored out? 2020-05-20 13:17:42 -04:00
53898136ae
support writing object[] array for convenience 2020-05-09 22:51:08 -04:00
0a47423f29
this is pretty useful 2020-05-03 13:40:49 -04:00
7a70c10081
remove obsolete ErrorDataFormatInvalid string table entry; replaced with InvalidDataFormatException 2020-04-29 01:55:46 -04:00
f0b529a857
add standard header to existing code files 2020-04-29 00:57:58 -04:00
3954603fef
support XOR (and others, in the future) transformations directly on the Reader / Writer 2020-04-05 02:49:54 -04:00
0c9bc81724
Move CalculateAlignment function (should this be static?) to ReaderWriterBase 2020-04-03 11:49:11 -04:00
b347582b41
fix FPK data format saving 2020-04-03 11:45:02 -04:00
c168b4361b
change mnemonic so it doesn't conflict with the _OK button 2020-04-03 00:16:50 -04:00
89fd1cb8d7
didn't know this hadn't been implemented yet 2020-04-01 11:27:06 -04:00
400f962de1
reorganize directory structure and remove stale projects. our main focus will be on C# from here on out 2020-03-23 03:05:03 -04:00
19fa0d64bc
reorganize directory structure and remove stale projects. our main focus will be on C# from here on out 2020-03-23 02:28:39 -04:00