This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for latest changes in Superpowers Core, upgrade from Jade to Pug
- Loading branch information
Showing
37 changed files
with
748 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule common
updated
27 files
+0 −0 | documentation/editors/documentation/index.pug | |
+19 −0 | documentation/package-lock.json | |
+2 −2 | documentation/package.json | |
+1 −1 | documentation/tsconfig.json | |
+0 −0 | home/editors/main/index.pug | |
+8 −8 | home/editors/main/index.ts | |
+1 −1 | home/tsconfig.json | |
+0 −0 | settings/editors/settings/index.pug | |
+1 −1 | settings/tsconfig.json | |
+1 −1 | textEditorWidget/operational-transform.d.ts | |
+25 −0 | textEditorWidget/package-lock.json | |
+3 −3 | textEditorWidget/settingsEditors/TextEditorSettingsEditor.ts | |
+1 −1 | textEditorWidget/tsconfig.json | |
+6 −6 | textEditorWidget/widget/widget.ts | |
+1 −1 | textEditorWidget/widgetGulpfile.js | |
+10 −1 | three/helpers.d.ts | |
+19 −19 | three/helpers/TransformControls.ts | |
+8 −9 | three/helpers/TransformGizmos.ts | |
+2 −0 | three/helpers/index.ts | |
+1 −0 | three/main.d.ts | |
+3 −1 | three/main/Camera.ts | |
+5 −5 | three/main/Camera2DControls.ts | |
+16 −10 | three/main/Camera3DControls.ts | |
+1 −1 | three/mainGulpfile.js | |
+19 −0 | three/package-lock.json | |
+1 −1 | three/package.json | |
+1 −1 | three/tsconfig.json |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugins/default/jade/api/JadeAPIPlugin.d.ts → plugins/default/pug/api/PugAPIPlugin.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
declare namespace SupCore { | ||
export interface JadeAPIPlugin { | ||
export interface PugAPIPlugin { | ||
locals: { [name: string]: any }; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import PugAsset from "./PugAsset"; | ||
|
||
SupCore.system.data.registerAssetClass("pug", PugAsset); |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.