Commit Graph

918 Commits

Author SHA1 Message Date
sora10pls
ecef1be042 Add static/gift legend-for-legend 2018-01-15 15:38:11 -05:00
Kurt
2690520ffc Add everything shiny checkbox
automating the following patch:
https://twitter.com/SciresM/status/799853435340423168
2018-01-11 21:50:38 -08:00
Kurt
d5ef00ea44 Add SOS/Weather rate labels/tooltips
Thanks @wwwwwwzx !
2018-01-11 21:28:17 -08:00
Kurt
e979e269fb
Merge pull request #278 from sora10pls/master
Update final evolutions
2018-01-08 08:50:32 -08:00
Matt
11b2a043ae
Add commas
oops x2
2018-01-08 10:48:06 -05:00
Matt
8000dbc024
Update final evolutions
2 Sandslash, no Regigigas
oops
2018-01-08 10:43:48 -05:00
Kurt
42a22d40f5
Merge pull request #277 from sora10pls/master
Add more SMTE rand options
2018-01-05 11:10:52 -08:00
sora10pls
4cf5381980 Add more SMTE rand options 2018-01-05 12:29:39 -05:00
Kurt
c35f01d8df
Merge pull request #276 from sora10pls/master
Enhance high-powered attack modification
2018-01-04 23:02:56 -08:00
sora10pls
943ce2c99e Enhance high-powered attack modification 2018-01-04 21:02:17 -05:00
Kurt
21882000bd
Merge pull request #274 from sora10pls/master
Various updates
2018-01-02 16:33:14 -08:00
sora10pls
e32472e02b Various updates 2018-01-02 19:01:52 -05:00
Kurt
a31571d1d6 Rearranging
need to make bclim code generic (bmp data -> encoded swizzle)
CLIM is now
2018-01-01 20:29:26 -08:00
Kurt
eb69d46880 Move files 2018-01-01 17:01:11 -08:00
Kurt
a852730ab7 Refactoring
part 1
2018-01-01 17:00:48 -08:00
Kurt
13a06a0651 fix yield path 2018-01-01 00:54:25 -08:00
Kurt
775955af99 Fix rgb8 export
oops
2017-12-31 22:49:26 -08:00
Kurt
a4a817abcd Cleanup
dis codebase like jenga
2017-12-31 18:51:42 -08:00
Kurt
1f5accff21 Add ALYT dumping
assuming it's just an alyt->sarc, obviously
tweak dragdrop to iterate over all dumped files, cuz why not
2017-12-31 17:51:59 -08:00
Kurt
0ccc74480d Emit dumped file paths as enumerable 2017-12-31 17:38:14 -08:00
Kurt
c3a6d676f8 Misc ui improvements
add hotkeys & show them in main window (ctrl T brings up bxlim / tools
UI)
auto size tools window larger if large image loaded
2017-12-31 16:20:28 -08:00
Kurt
0fe1b0825e Add bflim viewing to tools UI
really should refactor bclim to pull out shared code
2017-12-31 16:08:02 -08:00
Kurt
f1f01ad10d skip etc1 swizzling
images come out fine for BFLIM lul
add cropping
https://i.imgur.com/RLgfnrS.png
2017-12-31 15:52:02 -08:00
Kurt
abef306ffc Migrate out etc handling
currently only works for bclim, dunno if I want to try and fix the
swizzling / standardize the reading
basically just outputs scrambled ETC1 images rather than throwing an
exception
2017-12-31 13:50:37 -08:00
Kurt
71b6d95ec5 Fix tile shuffling
reference calculated "Width" instead of cropped "width" property
2017-12-31 13:25:07 -08:00
Kurt
15b8b87ca9 add crop override
can now choose to not crop the resulting image (showing unused pixel
data)
2017-12-31 10:01:01 -08:00
Kurt
fc588e00db continued improvements
can now convert some bflims to png, some are still tile scrambled (too
fried atm to finish)
2017-12-31 00:14:35 -08:00
Kurt
3347feca2a Cleanup
remove non-3DS formats
2017-12-30 19:07:00 -08:00
Kurt
de9c381dd4
Merge pull request #272 from sora10pls/master
Add force fully evolved for RSTE
2017-12-30 18:43:29 -08:00
sora10pls
ffc9b69b7b Add force fully evolved for RSTE 2017-12-30 21:40:59 -05:00
Kurt
ff44078b3b add bflim reading
can't convert to image, can only rip out data portions
no plans on continuing, might just rely on other projects
2017-12-30 17:23:54 -08:00
Kurt
50ce46e9f6 Add SARC dumping in core project
as easy as:
new SARC(path).Dump();
2017-12-30 12:48:03 -08:00
Kurt
2fcf879ea1 Move SARC dump code into core project
more logic in sarc object; maintain stream inside object until disposed
add xmldoc
2017-12-30 12:40:45 -08:00
Kurt
399cca89a4
Merge pull request #271 from sora10pls/master
Revise ORAS trainer class blacklisting
2017-12-30 10:48:32 -08:00
Matt
e9ef4696eb
Merge pull request #1 from kwsch/master
Update from upstream repo kwsch/pk3DS
2017-12-30 13:02:22 -05:00
sora10pls
327178a2cd Revise ORAS trainer class blacklisting 2017-12-30 13:01:50 -05:00
Kurt
22b79168b2 Add ALYT reading
static method also provided to jump to just the interior contents, since
gamefreak loves their container inception (ALYT->single SARC->files)

usage:
var alyt = new ALYT(path);
File.WriteAllBytes(outpath1, alyt.Data);
File.WriteAllBytes(outpath2, ALYT.GetData(path));

supports input of filepath/byte[]/stream
2017-12-30 00:25:32 -08:00
Kurt
035f031062 Move SARC to core 2017-12-30 00:25:32 -08:00
Kurt
2c41b44960
Merge pull request #270 from sora10pls/master
Revise RSTE levelup move get
2017-12-28 16:58:51 -08:00
sora10pls
1c4c2b358d Revise RSTE levelup move get 2017-12-28 19:43:14 -05:00
Kurt
66c18512af
Merge pull request #269 from sora10pls/master
Add SMTE options
2017-12-28 00:53:08 -08:00
sora10pls
dd6aeb8137 Add SMTE options 2017-12-28 00:23:04 -05:00
Kurt
62c771886d
Merge pull request #268 from sora10pls/master
Revise Lusamine 2 blacklist
2017-12-25 16:03:26 -08:00
Matt
28c29a30d7
Revise Lusamine 2 blacklist 2017-12-25 18:48:58 -05:00
Kurt
ba4a0c486e
Merge pull request #267 from sora10pls/master
Add ability (1,2,H) randomizer for static/gift/trade
2017-12-23 11:55:32 -08:00
Matt
6387b631c1
Merge pull request #1 from kwsch/master
Update from upstream repo kwsch/pk3DS
2017-12-23 14:13:47 -05:00
sora10pls
8940c8c3b8 Add nature (1,2,H) randomizer for static/gift/trade 2017-12-23 14:13:01 -05:00
Kurt
a19bf22b62
Merge pull request #265 from sora10pls/master
More StaticEncounterEditor7 additions
2017-12-22 10:34:18 -08:00
sora10pls
335a606f64 More StaticEncounterEditor7 additions 2017-12-22 11:30:07 -05:00
Kurt
2e0eafadaa simplify aura rand 2017-12-21 23:00:45 -08:00