98 Commits

Author SHA1 Message Date
a89c7e18f9 Automatically filter on details returned by GetDetails() call to make things easier on us 2014-12-18 10:25:36 -05:00
25f43684ff Custom Equals() and CompareTo() implementations for ObjectModelReference and DataFormatReference 2014-12-18 10:06:54 -05:00
970dfac4d1 Streamlined MatchesFile implementation 2014-12-17 23:02:27 -05:00
683c6cef44 Replace legacy DataFormatFilters with UE5 Associations (incomplete) 2014-12-11 16:04:31 -05:00
c9c3dfa5b0 Implement Associations 2014-12-11 11:42:24 -05:00
54e71e4e08 Make sure we don't go outside of the range of the Accessor when we check filters 2014-12-11 10:30:55 -05:00
89ad703e71 Isolated MakeReference() to internally-scoped MakeReferenceInternal() and developed new standard for locating UniversalEditor objects 2014-12-11 09:29:06 -05:00
505a2ac7bf Begin to support Associations defined in UEPackages (will eventually deprecate defining DataFormatFilters in DataFormatReferences) 2014-12-10 23:11:40 -08:00
573417e5f2 Refactored XML loading code to its own DataFormat to make it easier to extend and maintain 2014-12-05 15:27:25 -05:00
6846e105df Disable charBuffer because it messes things up for some reason 2014-12-04 22:00:36 -08:00
6cef543a97 Added comments 2014-12-01 15:56:05 -05:00
819e3db0b8 Added comments 2014-12-01 15:44:37 -05:00
cdef17b5ab Added comments and made ReplaceVariables(string, Dictionary`2) into an extension method 2014-12-01 15:44:25 -05:00
2fdb51569e Added comments and PDPEndian value for Endianness... not that anyone *actually* uses it 2014-12-01 15:38:56 -05:00
66fa80b1c0 Added comments and documentation 2014-12-01 15:33:39 -05:00
d413f9f415 Specify a documentation file and update the Release output path 2014-12-01 14:02:39 -05:00
3f1327b8ea Added comments 2014-12-01 14:01:12 -05:00
80d16a1354 Removed unnecessary namespace imports 2014-12-01 14:00:05 -05:00
759193698d Removed unnecessary and conflicting namespace import 2014-12-01 13:59:17 -05:00
388ea4aace Added comments 2014-12-01 13:59:00 -05:00
67080be413 Remove redundant namespace reference 2014-12-01 13:55:38 -05:00
f2fd5426eb Refactored common Reader/Writer functionality into separate ReaderWriterBase class 2014-12-01 13:54:42 -05:00
d445efe918 Support additional newline formats 2014-12-01 13:54:01 -05:00
60cd1ed4c6 Hide read-only FileAccessor CustomOptions 2014-11-14 12:16:01 -05:00
4e141e9d9a Beginning major rewrite of the UniversalEditor infrastructure... it compiles, but further testing and fixing is still needed 2014-11-12 15:47:03 -05:00
073033ac0b Added ability to 'fake' a FileName on a MemoryAccessor 2014-11-12 13:11:27 -05:00
6d2a1d4fa3 Added GetFileTitle() and GetFileName() methods for implementing agnostic Accessors 2014-11-12 12:31:22 -05:00
8d6f4a2903 Changed access modifiers of ReadInternal/WriteInternal to protected internal so they can be used in subclasses 2014-11-12 10:06:53 -05:00
85c6ff1da9 Tabify 2014-11-12 09:45:47 -05:00
50ca3678e7 Set dialog mode to Save on the FileName CustomOption when exporting 2014-11-11 16:45:27 -08:00
272e632777 Major user interface updates, may require additional testing 2014-11-11 15:53:48 -05:00
e1120e3b47 Syntactic sugar for easily implementing *Reference classes (AccessorReference, ObjectModelReference, DataFormatReference) 2014-11-11 15:27:28 -05:00
3dfea8a0cc Implemented Accessor References 2014-11-11 15:26:22 -05:00
37a2cb96b3 Added ability to enable/disable and hide/show CustomOptions while still providing default values for them 2014-11-11 13:14:04 -05:00
926815e76e Optimize seeking with cast to System.IO.SeekOrigin 2014-10-25 09:55:07 -04:00
28bcb33deb Added generic CodePageEncoding and known encoding 'Windows-1252' 2014-10-04 15:13:14 -04:00
dbd9313196 Add WriteUInt16String counterpart to ReadUInt16String (the similarly-named WriteUInt16SizedString doesn't write the size value) 2014-10-03 23:25:32 -04:00
1e068e577a Added 'Visible' property to ObjectModelReference 2014-10-01 13:31:39 -04:00
82d085bb6f Refactored various DataFormat-related classes into separate files 2014-09-30 20:44:18 -04:00
51ca97da5c Moved ObjectModelReference into separate code file 2014-09-30 20:34:09 -04:00
52042fbacd Moved ObjectModelReference into separate code file 2014-09-30 20:33:48 -04:00
4ed581f594 Added ReadStringToEnd(Encoding) function 2014-09-25 14:31:06 -04:00
e807c0b627 Added XML documentation for UniversalEditor.IO.Reader.Align(int) method 2014-08-09 15:58:57 -04:00
5ae4110196 Added additional constructors to CustomOptionFieldChoice 2014-08-04 09:19:13 -04:00
850eadf27f Added Endpoint (to be implemented in UE5) 2014-07-29 19:47:34 -04:00
6ed850767f Tabify 2014-07-18 08:49:11 -04:00
14c3bf88e9 Implemented ReadLengthPrefixedString 2014-07-08 15:44:24 -04:00
23c7972f0d Do not crash if a null filename is given 2014-07-05 19:12:28 -04:00
84b4798eaf Still don't know how to properly handle position 2014-07-05 19:12:02 -04:00
dd802fa789 Still don't know how to properly handle position 2014-07-05 19:11:44 -04:00