Reactivity - Version 166668

Created
Total Size184.8 KB (189,249 bytes)
Modified Size166.9 KB (170,868 bytes)
File Count45
Engine Version24
Changes
Add reactivity debugger
Meta
{ "Compiler": { "RootNamespace": "Sandbox.Reactivity", "DefineConstants": "SANDBOX", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": true, "ReleaseMode": "Debug", "AssemblyReferences": [], "ReplacementDirectives": { ".Server.cs": "SERVER" }, "IgnoreFolders": [], "DistinctAssemblyReferences": [] }, "CsProjName": "Sandbox.Reactivity", "Resources": "", "CodePackageReferences": [] }
{
  "Compiler": {
    "RootNamespace": "Sandbox.Reactivity",
    "DefineConstants": "SANDBOX",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": true,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "ReplacementDirectives": {
      ".Server.cs": "SERVER"
    },
    "IgnoreFolders": [],
    "DistinctAssemblyReferences": []
  },
  "CsProjName": "Sandbox.Reactivity",
  "Resources": "",
  "CodePackageReferences": []
}

Diff (166.9 KB modified)

+15 ~16
  • Code/Internals/CallLocation.cs (2.2 KB)
  • Code/Internals/Effect.ExecutionScope.cs (1.8 KB)
  • Code/Internals/IReactiveObject.cs (1.6 KB)
  • Editor/Assembly.cs (109 B)
  • Editor/Debugger/DebuggerWidget.cs (2.2 KB)
  • Editor/Debugger/DebuggerWidget.Settings.cs (1.5 KB)
  • Editor/Debugger/EffectTreeNode.cs (4.6 KB)
  • Editor/Directory.Build.targets (115 B)
  • Editor/Inspector/ReactionDependencyControlWidget.cs (1.9 KB)
  • Editor/Inspector/ReactionInspectorWidget.cs (5 KB)
  • Editor/Inspector/ReactiveObjectControlWidget.cs (1.2 KB)
  • Editor/Inspector/SerializedReactionDependencyProperty.cs (4.4 KB)
  • Editor/Inspector/SerializedReactiveParentProperty.cs (1.1 KB)
  • Editor/Settings.cs (2.9 KB)
  • Editor/WidgetExtensions.cs (3 KB)
  • .bin/package.igor.reactivity.cll (16.6 KB -> 18.2 KB)
  • .bin/package.igor.reactivity.xml (56 KB -> 58.4 KB)
  • Code/Assembly.cs (62 B -> 332 B)
  • Code/Derived.cs (5.2 KB -> 5.5 KB)
  • Code/Internals/Effect.cs (6.6 KB -> 6.8 KB)
  • Code/Internals/IProducer.cs (3 KB -> 3 KB)
  • Code/Internals/IReaction.cs (3.6 KB -> 3.7 KB)
  • Code/Internals/ReactivePropertyContainer.cs (4.9 KB -> 5.2 KB)
  • Code/Internals/Runtimes/Runtime.cs (2.5 KB -> 2.9 KB)
  • Code/Reactive.Collections.cs (4.6 KB -> 5 KB)
  • Code/Reactive.cs (10.3 KB -> 11.3 KB)
  • Code/ReactiveComponent.cs (4 KB -> 4.6 KB)
  • Code/ReactivePanel.cs (1.8 KB -> 2.1 KB)
  • Code/ReactivePanelComponent.cs (2.5 KB -> 2.8 KB)
  • Code/ReactivePanelScope.cs (1.5 KB -> 1.5 KB)
  • Code/State.cs (1.8 KB -> 2.1 KB)