diff options
author | rtk0c <[email protected]> | 2022-06-03 23:26:44 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-03 23:26:44 -0700 |
commit | 60ccc62f4934e44ad5b905fdbcf458302b8d8a09 (patch) | |
tree | 02ec83cc8387abfd08bd5ee7ea4e8115f1bfb8d0 | |
parent | c2ef7737536bf1f8c81fcfae95c0183b21c9753f (diff) |
Changeset: 63 [WIP] Rename directories
-rw-r--r-- | source/CodegenCompiler/CodegenConfig.hpp (renamed from source/20-codegen-compiler/CodegenConfig.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenDecl.cpp (renamed from source/20-codegen-compiler/CodegenDecl.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenDecl.hpp (renamed from source/20-codegen-compiler/CodegenDecl.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenInput.cpp (renamed from source/20-codegen-compiler/CodegenInput.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenInput.hpp (renamed from source/20-codegen-compiler/CodegenInput.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenLexer.cpp (renamed from source/20-codegen-compiler/CodegenLexer.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenLexer.hpp (renamed from source/20-codegen-compiler/CodegenLexer.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenOutput.cpp (renamed from source/20-codegen-compiler/CodegenOutput.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenOutput.hpp (renamed from source/20-codegen-compiler/CodegenOutput.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenUtils.cpp (renamed from source/20-codegen-compiler/CodegenUtils.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/CodegenUtils.hpp (renamed from source/20-codegen-compiler/CodegenUtils.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/buildfile (renamed from source/10-common/buildfile) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/main.cpp (renamed from source/20-codegen-compiler/main.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/test/examples/TestClass.hpp.txt (renamed from source/20-codegen-compiler/test/examples/TestClass.hpp.txt) | 0 | ||||
-rw-r--r-- | source/CodegenCompiler/test/examples/TestEnum.hpp.txt (renamed from source/20-codegen-compiler/test/examples/TestEnum.hpp.txt) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/MacrosCodegen.hpp (renamed from source/20-codegen-runtime/MacrosCodegen.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/Metadata.cpp (renamed from source/20-codegen-runtime/Metadata.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/Metadata.hpp (renamed from source/20-codegen-runtime/Metadata.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/MetadataBase.cpp (renamed from source/20-codegen-runtime/MetadataBase.cpp) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/MetadataBase.hpp (renamed from source/20-codegen-runtime/MetadataBase.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/MetadataDetails.hpp (renamed from source/20-codegen-runtime/MetadataDetails.hpp) | 0 | ||||
-rw-r--r-- | source/CodegenRuntime/buildfile (renamed from source/20-codegen-compiler/buildfile) | 0 | ||||
-rw-r--r-- | source/Common/Color.hpp (renamed from source/10-common/Color.hpp) | 0 | ||||
-rw-r--r-- | source/Common/Enum.hpp (renamed from source/10-common/Enum.hpp) | 0 | ||||
-rw-r--r-- | source/Common/LookupTable.hpp (renamed from source/10-common/LookupTable.hpp) | 0 | ||||
-rw-r--r-- | source/Common/Macros.hpp (renamed from source/10-common/Macros.hpp) | 0 | ||||
-rw-r--r-- | source/Common/PodVector.hpp (renamed from source/10-common/PodVector.hpp) | 0 | ||||
-rw-r--r-- | source/Common/RTTI.hpp (renamed from source/10-common/RTTI.hpp) | 0 | ||||
-rw-r--r-- | source/Common/RapidJsonHelper.hpp (renamed from source/10-common/RapidJsonHelper.hpp) | 0 | ||||
-rw-r--r-- | source/Common/RcPtr.hpp (renamed from source/10-common/RcPtr.hpp) | 0 | ||||
-rw-r--r-- | source/Common/Rect.hpp (renamed from source/10-common/Rect.hpp) | 0 | ||||
-rw-r--r-- | source/Common/ScopeGuard.hpp (renamed from source/10-common/ScopeGuard.hpp) | 0 | ||||
-rw-r--r-- | source/Common/SmallVector.cpp (renamed from source/10-common/SmallVector.cpp) | 0 | ||||
-rw-r--r-- | source/Common/SmallVector.hpp (renamed from source/10-common/SmallVector.hpp) | 0 | ||||
-rw-r--r-- | source/Common/StbImplementations.c (renamed from source/10-common/StbImplementations.c) | 0 | ||||
-rw-r--r-- | source/Common/Type2ObjectMap.hpp (renamed from source/10-common/Type2ObjectMap.hpp) | 0 | ||||
-rw-r--r-- | source/Common/TypeTraits.hpp (renamed from source/10-common/TypeTraits.hpp) | 0 | ||||
-rw-r--r-- | source/Common/Uid.cpp (renamed from source/10-common/Uid.cpp) | 0 | ||||
-rw-r--r-- | source/Common/Uid.hpp (renamed from source/10-common/Uid.hpp) | 0 | ||||
-rw-r--r-- | source/Common/Utils.cpp (renamed from source/10-common/Utils.cpp) | 0 | ||||
-rw-r--r-- | source/Common/Utils.hpp (renamed from source/10-common/Utils.hpp) | 0 | ||||
-rw-r--r-- | source/Common/YCombinator.hpp (renamed from source/10-common/YCombinator.hpp) | 0 | ||||
-rw-r--r-- | source/Common/buildfile (renamed from source/20-codegen-runtime/buildfile) | 0 | ||||
-rw-r--r-- | source/Game/App.cpp (renamed from source/30-game/App.cpp) | 0 | ||||
-rw-r--r-- | source/Game/App.hpp (renamed from source/30-game/App.hpp) | 0 | ||||
-rw-r--r-- | source/Game/AppConfig.hpp (renamed from source/30-game/AppConfig.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Camera.cpp (renamed from source/30-game/Camera.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Camera.hpp (renamed from source/30-game/Camera.hpp) | 0 | ||||
-rw-r--r-- | source/Game/CommonVertexIndex.cpp (renamed from source/30-game/CommonVertexIndex.cpp) | 0 | ||||
-rw-r--r-- | source/Game/CommonVertexIndex.hpp (renamed from source/30-game/CommonVertexIndex.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorAccessories.cpp (renamed from source/30-game/EditorAccessories.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorAccessories.hpp (renamed from source/30-game/EditorAccessories.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorAttachment.hpp (renamed from source/30-game/EditorAttachment.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorAttachmentImpl.cpp (renamed from source/30-game/EditorAttachmentImpl.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorAttachmentImpl.hpp (renamed from source/30-game/EditorAttachmentImpl.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorCommandPalette.cpp (renamed from source/30-game/EditorCommandPalette.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorCommandPalette.hpp (renamed from source/30-game/EditorCommandPalette.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorCore.hpp (renamed from source/30-game/EditorCore.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorCorePrivate.cpp (renamed from source/30-game/EditorCorePrivate.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorCorePrivate.hpp (renamed from source/30-game/EditorCorePrivate.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorGuizmo.cpp (renamed from source/30-game/EditorGuizmo.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorGuizmo.hpp (renamed from source/30-game/EditorGuizmo.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorNotification.cpp (renamed from source/30-game/EditorNotification.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorNotification.hpp (renamed from source/30-game/EditorNotification.hpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorUtils.cpp (renamed from source/30-game/EditorUtils.cpp) | 0 | ||||
-rw-r--r-- | source/Game/EditorUtils.hpp (renamed from source/30-game/EditorUtils.hpp) | 0 | ||||
-rw-r--r-- | source/Game/FuzzyMatch.cpp (renamed from source/30-game/FuzzyMatch.cpp) | 0 | ||||
-rw-r--r-- | source/Game/FuzzyMatch.hpp (renamed from source/30-game/FuzzyMatch.hpp) | 0 | ||||
-rw-r--r-- | source/Game/GameObject.cpp (renamed from source/30-game/GameObject.cpp) | 0 | ||||
-rw-r--r-- | source/Game/GameObject.hpp (renamed from source/30-game/GameObject.hpp) | 0 | ||||
-rw-r--r-- | source/Game/GraphicsTags.cpp (renamed from source/30-game/GraphicsTags.cpp) | 0 | ||||
-rw-r--r-- | source/Game/GraphicsTags.hpp (renamed from source/30-game/GraphicsTags.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Image.cpp (renamed from source/30-game/Image.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Image.hpp (renamed from source/30-game/Image.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Ires.cpp (renamed from source/30-game/Ires.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Ires.hpp (renamed from source/30-game/Ires.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Level.cpp (renamed from source/30-game/Level.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Level.hpp (renamed from source/30-game/Level.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Material.cpp (renamed from source/30-game/Material.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Material.hpp (renamed from source/30-game/Material.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Mesh.cpp (renamed from source/30-game/Mesh.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Mesh.hpp (renamed from source/30-game/Mesh.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Player.cpp (renamed from source/30-game/Player.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Player.hpp (renamed from source/30-game/Player.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Renderer.cpp (renamed from source/30-game/Renderer.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Renderer.hpp (renamed from source/30-game/Renderer.hpp) | 0 | ||||
-rw-r--r-- | source/Game/SceneThings.cpp (renamed from source/30-game/SceneThings.cpp) | 0 | ||||
-rw-r--r-- | source/Game/SceneThings.hpp (renamed from source/30-game/SceneThings.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Shader.cpp (renamed from source/30-game/Shader.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Shader.hpp (renamed from source/30-game/Shader.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Sprite.cpp (renamed from source/30-game/Sprite.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Sprite.hpp (renamed from source/30-game/Sprite.hpp) | 0 | ||||
-rw-r--r-- | source/Game/Texture.cpp (renamed from source/30-game/Texture.cpp) | 0 | ||||
-rw-r--r-- | source/Game/Texture.hpp (renamed from source/30-game/Texture.hpp) | 0 | ||||
-rw-r--r-- | source/Game/VertexIndex.cpp (renamed from source/30-game/VertexIndex.cpp) | 0 | ||||
-rw-r--r-- | source/Game/VertexIndex.hpp (renamed from source/30-game/VertexIndex.hpp) | 0 | ||||
-rw-r--r-- | source/Game/World.cpp (renamed from source/30-game/World.cpp) | 0 | ||||
-rw-r--r-- | source/Game/World.hpp (renamed from source/30-game/World.hpp) | 0 | ||||
-rw-r--r-- | source/Game/buildfile (renamed from source/30-game/buildfile) | 0 | ||||
-rw-r--r-- | source/Game/main.cpp (renamed from source/30-game/main.cpp) | 0 |
100 files changed, 0 insertions, 0 deletions
diff --git a/source/20-codegen-compiler/CodegenConfig.hpp b/source/CodegenCompiler/CodegenConfig.hpp index b9dc56c..b9dc56c 100644 --- a/source/20-codegen-compiler/CodegenConfig.hpp +++ b/source/CodegenCompiler/CodegenConfig.hpp diff --git a/source/20-codegen-compiler/CodegenDecl.cpp b/source/CodegenCompiler/CodegenDecl.cpp index 7cf21ce..7cf21ce 100644 --- a/source/20-codegen-compiler/CodegenDecl.cpp +++ b/source/CodegenCompiler/CodegenDecl.cpp diff --git a/source/20-codegen-compiler/CodegenDecl.hpp b/source/CodegenCompiler/CodegenDecl.hpp index 0728c08..0728c08 100644 --- a/source/20-codegen-compiler/CodegenDecl.hpp +++ b/source/CodegenCompiler/CodegenDecl.hpp diff --git a/source/20-codegen-compiler/CodegenInput.cpp b/source/CodegenCompiler/CodegenInput.cpp index 0dced0e..0dced0e 100644 --- a/source/20-codegen-compiler/CodegenInput.cpp +++ b/source/CodegenCompiler/CodegenInput.cpp diff --git a/source/20-codegen-compiler/CodegenInput.hpp b/source/CodegenCompiler/CodegenInput.hpp index 63c2673..63c2673 100644 --- a/source/20-codegen-compiler/CodegenInput.hpp +++ b/source/CodegenCompiler/CodegenInput.hpp diff --git a/source/20-codegen-compiler/CodegenLexer.cpp b/source/CodegenCompiler/CodegenLexer.cpp index dab6aea..dab6aea 100644 --- a/source/20-codegen-compiler/CodegenLexer.cpp +++ b/source/CodegenCompiler/CodegenLexer.cpp diff --git a/source/20-codegen-compiler/CodegenLexer.hpp b/source/CodegenCompiler/CodegenLexer.hpp index 76adce6..76adce6 100644 --- a/source/20-codegen-compiler/CodegenLexer.hpp +++ b/source/CodegenCompiler/CodegenLexer.hpp diff --git a/source/20-codegen-compiler/CodegenOutput.cpp b/source/CodegenCompiler/CodegenOutput.cpp index ccd163c..ccd163c 100644 --- a/source/20-codegen-compiler/CodegenOutput.cpp +++ b/source/CodegenCompiler/CodegenOutput.cpp diff --git a/source/20-codegen-compiler/CodegenOutput.hpp b/source/CodegenCompiler/CodegenOutput.hpp index aa28715..aa28715 100644 --- a/source/20-codegen-compiler/CodegenOutput.hpp +++ b/source/CodegenCompiler/CodegenOutput.hpp diff --git a/source/20-codegen-compiler/CodegenUtils.cpp b/source/CodegenCompiler/CodegenUtils.cpp index 0c70cb6..0c70cb6 100644 --- a/source/20-codegen-compiler/CodegenUtils.cpp +++ b/source/CodegenCompiler/CodegenUtils.cpp diff --git a/source/20-codegen-compiler/CodegenUtils.hpp b/source/CodegenCompiler/CodegenUtils.hpp index 62d5400..62d5400 100644 --- a/source/20-codegen-compiler/CodegenUtils.hpp +++ b/source/CodegenCompiler/CodegenUtils.hpp diff --git a/source/10-common/buildfile b/source/CodegenCompiler/buildfile index 8d1c8b6..8d1c8b6 100644 --- a/source/10-common/buildfile +++ b/source/CodegenCompiler/buildfile diff --git a/source/20-codegen-compiler/main.cpp b/source/CodegenCompiler/main.cpp index 5e052a3..5e052a3 100644 --- a/source/20-codegen-compiler/main.cpp +++ b/source/CodegenCompiler/main.cpp diff --git a/source/20-codegen-compiler/test/examples/TestClass.hpp.txt b/source/CodegenCompiler/test/examples/TestClass.hpp.txt index 3eed8db..3eed8db 100644 --- a/source/20-codegen-compiler/test/examples/TestClass.hpp.txt +++ b/source/CodegenCompiler/test/examples/TestClass.hpp.txt diff --git a/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt b/source/CodegenCompiler/test/examples/TestEnum.hpp.txt index 30c36c0..30c36c0 100644 --- a/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt +++ b/source/CodegenCompiler/test/examples/TestEnum.hpp.txt diff --git a/source/20-codegen-runtime/MacrosCodegen.hpp b/source/CodegenRuntime/MacrosCodegen.hpp index 956123c..956123c 100644 --- a/source/20-codegen-runtime/MacrosCodegen.hpp +++ b/source/CodegenRuntime/MacrosCodegen.hpp diff --git a/source/20-codegen-runtime/Metadata.cpp b/source/CodegenRuntime/Metadata.cpp index 0d640da..0d640da 100644 --- a/source/20-codegen-runtime/Metadata.cpp +++ b/source/CodegenRuntime/Metadata.cpp diff --git a/source/20-codegen-runtime/Metadata.hpp b/source/CodegenRuntime/Metadata.hpp index e89fd8f..e89fd8f 100644 --- a/source/20-codegen-runtime/Metadata.hpp +++ b/source/CodegenRuntime/Metadata.hpp diff --git a/source/20-codegen-runtime/MetadataBase.cpp b/source/CodegenRuntime/MetadataBase.cpp index 2f2ef94..2f2ef94 100644 --- a/source/20-codegen-runtime/MetadataBase.cpp +++ b/source/CodegenRuntime/MetadataBase.cpp diff --git a/source/20-codegen-runtime/MetadataBase.hpp b/source/CodegenRuntime/MetadataBase.hpp index c1ad894..c1ad894 100644 --- a/source/20-codegen-runtime/MetadataBase.hpp +++ b/source/CodegenRuntime/MetadataBase.hpp diff --git a/source/20-codegen-runtime/MetadataDetails.hpp b/source/CodegenRuntime/MetadataDetails.hpp index 09b71ff..09b71ff 100644 --- a/source/20-codegen-runtime/MetadataDetails.hpp +++ b/source/CodegenRuntime/MetadataDetails.hpp diff --git a/source/20-codegen-compiler/buildfile b/source/CodegenRuntime/buildfile index 8d1c8b6..8d1c8b6 100644 --- a/source/20-codegen-compiler/buildfile +++ b/source/CodegenRuntime/buildfile diff --git a/source/10-common/Color.hpp b/source/Common/Color.hpp index ef0c5a9..ef0c5a9 100644 --- a/source/10-common/Color.hpp +++ b/source/Common/Color.hpp diff --git a/source/10-common/Enum.hpp b/source/Common/Enum.hpp index 8ad75ba..8ad75ba 100644 --- a/source/10-common/Enum.hpp +++ b/source/Common/Enum.hpp diff --git a/source/10-common/LookupTable.hpp b/source/Common/LookupTable.hpp index 54548f2..54548f2 100644 --- a/source/10-common/LookupTable.hpp +++ b/source/Common/LookupTable.hpp diff --git a/source/10-common/Macros.hpp b/source/Common/Macros.hpp index a255ada..a255ada 100644 --- a/source/10-common/Macros.hpp +++ b/source/Common/Macros.hpp diff --git a/source/10-common/PodVector.hpp b/source/Common/PodVector.hpp index 74e99d6..74e99d6 100644 --- a/source/10-common/PodVector.hpp +++ b/source/Common/PodVector.hpp diff --git a/source/10-common/RTTI.hpp b/source/Common/RTTI.hpp index bc0d289..bc0d289 100644 --- a/source/10-common/RTTI.hpp +++ b/source/Common/RTTI.hpp diff --git a/source/10-common/RapidJsonHelper.hpp b/source/Common/RapidJsonHelper.hpp index 75cd93a..75cd93a 100644 --- a/source/10-common/RapidJsonHelper.hpp +++ b/source/Common/RapidJsonHelper.hpp diff --git a/source/10-common/RcPtr.hpp b/source/Common/RcPtr.hpp index 130b2b2..130b2b2 100644 --- a/source/10-common/RcPtr.hpp +++ b/source/Common/RcPtr.hpp diff --git a/source/10-common/Rect.hpp b/source/Common/Rect.hpp index 89d9b01..89d9b01 100644 --- a/source/10-common/Rect.hpp +++ b/source/Common/Rect.hpp diff --git a/source/10-common/ScopeGuard.hpp b/source/Common/ScopeGuard.hpp index 28f3385..28f3385 100644 --- a/source/10-common/ScopeGuard.hpp +++ b/source/Common/ScopeGuard.hpp diff --git a/source/10-common/SmallVector.cpp b/source/Common/SmallVector.cpp index c38e8a7..c38e8a7 100644 --- a/source/10-common/SmallVector.cpp +++ b/source/Common/SmallVector.cpp diff --git a/source/10-common/SmallVector.hpp b/source/Common/SmallVector.hpp index e33a25d..e33a25d 100644 --- a/source/10-common/SmallVector.hpp +++ b/source/Common/SmallVector.hpp diff --git a/source/10-common/StbImplementations.c b/source/Common/StbImplementations.c index 73bbc2a..73bbc2a 100644 --- a/source/10-common/StbImplementations.c +++ b/source/Common/StbImplementations.c diff --git a/source/10-common/Type2ObjectMap.hpp b/source/Common/Type2ObjectMap.hpp index 24c45f3..24c45f3 100644 --- a/source/10-common/Type2ObjectMap.hpp +++ b/source/Common/Type2ObjectMap.hpp diff --git a/source/10-common/TypeTraits.hpp b/source/Common/TypeTraits.hpp index 73a56f9..73a56f9 100644 --- a/source/10-common/TypeTraits.hpp +++ b/source/Common/TypeTraits.hpp diff --git a/source/10-common/Uid.cpp b/source/Common/Uid.cpp index 1930cd8..1930cd8 100644 --- a/source/10-common/Uid.cpp +++ b/source/Common/Uid.cpp diff --git a/source/10-common/Uid.hpp b/source/Common/Uid.hpp index f58129c..f58129c 100644 --- a/source/10-common/Uid.hpp +++ b/source/Common/Uid.hpp diff --git a/source/10-common/Utils.cpp b/source/Common/Utils.cpp index dc76b0a..dc76b0a 100644 --- a/source/10-common/Utils.cpp +++ b/source/Common/Utils.cpp diff --git a/source/10-common/Utils.hpp b/source/Common/Utils.hpp index 9560b57..9560b57 100644 --- a/source/10-common/Utils.hpp +++ b/source/Common/Utils.hpp diff --git a/source/10-common/YCombinator.hpp b/source/Common/YCombinator.hpp index b1d2350..b1d2350 100644 --- a/source/10-common/YCombinator.hpp +++ b/source/Common/YCombinator.hpp diff --git a/source/20-codegen-runtime/buildfile b/source/Common/buildfile index 8d1c8b6..8d1c8b6 100644 --- a/source/20-codegen-runtime/buildfile +++ b/source/Common/buildfile diff --git a/source/30-game/App.cpp b/source/Game/App.cpp index 45a7545..45a7545 100644 --- a/source/30-game/App.cpp +++ b/source/Game/App.cpp diff --git a/source/30-game/App.hpp b/source/Game/App.hpp index c73c5a1..c73c5a1 100644 --- a/source/30-game/App.hpp +++ b/source/Game/App.hpp diff --git a/source/30-game/AppConfig.hpp b/source/Game/AppConfig.hpp index 794bee5..794bee5 100644 --- a/source/30-game/AppConfig.hpp +++ b/source/Game/AppConfig.hpp diff --git a/source/30-game/Camera.cpp b/source/Game/Camera.cpp index 39f0369..39f0369 100644 --- a/source/30-game/Camera.cpp +++ b/source/Game/Camera.cpp diff --git a/source/30-game/Camera.hpp b/source/Game/Camera.hpp index 7bf0a6c..7bf0a6c 100644 --- a/source/30-game/Camera.hpp +++ b/source/Game/Camera.hpp diff --git a/source/30-game/CommonVertexIndex.cpp b/source/Game/CommonVertexIndex.cpp index 786274e..786274e 100644 --- a/source/30-game/CommonVertexIndex.cpp +++ b/source/Game/CommonVertexIndex.cpp diff --git a/source/30-game/CommonVertexIndex.hpp b/source/Game/CommonVertexIndex.hpp index adb81b6..adb81b6 100644 --- a/source/30-game/CommonVertexIndex.hpp +++ b/source/Game/CommonVertexIndex.hpp diff --git a/source/30-game/EditorAccessories.cpp b/source/Game/EditorAccessories.cpp index 08d08ec..08d08ec 100644 --- a/source/30-game/EditorAccessories.cpp +++ b/source/Game/EditorAccessories.cpp diff --git a/source/30-game/EditorAccessories.hpp b/source/Game/EditorAccessories.hpp index 687b509..687b509 100644 --- a/source/30-game/EditorAccessories.hpp +++ b/source/Game/EditorAccessories.hpp diff --git a/source/30-game/EditorAttachment.hpp b/source/Game/EditorAttachment.hpp index 61b824b..61b824b 100644 --- a/source/30-game/EditorAttachment.hpp +++ b/source/Game/EditorAttachment.hpp diff --git a/source/30-game/EditorAttachmentImpl.cpp b/source/Game/EditorAttachmentImpl.cpp index b09c133..b09c133 100644 --- a/source/30-game/EditorAttachmentImpl.cpp +++ b/source/Game/EditorAttachmentImpl.cpp diff --git a/source/30-game/EditorAttachmentImpl.hpp b/source/Game/EditorAttachmentImpl.hpp index 53bcd37..53bcd37 100644 --- a/source/30-game/EditorAttachmentImpl.hpp +++ b/source/Game/EditorAttachmentImpl.hpp diff --git a/source/30-game/EditorCommandPalette.cpp b/source/Game/EditorCommandPalette.cpp index 0e7b894..0e7b894 100644 --- a/source/30-game/EditorCommandPalette.cpp +++ b/source/Game/EditorCommandPalette.cpp diff --git a/source/30-game/EditorCommandPalette.hpp b/source/Game/EditorCommandPalette.hpp index 101344d..101344d 100644 --- a/source/30-game/EditorCommandPalette.hpp +++ b/source/Game/EditorCommandPalette.hpp diff --git a/source/30-game/EditorCore.hpp b/source/Game/EditorCore.hpp index 726f43e..726f43e 100644 --- a/source/30-game/EditorCore.hpp +++ b/source/Game/EditorCore.hpp diff --git a/source/30-game/EditorCorePrivate.cpp b/source/Game/EditorCorePrivate.cpp index 43857a8..43857a8 100644 --- a/source/30-game/EditorCorePrivate.cpp +++ b/source/Game/EditorCorePrivate.cpp diff --git a/source/30-game/EditorCorePrivate.hpp b/source/Game/EditorCorePrivate.hpp index 4fbfb72..4fbfb72 100644 --- a/source/30-game/EditorCorePrivate.hpp +++ b/source/Game/EditorCorePrivate.hpp diff --git a/source/30-game/EditorGuizmo.cpp b/source/Game/EditorGuizmo.cpp index 3e4f890..3e4f890 100644 --- a/source/30-game/EditorGuizmo.cpp +++ b/source/Game/EditorGuizmo.cpp diff --git a/source/30-game/EditorGuizmo.hpp b/source/Game/EditorGuizmo.hpp index 0560050..0560050 100644 --- a/source/30-game/EditorGuizmo.hpp +++ b/source/Game/EditorGuizmo.hpp diff --git a/source/30-game/EditorNotification.cpp b/source/Game/EditorNotification.cpp index e4a869e..e4a869e 100644 --- a/source/30-game/EditorNotification.cpp +++ b/source/Game/EditorNotification.cpp diff --git a/source/30-game/EditorNotification.hpp b/source/Game/EditorNotification.hpp index 3af8c2d..3af8c2d 100644 --- a/source/30-game/EditorNotification.hpp +++ b/source/Game/EditorNotification.hpp diff --git a/source/30-game/EditorUtils.cpp b/source/Game/EditorUtils.cpp index 20caef7..20caef7 100644 --- a/source/30-game/EditorUtils.cpp +++ b/source/Game/EditorUtils.cpp diff --git a/source/30-game/EditorUtils.hpp b/source/Game/EditorUtils.hpp index 99c522b..99c522b 100644 --- a/source/30-game/EditorUtils.hpp +++ b/source/Game/EditorUtils.hpp diff --git a/source/30-game/FuzzyMatch.cpp b/source/Game/FuzzyMatch.cpp index 0ab604d..0ab604d 100644 --- a/source/30-game/FuzzyMatch.cpp +++ b/source/Game/FuzzyMatch.cpp diff --git a/source/30-game/FuzzyMatch.hpp b/source/Game/FuzzyMatch.hpp index 7a26b7e..7a26b7e 100644 --- a/source/30-game/FuzzyMatch.hpp +++ b/source/Game/FuzzyMatch.hpp diff --git a/source/30-game/GameObject.cpp b/source/Game/GameObject.cpp index 3b15111..3b15111 100644 --- a/source/30-game/GameObject.cpp +++ b/source/Game/GameObject.cpp diff --git a/source/30-game/GameObject.hpp b/source/Game/GameObject.hpp index f975803..f975803 100644 --- a/source/30-game/GameObject.hpp +++ b/source/Game/GameObject.hpp diff --git a/source/30-game/GraphicsTags.cpp b/source/Game/GraphicsTags.cpp index eb9a079..eb9a079 100644 --- a/source/30-game/GraphicsTags.cpp +++ b/source/Game/GraphicsTags.cpp diff --git a/source/30-game/GraphicsTags.hpp b/source/Game/GraphicsTags.hpp index cdf79eb..cdf79eb 100644 --- a/source/30-game/GraphicsTags.hpp +++ b/source/Game/GraphicsTags.hpp diff --git a/source/30-game/Image.cpp b/source/Game/Image.cpp index 3673acc..3673acc 100644 --- a/source/30-game/Image.cpp +++ b/source/Game/Image.cpp diff --git a/source/30-game/Image.hpp b/source/Game/Image.hpp index c577c24..c577c24 100644 --- a/source/30-game/Image.hpp +++ b/source/Game/Image.hpp diff --git a/source/30-game/Ires.cpp b/source/Game/Ires.cpp index bfa4cdf..bfa4cdf 100644 --- a/source/30-game/Ires.cpp +++ b/source/Game/Ires.cpp diff --git a/source/30-game/Ires.hpp b/source/Game/Ires.hpp index b6420f3..b6420f3 100644 --- a/source/30-game/Ires.hpp +++ b/source/Game/Ires.hpp diff --git a/source/30-game/Level.cpp b/source/Game/Level.cpp index 076e5d5..076e5d5 100644 --- a/source/30-game/Level.cpp +++ b/source/Game/Level.cpp diff --git a/source/30-game/Level.hpp b/source/Game/Level.hpp index 9114a64..9114a64 100644 --- a/source/30-game/Level.hpp +++ b/source/Game/Level.hpp diff --git a/source/30-game/Material.cpp b/source/Game/Material.cpp index 9b0c42d..9b0c42d 100644 --- a/source/30-game/Material.cpp +++ b/source/Game/Material.cpp diff --git a/source/30-game/Material.hpp b/source/Game/Material.hpp index f1cd7dd..f1cd7dd 100644 --- a/source/30-game/Material.hpp +++ b/source/Game/Material.hpp diff --git a/source/30-game/Mesh.cpp b/source/Game/Mesh.cpp index 244e2e3..244e2e3 100644 --- a/source/30-game/Mesh.cpp +++ b/source/Game/Mesh.cpp diff --git a/source/30-game/Mesh.hpp b/source/Game/Mesh.hpp index f86fd55..f86fd55 100644 --- a/source/30-game/Mesh.hpp +++ b/source/Game/Mesh.hpp diff --git a/source/30-game/Player.cpp b/source/Game/Player.cpp index 34c4549..34c4549 100644 --- a/source/30-game/Player.cpp +++ b/source/Game/Player.cpp diff --git a/source/30-game/Player.hpp b/source/Game/Player.hpp index d003a25..d003a25 100644 --- a/source/30-game/Player.hpp +++ b/source/Game/Player.hpp diff --git a/source/30-game/Renderer.cpp b/source/Game/Renderer.cpp index 3497449..3497449 100644 --- a/source/30-game/Renderer.cpp +++ b/source/Game/Renderer.cpp diff --git a/source/30-game/Renderer.hpp b/source/Game/Renderer.hpp index 98a9f28..98a9f28 100644 --- a/source/30-game/Renderer.hpp +++ b/source/Game/Renderer.hpp diff --git a/source/30-game/SceneThings.cpp b/source/Game/SceneThings.cpp index 3fa0436..3fa0436 100644 --- a/source/30-game/SceneThings.cpp +++ b/source/Game/SceneThings.cpp diff --git a/source/30-game/SceneThings.hpp b/source/Game/SceneThings.hpp index c261fbb..c261fbb 100644 --- a/source/30-game/SceneThings.hpp +++ b/source/Game/SceneThings.hpp diff --git a/source/30-game/Shader.cpp b/source/Game/Shader.cpp index 4a58635..4a58635 100644 --- a/source/30-game/Shader.cpp +++ b/source/Game/Shader.cpp diff --git a/source/30-game/Shader.hpp b/source/Game/Shader.hpp index 707e6cc..707e6cc 100644 --- a/source/30-game/Shader.hpp +++ b/source/Game/Shader.hpp diff --git a/source/30-game/Sprite.cpp b/source/Game/Sprite.cpp index 2b4923c..2b4923c 100644 --- a/source/30-game/Sprite.cpp +++ b/source/Game/Sprite.cpp diff --git a/source/30-game/Sprite.hpp b/source/Game/Sprite.hpp index e163a01..e163a01 100644 --- a/source/30-game/Sprite.hpp +++ b/source/Game/Sprite.hpp diff --git a/source/30-game/Texture.cpp b/source/Game/Texture.cpp index 6fa7c8a..6fa7c8a 100644 --- a/source/30-game/Texture.cpp +++ b/source/Game/Texture.cpp diff --git a/source/30-game/Texture.hpp b/source/Game/Texture.hpp index 108dfa7..108dfa7 100644 --- a/source/30-game/Texture.hpp +++ b/source/Game/Texture.hpp diff --git a/source/30-game/VertexIndex.cpp b/source/Game/VertexIndex.cpp index ac68289..ac68289 100644 --- a/source/30-game/VertexIndex.cpp +++ b/source/Game/VertexIndex.cpp diff --git a/source/30-game/VertexIndex.hpp b/source/Game/VertexIndex.hpp index 2d65617..2d65617 100644 --- a/source/30-game/VertexIndex.hpp +++ b/source/Game/VertexIndex.hpp diff --git a/source/30-game/World.cpp b/source/Game/World.cpp index d4a8344..d4a8344 100644 --- a/source/30-game/World.cpp +++ b/source/Game/World.cpp diff --git a/source/30-game/World.hpp b/source/Game/World.hpp index 288142e..288142e 100644 --- a/source/30-game/World.hpp +++ b/source/Game/World.hpp diff --git a/source/30-game/buildfile b/source/Game/buildfile index e69de29..e69de29 100644 --- a/source/30-game/buildfile +++ b/source/Game/buildfile diff --git a/source/30-game/main.cpp b/source/Game/main.cpp index c49fc0b..c49fc0b 100644 --- a/source/30-game/main.cpp +++ b/source/Game/main.cpp |