Anairkoen Schno
|
eb1058eb5d
|
Fixed some dumb Net3 inconsistencies by a different conditional compilation thats less gross
|
4 years ago |
Anairkoen Schno
|
c140733663
|
Removed latent TODO
|
4 years ago |
Anairkoen Schno
|
6894766b6c
|
Fixed Task static methods for Net3
|
4 years ago |
Anairkoen Schno
|
d182830df2
|
Updated all of the config references to use new system
|
4 years ago |
Anairkoen Schno
|
6f605e0007
|
Fixed HasInterface
Added NonNull LINQ method
|
4 years ago |
Anairkoen Schno
|
71942f678f
|
Switched to much nicer ValueTuples
|
4 years ago |
Anairkoen Schno
|
fb232e076e
|
Added a few TODOs
|
4 years ago |
Anairkoen Schno
|
669ab427ce
|
Added NoRuntimeEnableFeature to allow for opt-out of runtime loading
|
4 years ago |
Anairkoen Schno
|
c2fee7e997
|
Removed all backwards compatability
For some reason it only works with a debugger attached...
|
5 years ago |
Anairkoen Schno
|
15fbd45e18
|
First pass on migrating to new plugin interface
|
5 years ago |
Anairkoen Schno
|
789b1495fb
|
Added early game version detection to code path
|
5 years ago |
Anairkoen Schno
|
7344366e98
|
Loader now checks for manifest before plugin class
|
5 years ago |
Anairkoen Schno
|
bb2ec71bad
|
Removed arbitrary reference import from plugin name lookup
|
5 years ago |
Anairkoen Schno
|
2f7fdc1859
|
Finished backport to Net3
|
5 years ago |
Anairkoen Schno
|
1b35bf3de4
|
Added most of the Net3 proxy
|
5 years ago |
Anairkoen Schno
|
f153df4630
|
Added some framework stuff for early gameversion detection
|
5 years ago |
Anairkoen Schno
|
04da8befeb
|
Exposed PluginMetadata.IsBare
|
5 years ago |
Anairkoen Schno
|
e146d278c5
|
Fixed some logic with ModList dependency warnings
|
5 years ago |
Anairkoen Schno
|
e5a238400e
|
Fixed a lot of inline documentation
Added proper DocFX integration
|
5 years ago |
Anairkoen Schno
|
390b43a4a1
|
Moved embedded description checking out of loop
|
5 years ago |
Anairkoen Schno
|
ec68a53616
|
New AfterInit is now actually called
|
5 years ago |
Anairkoen Schno
|
4797a3f046
|
Added better support for enabling and disabling mods
|
5 years ago |
Anairkoen Schno
|
c18f0a51ec
|
Added full support for disabling and enabling mods
Disablable plugins also fully supported
|
5 years ago |
Anairkoen Schno
|
1e3dc22ea4
|
Added begginings of disablable mod support
|
5 years ago |
Anairkoen Schno
|
c0cba42cd0
|
Mods now get moved to a new location after updates
|
5 years ago |
Anairkoen Schno
|
ac4f75aea2
|
Added MarkDown description for BSIPA
|
5 years ago |
Anairkoen Schno
|
c25a251609
|
Added embedded description support
|
5 years ago |
Anairkoen Schno
|
2091423dc8
|
Added support for updating legacy mods if they are formatted properly
Added default More Info link if no others were provided
|
5 years ago |
Anairkoen Schno
|
ee9ca694d0
|
Switched to passing around metadata for update info
|
5 years ago |
Anairkoen Schno
|
e88552189f
|
Added support for bare manifests
|
5 years ago |
Anairkoen Schno
|
d4112d9581
|
Fixed load ordering
|
5 years ago |
Anairkoen Schno
|
8398bbdbcb
|
Made updater try to update even mods rejected during the loading process
|
5 years ago |
Anairkoen Schno
|
061fb395b4
|
Added Notice log level
No plugin type error now a Notice level
|
5 years ago |
Anairkoen Schno
|
81f53354f1
|
Added error message for when a BSIPA plugin was found but a manifest was not
Upgraded to 4.6.1
|
5 years ago |
DaNike
|
34e28d60ae
|
Tweaked updater to no longer reference SelfPlugin when updating
|
5 years ago |
DaNike
|
1fe7b973bd
|
Tweaked some feature parsing
Added AddInFeature
|
5 years ago |
DaNike
|
afc5ca7b47
|
Finished Features implimentation
Added support for custom Init injection
|
5 years ago |
Anairkoen Schno
|
d491dfde50
|
Fixed library detection when loading from Mono.Cecil
|
5 years ago |
Anairkoen Schno
|
2f51ded7fc
|
Started work on Feature system
|
5 years ago |
Anairkoen Schno
|
5a5d20fb0d
|
Fixed Config class
|
5 years ago |
Anairkoen Schno
|
e87e1c8c6f
|
Reworked plugin preloading to use Mono.Cecil instead of Assembly.ReflectionOnlyLoad
|
5 years ago |
Anairkoen Schno
|
7d7c8a319f
|
Integrated the new loader into the load order
|
5 years ago |
Anairkoen Schno
|
e7b0de9282
|
Added single plugin load function
Redid config system to be more extensible and used internally
|
5 years ago |
Anairkoen Schno
|
1f707c5035
|
Fixed up some sorting rules for plugin load ordering
|
5 years ago |
Anairkoen Schno
|
86d30f7997
|
Added loading of embedded manifests, as well as load order computation
|
5 years ago |
Anairkoen Schno
|
1cdedfcc71
|
Started rewrite of loader
|
5 years ago |