Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed client/assets/textures/SPE/smokeparticle.png
Binary file not shown.
Binary file removed client/assets/textures/VolumetricFire/firetex.png
Binary file not shown.
Binary file removed client/assets/textures/VolumetricFire/nzw.png
Binary file not shown.
Binary file removed client/assets/textures/particles/raindrop-3.png
Binary file not shown.
Binary file removed client/assets/textures/particles/snowflake1.png
Binary file not shown.
Binary file removed client/assets/textures/particles/snowflake2.png
Binary file not shown.
Binary file removed client/assets/textures/particles/snowflake3.png
Binary file not shown.
Binary file removed client/assets/textures/particles/snowflake5.png
Binary file not shown.
Binary file removed client/assets/textures/patterns/circuit_pattern.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed client/packages/editor-oss/assets/textures/grid.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {useCallback, useEffect, useMemo, useRef, useState} from "react";
import type {Object3D} from "three";

import type {FileData} from "src/editor/assets/v2/types/file";
import type {FileData} from "@stem/editor-oss/editor/assets/v2/types/file";

import type {IGameMapping} from "@stem/network/api/gameMapping";
import {PAGES} from "../editor/assets/v2/CreateDashboard/constants";
Expand Down
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as THREE from "three";
import { AdditiveBlending, NormalBlending } from "three";
import { ParticleSystem } from "three.quarks";

import { Item } from "src/editor/assets/v2/common/BasicCombobox/BasicCombobox";
import { Item } from "@stem/editor-oss/editor/assets/v2/common/BasicCombobox/BasicCombobox";

import { blendingOptions, booleanOptions } from "./ParticleRendererSection";
import { SelectRow } from "../../../common/SelectRow";
Expand Down
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as THREE from "three";
import {CSS3DObject, CSS3DSprite} from "three/examples/jsm/renderers/CSS3DRenderer.js";

import {getAssetResolutionContext} from "@web-shared/asset-management/AssetResolutionContext";
import {applyMaterialSettingsToObject} from "@web-shared/editor/assets/v2/materials/materialUtils";
import {applyMaterialSettingsToObject} from "@stem/editor-oss/editor/assets/v2/materials/materialUtils";
import global from "@web-shared/global";
import {PhysicsUtil} from "@web-shared/physics/PhysicsUtil";
import BaseSerializer from "../BaseSerializer";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import BaseSerializer from "../BaseSerializer";
import Object3DSerializer from "./Object3DSerializer";
import ModelLoader from "../../assets/js/loaders/ModelLoader";
import {applyMaterialSettingsToObject} from "@web-shared/editor/assets/v2/materials/materialUtils";
import {applyMaterialSettingsToObject} from "@stem/editor-oss/editor/assets/v2/materials/materialUtils";
import ShadowUtils from "@web-shared/utils/ShadowUtils";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as THREE from "three";

import {resolveAssetId, resolveAssetRevisionId} from "@web-shared/asset-management/AssetResolutionContext";
import {fetchAssetImageDerivative} from "@web-shared/editor/asset-management/hooks/assets";
import {fetchAssetImageDerivative} from "@stem/editor-oss/editor/asset-management/hooks/assets";
import {DetectDevice} from "@web-shared/utils/DetectDevice";
import BaseSerializer from "../BaseSerializer";

