]> git.jsancho.org Git - lugaru.git/commit
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
authorCôme Chilliet <come@chilliet.eu>
Mon, 2 Jan 2017 16:15:26 +0000 (17:15 +0100)
committerCôme Chilliet <come@chilliet.eu>
Mon, 2 Jan 2017 16:15:26 +0000 (17:15 +0100)
commit03fbcc5b5e18dbf62c48849fc8d02cd250aa744e
treeb78ea79420c557a55b2d2b2582419484071c053c
parent542e48a5f43e0169f98fca72bdd13aa66517f203
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
26 files changed:
CMakeLists.txt
Source/Animation/Animation.hpp
Source/Animation/Joint.hpp
Source/Animation/Skeleton.hpp
Source/Audio/Sounds.hpp
Source/Audio/openal_wrapper.cpp
Source/Audio/openal_wrapper.hpp
Source/Environment/Lights.hpp
Source/Environment/Skybox.hpp
Source/Environment/Terrain.hpp
Source/Globals.cpp
Source/Graphic/Decal.hpp
Source/Graphic/Models.hpp
Source/Graphic/Sprite.hpp
Source/Graphic/Text.hpp
Source/Level/Campaign.hpp
Source/Level/Dialog.hpp
Source/Level/Hotspot.hpp
Source/Math/PhysicsMath.hpp [deleted file]
Source/Math/Quaternions.cpp [deleted file]
Source/Math/Quaternions.hpp [deleted file]
Source/Math/XYZ.cpp [new file with mode: 0644]
Source/Math/XYZ.hpp [new file with mode: 0644]
Source/Objects/Object.hpp
Source/Objects/Person.hpp
Source/Objects/Weapons.hpp