145 Commits

Author SHA1 Message Date
c838d4be27
properly enable/disable commands when appropriate 2021-02-20 14:24:39 -05:00
9872518396
namespace restructuring 2021-02-17 21:18:03 -05:00
2932bf2c87
use auto property 2021-02-01 18:42:23 -05:00
0fda2899a0
fix some codacy style guidelines 2021-01-10 18:34:34 -05:00
e1f79aea7e
remove orphaned PMDExtensionArchiveFile class 2021-01-10 18:33:22 -05:00
7318cdacaa
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2021-01-10 15:27:59 -05:00
8d8a6258d0 Merge branch 'master' of github.com:alcexhim/UniversalEditor into master 2021-01-10 16:04:58 -05:00
f2e96d0955 skip IcarusCommands that are null 2021-01-10 16:04:27 -05:00
a26763560a
explicitly declare CABFlags to be ushort 2021-01-09 22:44:22 -05:00
95e509eb14
formatting issues fixed 2021-01-09 22:44:03 -05:00
f439eb6513
actually implement AutoSave plugin, and add NonSerializedProperty where appropriate to FileSystem objects 2021-01-09 22:41:27 -05:00
9ecb3e3692
convert HostApplication from static class to interface implemented by EditorApplication (a subclass of UIApplication) 2021-01-02 00:30:28 -05:00
5d394baf48
merge other branches into master 2021-01-01 23:47:17 -05:00
343df37b7c
merge other branches into master 2020-12-26 15:27:38 -05:00
2a5903cf1e
initial commit 2020-12-25 13:39:51 -05:00
08a3ba282e
improvements to ISO data format 2020-12-19 22:28:22 -05:00
6699b78bc8
add HintComparison to associations 2020-12-19 22:27:38 -05:00
e1ea36f2bc
ISupportsExtraData has moved from MBS.Framework.UserInterface to MBS.Framework due to expanding usefulness 2020-12-19 22:19:46 -05:00
486163f46b
don't crash if we're out of range, and provide a (usually accurate) Duration reading 2020-12-04 23:35:25 -05:00
e7d9ee1ded
quick commit for genealogy plugin, not guaranteeing anything will work just yet 2020-11-07 23:46:44 -05:00
a2442c1283
add choices for IcarusCommandCamera 'Operation' parameter 2020-10-27 23:33:47 -04:00
c5211bc5d8
implement PerceivedType (subclass-of) for MIME type filters 2020-10-27 23:32:49 -04:00
a1a575c29c fix TargetFrameworkVersion 2020-10-27 14:18:02 -04:00
e8eab14089
migrate Application to a non-static class so we can develop UI-specific stuff in a subclass 2020-10-26 16:49:11 -04:00
a1ec00983b
major improvements to project system including 'virtual' in-memory file system for projects and multiple project types (natures) 2020-10-22 21:21:04 -04:00
3134481895
preliminary commit of Collaboration plugin and test with drawing atop a SynthesizedAudioEditor 2020-10-20 20:57:39 -04:00
e0287516dc
fix some plugins for ReadUntil extension method 2020-10-12 23:02:56 -04:00
3a2711c70a
working on supporting more database dataformats 2020-10-12 22:19:40 -04:00
7c5967ab43
oops - required since I moved ADXDataFormat out of Multimedia plugin into CRI plugin 2020-10-12 22:19:18 -04:00
c25fa776cf
delay load waveform audio samples only upon request to speed up initial file loading (like FileSystemObjectModel) 2020-10-12 22:18:33 -04:00
a6c326691f
associate .82m with Heroes of Might and Magic II dataformat 2020-10-08 16:12:02 -04:00
a5ade252f9
move CRI ADX data format from Multimedia plugin to CRI plugin 2020-10-04 19:17:13 -04:00
d80d131ccb
initial commit of Lighting plugin - works fairly well with Auraluminous 2020-09-29 05:07:05 -04:00
2bd13f7bd4
simplify, improve, and fix bugs in GetAvailableObjectModel<T>() 2020-09-29 05:04:10 -04:00
618438fd2d
provide the legacy DOS stub program 2020-09-23 01:43:02 -04:00
7983695750
add hint comparison for NWC associations 2020-09-21 12:19:20 -04:00
1375a418f9
preliminary SLOOOW plugin for reading blockchain databases 2020-09-20 01:13:17 -04:00
b5fb12fc07
vector image editor enhancements and DataFormat for OpenDocument drawing vector files 2020-09-20 01:09:56 -04:00
6a88263c37
add descriptions to some CustomOptions - will eventually replace with XML 2020-09-20 00:42:53 -04:00
8099e81867
prettify 2020-09-19 23:23:22 -04:00
6913be61f0
combine multiple associations for the same data format into a single association 2020-09-19 23:22:38 -04:00
9faecfe7a7
we don't really need the overhead of a List<T> since we know the size 2020-09-19 23:20:43 -04:00
26d068ee0c
use package-x-generic icon if the association refers to a FileSystemObjectModel 2020-09-19 23:19:59 -04:00
b983f526f4
add additional file name filters, magic byte sequences, and content types 2020-09-13 21:45:14 -04:00
fa58f1cd32
this SOMEWHAT works for monochrome BMP, but is fuzzy and I don't know why 2020-09-12 09:11:09 -04:00
a906a8bff3
we can now (somewhat) read .SAV files, but it's still broken 2020-09-12 09:11:09 -04:00
595832e7a2
add additional file name filters and magic byte sequences 2020-09-12 09:10:54 -04:00
0e6a48c8de
remove ObjectModelReference.Title setter - force us to define Path instead 2020-09-10 21:31:18 -04:00
6fdc8841fb
reorganize associations and add ContentType and HintComparison 2020-09-10 06:01:18 -04:00
7b02518e4e
add option for DataFormat hint comparisons to require BOTH FileNameFilter and MagicByteSequence to match 2020-09-10 05:48:02 -04:00