goo - Version 278948

Created
Total Size537.2 KB (550,132 bytes)
Modified Size380.3 KB (389,383 bytes)
File Count94
Engine Version25
Changes
QOL improvements
Meta
{ "Compiler": { "RootNamespace": "Sandbox", "DefineConstants": "SANDBOX", "NoWarn": "1701;1702;1591;8632;8669;8629;0436;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": true, "ReleaseMode": "Release", "AssemblyReferences": [], "ReplacementDirectives": { ".Server.cs": "SERVER" }, "IgnoreFolders": [ "editor", "unittest" ], "DistinctAssemblyReferences": [] }, "Resources": "", "CodePackageReferences": [] }
{
  "Compiler": {
    "RootNamespace": "Sandbox",
    "DefineConstants": "SANDBOX",
    "NoWarn": "1701;1702;1591;8632;8669;8629;0436;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": true,
    "ReleaseMode": "Release",
    "AssemblyReferences": [],
    "ReplacementDirectives": {
      ".Server.cs": "SERVER"
    },
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "Resources": "",
  "CodePackageReferences": []
}

Diff (380.3 KB modified)

+8 ~32 -16
  • Code/Core/Container.Shorthands.cs (4.2 KB)
  • Code/Core/Text.TextStyle.cs (439 B)
  • Code/Core/TextStyle.cs (788 B)
  • Code/EffectMap.cs (464 B)
  • Code/GrabMode.cs (539 B)
  • Code/PointerDrag.cs (1.4 KB)
  • Code/ShaderEffect.cs (6.4 KB)
  • Code/UniformValue.cs (3.1 KB)
  • .bin/package.xaz.goo.cll (68.1 KB -> 72.7 KB)
  • .bin/package.xaz.goo.xml (43.1 KB -> 53.9 KB)
  • Code/Animation/DecayColor.cs (951 B -> 1.1 KB)
  • Code/Animation/DecayFloat.cs (520 B -> 708 B)
  • Code/Animation/DecayVector2.cs (673 B -> 884 B)
  • Code/Animation/SmoothColor.cs (1.3 KB -> 1.5 KB)
  • Code/Animation/SmoothFloat.cs (634 B -> 819 B)
  • Code/Animation/SmoothVector2.cs (931 B -> 1.1 KB)
  • Code/Animation/SpringColor.cs (1.4 KB -> 1.6 KB)
  • Code/Animation/SpringFloat.cs (680 B -> 891 B)
  • Code/Animation/SpringVector2.cs (1011 B -> 1.2 KB)
  • Code/Applier.cs (42.5 KB -> 43.3 KB)
  • Code/Controls.cs (4.8 KB -> 6.6 KB)
  • Code/Core/Blob.cs (55.4 KB -> 57.3 KB)
  • Code/Core/BuildContext.cs (6 KB -> 6.4 KB)
  • Code/Core/Cell.cs (2.2 KB -> 2.6 KB)
  • Code/Core/ChildrenExtensions.cs (687 B -> 1000 B)
  • Code/Core/Fiber.cs (1.7 KB -> 1.9 KB)
  • Code/Core/Frame.cs (4.2 KB -> 4.6 KB)
  • Code/Core/Image.Style.g.cs (2.4 KB -> 3.1 KB)
  • Code/Core/Op.cs (15.2 KB -> 15.6 KB)
  • Code/Core/Reconciler.cs (43.1 KB -> 43.9 KB)
  • Code/Core/Style.cs (11.9 KB -> 11.9 KB)
  • Code/Core/StyleAccumulator.cs (2.5 KB -> 2.6 KB)
  • Code/GooPanel.cs (2.6 KB -> 2.9 KB)
  • Code/GooView.cs (2.9 KB -> 3.1 KB)
  • Code/Hud.cs (507 B -> 4.4 KB)
  • Code/Input/KeyTracker.cs (2.2 KB -> 2.8 KB)
  • Code/Internal/EventDispatch.cs (806 B -> 650 B)
  • Code/Internal/StatefulDrawPanel.cs (6.2 KB -> 7.2 KB)
  • Code/Internal/StatefulWebPanel.cs (2.9 KB -> 2.8 KB)
  • Code/PanZoom/Viewport.cs (2 KB -> 2 KB)
  • Code/HitShapes/HitShape.cs (2.4 KB)
  • Code/HitShapes/IHitShape.cs (454 B)
  • Code/HitShapes/Internal/CustomNativeHitShape.cs (924 B)
  • Code/HitShapes/Internal/CustomRawHitShape.cs (699 B)
  • Code/HitShapes/Internal/DifferenceHitShape.cs (524 B)
  • Code/HitShapes/Internal/IGeometricHitShape.cs (970 B)
  • Code/HitShapes/Internal/IntersectHitShape.cs (523 B)
  • Code/HitShapes/Internal/PolygonHitShape.cs (1 KB)
  • Code/HitShapes/Internal/RadialHitShape.cs (2.1 KB)
  • Code/HitShapes/Internal/RectGridHitShape.cs (689 B)
  • Code/HitShapes/Internal/ShapeCache.cs (781 B)
  • Code/HitShapes/Internal/UnionHitShape.cs (516 B)
  • Code/HitShapes/README.md (4.3 KB)
  • Code/HitShapes/SlotDispatcher.cs (4.1 KB)
  • UnitTests/LibraryTest.cs (279 B)
  • UnitTests/UnitTest.cs (408 B)