This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
GamePlay
mirror of
https://github.com/gameplay3d/GamePlay
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
More renaming removing gameplay- prefix
seanpaultaylor
12 years ago
parent
5b0d3ecac9
commit
4067ce019d
100 changed files
with
0 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
tools/encoder/CMakeLists.txt
0
0
tools/encoder/README.md
0
0
tools/encoder/gameplay-bundle.txt
0
0
tools/encoder/gameplay-encoder.sln
0
0
tools/encoder/gameplay-encoder.vcxproj
0
0
tools/encoder/gameplay-encoder.vcxproj.filters
0
0
tools/encoder/gameplay-encoder.vcxproj.user
0
0
tools/encoder/gameplay-encoder.xcodeproj/project.pbxproj
0
0
tools/encoder/gameplay-encoder.xcodeproj/xcshareddata/xcschemes/gameplay-encoder.xcscheme
0
0
tools/encoder/src/Animation.cpp
0
0
tools/encoder/src/Animation.h
0
0
tools/encoder/src/AnimationChannel.cpp
0
0
tools/encoder/src/AnimationChannel.h
0
0
tools/encoder/src/Animations.cpp
0
0
tools/encoder/src/Animations.h
0
0
tools/encoder/src/Base.cpp
0
0
tools/encoder/src/Base.h
0
0
tools/encoder/src/BoundingVolume.cpp
0
0
tools/encoder/src/BoundingVolume.h
0
0
tools/encoder/src/Camera.cpp
0
0
tools/encoder/src/Camera.h
0
0
tools/encoder/src/Curve.cpp
0
0
tools/encoder/src/Curve.h
0
0
tools/encoder/src/Curve.inl
0
0
tools/encoder/src/Effect.cpp
0
0
tools/encoder/src/Effect.h
0
0
tools/encoder/src/EncoderArguments.cpp
0
0
tools/encoder/src/EncoderArguments.h
0
0
tools/encoder/src/FBXSceneEncoder.cpp
0
0
tools/encoder/src/FBXSceneEncoder.h
0
0
tools/encoder/src/FileIO.cpp
0
0
tools/encoder/src/FileIO.h
0
0
tools/encoder/src/Font.cpp
0
0
tools/encoder/src/Font.h
0
0
tools/encoder/src/GPBDecoder.cpp
0
0
tools/encoder/src/GPBDecoder.h
0
0
tools/encoder/src/GPBFile.cpp
0
0
tools/encoder/src/GPBFile.h
0
0
tools/encoder/src/Glyph.cpp
0
0
tools/encoder/src/Glyph.h
0
0
tools/encoder/src/Heightmap.cpp
0
0
tools/encoder/src/Heightmap.h
0
0
tools/encoder/src/Image.cpp
0
0
tools/encoder/src/Image.h
0
0
tools/encoder/src/Light.cpp
0
0
tools/encoder/src/Light.h
0
0
tools/encoder/src/Material.cpp
0
0
tools/encoder/src/Material.h
0
0
tools/encoder/src/MaterialParameter.cpp
0
0
tools/encoder/src/MaterialParameter.h
0
0
tools/encoder/src/Matrix.cpp
0
0
tools/encoder/src/Matrix.h
0
0
tools/encoder/src/Mesh.cpp
0
0
tools/encoder/src/Mesh.h
0
0
tools/encoder/src/MeshPart.cpp
0
0
tools/encoder/src/MeshPart.h
0
0
tools/encoder/src/MeshSkin.cpp
0
0
tools/encoder/src/MeshSkin.h
0
0
tools/encoder/src/MeshSubSet.cpp
0
0
tools/encoder/src/MeshSubSet.h
0
0
tools/encoder/src/Model.cpp
0
0
tools/encoder/src/Model.h
0
0
tools/encoder/src/Node.cpp
0
0
tools/encoder/src/Node.h
0
0
tools/encoder/src/NormalMapGenerator.cpp
0
0
tools/encoder/src/NormalMapGenerator.h
0
0
tools/encoder/src/Object.cpp
0
0
tools/encoder/src/Object.h
0
0
tools/encoder/src/Quaternion.cpp
0
0
tools/encoder/src/Quaternion.h
0
0
tools/encoder/src/Quaternion.inl
0
0
tools/encoder/src/Reference.cpp
0
0
tools/encoder/src/Reference.h
0
0
tools/encoder/src/ReferenceTable.cpp
0
0
tools/encoder/src/ReferenceTable.h
0
0
tools/encoder/src/Scene.cpp
0
0
tools/encoder/src/Scene.h
0
0
tools/encoder/src/StringUtil.cpp
0
0
tools/encoder/src/StringUtil.h
0
0
tools/encoder/src/TTFFontEncoder.cpp
0
0
tools/encoder/src/TTFFontEncoder.h
0
0
tools/encoder/src/Thread.h
0
0
tools/encoder/src/Transform.cpp
0
0
tools/encoder/src/Transform.h
0
0
tools/encoder/src/Vector2.cpp
0
0
tools/encoder/src/Vector2.h
0
0
tools/encoder/src/Vector2.inl
0
0
tools/encoder/src/Vector3.cpp
0
0
tools/encoder/src/Vector3.h
0
0
tools/encoder/src/Vector3.inl
0
0
tools/encoder/src/Vector4.cpp
0
0
tools/encoder/src/Vector4.h
0
0
tools/encoder/src/Vector4.inl
0
0
tools/encoder/src/Vertex.cpp
0
0
tools/encoder/src/Vertex.h
0
0
tools/encoder/src/VertexElement.cpp
0
0
tools/encoder/src/VertexElement.h
0
0
tools/encoder/src/main.cpp
0
0
tools/luagen/CMakeLists.txt
0
0
tools/luagen/README.md
+ 0
- 0
tools/gameplay-encoder/CMakeLists.txt → tools/encoder/CMakeLists.txt
View File
+ 0
- 0
tools/gameplay-encoder/README.md → tools/encoder/README.md
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-bundle.txt → tools/encoder/gameplay-bundle.txt
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-encoder.sln → tools/encoder/gameplay-encoder.sln
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-encoder.vcxproj → tools/encoder/gameplay-encoder.vcxproj
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-encoder.vcxproj.filters → tools/encoder/gameplay-encoder.vcxproj.filters
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-encoder.vcxproj.user → tools/encoder/gameplay-encoder.vcxproj.user
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-encoder.xcodeproj/project.pbxproj → tools/encoder/gameplay-encoder.xcodeproj/project.pbxproj
View File
+ 0
- 0
tools/gameplay-encoder/gameplay-encoder.xcodeproj/xcshareddata/xcschemes/gameplay-encoder.xcscheme → tools/encoder/gameplay-encoder.xcodeproj/xcshareddata/xcschemes/gameplay-encoder.xcscheme
View File
+ 0
- 0
tools/gameplay-encoder/src/Animation.cpp → tools/encoder/src/Animation.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Animation.h → tools/encoder/src/Animation.h
View File
+ 0
- 0
tools/gameplay-encoder/src/AnimationChannel.cpp → tools/encoder/src/AnimationChannel.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/AnimationChannel.h → tools/encoder/src/AnimationChannel.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Animations.cpp → tools/encoder/src/Animations.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Animations.h → tools/encoder/src/Animations.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Base.cpp → tools/encoder/src/Base.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Base.h → tools/encoder/src/Base.h
View File
+ 0
- 0
tools/gameplay-encoder/src/BoundingVolume.cpp → tools/encoder/src/BoundingVolume.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/BoundingVolume.h → tools/encoder/src/BoundingVolume.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Camera.cpp → tools/encoder/src/Camera.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Camera.h → tools/encoder/src/Camera.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Curve.cpp → tools/encoder/src/Curve.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Curve.h → tools/encoder/src/Curve.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Curve.inl → tools/encoder/src/Curve.inl
View File
+ 0
- 0
tools/gameplay-encoder/src/Effect.cpp → tools/encoder/src/Effect.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Effect.h → tools/encoder/src/Effect.h
View File
+ 0
- 0
tools/gameplay-encoder/src/EncoderArguments.cpp → tools/encoder/src/EncoderArguments.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/EncoderArguments.h → tools/encoder/src/EncoderArguments.h
View File
+ 0
- 0
tools/gameplay-encoder/src/FBXSceneEncoder.cpp → tools/encoder/src/FBXSceneEncoder.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/FBXSceneEncoder.h → tools/encoder/src/FBXSceneEncoder.h
View File
+ 0
- 0
tools/gameplay-encoder/src/FileIO.cpp → tools/encoder/src/FileIO.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/FileIO.h → tools/encoder/src/FileIO.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Font.cpp → tools/encoder/src/Font.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Font.h → tools/encoder/src/Font.h
View File
+ 0
- 0
tools/gameplay-encoder/src/GPBDecoder.cpp → tools/encoder/src/GPBDecoder.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/GPBDecoder.h → tools/encoder/src/GPBDecoder.h
View File
+ 0
- 0
tools/gameplay-encoder/src/GPBFile.cpp → tools/encoder/src/GPBFile.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/GPBFile.h → tools/encoder/src/GPBFile.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Glyph.cpp → tools/encoder/src/Glyph.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Glyph.h → tools/encoder/src/Glyph.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Heightmap.cpp → tools/encoder/src/Heightmap.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Heightmap.h → tools/encoder/src/Heightmap.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Image.cpp → tools/encoder/src/Image.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Image.h → tools/encoder/src/Image.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Light.cpp → tools/encoder/src/Light.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Light.h → tools/encoder/src/Light.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Material.cpp → tools/encoder/src/Material.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Material.h → tools/encoder/src/Material.h
View File
+ 0
- 0
tools/gameplay-encoder/src/MaterialParameter.cpp → tools/encoder/src/MaterialParameter.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/MaterialParameter.h → tools/encoder/src/MaterialParameter.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Matrix.cpp → tools/encoder/src/Matrix.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Matrix.h → tools/encoder/src/Matrix.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Mesh.cpp → tools/encoder/src/Mesh.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Mesh.h → tools/encoder/src/Mesh.h
View File
+ 0
- 0
tools/gameplay-encoder/src/MeshPart.cpp → tools/encoder/src/MeshPart.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/MeshPart.h → tools/encoder/src/MeshPart.h
View File
+ 0
- 0
tools/gameplay-encoder/src/MeshSkin.cpp → tools/encoder/src/MeshSkin.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/MeshSkin.h → tools/encoder/src/MeshSkin.h
View File
+ 0
- 0
tools/gameplay-encoder/src/MeshSubSet.cpp → tools/encoder/src/MeshSubSet.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/MeshSubSet.h → tools/encoder/src/MeshSubSet.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Model.cpp → tools/encoder/src/Model.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Model.h → tools/encoder/src/Model.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Node.cpp → tools/encoder/src/Node.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Node.h → tools/encoder/src/Node.h
View File
+ 0
- 0
tools/gameplay-encoder/src/NormalMapGenerator.cpp → tools/encoder/src/NormalMapGenerator.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/NormalMapGenerator.h → tools/encoder/src/NormalMapGenerator.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Object.cpp → tools/encoder/src/Object.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Object.h → tools/encoder/src/Object.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Quaternion.cpp → tools/encoder/src/Quaternion.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Quaternion.h → tools/encoder/src/Quaternion.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Quaternion.inl → tools/encoder/src/Quaternion.inl
View File
+ 0
- 0
tools/gameplay-encoder/src/Reference.cpp → tools/encoder/src/Reference.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Reference.h → tools/encoder/src/Reference.h
View File
+ 0
- 0
tools/gameplay-encoder/src/ReferenceTable.cpp → tools/encoder/src/ReferenceTable.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/ReferenceTable.h → tools/encoder/src/ReferenceTable.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Scene.cpp → tools/encoder/src/Scene.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Scene.h → tools/encoder/src/Scene.h
View File
+ 0
- 0
tools/gameplay-encoder/src/StringUtil.cpp → tools/encoder/src/StringUtil.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/StringUtil.h → tools/encoder/src/StringUtil.h
View File
+ 0
- 0
tools/gameplay-encoder/src/TTFFontEncoder.cpp → tools/encoder/src/TTFFontEncoder.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/TTFFontEncoder.h → tools/encoder/src/TTFFontEncoder.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Thread.h → tools/encoder/src/Thread.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Transform.cpp → tools/encoder/src/Transform.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Transform.h → tools/encoder/src/Transform.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector2.cpp → tools/encoder/src/Vector2.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector2.h → tools/encoder/src/Vector2.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector2.inl → tools/encoder/src/Vector2.inl
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector3.cpp → tools/encoder/src/Vector3.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector3.h → tools/encoder/src/Vector3.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector3.inl → tools/encoder/src/Vector3.inl
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector4.cpp → tools/encoder/src/Vector4.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector4.h → tools/encoder/src/Vector4.h
View File
+ 0
- 0
tools/gameplay-encoder/src/Vector4.inl → tools/encoder/src/Vector4.inl
View File
+ 0
- 0
tools/gameplay-encoder/src/Vertex.cpp → tools/encoder/src/Vertex.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/Vertex.h → tools/encoder/src/Vertex.h
View File
+ 0
- 0
tools/gameplay-encoder/src/VertexElement.cpp → tools/encoder/src/VertexElement.cpp
View File
+ 0
- 0
tools/gameplay-encoder/src/VertexElement.h → tools/encoder/src/VertexElement.h
View File
+ 0
- 0
tools/gameplay-encoder/src/main.cpp → tools/encoder/src/main.cpp
View File
+ 0
- 0
tools/gameplay-luagen/CMakeLists.txt → tools/luagen/CMakeLists.txt
View File
+ 0
- 0
tools/gameplay-luagen/README.md → tools/luagen/README.md
View File
Some files were not shown because too many files changed in this diff