Commit Graph

  • ccfe21e3 Generated Docs -- by nike4613 2020-05-09 22:49:34 +0000
  • aed70c9e Fixed up a few doc comments by Anairkoen Schno 2020-05-09 17:45:00 -0500
  • 5dbb8844 (refs/pull/44/head) Added recursive plugin loading by Auros 2020-05-04 18:11:26 -0400
  • 15f90dc6 (refs/pull/43/head) Create ModSingleton.cs by Auros 2020-05-04 16:50:07 -0400
  • 816f3628 Added the ModSingleton by Auros 2020-05-04 16:50:03 -0400
  • 6d57e320 Generated Docs -- by nike4613 2020-04-28 00:27:24 +0000
  • 18592511 Fixed lack of strong reference to the tasks in UnityMainThreadTaskScheduler by Anairkoen Schno 2020-04-27 19:24:18 -0500
  • 0576a2eb Fixed lack of strong reference to the tasks in UnityMainThreadTaskScheduler by Anairkoen Schno 2020-04-27 19:24:18 -0500
  • a5bdca5c Generated Docs -- by nike4613 2020-04-17 06:06:33 +0000
  • 0aaf9cf1 PluginMetadata now forwards to the manifest for appropriate properties by Anairkoen Schno 2020-04-17 01:03:34 -0500
  • dbc49655 PluginMetadata now forwards to the manifest for appropriate properties by Anairkoen Schno 2020-04-17 01:03:34 -0500
  • a2d83697 Generated Docs -- by nike4613 2020-04-16 23:05:21 +0000
  • c0bf1e40 Fixed issue where loadAfter mods that failed to initialize would prevent the mods supposed to load after them from loading by Anairkoen Schno 2020-04-16 18:02:23 -0500
  • 8bbacbb4 Fixed issue where loadAfter mods that failed to initialize would prevent the mods supposed to load after them from loading by Anairkoen Schno 2020-04-16 18:02:23 -0500
  • 54591fa1 Generated Docs -- by nike4613 2020-04-09 18:14:05 +0000
  • 9d3a011b Added null coalescing to link accesses by Anairkoen Schno 2020-04-09 13:10:55 -0500
  • 548e7808 Added null coalescing to link accesses by Anairkoen Schno 2020-04-09 13:10:55 -0500
  • 9b68756f Added yet more fields to PluginMetadata by Anairkoen Schno 2020-04-09 12:52:59 -0500
  • 97240502 Added yet more fields to PluginMetadata by Anairkoen Schno 2020-04-09 12:52:59 -0500
  • d16996cd Exposed more manifest fields to the world by Anairkoen Schno 2020-04-09 12:52:04 -0500
  • 5ee4f604 Exposed more manifest fields to the world by Anairkoen Schno 2020-04-09 12:52:04 -0500
  • d6669247 Generated Docs -- by nike4613 2020-04-09 16:53:08 +0000
  • f47e3266 Added Author field to PluginMetadata by Anairkoen Schno 2020-04-09 11:50:00 -0500
  • e9e3e471 Added Author field to PluginMetadata by Anairkoen Schno 2020-04-09 11:50:00 -0500
  • 124c24e6 Exposed IgnoredPlugins to the world by Anairkoen Schno 2020-04-06 02:46:31 -0500
  • 4a4719c7 Exposed IgnoredPlugins to the world by Anairkoen Schno 2020-04-06 02:46:31 -0500
  • 6b86b9de Generated Docs -- by nike4613 2020-04-05 22:25:30 +0000
  • 135c9fc8 Bumped version by Anairkoen Schno 2020-04-05 17:15:48 -0500
  • d5e46382 Bumped version by Anairkoen Schno 2020-04-05 17:15:48 -0500
  • 0d246e7a Generated Docs -- by nike4613 2020-04-05 22:15:28 +0000
  • 8225c90b Changed when OnPluginsStateChanged is invoked, and added a new OnAnyPluginsStateChanged to take over where it had been by Anairkoen Schno 2020-04-05 17:12:34 -0500
  • 0870f01d Changed when OnPluginsStateChanged is invoked, and added a new OnAnyPluginsStateChanged to take over where it had been by Anairkoen Schno 2020-04-05 17:12:34 -0500
  • cefecc28 Saved tag 4.0.5 by nike4613 2020-04-05 09:47:18 +0000
  • 6c3a2dcc Generated Docs -- by nike4613 2020-04-05 09:25:31 +0000
  • 8af980c1 Renamed state change event to better represent its actual meaning by Anairkoen Schno 2020-04-05 04:16:09 -0500
  • d8c4f8b1 (tag: 4.0.5) Renamed state change event to better represent its actual meaning by Anairkoen Schno 2020-04-05 04:16:09 -0500
  • 53a60eca Generated Docs -- by nike4613 2020-04-05 08:59:45 +0000
  • f0d6e12e Bumped version by Anairkoen Schno 2020-04-05 03:56:44 -0500
  • 05443c36 Bumped version by Anairkoen Schno 2020-04-05 03:56:44 -0500
  • b0cefa74 Added an event for any time that plugins are disabled by Anairkoen Schno 2020-04-05 03:56:30 -0500
  • f333f772 Added an event for any time that plugins are disabled by Anairkoen Schno 2020-04-05 03:56:30 -0500
  • 1a331b9d Generated Docs -- by nike4613 2020-04-05 06:44:21 +0000
  • 8b88707a Transaction commit now correctly clones the transaction when scheduling processing on the Unity main thread by Anairkoen Schno 2020-04-05 01:41:15 -0500
  • 428aade5 Transaction commit now correctly clones the transaction when scheduling processing on the Unity main thread by Anairkoen Schno 2020-04-05 01:41:15 -0500
  • fd45def7 Changed disable logic to only disable if all dependents could be disabled by Anairkoen Schno 2020-04-05 01:27:18 -0500
  • 5260d5c6 Changed disable logic to only disable if all dependents could be disabled by Anairkoen Schno 2020-04-05 01:27:18 -0500
  • 2b7f8ae4 Added check to DisabledConfig reload for first load by Anairkoen Schno 2020-04-05 01:15:27 -0500
  • 3838003f Added check to DisabledConfig reload for first load by Anairkoen Schno 2020-04-05 01:15:27 -0500
  • d0d682cd DisabledConfig now correctly enables and disables mods when reloaded by Anairkoen Schno 2020-04-05 01:04:56 -0500
  • 366422d2 DisabledConfig now correctly enables and disables mods when reloaded by Anairkoen Schno 2020-04-05 01:04:56 -0500
  • 476ad692 Added an additional check case for StateTransitionTransaction to skip any behaviour if the transaction was never changed by Anairkoen Schno 2020-04-05 01:04:24 -0500
  • 2d638ba5 Added an additional check case for StateTransitionTransaction to skip any behaviour if the transaction was never changed by Anairkoen Schno 2020-04-05 01:04:24 -0500
  • 8b4d7ee8 Deprecated PluginManager.AllPlugins in favor of the new name EnabledPlugins by Anairkoen Schno 2020-04-05 00:10:46 -0500
  • 8b95e565 Deprecated PluginManager.AllPlugins in favor of the new name EnabledPlugins by Anairkoen Schno 2020-04-05 00:10:46 -0500
  • 65d54485 Pulled out IgnoreReason and stuff and documented by Anairkoen Schno 2020-04-04 17:17:32 -0500
  • 07e8fef9 Pulled out IgnoreReason and stuff and documented by Anairkoen Schno 2020-04-04 17:17:32 -0500
  • 3b13cfd5 Generated Docs -- by nike4613 2020-04-04 21:28:53 +0000
  • d46ad381 Removed debug logs of config structure by Anairkoen Schno 2020-04-04 16:25:23 -0500
  • cb773002 Removed debug logs of config structure by Anairkoen Schno 2020-04-04 16:25:23 -0500
  • 0b1ad448 Saved tag 4.0.4 by nike4613 2020-04-04 05:16:31 +0000
  • 0016a3a0 Generated Docs -- by nike4613 2020-04-04 05:11:13 +0000
  • 4cb85b09 Fixed tag doc target by Anairkoen Schno 2020-04-04 00:07:24 -0500
  • 835be070 (tag: 4.0.4) Fixed tag doc target by Anairkoen Schno 2020-04-04 00:07:24 -0500
  • facbb1de Generated Docs -- by nike4613 2020-04-04 04:57:09 +0000
  • 2572cbd2 Made more single-creation caches thread safe by Anairkoen Schno 2020-04-03 23:53:33 -0500
  • 86b96194 Made more single-creation caches thread safe by Anairkoen Schno 2020-04-03 23:53:33 -0500
  • d2e911ce Generated config store generation is now thread-safe (will only be created once for each type) by Anairkoen Schno 2020-04-03 22:27:32 -0500
  • 3bdc6706 Generated config store generation is now thread-safe (will only be created once for each type) by Anairkoen Schno 2020-04-03 22:27:32 -0500
  • 0c3d99e8 Generated Docs -- by nike4613 2020-04-02 04:41:56 +0000
  • 8e7baf72 Generated Docs -- by nike4613 2020-04-02 04:39:14 +0000
  • 812a6ae6 Bumped version by Anairkoen Schno 2020-04-01 23:38:40 -0500
  • 0d670580 Bumped version by Anairkoen Schno 2020-04-01 23:38:40 -0500
  • e1d6686f Added support for a zero-argument UseConverterAttribute that uses the default converter for the type by Anairkoen Schno 2020-04-01 23:35:43 -0500
  • edafdca9 Added support for a zero-argument UseConverterAttribute that uses the default converter for the type by Anairkoen Schno 2020-04-01 23:35:43 -0500
  • 47259bd1 Generated Docs -- by nike4613 2020-04-02 04:29:35 +0000
  • 370d8ad8 Reverted implicit converters by Anairkoen Schno 2020-04-01 23:26:15 -0500
  • ab371b57 Reverted implicit converters by Anairkoen Schno 2020-04-01 23:26:15 -0500
  • fc5c1cc3 Generated Docs -- by nike4613 2020-04-02 04:18:25 +0000
  • e6f33bad Generated Docs -- by nike4613 2020-04-02 04:16:58 +0000
  • 0aeb8ded Removed debug messages from generated code by Anairkoen Schno 2020-04-01 23:15:13 -0500
  • 21bba770 Removed debug messages from generated code by Anairkoen Schno 2020-04-01 23:15:13 -0500
  • 10be6cf3 Added automatic converter application for types that have a default converter by Anairkoen Schno 2020-04-01 23:14:00 -0500
  • be9db241 Added automatic converter application for types that have a default converter by Anairkoen Schno 2020-04-01 23:14:00 -0500
  • 3b5b40d4 Added more default converter types by Anairkoen Schno 2020-04-01 22:26:44 -0500
  • 973e3693 Added more default converter types by Anairkoen Schno 2020-04-01 22:26:44 -0500
  • b103678f Added converter types for the various dictionary types by Anairkoen Schno 2020-04-01 21:56:03 -0500
  • a85a9900 Added converter types for the various dictionary types by Anairkoen Schno 2020-04-01 21:56:03 -0500
  • 25b8bd70 Generated Docs -- by nike4613 2020-03-30 06:08:08 +0000
  • 1d870c6d Bumped version by Anairkoen Schno 2020-03-30 01:04:54 -0500
  • d0885638 (tag: 4.0.3) Bumped version by Anairkoen Schno 2020-03-30 01:04:54 -0500
  • 8dfa47f1 Generated Docs -- by nike4613 2020-03-30 05:10:38 +0000
  • 5ca4d323 Added conditional around AggressiveInlining by Anairkoen Schno 2020-03-30 00:06:56 -0500
  • 883fedb5 Added conditional around AggressiveInlining by Anairkoen Schno 2020-03-30 00:06:56 -0500
  • 68142c6e Generated Docs -- by nike4613 2020-03-30 05:06:07 +0000
  • fefd489d Documented new things by Anairkoen Schno 2020-03-30 00:02:29 -0500
  • 31ecf108 Documented new things by Anairkoen Schno 2020-03-30 00:02:29 -0500
  • d18d055a Added converter support for value types In the process, to prevent an infinite recursion bug, transitioned to a proper local allocation system by Anairkoen Schno 2020-03-29 23:55:29 -0500
  • 580b7023 Added converter support for value types In the process, to prevent an infinite recursion bug, transitioned to a proper local allocation system by Anairkoen Schno 2020-03-29 23:55:29 -0500
  • c38fed67 Added synchronous logging to the logger by Anairkoen Schno 2020-03-29 19:14:12 -0500
  • a4cdc0ec Added synchronous logging to the logger by Anairkoen Schno 2020-03-29 19:14:12 -0500