From 4531ac88d3c022866d564be40c20593de4c70bfc Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 22 Jun 2012 15:54:16 +0200 Subject: [PATCH] Moved old implementations to src/old --- src/{graphics/common => old}/blitz.cpp | 0 src/{graphics/common => old}/blitz.h | 0 src/{graphics/common => old}/camera.cpp | 0 src/{graphics/common => old}/camera.h | 0 src/{graphics/common => old}/cloud.cpp | 0 src/{graphics/common => old}/cloud.h | 0 src/{app => old}/d3dapp.cpp | 0 src/{app => old}/d3dapp.h | 0 src/{graphics/d3d => old}/d3dengine.cpp | 0 src/{graphics/d3d => old}/d3dengine.h | 0 src/{graphics/d3d => old}/d3denum.cpp | 0 src/{graphics/d3d => old}/d3denum.h | 0 src/{graphics/d3d => old}/d3dframe.cpp | 0 src/{graphics/d3d => old}/d3dframe.h | 0 src/{math => }/old/d3dmath.cpp | 0 src/{math => }/old/d3dmath.h | 0 src/{graphics/d3d => old}/d3dtextr.cpp | 0 src/{graphics/d3d => old}/d3dtextr.h | 0 src/{graphics/d3d => old}/d3dutil.cpp | 0 src/{graphics/d3d => old}/d3dutil.h | 0 src/{app => old}/joystick.cpp | 0 src/{app => old}/joystick.h | 0 src/{graphics/common => old}/light.cpp | 0 src/{graphics/common => old}/light.h | 0 src/{math => }/old/math3d.cpp | 0 src/{math => }/old/math3d.h | 0 src/{graphics/common => old}/model.cpp | 0 src/{graphics/common => old}/model.h | 0 src/{graphics/common => old}/particule.cpp | 0 src/{graphics/common => old}/particule.h | 0 src/{graphics/common => old}/planet.cpp | 0 src/{graphics/common => old}/planet.h | 0 src/{graphics/common => old}/pyro.cpp | 0 src/{graphics/common => old}/pyro.h | 0 src/{graphics/common => old}/terrain.cpp | 0 src/{graphics/common => old}/terrain.h | 0 src/{graphics/common => old}/text.cpp | 0 src/{graphics/common => old}/text.h | 0 src/{graphics/common => old}/water.cpp | 0 src/{graphics/common => old}/water.h | 0 40 files changed, 0 insertions(+), 0 deletions(-) rename src/{graphics/common => old}/blitz.cpp (100%) rename src/{graphics/common => old}/blitz.h (100%) rename src/{graphics/common => old}/camera.cpp (100%) rename src/{graphics/common => old}/camera.h (100%) rename src/{graphics/common => old}/cloud.cpp (100%) rename src/{graphics/common => old}/cloud.h (100%) rename src/{app => old}/d3dapp.cpp (100%) rename src/{app => old}/d3dapp.h (100%) rename src/{graphics/d3d => old}/d3dengine.cpp (100%) rename src/{graphics/d3d => old}/d3dengine.h (100%) rename src/{graphics/d3d => old}/d3denum.cpp (100%) rename src/{graphics/d3d => old}/d3denum.h (100%) rename src/{graphics/d3d => old}/d3dframe.cpp (100%) rename src/{graphics/d3d => old}/d3dframe.h (100%) rename src/{math => }/old/d3dmath.cpp (100%) rename src/{math => }/old/d3dmath.h (100%) rename src/{graphics/d3d => old}/d3dtextr.cpp (100%) rename src/{graphics/d3d => old}/d3dtextr.h (100%) rename src/{graphics/d3d => old}/d3dutil.cpp (100%) rename src/{graphics/d3d => old}/d3dutil.h (100%) rename src/{app => old}/joystick.cpp (100%) rename src/{app => old}/joystick.h (100%) rename src/{graphics/common => old}/light.cpp (100%) rename src/{graphics/common => old}/light.h (100%) rename src/{math => }/old/math3d.cpp (100%) rename src/{math => }/old/math3d.h (100%) rename src/{graphics/common => old}/model.cpp (100%) rename src/{graphics/common => old}/model.h (100%) rename src/{graphics/common => old}/particule.cpp (100%) rename src/{graphics/common => old}/particule.h (100%) rename src/{graphics/common => old}/planet.cpp (100%) rename src/{graphics/common => old}/planet.h (100%) rename src/{graphics/common => old}/pyro.cpp (100%) rename src/{graphics/common => old}/pyro.h (100%) rename src/{graphics/common => old}/terrain.cpp (100%) rename src/{graphics/common => old}/terrain.h (100%) rename src/{graphics/common => old}/text.cpp (100%) rename src/{graphics/common => old}/text.h (100%) rename src/{graphics/common => old}/water.cpp (100%) rename src/{graphics/common => old}/water.h (100%) diff --git a/src/graphics/common/blitz.cpp b/src/old/blitz.cpp similarity index 100% rename from src/graphics/common/blitz.cpp rename to src/old/blitz.cpp diff --git a/src/graphics/common/blitz.h b/src/old/blitz.h similarity index 100% rename from src/graphics/common/blitz.h rename to src/old/blitz.h diff --git a/src/graphics/common/camera.cpp b/src/old/camera.cpp similarity index 100% rename from src/graphics/common/camera.cpp rename to src/old/camera.cpp diff --git a/src/graphics/common/camera.h b/src/old/camera.h similarity index 100% rename from src/graphics/common/camera.h rename to src/old/camera.h diff --git a/src/graphics/common/cloud.cpp b/src/old/cloud.cpp similarity index 100% rename from src/graphics/common/cloud.cpp rename to src/old/cloud.cpp diff --git a/src/graphics/common/cloud.h b/src/old/cloud.h similarity index 100% rename from src/graphics/common/cloud.h rename to src/old/cloud.h diff --git a/src/app/d3dapp.cpp b/src/old/d3dapp.cpp similarity index 100% rename from src/app/d3dapp.cpp rename to src/old/d3dapp.cpp diff --git a/src/app/d3dapp.h b/src/old/d3dapp.h similarity index 100% rename from src/app/d3dapp.h rename to src/old/d3dapp.h diff --git a/src/graphics/d3d/d3dengine.cpp b/src/old/d3dengine.cpp similarity index 100% rename from src/graphics/d3d/d3dengine.cpp rename to src/old/d3dengine.cpp diff --git a/src/graphics/d3d/d3dengine.h b/src/old/d3dengine.h similarity index 100% rename from src/graphics/d3d/d3dengine.h rename to src/old/d3dengine.h diff --git a/src/graphics/d3d/d3denum.cpp b/src/old/d3denum.cpp similarity index 100% rename from src/graphics/d3d/d3denum.cpp rename to src/old/d3denum.cpp diff --git a/src/graphics/d3d/d3denum.h b/src/old/d3denum.h similarity index 100% rename from src/graphics/d3d/d3denum.h rename to src/old/d3denum.h diff --git a/src/graphics/d3d/d3dframe.cpp b/src/old/d3dframe.cpp similarity index 100% rename from src/graphics/d3d/d3dframe.cpp rename to src/old/d3dframe.cpp diff --git a/src/graphics/d3d/d3dframe.h b/src/old/d3dframe.h similarity index 100% rename from src/graphics/d3d/d3dframe.h rename to src/old/d3dframe.h diff --git a/src/math/old/d3dmath.cpp b/src/old/d3dmath.cpp similarity index 100% rename from src/math/old/d3dmath.cpp rename to src/old/d3dmath.cpp diff --git a/src/math/old/d3dmath.h b/src/old/d3dmath.h similarity index 100% rename from src/math/old/d3dmath.h rename to src/old/d3dmath.h diff --git a/src/graphics/d3d/d3dtextr.cpp b/src/old/d3dtextr.cpp similarity index 100% rename from src/graphics/d3d/d3dtextr.cpp rename to src/old/d3dtextr.cpp diff --git a/src/graphics/d3d/d3dtextr.h b/src/old/d3dtextr.h similarity index 100% rename from src/graphics/d3d/d3dtextr.h rename to src/old/d3dtextr.h diff --git a/src/graphics/d3d/d3dutil.cpp b/src/old/d3dutil.cpp similarity index 100% rename from src/graphics/d3d/d3dutil.cpp rename to src/old/d3dutil.cpp diff --git a/src/graphics/d3d/d3dutil.h b/src/old/d3dutil.h similarity index 100% rename from src/graphics/d3d/d3dutil.h rename to src/old/d3dutil.h diff --git a/src/app/joystick.cpp b/src/old/joystick.cpp similarity index 100% rename from src/app/joystick.cpp rename to src/old/joystick.cpp diff --git a/src/app/joystick.h b/src/old/joystick.h similarity index 100% rename from src/app/joystick.h rename to src/old/joystick.h diff --git a/src/graphics/common/light.cpp b/src/old/light.cpp similarity index 100% rename from src/graphics/common/light.cpp rename to src/old/light.cpp diff --git a/src/graphics/common/light.h b/src/old/light.h similarity index 100% rename from src/graphics/common/light.h rename to src/old/light.h diff --git a/src/math/old/math3d.cpp b/src/old/math3d.cpp similarity index 100% rename from src/math/old/math3d.cpp rename to src/old/math3d.cpp diff --git a/src/math/old/math3d.h b/src/old/math3d.h similarity index 100% rename from src/math/old/math3d.h rename to src/old/math3d.h diff --git a/src/graphics/common/model.cpp b/src/old/model.cpp similarity index 100% rename from src/graphics/common/model.cpp rename to src/old/model.cpp diff --git a/src/graphics/common/model.h b/src/old/model.h similarity index 100% rename from src/graphics/common/model.h rename to src/old/model.h diff --git a/src/graphics/common/particule.cpp b/src/old/particule.cpp similarity index 100% rename from src/graphics/common/particule.cpp rename to src/old/particule.cpp diff --git a/src/graphics/common/particule.h b/src/old/particule.h similarity index 100% rename from src/graphics/common/particule.h rename to src/old/particule.h diff --git a/src/graphics/common/planet.cpp b/src/old/planet.cpp similarity index 100% rename from src/graphics/common/planet.cpp rename to src/old/planet.cpp diff --git a/src/graphics/common/planet.h b/src/old/planet.h similarity index 100% rename from src/graphics/common/planet.h rename to src/old/planet.h diff --git a/src/graphics/common/pyro.cpp b/src/old/pyro.cpp similarity index 100% rename from src/graphics/common/pyro.cpp rename to src/old/pyro.cpp diff --git a/src/graphics/common/pyro.h b/src/old/pyro.h similarity index 100% rename from src/graphics/common/pyro.h rename to src/old/pyro.h diff --git a/src/graphics/common/terrain.cpp b/src/old/terrain.cpp similarity index 100% rename from src/graphics/common/terrain.cpp rename to src/old/terrain.cpp diff --git a/src/graphics/common/terrain.h b/src/old/terrain.h similarity index 100% rename from src/graphics/common/terrain.h rename to src/old/terrain.h diff --git a/src/graphics/common/text.cpp b/src/old/text.cpp similarity index 100% rename from src/graphics/common/text.cpp rename to src/old/text.cpp diff --git a/src/graphics/common/text.h b/src/old/text.h similarity index 100% rename from src/graphics/common/text.h rename to src/old/text.h diff --git a/src/graphics/common/water.cpp b/src/old/water.cpp similarity index 100% rename from src/graphics/common/water.cpp rename to src/old/water.cpp diff --git a/src/graphics/common/water.h b/src/old/water.h similarity index 100% rename from src/graphics/common/water.h rename to src/old/water.h