Anairkoen Schno
|
cbad14a10a
|
Began transition to SDK-style projects
|
4 years ago |
Zingabopp
|
a03dc2d043
|
Projects fixed
|
4 years ago |
Zingabopp
|
4ee9066a20
|
Added Libs and Plugins folder
|
4 years ago |
Anairkoen Schno
|
a45d423447
|
Added some more helpers to Async.Coroutines for easier interop between Tasks and Coroutines
|
4 years ago |
Anairkoen Schno
|
aed70c9ea0
|
Fixed up a few doc comments
|
4 years ago |
Anairkoen Schno
|
18592511cb
|
Fixed lack of strong reference to the tasks in UnityMainThreadTaskScheduler
|
4 years ago |
Anairkoen Schno
|
0aaf9cf109
|
PluginMetadata now forwards to the manifest for appropriate properties
|
4 years ago |
Anairkoen Schno
|
c0bf1e40aa
|
Fixed issue where loadAfter mods that failed to initialize would prevent the mods supposed to load after them from loading
|
4 years ago |
Anairkoen Schno
|
9d3a011b45
|
Added null coalescing to link accesses
|
4 years ago |
Anairkoen Schno
|
9b68756f5a
|
Added yet more fields to PluginMetadata
|
4 years ago |
Anairkoen Schno
|
d16996cd7a
|
Exposed more manifest fields to the world
|
4 years ago |
Anairkoen Schno
|
f47e326677
|
Added Author field to PluginMetadata
|
4 years ago |
Anairkoen Schno
|
124c24e61c
|
Exposed IgnoredPlugins to the world
|
4 years ago |
Anairkoen Schno
|
135c9fc8d6
|
Bumped version
|
4 years ago |
Anairkoen Schno
|
8225c90b0a
|
Changed when OnPluginsStateChanged is invoked, and added a new OnAnyPluginsStateChanged to take over where it had been
|
4 years ago |
Anairkoen Schno
|
8af980c1a4
|
Renamed state change event to better represent its actual meaning
|
4 years ago |
Anairkoen Schno
|
f0d6e12e6a
|
Bumped version
|
4 years ago |
Anairkoen Schno
|
b0cefa74d0
|
Added an event for any time that plugins are disabled
|
4 years ago |
Anairkoen Schno
|
8b88707ab9
|
Transaction commit now correctly clones the transaction when scheduling processing on the Unity main thread
|
4 years ago |
Anairkoen Schno
|
fd45def7f1
|
Changed disable logic to only disable if all dependents could be disabled
|
4 years ago |
Anairkoen Schno
|
2b7f8ae425
|
Added check to DisabledConfig reload for first load
|
4 years ago |
Anairkoen Schno
|
d0d682cdaa
|
DisabledConfig now correctly enables and disables mods when reloaded
|
4 years ago |
Anairkoen Schno
|
476ad69212
|
Added an additional check case for StateTransitionTransaction to skip any behaviour if the transaction was never changed
|
4 years ago |
Anairkoen Schno
|
8b4d7ee82d
|
Deprecated PluginManager.AllPlugins in favor of the new name EnabledPlugins
|
4 years ago |
Anairkoen Schno
|
65d5448541
|
Pulled out IgnoreReason and stuff and documented
|
4 years ago |
Anairkoen Schno
|
d46ad3811e
|
Removed debug logs of config structure
|
4 years ago |
Anairkoen Schno
|
2572cbd277
|
Made more single-creation caches thread safe
|
4 years ago |
Anairkoen Schno
|
d2e911ce21
|
Generated config store generation is now thread-safe (will only be created once for each type)
|
4 years ago |
Anairkoen Schno
|
812a6ae68f
|
Bumped version
|
4 years ago |
Anairkoen Schno
|
e1d6686f13
|
Added support for a zero-argument UseConverterAttribute that uses the default converter for the type
|
4 years ago |
Anairkoen Schno
|
370d8ad810
|
Reverted implicit converters
|
4 years ago |
Anairkoen Schno
|
0aeb8ded76
|
Removed debug messages from generated code
|
4 years ago |
Anairkoen Schno
|
10be6cf34a
|
Added automatic converter application for types that have a default converter
|
4 years ago |
Anairkoen Schno
|
3b5b40d46c
|
Added more default converter types
|
4 years ago |
Anairkoen Schno
|
b103678fca
|
Added converter types for the various dictionary types
|
4 years ago |
Anairkoen Schno
|
1d870c6d22
|
Bumped version
|
4 years ago |
Anairkoen Schno
|
5ca4d323fe
|
Added conditional around AggressiveInlining
|
4 years ago |
Anairkoen Schno
|
fefd489dcc
|
Documented new things
|
4 years ago |
Anairkoen Schno
|
d18d055a5b
|
Added converter support for value types
In the process, to prevent an infinite recursion bug, transitioned to a proper local allocation system
|
4 years ago |
Anairkoen Schno
|
c38fed67e7
|
Added synchronous logging to the logger
|
4 years ago |
Anairkoen Schno
|
2aaff92449
|
Fixed CustomObjectConverter
|
4 years ago |
Anairkoen Schno
|
992e1c9204
|
Fixed a few docs/comments
|
4 years ago |
Anairkoen Schno
|
6b6dc005d5
|
Fixed full loader failure when manifest parsing fails
|
4 years ago |
Anairkoen Schno
|
94cb350c88
|
Added a bunch of checks to streamline upgrades
|
4 years ago |
Anairkoen Schno
|
0f15b4243e
|
Added additional try/catch to logger
|
4 years ago |
Anairkoen Schno
|
c8b4538a05
|
Bumped version
|
4 years ago |
Anairkoen Schno
|
df5d64d34c
|
Added a try/catch around logger thread for InvalidOperationException that's thrown at shutdown
|
4 years ago |
Anairkoen Schno
|
97a2e76870
|
Bumped version
|
4 years ago |
Anairkoen Schno
|
cac828efef
|
Fixed null `thisarg` being passed around in config generator
|
4 years ago |
Anairkoen Schno
|
f2d29ef3a8
|
Bumped version out of beta
|
4 years ago |