342 Commits

Author SHA1 Message Date
82e4dc2acf MonoDevelop crap 2015-05-18 22:09:42 -04:00
d76718c2bf Added vCard data format (incomplete) 2015-05-18 16:14:15 -04:00
fdf53983f0 Fixed ObjectModelReference to point to full path so the items don't get lost in the list 2015-05-18 13:12:19 -04:00
c09c7a5199 Moved AddressBook from Web to separate plugin and began to implement Microsoft Contact format (incomplete) 2015-05-17 23:42:55 -04:00
bb4badb1bc Start to implement Explode compression module used in InstallShield .Z archives (thanks aluigi) 2015-05-15 15:51:02 -04:00
bc9002a149 Remove some left-behind debugging code 2015-05-15 15:15:30 -04:00
46f20106e5 Add reference to UniversalEditor.Compression for decompressing compressed .Z archives 2015-05-15 13:50:31 -04:00
a560f1491e Implement file and folder hierarchy and add placeholder for ExplodeCompressionModule (not implemented) 2015-05-15 13:49:38 -04:00
ebf9b9ba9a Added support for InstallShield .Z archives and reorganized content 2015-05-15 07:05:22 -04:00
db69cc2714 Added preliminary support for Apple Mach-O executable format 2015-05-12 16:10:57 -04:00
8b8a0c18f0 Added position saving and loading feature to Accessor 2015-05-12 16:10:27 -04:00
463b053e25 Added (buggy?) support for loading BinHex files; saving coming soon 2015-05-12 16:04:41 -04:00
886d6cc86e Greatly improved saving of EXE format and aligning ExecutableSections 2015-05-11 23:44:34 -04:00
6f792d1f45 Write actual RVA values 2015-05-11 23:03:47 -04:00
c23d58be92 Give credit where credit is due 2015-05-11 22:13:45 -04:00
08f43f2184 Identify previously unknown values 2015-05-11 22:12:40 -04:00
9b0b61d419 Actually write meaningful values after the DOS header 2015-05-11 22:11:14 -04:00
f829623f79 Fixed elusive bug in section loader and added some extra bells and whistles 2015-05-11 22:01:11 -04:00
41a30c67ba Fixed ExecutableSection cloning 2015-05-11 19:51:59 -04:00
08d102e585 Fixes for upgrade to UE4 2015-05-11 19:28:08 -04:00
c807b7aaa5 Added Microsoft executable format to main Executable plugin (since it is supported cross-platform by Wine) 2015-05-11 15:56:05 -04:00
e306842d6b Added NameValuePair/NameValuePairGroup 2015-05-11 15:53:41 -04:00
5fea80b1b1 Fixed FileSystemObjectModel.GetNewFolderName() function 2015-05-04 12:56:59 -04:00
c202ad453d Add support for Microsoft Cabinet (MSCF) archives (untested) 2015-05-04 12:46:58 -04:00
6769504274 Fixed bug where DataFormatReference was not being created correctly 2015-05-04 12:46:26 -04:00
b408479b42 Added AddFile() to other IFileSystemContainer implementations and added GetNewFolderName() to IFileSystemContainer interface 2015-05-04 12:43:32 -04:00
a523fa737d Added some more fields to KA ATR data format... still not sure what they do 2015-05-03 09:39:37 -04:00
6f8111b922 Revert ToolsVersion to be compatible with MonoDevelop 2015-05-02 23:33:21 -04:00
7dd420f392 Don't throw an unnecessary exception if we can recognize the exceptional situation 2015-04-30 13:55:52 -04:00
a0587a0693 Begin to implement BAL file system saving... does not work at all yet 2015-04-29 14:23:40 -04:00
1608ea54ab Added IFileSystemObjectType enumeration 2015-04-29 14:23:18 -04:00
7c266fbf62 Fixed bugs 2015-04-29 14:22:57 -04:00
89b6d41a0c Implement GetAllObjects() to return both files and folders 2015-04-29 12:55:50 -04:00
609bbccf0c Require the 'Name' property on the IFileSystemObject 2015-04-29 12:55:20 -04:00
9fcdb2e4c3 Added data format and object model for KA Actor (ATR)... I have no idea how to parse this 2015-04-29 12:26:26 -04:00
51e0957cca Reorganized BAL support into separate namespace 2015-04-29 11:41:08 -04:00
2e8becd39d Added support for reading and writing KA .RSC file system 2015-04-29 11:40:41 -04:00
e885f84219 Added Knowledge Adventure plugin with ability to read .BAL archives (but not write, yet) 2015-04-29 09:09:15 -04:00
1f1a203c81 Added IFileSystemContainer interface 2015-04-29 09:08:31 -04:00
b95cf5808b Finished implementing Ark Angles catalog format 2015-04-23 15:56:24 -04:00
32dc8e6a26 Begin to implement support for Ark Angles Catalog files 2015-04-23 01:16:51 -04:00
b9c247017d Improved ArkAngles Setup parser 2015-04-22 15:52:18 -04:00
9910f2ba07 Updated version information 2015-04-22 11:34:17 -04:00
b8d6b7bc6d Predefined colors should be read-only, and add Cyan color 2015-04-22 08:28:15 -04:00
6e28541e2e Added predefined Colors values for Green and Blue 2015-04-22 08:24:16 -04:00
2b4e90632a Begin to implement Ark Angles setup format 2015-04-21 20:22:49 -04:00
cd976637c6 Add support for multiple Operating Systems in bootstrapper 2015-04-21 14:10:09 -04:00
27f4addba4 Added ObjectModelReference for Rebel Software Installation Script 2015-04-21 08:25:18 -04:00
c87e46da5e Renamed SoftwareInstallation to Setup to fit under path name limitations 2015-04-21 08:16:12 -04:00
b3a1d89b23 Added plugins for Microsoft ACME Setup 2015-04-21 00:32:55 -04:00