Expand Down
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
resolveAssetRevisionId,
type ReadonlyAssetResolutionContext,
} from "@web-shared/asset-management/AssetResolutionContext";
import {isSceneBehaviorsMigrated} from "@web-shared/editor/behaviors/LegacyBehaviorMigration";
import {isSceneBehaviorsMigrated} from "@stem/editor-oss/editor/behaviors/LegacyBehaviorMigration";
import global from "@web-shared/global";
import type {LambdaConfig} from "@web-shared/lambdas/Lambda";
import Ajax from "@web-shared/utils/Ajax";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {TABS} from "@web-shared/editor/assets/v2/AssetsLibrary/types";
import {TABS} from "@stem/editor-oss/editor/assets/v2/AssetsLibrary/types";
import {showToast} from "@web-shared/showToast";
import Ajax from "@web-shared/utils/Ajax";
import {backendUrlFromPath} from "@web-shared/utils/UrlUtils";
Expand Down
12 changes: 6 additions & 6 deletions client/packages/network/src/adapters/remote-go/scene/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import {
getActiveCopilotPreviewPersistence,
isCopilotPreviewSceneSaveBlocked,
} from "@web-shared/agent/copilotPreviewPersistence";
import {SceneAssetSource} from "@web-shared/editor/asset-management/AssetSource";
import {emitScenePublishStateUpdated} from "@web-shared/editor/asset-management/hooks/publish";
import {PLACEHOLDER_PREFIX} from "@web-shared/editor/assets/v2/CreateDashboard/GameOverview/placeholderThumbnails";
import {FileData} from "@web-shared/editor/assets/v2/types/file";
import type Editor from "@web-shared/editor/Editor";
import {saveStemEditor} from "@web-shared/editor/stem-editor/saveStemEditor";
import {SceneAssetSource} from "@stem/editor-oss/editor/asset-management/AssetSource";
import {emitScenePublishStateUpdated} from "@stem/editor-oss/editor/asset-management/hooks/publish";
import {PLACEHOLDER_PREFIX} from "@stem/editor-oss/editor/assets/v2/CreateDashboard/GameOverview/placeholderThumbnails";
import {FileData} from "@stem/editor-oss/editor/assets/v2/types/file";
import type Editor from "@stem/editor-oss/editor/Editor";
import {saveStemEditor} from "@stem/editor-oss/editor/stem-editor/saveStemEditor";
import global from "@web-shared/global";
import {OSS_LOCAL_USER_ID} from "@web-shared/ossUser";
import Converter from "@web-shared/serialization/Converter";
Expand Down
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed client/packages/shared/assets/textures/grid.png
Diff not rendered.
16 changes: 0 additions & 16 deletions client/packages/shared/assets/textures/lensflare/LICENSE.txt

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
2 changes: 1 addition & 1 deletion client/packages/shared/src/AppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ProjectStateContextProvider from "./context/ProjectStateContext";
import PublishingContextProvider from "./context/PublishingContext";
import {SceneAssetResolutionProvider} from "./context/SceneAssetResolutionContext";
import UIStateContextProvider from "./context/UIStateContext";
import {SceneRevisionsModalRenderer} from "./editor/assets/v2/SceneRevisionsModalRenderer/SceneRevisionsModalRenderer";
import {SceneRevisionsModalRenderer} from "@stem/editor-oss/editor/assets/v2/SceneRevisionsModalRenderer/SceneRevisionsModalRenderer";
import {queryClient} from "./queryClient";
import {LoadingAnimation} from "./ui/progress/LoadingAnimation";
import {IS_OSS} from "./buildMode";
Expand Down
2 changes: 1 addition & 1 deletion client/packages/shared/src/AppRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {RouteErrorBoundary} from "./RouteErrorBoundary";
import {ROUTES} from "./routes";

const CreateDashboard = lazy(() =>
import("./editor/assets/v2/CreateDashboard/CreateDashboard").then(m => ({default: m.CreateDashboard})),
import("@stem/editor-oss/editor/assets/v2/CreateDashboard/CreateDashboard").then(m => ({default: m.CreateDashboard})),
);
const About = lazy(() => import("./v2/pages/About/About").then(m => ({default: m.About})));
const ContactUs = lazy(() => import("./v2/pages/ContactUs/ContactUs").then(m => ({default: m.ContactUs})));
Expand Down
2 changes: 1 addition & 1 deletion client/packages/shared/src/PublicAppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AppGlobalContextProvider from "./context/AppGlobalContext";
import AuthorizationContextProvider from "./context/AuthorizationContext";
import HomepageContextProvider from "./context/HomepageContext";
import {OssAssetRegistryProvider} from "./context/OssAssetRegistryContext";
import {SceneRevisionsModalRenderer} from "./editor/assets/v2/SceneRevisionsModalRenderer/SceneRevisionsModalRenderer";
import {SceneRevisionsModalRenderer} from "@stem/editor-oss/editor/assets/v2/SceneRevisionsModalRenderer/SceneRevisionsModalRenderer";
import {queryClient} from "./queryClient";
import {AppUpdateManager} from "./update/AppUpdateManager";
import {OfflineIndicator} from "./update/OfflineIndicator";
Expand Down
2 changes: 1 addition & 1 deletion client/packages/shared/src/PublicAppContainerLite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import AppGlobalContextProvider from "./context/AppGlobalContext";
import AuthorizationContextProvider from "./context/AuthorizationContext";
import HomepageContextProvider from "./context/HomepageContext";
import {OssAssetRegistryProvider} from "./context/OssAssetRegistryContext";
import {OSSBootstrapModal} from "./editor/assets/v2/OSSBootstrapModal/OSSBootstrapModal";
import {OSSBootstrapModal} from "@stem/editor-oss/editor/assets/v2/OSSBootstrapModal/OSSBootstrapModal";
import {ensureProjectStoreRehydrated, isOSSBootstrapped} from "./persistence";
import {applyPlaygroundModeAttribute} from "./playgroundMode";
import "./playgroundMode.css";
Expand Down
2 changes: 0 additions & 2 deletions client/packages/shared/src/editor/Editor.ts

This file was deleted.

2 changes: 0 additions & 2 deletions client/packages/shared/src/editor/EditorComponent.tsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions client/packages/shared/src/editor/assets/css/AssetsPanel.css

This file was deleted.

21 changes: 0 additions & 21 deletions client/packages/shared/src/editor/assets/css/MapPanel.css

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions client/packages/shared/src/editor/assets/v2/ActionBar/icons/ai.svg
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading
Loading