]> git.localhorst.tv Git - blank.git/commit
glm backwards compatibility
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 3 Nov 2016 16:22:07 +0000 (17:22 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 8 Nov 2016 16:30:52 +0000 (17:30 +0100)
commitdcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a
tree2262b48d971391856d469b499ab565660b7012ad
parentefc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481
glm backwards compatibility
74 files changed:
src/ai/AIController.hpp
src/ai/Spawner.cpp
src/ai/Spawner.hpp
src/ai/ai.cpp
src/audio/Audio.hpp
src/client/ChunkTransmission.hpp
src/client/net.cpp
src/geometry/Location.hpp
src/geometry/distance.hpp
src/geometry/geometry.cpp
src/geometry/primitive.hpp
src/geometry/rotation.hpp
src/graphics/BlendedSprite.hpp
src/graphics/BlockLighting.hpp
src/graphics/BlockMesh.hpp
src/graphics/Camera.hpp
src/graphics/Canvas.hpp
src/graphics/DirectionalLighting.hpp
src/graphics/EntityMesh.hpp
src/graphics/Font.hpp
src/graphics/PlainColor.hpp
src/graphics/PrimitiveMesh.hpp
src/graphics/Program.hpp
src/graphics/SkyBoxMesh.hpp
src/graphics/SpriteMesh.hpp
src/graphics/Viewport.hpp
src/graphics/align.hpp
src/graphics/gl_traits.hpp
src/graphics/glm.hpp [new file with mode: 0644]
src/io/TokenStreamReader.hpp
src/model/CollisionBounds.hpp
src/model/Instance.hpp
src/model/Model.hpp
src/model/Part.hpp
src/model/Shape.hpp
src/model/bounds.hpp
src/model/model.cpp
src/net/Packet.hpp
src/net/net.cpp
src/rand/OctaveNoise.hpp
src/rand/SimplexNoise.hpp
src/rand/WorleyNoise.hpp
src/rand/noise.cpp
src/server/net.cpp
src/shared/states.cpp
src/ui/HUD.hpp
src/ui/Interface.hpp
src/ui/MessageBox.hpp
src/ui/PlayerController.hpp
src/ui/Text.hpp
src/ui/TextInput.hpp
src/ui/ui.cpp
src/ui/widgets.cpp
src/world/Block.hpp
src/world/BlockGravity.hpp
src/world/BlockType.hpp
src/world/Chunk.hpp
src/world/Entity.hpp
src/world/EntityDerivative.hpp
src/world/EntityState.hpp
src/world/Generator.cpp
src/world/Generator.hpp
src/world/Steering.hpp
src/world/World.hpp
src/world/WorldCollision.hpp
src/world/block.cpp
src/world/chunk.cpp
src/world/world.cpp
tst/geometry/IntersectionTest.cpp
tst/geometry/LocationTest.hpp
tst/graphics/GLTraitsTest.cpp
tst/net/PacketTest.cpp
tst/net/PacketTest.hpp
tst/rand/StabilityTest.hpp