|
|
1d11e89897
|
this is causing problems with Compression/Modules/LZX/LZXCompressionModule.cs for some reason
|
2023-06-25 00:40:23 -04:00 |
|
|
|
30641e2039
|
add GUID to CodeObjectModel... why? no clue
|
2023-06-25 00:26:31 -04:00 |
|
|
|
41055ff056
|
begin working on 16-bit .FON bitmap font files and the associated improvements to MZ Executable format
|
2023-06-25 00:25:10 -04:00 |
|
|
|
4429c66c27
|
preliminary implementation of bitmap font editor which can edit Webfoot engine fonts
|
2023-06-25 00:22:34 -04:00 |
|
|
|
283f4c2290
|
moved into MBS.Framework StringExtensions
|
2023-06-05 16:52:50 -04:00 |
|
|
|
b3f45df4dd
|
add support for GlobalSCAPE CuteZIP .PAK format (PACK) - 100% complete tested working
|
2023-06-05 13:46:01 -04:00 |
|
|
|
48e04882ff
|
fix BGA filesystem DataFormat and implement ISupportsExtraData on FileSource
|
2023-04-20 23:06:21 -04:00 |
|
|
|
6f3e6d9a83
|
commit what I have of Roland TDxx info and update associations
|
2023-04-17 08:02:26 -04:00 |
|
|
|
4a8870fbd8
|
add Microsoft file associations
|
2023-02-17 17:45:51 -05:00 |
|
|
|
39c2d41458
|
add FixtureProtocol
|
2023-02-17 17:44:49 -05:00 |
|
|
|
b92e2ae2fb
|
fix saving XBM and implement X10 format bitmap and hotspot features
|
2022-10-17 22:32:07 -04:00 |
|
|
|
239cc7841c
|
preliminary implementation of X BitMap (XBM) loading
|
2022-10-17 01:17:13 -04:00 |
|
|
|
a7034aef3a
|
remove TargetFrameworkVersion and add MBS.Framework reference (since checksum modules are now Plugins)
|
2022-10-14 09:44:57 -04:00 |
|
|
|
0ff48b148b
|
add ContentType and HintComparison to WinRAR definition
|
2022-10-14 09:43:14 -04:00 |
|
|
|
55b5878a79
|
XPS improvements
|
2022-10-14 09:42:55 -04:00 |
|
|
|
a9400d718b
|
get rid of File.SetObjectModel<> in favor of File.Source = new ObjectModelFileSource
|
2022-10-14 09:41:28 -04:00 |
|
|
|
8f42f04af2
|
improvements to JSON parsing and Vocaloid5 VPR reading
|
2022-10-14 09:39:35 -04:00 |
|
|
|
cfceb9e32a
|
convert ChecksumModule into a Plugin to take advantage of plugin discovery architecture
|
2022-10-03 09:37:30 -04:00 |
|
|
|
d5cc7a716f
|
return zero-byte array instead of crashing if there is no bitmap data
|
2022-10-02 00:46:43 -04:00 |
|
|
|
8496fd116c
|
ensure proper path separators are recognized
|
2022-10-02 00:46:18 -04:00 |
|
|
|
fadcdd8599
|
refactor common chunked-data-format code from PNG and MP4 containers into ISOMediaBaseDataFormat
|
2022-10-02 00:45:00 -04:00 |
|
|
|
70b8babb82
|
properly init string table entries from actual string table
|
2022-09-16 01:32:41 -04:00 |
|
|
|
0bed50484d
|
provide a more concise EmptyTemplatePrefix for the TranslationSetObjectModel
|
2022-09-14 00:19:50 -04:00 |
|
|
|
af360a0753
|
various stuff
|
2022-09-13 09:53:45 -04:00 |
|
|
|
af0be076c8
|
setup plugin improvements
|
2022-09-13 09:50:30 -04:00 |
|
|
|
87a626b153
|
cwe plugin enhancements and additional functionality
|
2022-09-13 09:49:41 -04:00 |
|
|
|
43ffee8673
|
Merge branch 'master' into pre-commit
|
2022-09-13 09:45:43 -04:00 |
|
|
|
04a46da177
|
improve support for OLE2 compound document base format and some subformats
|
2022-08-06 19:13:23 -04:00 |
|
|
|
4b1db6636c
|
CWE sprites have their RGB values clamped to 0-64 instead of 0-255
|
2022-07-24 11:11:12 -04:00 |
|
|
|
4f53be0da0
|
forgot to remove in csproj
|
2022-07-19 14:39:22 -04:00 |
|
|
|
dc9a02e131
|
prepare additional abstraction layer for OLE Compound Document files
|
2022-04-16 11:46:11 -04:00 |
|
|
|
738571b1e6
|
add associations for Compound Document and Word 97-2003 DOC
|
2022-04-16 11:25:12 -04:00 |
|
|
|
fdaf7720c3
|
yet another ancient PC video game file format plugin
|
2022-04-16 11:24:26 -04:00 |
|
|
|
2a5af21d06
|
IMPORTANT: avoid calling base.MakeReferenceInternal on derived DataFormats because this will overwrite the base DataFormatReference
|
2022-04-16 11:23:35 -04:00 |
|
|
|
a7a4d138fb
|
add plugins for a couple of old mid-90s/2000s PC games that were surprisingly easy to (mostly) implement
|
2022-04-14 00:41:55 -04:00 |
|
|
|
31add4cfa4
|
support deferred DataRequest for PictureObjectModel
|
2022-04-14 00:38:29 -04:00 |
|
|
|
4e5e244bd2
|
adhere to uniform naming scheme
|
2022-04-13 07:37:14 -04:00 |
|
|
|
9269f37861
|
Merscom DPK format now reads and writes DPK archives almost perfectly - although not byte-identical due to sorting differences
|
2022-04-13 00:40:27 -04:00 |
|
|
|
e310f374bd
|
Merge branch 'master' into pre-commit
|
2022-04-11 21:20:46 -04:00 |
|
|
|
84335ba420
|
Merge branch 'pre-commit'
|
2022-04-11 20:49:44 -04:00 |
|
|
|
1becfa857f
|
moved Merscom DPK archive format into its own plugin
|
2022-04-11 20:48:40 -04:00 |
|
|
|
4390d84c01
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
|
2022-04-11 19:15:40 -04:00 |
|
|
|
7899dbc7ce
|
properly implement Merscom DPK data format
|
2022-04-11 19:14:24 -04:00 |
|
|
|
e12a19f8da
|
preliminary improvements to Intrinsic Graphics scene graph format and UI for node graph visualizer
|
2022-04-05 20:45:41 -04:00 |
|
|
|
4f05e15621
|
kind of hacky but all the test files work now
|
2022-03-21 15:31:58 -04:00 |
|
|
|
1f96edaef5
|
i'm stupid, TocOffset is SOMETIMES equal to ContentOffset, but we really want ContentOffset
|
2022-03-20 23:59:41 -04:00 |
|
|
|
f065ec217c
|
add references to UserInterface libraries
|
2022-03-19 17:58:23 -04:00 |
|
|
|
be7a143a99
|
don't crash if the AFS does not include table of contents (in case that's possible)
|
2022-03-19 14:45:51 -04:00 |
|
|
|
c0af3f555c
|
synch release version causes problems with strong name signing
|
2022-03-16 12:40:02 -04:00 |
|
|
|
ddf7c61ab9
|
Merge branch 'pre-commit'
|
2021-12-09 01:07:05 -05:00 |
|