Sean Paul Taylor 4d7dd7870a Updated latest gameplay-encoder and gameplay-luagen binaries for MacOSX 13 سال پیش
..
Animation.cpp 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
Animation.h 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
AnimationChannel.cpp 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
AnimationChannel.h 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
Animations.cpp e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
Animations.h e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
Base.cpp aa00bd27ae Changed the encoder to prompt the user for the font size if it wasn't specified. 13 سال پیش
Base.h aa00bd27ae Changed the encoder to prompt the user for the font size if it wasn't specified. 13 سال پیش
BoundingVolume.cpp d095cefffc Fixed syntax and compile errors on Mac. 14 سال پیش
BoundingVolume.h ed302ac4f5 Updated gameplay-encoder to now compute both bounding boxes and bounding spheres for skinned meshes. 14 سال پیش
Camera.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Camera.h 95fc4e1599 Adds new files for PhysicsCollisionShape.h/.cpp 13 سال پیش
Curve.cpp 6027ec45db Removed CurveRef. 13 سال پیش
Curve.h 6027ec45db Removed CurveRef. 13 سال پیش
Curve.inl 6027ec45db Removed CurveRef. 13 سال پیش
DAEChannelTarget.cpp acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
DAEChannelTarget.h 95fc4e1599 Adds new files for PhysicsCollisionShape.h/.cpp 13 سال پیش
DAEOptimizer.cpp 45f1871f49 gameplay-encoder: Moves getAnimationChannels() to DAEUtil.h from DAEOptimizer 14 سال پیش
DAEOptimizer.h 45f1871f49 gameplay-encoder: Moves getAnimationChannels() to DAEUtil.h from DAEOptimizer 14 سال پیش
DAESceneEncoder.cpp 4d7dd7870a Updated latest gameplay-encoder and gameplay-luagen binaries for MacOSX 13 سال پیش
DAESceneEncoder.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
DAEUtil.cpp d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
DAEUtil.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
Effect.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Effect.h 95fc4e1599 Adds new files for PhysicsCollisionShape.h/.cpp 13 سال پیش
EncoderArguments.cpp d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
EncoderArguments.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
FBXSceneEncoder.cpp e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
FBXSceneEncoder.h e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
FileIO.cpp e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
FileIO.h e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
Font.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Font.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
GPBDecoder.cpp 5937b4ca30 Updated the encoder to add "-h" argument for heightmaps just like the existing argument "-heightmaps". 13 سال پیش
GPBDecoder.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
GPBFile.cpp e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
GPBFile.h e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
Glyph.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Glyph.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Light.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Light.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Material.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Material.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
MaterialParameter.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
MaterialParameter.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Matrix.cpp d095cefffc Fixed syntax and compile errors on Mac. 14 سال پیش
Matrix.h d095cefffc Fixed syntax and compile errors on Mac. 14 سال پیش
Mesh.cpp bbf4b1f344 Change heightmap format from grayscale to packed RGB. Maintain compatibility with grayscale PNGs, but at the lower precision of course. Confirmed that the internal heightmap test is unaffected by this change. Also tested with experimental terrain that has a larger vertical range. NOTE: Includes a change to gameplay-encoder source code; please rebuild gameplay-encoder executables from this new source. 13 سال پیش
Mesh.h d97f98e1f4 Changed the encoder so that splitting transform animations works with computing the mesh bounds. 14 سال پیش
MeshPart.cpp 9ef4599e59 Added support for generating heightmaps from mesh data gameplay-encoder via a new "-heightmaps <node_ids>" argument. 14 سال پیش
MeshPart.h 9ef4599e59 Added support for generating heightmaps from mesh data gameplay-encoder via a new "-heightmaps <node_ids>" argument. 14 سال پیش
MeshSkin.cpp e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
MeshSkin.h e5e97e6d8e Added auto group animation feature to gameplay-encoder for FBX files. 13 سال پیش
MeshSubSet.cpp c4b4aac6fd Merging with next 14 سال پیش
MeshSubSet.h c4b4aac6fd Merging with next 14 سال پیش
Model.cpp 9ef4599e59 Added support for generating heightmaps from mesh data gameplay-encoder via a new "-heightmaps <node_ids>" argument. 14 سال پیش
Model.h 9ef4599e59 Added support for generating heightmaps from mesh data gameplay-encoder via a new "-heightmaps <node_ids>" argument. 14 سال پیش
Node.cpp fe7da340ea Updated the encoder to use FBX SDK 2013.1 13 سال پیش
Node.h 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
Object.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Object.h e6692ce27d gameplay-encoder: Removed LightInstance and CameraInstance. 14 سال پیش
Quaternion.cpp 694bf6feae Fixed Quaternion in the encoder. 14 سال پیش
Quaternion.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
Quaternion.inl 694bf6feae Fixed Quaternion in the encoder. 14 سال پیش
Reference.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Reference.h ee0185e184 Renamed the guard macro in Reference.h (in the encoder) 13 سال پیش
ReferenceTable.cpp acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
ReferenceTable.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
Scene.cpp cd13d03178 Fixed the encoder so that it can read DAE_FBX files from Maya. 13 سال پیش
Scene.h acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
StringUtil.cpp fe7da340ea Updated the encoder to use FBX SDK 2013.1 13 سال پیش
StringUtil.h fe7da340ea Updated the encoder to use FBX SDK 2013.1 13 سال پیش
TTFFontEncoder.cpp aa00bd27ae Changed the encoder to prompt the user for the font size if it wasn't specified. 13 سال پیش
TTFFontEncoder.h aa00bd27ae Changed the encoder to prompt the user for the font size if it wasn't specified. 13 سال پیش
Transform.cpp 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
Transform.h 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
Vector2.cpp acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
Vector2.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
Vector2.inl 64868d431b GamePlay Encoder: Adds FBX support. (Disabled by default) 14 سال پیش
Vector3.cpp acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
Vector3.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
Vector3.inl 64868d431b GamePlay Encoder: Adds FBX support. (Disabled by default) 14 سال پیش
Vector4.cpp acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
Vector4.h d1cff4886e Added a feature to gameplay encoder to auto group animations for mesh skins. 13 سال پیش
Vector4.inl 64868d431b GamePlay Encoder: Adds FBX support. (Disabled by default) 14 سال پیش
Vertex.cpp 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
Vertex.h 9d764e56d4 Added vertex color support to gameplay-encoder. 14 سال پیش
VertexElement.cpp 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
VertexElement.h 1ac77cd499 Cleaned up includes by removing duplicate and C-style includes and only including c++ headers. 14 سال پیش
main.cpp aa00bd27ae Changed the encoder to prompt the user for the font size if it wasn't specified. 13 سال پیش