Commit graph

1255 commits

Author SHA1 Message Date
Ottermandias
31338e43d6 Improve mod editor a bit 2023-04-29 12:25:43 +02:00
Ottermandias
7d1d6ac829 Some Glamourer stuff 2023-04-29 12:25:24 +02:00
Ottermandias
a293e7dfea Add Trim in String Constructors for byte strings. 2023-04-27 11:59:26 +02:00
Ottermandias
5ba455fe71 More stupid. 2023-04-22 22:01:39 +02:00
Ottermandias
3bd6b0ccea Stupid. 2023-04-22 21:58:51 +02:00
Ottermandias
fd3a066aee Some more touches. 2023-04-22 21:55:31 +02:00
Ottermandias
ce03fb59c8 Some more shuffling around. 2023-04-22 15:16:33 +02:00
Ottermandias
a94c5ae7af Some more reworking. 2023-04-22 13:30:14 +02:00
Ottermandias
e66d666d4d Get rid of last statics. 2023-04-22 00:35:48 +02:00
Ottermandias
826777b7ee Remove static Dalamud Services. 2023-04-22 00:28:05 +02:00
Ottermandias
c49454fc25 Move MetaList out of CharacterUtility and remove static CollectionManager. 2023-04-22 00:11:47 +02:00
Ottermandias
2c55701cbf Remove static ActorService. 2023-04-21 23:56:20 +02:00
Ottermandias
be3c1c85aa Remove static Config. 2023-04-21 23:52:31 +02:00
Ottermandias
aa4bc45641 Remove Mod.BasePath 2023-04-21 23:17:05 +02:00
Ottermandias
49c8afb72a Remove remaining static ModManager. 2023-04-21 23:12:26 +02:00
Ottermandias
10c0117402 Why does this not work, stupid Conditional. 2023-04-21 18:47:34 +02:00
Ottermandias
9c4f7b7562 Finish CollectionTab rework. 2023-04-21 18:42:54 +02:00
Ottermandias
25cb46525a Fix bug with shpk editing. 2023-04-20 09:35:23 +02:00
Ottermandias
1364b39f65 Bugfix for service creation stalling itself. 2023-04-19 11:00:53 +02:00
Ottermandias
e3c333dd22 Use filtered combos in file selectors. 2023-04-18 20:45:57 +02:00
Ottermandias
49ba771b26 Add unused debug hook for finding functions faster. 2023-04-18 18:45:21 +02:00
Ottermandias
fba5bc6820 Fix some bugs and start work on new collections tab. 2023-04-18 18:44:53 +02:00
Ottermandias
e9fc57022e Add new Mod Collections tab. 2023-04-18 18:42:33 +02:00
Ottermandias
835020229c Add hook for parasol animation loading. 2023-04-18 15:22:35 +02:00
Ottermandias
4972dd1c9f Untangling the mods. 2023-04-17 09:35:54 +02:00
Ottermandias
1d82e882ed Meta stuff is terrible. 2023-04-16 13:18:43 +02:00
Ottermandias
0186f176d0 meta tmp 2023-04-15 20:40:00 +02:00
Ottermandias
9037166d92 Add some logging, fix som bugs 2023-04-15 20:38:02 +02:00
Ottermandias
85fb98b557 tmp 2023-04-14 22:26:30 +02:00
Ottermandias
0108e51636 Some renaming 2023-04-14 16:22:06 +02:00
Ottermandias
828cd07df0 Fix an imgui clipping issue. 2023-04-13 16:00:49 +02:00
Ottermandias
e86899c943 tmp 2023-04-13 16:00:44 +02:00
Ottermandias
2bf80dfa6b Only search through non-hidden files in a few places. 2023-04-12 16:26:00 +02:00
Ottermandias
a88332d3bc Merge remote-tracking branch 'origin/master' into services 2023-04-12 16:11:15 +02:00
Jacob Keller
8c28f0c6e3 Ignore hidden files when generating the unused files list.
Don't include hidden files in the unused file list for a mod. These files are typically things such as .git or otherwise intended to be hidden and shouldn't be included as part of the list of files which could be used.
2023-04-12 11:01:01 +02:00
Ottermandias
3f33bab296 Lots of collection progress. 2023-04-11 11:28:56 +02:00
Caraxi
51ce6d1038 Fix double by in mod name display 2023-04-10 23:53:48 +02:00
Ottermandias
d908f22a17 Maybe prevent weird GetName crashes. 2023-04-10 15:06:16 +02:00
Ottermandias
c527d19117 Remove some static dependencies. 2023-04-10 00:31:29 +02:00
Ottermandias
4294b18bcb Fix issue with tutorial window and double necessary click 2023-04-09 02:42:27 +02:00
Ottermandias
bbfc9a0a6f Rework around a saner import popup and decouple logic from interface. 2023-04-08 22:29:43 +02:00
Ottermandias
bfb630d317 HTTP Api formatting. 2023-04-08 20:53:11 +02:00
Ottermandias
31c9b22b9b Add UnpackMod to API 2023-04-08 20:50:30 +02:00
Sebastina
19efd766fc Update ModFileSystemSelector.cs re-add forgotten reference during rebase. 2023-04-08 20:50:02 +02:00
Sebastina
2bfd5d138f Update PenumbraApi.cs Add method for unpacking mod. 2023-04-07 09:42:01 -05:00
Sebastina
3f4cd67dae Add ExternalModImporter.cs allows access to ModFileSystemSelector actions to HTTP API 2023-04-07 09:40:52 -05:00
Sebastina
eddbd2b14f Update HttpApi.cs allows external applications to tell penumbra about a mod package to unpack 2023-04-07 09:40:14 -05:00
Sebastina
69ce929c5e Update ModFileSystemSelector.cs add functions to allow penumbra to respond to requests to unpack mods. 2023-04-07 09:39:19 -05:00
Ottermandias
0ed1a81c29 Some stuff. 2023-04-07 00:29:19 +02:00
Ottermandias
f85fc46fb7 Now that's a collection manager. 2023-04-06 15:47:33 +02:00