548 Commits

Author SHA1 Message Date
140deda83d Remove PianoRollEditor and do not use 'mnu' prefix for commands (to fix combining menus) 2014-10-16 12:48:15 -04:00
90204ed937 Name ToolStripMenuItem after command ID (used in combining menus) and fix positioning for menus that try to combine outside parent boundaries 2014-10-16 12:46:45 -04:00
a68e40a244 Catch the issue early on so we don't throw an unrelated exception later 2014-10-16 12:45:21 -04:00
5d46fe225b Only catch exceptions with CrashDialog if in release mode 2014-10-16 12:06:16 -04:00
bfcce47c69 Removed Auraluminous reference because it breaks build on laptop for some reason 2014-10-09 21:18:38 -04:00
6be83c3597 Added Sinister Games GUT archive (untested, very strange) 2014-10-09 21:09:03 -04:00
bc8ffcddba Add Auraluminous WinForms plugin 2014-10-08 11:54:04 -04:00
abeab8af0f Add Auraluminous WinForms plugin 2014-10-08 11:51:59 -04:00
3dbac2aeda Start to implement DeepSilver Secret Files SPR saving, only to get it to compile... totally untested, certainly doesn't work at all 2014-10-08 11:51:26 -04:00
724b1fd1eb Start to implement the Secret Files SPR data format 2014-10-08 00:19:37 -04:00
459468ff68 Added Eighting FPK archive format (without compression) 2014-10-07 23:24:51 -04:00
0ccba48bb7 Implement stub of writing the CHD file format (almost certainly incomplete) 2014-10-07 22:16:57 -04:00
f155d3bacc Implemented POD version 3, still need the game to test 2014-10-07 22:16:13 -04:00
8adc19ade2 Not sure why the try/catch is there but it seems like it should be properly fixed 2014-10-07 20:34:42 -04:00
3666613a91 Tabify 2014-10-07 20:33:42 -04:00
bb8d299f1b Only catch ThreadException when not in Debug build 2014-10-07 20:25:08 -04:00
c6179ebfdc Added DataFormat for Terminal Reality POD archive 2014-10-07 20:23:47 -04:00
5dcb7b822d Added Roxor In the Groove PCK data format (without compression) 2014-10-04 15:13:38 -04:00
28bcb33deb Added generic CodePageEncoding and known encoding 'Windows-1252' 2014-10-04 15:13:14 -04:00
d637484d0e Implement SaveInternal for CFL data format (only uncompressed for now) 2014-10-03 23:26: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
467eeb2633 Implemented LoadInternal for CFL data format (was unfinished) 2014-10-03 22:54:05 -04:00
68e04c5d8c Implement invisible object models in DocumentTypeSelector 2014-10-01 14:01:09 -04:00
f4b45e3115 Add GetAvailableObjectModelByID and rename GetObjectModelByTypeName to GetAvailableObjectModelByTypeName to match convention 2014-10-01 13:36:53 -04:00
76b0cfd909 Implement ObjectModel visibility 2014-10-01 13:35:55 -04:00
01355d3f2c Renamed 'Enabled' property to 'Visible' 2014-10-01 13:35:02 -04:00
1e068e577a Added 'Visible' property to ObjectModelReference 2014-10-01 13:31:39 -04:00
7d1edc8976 Slight hack to allow for UTF-8 with BOM 2014-10-01 13:22:27 -04:00
e68a1e0751 Added default settings for ObjectModels 2014-10-01 10:29:54 -04:00
3d647c47a6 Added default settings for ObjectModels 2014-10-01 10:24:00 -04:00
b6bd78e144 Begin to implement FormattedTextObjectModel 2014-10-01 09:52:05 -04:00
40624f91d2 Start to implement XPS format... not complete 2014-09-30 22:50:03 -04:00
72b4772138 Fixed projects so that they build with MonoDevelop on Linux 2014-09-30 22:38:19 -04:00
34d4de1f7f Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-09-30 22:22:50 -04:00
7481264662 Added UniversalEditor plugin for StoryWriter to GTK solution 2014-09-30 22:22:23 -04:00
64fdcde7b7 Allow enabling/disabling ObjectModels via XML configuration (not implemented) 2014-09-30 20:51:35 -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
ba3e5b10c6 Added crash handling in various locations for a more user-friendly experience 2014-09-30 15:56:03 -04:00
25a4c3e547 Added Path definition for ObjectModelReference 2014-09-30 15:55:42 -04:00
cffee1e6bf Updated version information for all projects 2014-09-30 14:32:17 -04:00
c3528f2400 Added description for solutions 2014-09-30 09:28:44 -04:00
2524e9902b Replace the hardcoded Window/Windows... menu with an Engine Command 2014-09-25 15:59:46 -04:00
a11d33620b Added UniversalEditor Web plugin and plugin for Windows Forms 2014-09-25 14:57:32 -04:00
aa68286bf8 Add ExtensibleConfiguration DataFormat to Essential plugin 2014-09-25 14:32:58 -04:00
bcd1221a93 Support automatically opening specified files at startup 2014-09-25 14:32:06 -04:00
4ed581f594 Added ReadStringToEnd(Encoding) function 2014-09-25 14:31:06 -04:00
f1fab6b3f4 Map the ImageLists to their appropriate controls 2014-09-19 16:02:28 -04:00
dd5c5e7e92 Implement MakeReference() for the ObjectModel and Editor 2014-09-19 15:58:56 -04:00