Michael Scire
|
a1f2ee0eff
|
Add support for dumping static encounter spawners
|
2021-01-14 18:24:55 -08:00 |
|
Kurt
|
955ba9fed6
|
Enable nullable checks for all subprojects except structures/game
|
2020-12-27 16:35:08 -08:00 |
|
Kurt
|
22ef506b4e
|
Update for c#9 syntax sugar
|
2020-12-27 12:47:46 -08:00 |
|
Kurt
|
4cf69da7e5
|
Minor clean
no functional change
|
2020-06-02 07:11:11 -07:00 |
|
Kurt
|
58b0597fea
|
Sword/Shield Update
Many thanks to @SciresM and @sora10pls for assisting in this massive
update!
|
2019-11-15 17:00:41 -08:00 |
|
Kurt
|
537ce93efa
|
Initial c#8 update
pkNX.Sprites to be replaced with a pkhex.drawing dll once that is
updated with swsh stuff (when the time comes)
|
2019-10-15 18:47:20 -07:00 |
|
Kurt
|
9e075dccbc
|
Fix gfpak structure r/w
Turns out the 'HashIndexes' are split up into separate folders, with the
first entry being the folder info.
replicate packing alignment ez (0x10)
|
2018-12-12 21:42:51 -08:00 |
|
Kurt
|
553516603d
|
Fix header write
|
2018-11-26 22:24:44 -08:00 |
|
Kurt
|
3b8d3a5e4a
|
Write single file instead of calling dump
|
2018-11-26 22:11:51 -08:00 |
|
Kurt
|
7572f7940f
|
Set up container r/w mitm
|
2018-11-26 21:36:43 -08:00 |
|
Kurt
|
d9eb72db50
|
return new array from cache
yay passing array reference to editor, and checking that same reference
against itself
|
2018-11-24 11:58:06 -08:00 |
|
Kurt
|
09a4385842
|
Add simple editor for item/move
Allows dumping of data to tab separated string for pasting in
excel/openoffice calc.
|
2018-11-20 22:55:35 -08:00 |
|
Kurt
|
d780a03694
|
Update container modified & saving logic
On saveall only clear cache at end
allow cancellation of modifications -- clear cached modifications /
revert to backup
|
2018-11-17 11:42:39 -08:00 |
|
Kurt
|
506484e804
|
Update folder container behavior
Folder must be initialized (with an optional filter) prior to having
files available.
gg text folders have .tbl and .dat; we only want the .dat
|
2018-11-17 09:16:40 -08:00 |
|
Kurt
|
e8cd9cc30f
|
Misc updates
Recognize & init GG data when dropping folder in (containing rom/exe
folders)
|
2018-11-13 22:19:19 -08:00 |
|
Kurt
|
52d70f0b9f
|
Initial Commit
|
2018-11-13 19:44:43 -08:00 |
|