This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
barnold1953
committed
Jan 20, 2015
1 parent
4653c6a
commit c754086
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule Vorb
updated
23 files
+0 −316 | UnitTests/types.h | |
+4 −0 | Vorb.vcxproj | |
+6 −0 | Vorb.vcxproj.filters | |
+1 −1 | deps | |
+109 −0 | include/IntersectionUtils.inl | |
+32 −0 | include/MeshGenerators.h | |
+122 −0 | include/TextureRecycler.hpp | |
+1 −1 | include/ThreadPool.h | |
+24 −0 | include/Timing.h | |
+23 −22 | include/ecs/BitTable.hpp | |
+20 −3 | include/ecs/ComponentTable.hpp | |
+7 −1 | include/graphics/GLProgram.h | |
+71 −20 | include/graphics/GpuMemory.h | |
+26 −8 | include/graphics/TextureCache.h | |
+1 −1 | include/io/FileStream.h | |
+23 −0 | include/typesColor.inl | |
+26 −1 | include/utils.h | |
+151 −0 | src/MeshGenIcosphere.cpp | |
+40 −2 | src/Timing.cpp | |
+15 −6 | src/graphics/GLProgram.cpp | |
+54 −47 | src/graphics/GpuMemory.cpp | |
+29 −13 | src/graphics/TextureCache.cpp | |
+2 −0 | src/ui/MainGame.cpp |
Submodule deps
updated
15 files
+1 −1 | include/Vorb/ThreadPool.h | |
+24 −0 | include/Vorb/Timing.h | |
+4 −4 | include/Vorb/Vorb.h | |
+31 −30 | include/Vorb/ecs/BitTable.hpp | |
+20 −3 | include/Vorb/ecs/ComponentTable.hpp | |
+7 −1 | include/Vorb/graphics/GLProgram.h | |
+71 −20 | include/Vorb/graphics/GpuMemory.h | |
+26 −8 | include/Vorb/graphics/TextureCache.h | |
+1 −1 | include/Vorb/io/FileStream.h | |
+23 −0 | include/Vorb/typesColor.inl | |
+26 −1 | include/Vorb/utils.h | |
+ − | lib/Win32/Vorb-d.lib | |
+ − | lib/Win32/Vorb.lib | |
+ − | lib/x64/Vorb-d.lib | |
+ − | lib/x64/Vorb.lib |
Submodule game
updated
71 files