249 Commits

Author SHA1 Message Date
b856245180 Extrapolated common functionality to GetAvailableTypes() method 2014-12-05 23:52:23 -08:00
9f274657fd Fixed API call 2014-12-05 23:50:40 -08:00
9111487bbe Implement execution of Tasks and TaskActions 2014-12-05 23:49:42 -08:00
40ebce255d Started to implement ProjectTaskActions (incomplete) 2014-12-05 15:51:37 -05:00
cc8a41dc6e Implement ExpandedString to easily construct strings from chains of ExpandedStringSegments 2014-12-05 15:28:19 -05: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
aded88831b Added ProjectTask 2014-12-04 22:13:40 -08:00
dc78de5bc9 Added ProjectTask 2014-12-04 22:07:59 -08:00
3366d5468a Can't forget to read that single character every loop 2014-12-04 22:07:22 -08:00
cfb31afacf Stupid mistake on my part; that check should only be performed once, not each time in the loop... 2014-12-04 21:48:34 -08:00
8a042df9d8 Clear out junk bytes if the file is a UTF-8 with byte order mark 2014-12-04 21:41:45 -08:00
6ae39b42a0 Improvements to ISO data format 2014-12-01 00:25:24 -05:00
1567b5a462 Added inline documentation for recordLength field 2014-11-28 09:50:58 -05:00
308667f61e Support unspecified DateTime values for DECDateTime 2014-11-28 01:06:07 -05:00
ea4d34674a More accurately align the Reader to the 2-byte boundary 2014-11-28 01:01:50 -05:00
1923c141cf Documented previously unknown fields and implemented actual ability to access files in the file system 2014-11-28 00:46:21 -05:00
16978e7433 Added sanity check for header magic string 2014-11-27 22:55:42 -05:00
096c70a133 Improved file table parsing in ISO format; still a lot of work to be done 2014-11-27 22:33:37 -05:00
bb311f2979 Added Vector Image ObjectModel and one DataFormat (Expression Blend) (incomplete) 2014-11-27 21:02:28 -05:00
7ae6a1762b Implement our own (probably crappy) seeking mechanism for network streams which do not support it 2014-11-17 15:56:57 -05:00
05cc24882e Added NScripter NSA archive format (incomplete) 2014-11-16 00:09:20 -05:00
adb9d49207 It's back 2014-11-14 14:38:08 -05:00
4c9b303d1c Ensure accessor is open before trying to use it 2014-11-14 10:51:24 -05:00
3575bbfb80 Updated comments 2014-11-14 09:43:07 -05:00
561bd1fd04 Moved Windows Forms common dialog functions into Windows Forms-specific UserInterface library 2014-11-14 08:31:20 -05:00
ac8234a903 Exclude KeyValuePairList to keep file size down as we're not using it anywhere 2014-11-14 08:25:40 -05:00
599e4e8c4b Neatened some stuff up, but it looks like this isn't used anywhere anymore 2014-11-14 08:25:10 -05:00
5f62651a8e Updated comments and removed redundant implementation 2014-11-14 08:20:55 -05:00
5d8e9bc0d6 Updated comments and removed redundant implementation 2014-11-14 08:13:36 -05:00
c1f83a6359 Added Michelangelo plugin (object-based artwork tool) 2014-11-13 15:56:31 -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
5ea0de2c0d Added HTTP accessor to Web plugin (untested) 2014-11-12 11:39:56 -05:00
d3282e9d90 Added HTTP accessor to Web plugin (untested) 2014-11-12 11:39:19 -05:00
3dfea8a0cc Implemented Accessor References 2014-11-11 15:26:22 -05:00
af4e4ce955 Added Dynamix/Starsiege VOL archive data format (tested with PakScape, mostly working, some features untested/unsure) 2014-11-11 11:05:26 -05:00
45f2c344b5 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-10-27 08:13:49 -04:00
629dbfaa5c Allow inherited EBML data formats to specify whether a particular element has children or not 2014-10-27 08:13:07 -04:00
61db8164c7 Begin to implement Abstract Syntax Notation (ASN) v1 and the related DER-encoded Security Certificate formats 2014-10-25 21:52:11 -04:00
3727fa7887 Tabify 2014-10-25 10:29:27 -04:00
d4ea17f320 Properly advance the next sector for MSAT 2014-10-25 09:53:37 -04:00
a037dadaa2 Properly advance the next sector for MSAT 2014-10-25 09:50:59 -04:00
257d616882 Trim the DataRequest so it only returns actual data, not padding (which could contain other sectors' data) 2014-10-24 22:11:30 -04:00
fba1356540 Now with short-sector support, untested, LOOKS BUGGY, definitely needs to be reorganized 2014-10-24 21:46:17 -04:00
3de240486c Attempt to implement writing EBML compressed integers, needs heavy testing... 2014-10-24 17:16:21 -04:00
5430a48b6a Remove magic number of ARC data format since it conflicts with EBML - TODO: figure out a way to disambiguate 2014-10-24 15:58:36 -04:00
d423e85c05 Implemented loading EBML data format (extensive testing still needs to be done) 2014-10-24 15:57:34 -04:00
d96f8461d0 Tried to implement full MSAT blindly, needs to be tested with a file with more than 109 SecIDs 2014-10-22 23:29:35 -04:00
9ea2d840bb Begin to implement the Microsoft OLE Compound Document Format, with documentation 2014-10-19 00:41:40 -04:00
2701bf1015 Various improvements to Vocaloid data formats and editors 2014-10-17 15:58:47 -04:00
e42d1406d3 Updated VOCALOID-related data formats in Multimedia plugin 2014-10-16 16:10:59 -04:00