|
|
2701bf1015
|
Various improvements to Vocaloid data formats and editors
|
2014-10-17 15:58:47 -04:00 |
|
|
|
c4db684305
|
Added Documentation
|
2014-10-16 16:13:46 -04:00 |
|
|
|
17f84f8cf2
|
Added Documentation
|
2014-10-16 16:13:12 -04:00 |
|
|
|
e42d1406d3
|
Updated VOCALOID-related data formats in Multimedia plugin
|
2014-10-16 16:10:59 -04:00 |
|
|
|
3837bcbe34
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
|
2014-10-16 12:48:29 -04:00 |
|
|
|
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 |
|
|
|
d6ef43141f
|
Added Princess Waltz ARC data format
|
2014-10-12 18:49:56 -04:00 |
|
|
|
11039d7506
|
Added Ken's Labyrinth KZP archive
|
2014-10-12 17:30:29 -04:00 |
|
|
|
43eba7a66a
|
Added Fever Pitch Studios' UTF data format
|
2014-10-12 17:04:34 -04:00 |
|
|
|
001199219d
|
Added Gremlin Interactive - Actua Soccer MAD data format
|
2014-10-12 16:06:40 -04:00 |
|
|
|
8beec6198a
|
Added Sinister Games GUT archive (untested, very strange)
|
2014-10-11 11:43:27 -04:00 |
|
|
|
a5bece8a25
|
Added Gainax plugin (for Princess Maker)
|
2014-10-11 11:41:34 -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 |
|