1437 Commits

Author SHA1 Message Date
245041bbfa
well this never worked right apparently 2019-12-02 07:51:34 -05:00
72c0670167
don't hardcode the shader we are using - this way you can easily change it if you want 2019-12-02 07:50:52 -05:00
157df022d7
this FINALLY works now after I fixed that terrible, horrible, no-good, very bad bug in UWT 2019-12-01 04:36:45 -05:00
d7c4d11b8f
support a --command option to execute a command via command line (wat) 2019-11-30 23:26:59 -05:00
3814c2e22f
this was broken 2019-11-30 23:26:06 -05:00
387f6cded6
preliminary (incomplete) implementation to display scale highlights on piano roll , like lmms 2019-11-30 05:11:55 -05:00
69f9a4e3be
fix indentation 2019-11-30 05:10:51 -05:00
92ddb591d0
set project version to 4.0.2019.12 2019-11-30 05:05:24 -05:00
64930ce514
preliminary implementation of MM3D UI plugin with model editor - doesn't always work though 2019-11-30 05:03:38 -05:00
292ff60634
preliminary save + load implementation of Sony PSF (PARAM.SFO) database format 2019-11-30 04:31:15 -05:00
b264154020
absolutely horrible inefficient and incomplete implementation of writing OBJ models 2019-11-30 03:51:50 -05:00
0a75cc0a3c
preliminary implementation (load filenames only) of playlist editor 2019-11-30 03:49:42 -05:00
5b520674e6
properly sort sizes and dates 2019-11-29 22:01:28 -05:00
6e88858c88
enable proper sorting of treeview columns by explicitly specifying the data type 2019-11-29 21:42:27 -05:00
af7b8914ec
refactor common reflection stuff from UniversalEditor into MBS.Framework 2019-11-29 18:55:10 -05:00
b0f50b483d
very HACKY ... but at least it fixes the splash screen 2019-11-25 17:43:59 -05:00
42677c8e0c
FINALLY - support for single instance - kills the splash screen, but whatever 2019-11-25 14:13:23 -05:00
8ea1713f19
add 'CRI Extensions for FileSystemEditor' to plugins 2019-11-25 02:12:10 -05:00
05493e3f0b
preliminary (not always-working) implementation of editor plugins 2019-11-25 02:09:52 -05:00
e159842152
play nice with plugins 2019-11-25 02:08:48 -05:00
05234616ab
provide way to get at the unselected item context menu even when an item is selected 2019-11-25 01:05:50 -05:00
fab44b24dd
play nice with CRI Extensions for FileSystemEditor 2019-11-25 00:56:15 -05:00
a87fdb40cc
update TODO 2019-11-25 00:47:35 -05:00
8c1660862a
fixing datatypes brought us ALMOST 100% binary-compatibility diva2data, other two tests are failing at the UTF table size 2019-11-24 14:10:20 -05:00
114c8f6157
not tested 100% binary compatible YET - but at least all my sample files load AND save... EXCELLENT! 2019-11-24 04:44:06 -05:00
3879cdc740
helper methods to round to nearest power of 2 2019-11-24 04:42:11 -05:00
3b82e4ba74
provide full file name as name of doctab to avoid collisions with same file title 2019-11-23 21:50:18 -05:00
3bedeaaa5a
use time-tested RoundUp function and calculate table size minus length of '@UTF' signature (maybe this is wrong) 2019-11-23 21:16:32 -05:00
0e0e176111
implement helper function to get property value as a specific type 2019-11-23 21:15:52 -05:00
d6e08850e2
_data.Length is usually much larger than _actualLength to save on ResizeArray calls 2019-11-23 21:14:12 -05:00
8e025b8589
everything else is done this way 2019-11-23 21:13:30 -05:00
9302b11bea
HUGE bug preventing 10 bytes of required data from being written in UTFDataFormat 2019-11-22 19:24:07 -05:00
85af0f3c37
handle both unsigned and signed types 2019-11-22 19:23:30 -05:00
ad21159d3d
iterate through same number of columns as defined in the header 2019-11-22 19:21:13 -05:00
d8e0ae501c
make functions static so they can be called from CPKDataFormat 2019-11-22 19:20:28 -05:00
75bd06bb18
don't crash if the Accessor isn't a FileAccessor 2019-11-22 19:12:35 -05:00
95ae0c5a11
implement RoundUp for System.UInt64 2019-11-22 19:12:16 -05:00
02398ed366
properly update Accessor.Position for MemoryAccessor 2019-11-22 19:11:57 -05:00
e02d9ddb87
handle unsigned ints and sbytes 2019-11-22 00:57:03 -05:00
d22f198d34
AddFileNameFilterFromAssociations for a single Association 2019-11-20 00:15:51 -05:00
8c0a110000
Display default value of field in treeview 2019-11-20 00:15:28 -05:00
32b7acac89
refactor data type conversion into separate methods 2019-11-19 13:23:05 -05:00
1166123aca
indicate completion status of AFSDataFormat 2019-11-18 23:56:32 -05:00
155c72e7c9
improvements to File System Editor w/r/t adding items to folders 2019-11-18 23:55:55 -05:00
baeabf312d
automatically guess data type when writing value 2019-11-18 23:55:14 -05:00
60a19673cb
improvements to File System Editor w/r/t adding items to folders 2019-11-18 23:54:38 -05:00
0c3a7af6b9
provide different menus for Folder and File selected items 2019-11-18 23:53:39 -05:00
350b4ea7db
fix minor bug in CpkEtocInfo UTF - alignment maybe? 2019-11-17 14:21:39 -05:00
bc986e16f6
UTF table saving WORKS PERFECTLY NOW... so happy :) 2019-11-17 14:46:48 -05:00
13816f2e07
associate the buttons with their respective response values 2019-11-17 14:46:23 -05:00