From 784858848e6fcaca9f29c047ce77e6b2646a0ff2 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 2 Jan 2025 19:24:06 -0800 Subject: [PATCH] strafe-client: move into folder --- .gitignore => strafe-client/.gitignore | 0 CONTRIBUTING.md => strafe-client/CONTRIBUTING.md | 0 Cargo.lock => strafe-client/Cargo.lock | 0 Cargo.toml => strafe-client/Cargo.toml | 0 LICENSE => strafe-client/LICENSE | 0 README.md => strafe-client/README.md | 0 {images => strafe-client/images}/astc.dds | Bin {images => strafe-client/images}/bc1.dds | Bin {images => strafe-client/images}/bgra.dds | Bin {images => strafe-client/images}/etc2.dds | Bin {images => strafe-client/images}/squid.dds | Bin {models => strafe-client/models}/suzanne.obj | 0 {models => strafe-client/models}/teapot.obj | 0 {models => strafe-client/models}/teslacyberv3.0.mtl | 0 {models => strafe-client/models}/teslacyberv3.0.obj | 0 {src => strafe-client/src}/compat_worker.rs | 0 {src => strafe-client/src}/face_crawler.rs | 0 {src => strafe-client/src}/file.rs | 0 {src => strafe-client/src}/graphics.rs | 0 {src => strafe-client/src}/graphics_worker.rs | 0 {src => strafe-client/src}/main.rs | 0 {src => strafe-client/src}/model_graphics.rs | 0 {src => strafe-client/src}/model_physics.rs | 0 {src => strafe-client/src}/physics.rs | 0 {src => strafe-client/src}/physics_worker.rs | 0 {src => strafe-client/src}/settings.rs | 0 {src => strafe-client/src}/setup.rs | 0 {src => strafe-client/src}/shader.wgsl | 0 {src => strafe-client/src}/window.rs | 0 {src => strafe-client/src}/worker.rs | 0 strafe.png => strafe-client/strafe.png | Bin {tools => strafe-client/tools}/arcane | 0 {tools => strafe-client/tools}/bhop_maps | 0 {tools => strafe-client/tools}/cross-compile.sh | 0 {tools => strafe-client/tools}/iso | 0 {tools => strafe-client/tools}/make-demo.sh | 0 {tools => strafe-client/tools}/run | 0 {tools => strafe-client/tools}/settings.conf | 0 {tools => strafe-client/tools}/surf_maps | 0 {tools => strafe-client/tools}/toc | 0 {tools => strafe-client/tools}/utopia | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => strafe-client/.gitignore (100%) rename CONTRIBUTING.md => strafe-client/CONTRIBUTING.md (100%) rename Cargo.lock => strafe-client/Cargo.lock (100%) rename Cargo.toml => strafe-client/Cargo.toml (100%) rename LICENSE => strafe-client/LICENSE (100%) rename README.md => strafe-client/README.md (100%) rename {images => strafe-client/images}/astc.dds (100%) rename {images => strafe-client/images}/bc1.dds (100%) rename {images => strafe-client/images}/bgra.dds (100%) rename {images => strafe-client/images}/etc2.dds (100%) rename {images => strafe-client/images}/squid.dds (100%) rename {models => strafe-client/models}/suzanne.obj (100%) rename {models => strafe-client/models}/teapot.obj (100%) rename {models => strafe-client/models}/teslacyberv3.0.mtl (100%) rename {models => strafe-client/models}/teslacyberv3.0.obj (100%) rename {src => strafe-client/src}/compat_worker.rs (100%) rename {src => strafe-client/src}/face_crawler.rs (100%) rename {src => strafe-client/src}/file.rs (100%) rename {src => strafe-client/src}/graphics.rs (100%) rename {src => strafe-client/src}/graphics_worker.rs (100%) rename {src => strafe-client/src}/main.rs (100%) rename {src => strafe-client/src}/model_graphics.rs (100%) rename {src => strafe-client/src}/model_physics.rs (100%) rename {src => strafe-client/src}/physics.rs (100%) rename {src => strafe-client/src}/physics_worker.rs (100%) rename {src => strafe-client/src}/settings.rs (100%) rename {src => strafe-client/src}/setup.rs (100%) rename {src => strafe-client/src}/shader.wgsl (100%) rename {src => strafe-client/src}/window.rs (100%) rename {src => strafe-client/src}/worker.rs (100%) rename strafe.png => strafe-client/strafe.png (100%) rename {tools => strafe-client/tools}/arcane (100%) rename {tools => strafe-client/tools}/bhop_maps (100%) rename {tools => strafe-client/tools}/cross-compile.sh (100%) rename {tools => strafe-client/tools}/iso (100%) rename {tools => strafe-client/tools}/make-demo.sh (100%) rename {tools => strafe-client/tools}/run (100%) rename {tools => strafe-client/tools}/settings.conf (100%) rename {tools => strafe-client/tools}/surf_maps (100%) rename {tools => strafe-client/tools}/toc (100%) rename {tools => strafe-client/tools}/utopia (100%) diff --git a/.gitignore b/strafe-client/.gitignore similarity index 100% rename from .gitignore rename to strafe-client/.gitignore diff --git a/CONTRIBUTING.md b/strafe-client/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to strafe-client/CONTRIBUTING.md diff --git a/Cargo.lock b/strafe-client/Cargo.lock similarity index 100% rename from Cargo.lock rename to strafe-client/Cargo.lock diff --git a/Cargo.toml b/strafe-client/Cargo.toml similarity index 100% rename from Cargo.toml rename to strafe-client/Cargo.toml diff --git a/LICENSE b/strafe-client/LICENSE similarity index 100% rename from LICENSE rename to strafe-client/LICENSE diff --git a/README.md b/strafe-client/README.md similarity index 100% rename from README.md rename to strafe-client/README.md diff --git a/images/astc.dds b/strafe-client/images/astc.dds similarity index 100% rename from images/astc.dds rename to strafe-client/images/astc.dds diff --git a/images/bc1.dds b/strafe-client/images/bc1.dds similarity index 100% rename from images/bc1.dds rename to strafe-client/images/bc1.dds diff --git a/images/bgra.dds b/strafe-client/images/bgra.dds similarity index 100% rename from images/bgra.dds rename to strafe-client/images/bgra.dds diff --git a/images/etc2.dds b/strafe-client/images/etc2.dds similarity index 100% rename from images/etc2.dds rename to strafe-client/images/etc2.dds diff --git a/images/squid.dds b/strafe-client/images/squid.dds similarity index 100% rename from images/squid.dds rename to strafe-client/images/squid.dds diff --git a/models/suzanne.obj b/strafe-client/models/suzanne.obj similarity index 100% rename from models/suzanne.obj rename to strafe-client/models/suzanne.obj diff --git a/models/teapot.obj b/strafe-client/models/teapot.obj similarity index 100% rename from models/teapot.obj rename to strafe-client/models/teapot.obj diff --git a/models/teslacyberv3.0.mtl b/strafe-client/models/teslacyberv3.0.mtl similarity index 100% rename from models/teslacyberv3.0.mtl rename to strafe-client/models/teslacyberv3.0.mtl diff --git a/models/teslacyberv3.0.obj b/strafe-client/models/teslacyberv3.0.obj similarity index 100% rename from models/teslacyberv3.0.obj rename to strafe-client/models/teslacyberv3.0.obj diff --git a/src/compat_worker.rs b/strafe-client/src/compat_worker.rs similarity index 100% rename from src/compat_worker.rs rename to strafe-client/src/compat_worker.rs diff --git a/src/face_crawler.rs b/strafe-client/src/face_crawler.rs similarity index 100% rename from src/face_crawler.rs rename to strafe-client/src/face_crawler.rs diff --git a/src/file.rs b/strafe-client/src/file.rs similarity index 100% rename from src/file.rs rename to strafe-client/src/file.rs diff --git a/src/graphics.rs b/strafe-client/src/graphics.rs similarity index 100% rename from src/graphics.rs rename to strafe-client/src/graphics.rs diff --git a/src/graphics_worker.rs b/strafe-client/src/graphics_worker.rs similarity index 100% rename from src/graphics_worker.rs rename to strafe-client/src/graphics_worker.rs diff --git a/src/main.rs b/strafe-client/src/main.rs similarity index 100% rename from src/main.rs rename to strafe-client/src/main.rs diff --git a/src/model_graphics.rs b/strafe-client/src/model_graphics.rs similarity index 100% rename from src/model_graphics.rs rename to strafe-client/src/model_graphics.rs diff --git a/src/model_physics.rs b/strafe-client/src/model_physics.rs similarity index 100% rename from src/model_physics.rs rename to strafe-client/src/model_physics.rs diff --git a/src/physics.rs b/strafe-client/src/physics.rs similarity index 100% rename from src/physics.rs rename to strafe-client/src/physics.rs diff --git a/src/physics_worker.rs b/strafe-client/src/physics_worker.rs similarity index 100% rename from src/physics_worker.rs rename to strafe-client/src/physics_worker.rs diff --git a/src/settings.rs b/strafe-client/src/settings.rs similarity index 100% rename from src/settings.rs rename to strafe-client/src/settings.rs diff --git a/src/setup.rs b/strafe-client/src/setup.rs similarity index 100% rename from src/setup.rs rename to strafe-client/src/setup.rs diff --git a/src/shader.wgsl b/strafe-client/src/shader.wgsl similarity index 100% rename from src/shader.wgsl rename to strafe-client/src/shader.wgsl diff --git a/src/window.rs b/strafe-client/src/window.rs similarity index 100% rename from src/window.rs rename to strafe-client/src/window.rs diff --git a/src/worker.rs b/strafe-client/src/worker.rs similarity index 100% rename from src/worker.rs rename to strafe-client/src/worker.rs diff --git a/strafe.png b/strafe-client/strafe.png similarity index 100% rename from strafe.png rename to strafe-client/strafe.png diff --git a/tools/arcane b/strafe-client/tools/arcane similarity index 100% rename from tools/arcane rename to strafe-client/tools/arcane diff --git a/tools/bhop_maps b/strafe-client/tools/bhop_maps similarity index 100% rename from tools/bhop_maps rename to strafe-client/tools/bhop_maps diff --git a/tools/cross-compile.sh b/strafe-client/tools/cross-compile.sh similarity index 100% rename from tools/cross-compile.sh rename to strafe-client/tools/cross-compile.sh diff --git a/tools/iso b/strafe-client/tools/iso similarity index 100% rename from tools/iso rename to strafe-client/tools/iso diff --git a/tools/make-demo.sh b/strafe-client/tools/make-demo.sh similarity index 100% rename from tools/make-demo.sh rename to strafe-client/tools/make-demo.sh diff --git a/tools/run b/strafe-client/tools/run similarity index 100% rename from tools/run rename to strafe-client/tools/run diff --git a/tools/settings.conf b/strafe-client/tools/settings.conf similarity index 100% rename from tools/settings.conf rename to strafe-client/tools/settings.conf diff --git a/tools/surf_maps b/strafe-client/tools/surf_maps similarity index 100% rename from tools/surf_maps rename to strafe-client/tools/surf_maps diff --git a/tools/toc b/strafe-client/tools/toc similarity index 100% rename from tools/toc rename to strafe-client/tools/toc diff --git a/tools/utopia b/strafe-client/tools/utopia similarity index 100% rename from tools/utopia rename to strafe-client/tools/utopia