Dale Glass
|
a37a570c77
|
Fix test build system enough to build some tests
|
2022-06-05 22:06:53 +02:00 |
|
Bradley Austin Davis
|
3beb77694f
|
Cached shader binaries and uniform data for shaders
|
2018-05-24 12:42:33 -07:00 |
|
humbletim
|
08ccda9cfc
|
rename libraries/model(src/model) -> libraries/graphics(src/graphics)
|
2018-01-16 12:44:44 -05:00 |
|
Brad Davis
|
b8109af196
|
Ignite the atmosphere
|
2016-01-21 15:15:15 -08:00 |
|
Leonardo Murillo
|
9ad865c7f0
|
checkpoint
|
2015-11-20 15:19:45 -06:00 |
|
Seth Alves
|
695ffa29c7
|
call setup_memory_debugger from common macros rather than from every CMakeLists.txt file
|
2015-08-26 11:09:59 -07:00 |
|
Seth Alves
|
c25082d86f
|
use -fsanitize=address in all code rather than just the top-level links
|
2015-08-20 10:14:16 -07:00 |
|
Seiji Emery
|
a48adf5ce5
|
Cleanup + formatting
|
2015-06-30 14:12:58 -07:00 |
|
Seiji Emery
|
64922ecc62
|
Setup cmake build files for QtTest-based unit tests.
|
2015-06-19 21:39:34 -07:00 |
|
ZappoMan
|
4561c59203
|
wire up zone to environment atmosphere rendering
|
2015-05-04 13:49:43 -07:00 |
|
ZappoMan
|
5c3c94a618
|
remove metavoxels
|
2015-03-02 17:21:43 -08:00 |
|
Stephen Birarda
|
b2e587dbbd
|
remove use of include_dependency_includes and use cmake
|
2015-02-18 14:12:05 -08:00 |
|
Stephen Birarda
|
7d25013659
|
add DLL copying for all project targets
|
2015-02-17 17:44:58 -08:00 |
|
Stephen Birarda
|
9c13bec476
|
remove glm include where no longer required
|
2015-02-13 10:38:01 -08:00 |
|
ZappoMan
|
27d8ccb51e
|
more voxelEctomy
|
2014-12-30 19:58:04 -08:00 |
|
Sam Gateau
|
4c670ac17a
|
merging with upstream master and origin temp0
|
2014-12-22 10:38:11 -08:00 |
|
Sam Gateau
|
967c6dbc4b
|
Add the Model library
|
2014-12-19 16:19:06 -08:00 |
|
Stephen Birarda
|
114e3bb2ff
|
rename cmake macro to represent actual purpose
|
2014-12-18 16:51:20 -08:00 |
|
Andrew Meadows
|
4c3cdf5b7a
|
move stuff out of shared and into physics library
|
2014-10-28 13:51:45 -07:00 |
|
ZappoMan
|
4c85e9f581
|
removing particles
|
2014-10-13 14:10:57 -07:00 |
|
ZappoMan
|
4b52fddffd
|
collions with voxels and avatars
|
2014-09-24 17:37:56 -07:00 |
|
ZappoMan
|
f43ba4a68b
|
first cut at getting entities to collide
|
2014-09-24 15:28:04 -07:00 |
|
ZappoMan
|
daffb00bf2
|
build issues fixed after merge
|
2014-08-18 15:41:20 -07:00 |
|
ZappoMan
|
32d5eb3cea
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/CMakeLists.txt
interface/CMakeLists.txt
libraries/entities/CMakeLists.txt
libraries/models/src/ModelEditPacketSender.cpp
libraries/models/src/ModelEditPacketSender.h
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelItem.h
libraries/octree/src/OctreeEditPacketSender.cpp
libraries/octree/src/OctreeEditPacketSender.h
libraries/octree/src/OctreePacketData.h
libraries/octree/src/OctreeQuery.cpp
libraries/particles/src/ParticleEditPacketSender.cpp
libraries/particles/src/ParticleEditPacketSender.h
libraries/script-engine/CMakeLists.txt
tests/octree/CMakeLists.txt
|
2014-08-18 15:16:35 -07:00 |
|
Stephen Birarda
|
2fda95ae8f
|
repair build of various tools
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
b1310c065c
|
remove TARGET_NAME from cmake macros where it is not required
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
27419b7b6b
|
fix some build blockers in test directory
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
e4d01d269c
|
use shared dependency linking macro in hifi projects
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
26f7b1ba62
|
add macro to link shared dependencies to target
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
17df6484d4
|
remove ssize_t and replace with size_t or int where appropriate
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
87cf262b9e
|
get to successful cmake after library link macro changes
|
2014-08-08 13:17:53 -07:00 |
|
ZappoMan
|
77e1867b11
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/src/Agent.cpp
assignment-client/src/Agent.h
examples/editModels.js
interface/src/Application.h
|
2014-07-31 10:34:23 -07:00 |
|
Stephen Birarda
|
2796f71419
|
library cleanup to suppress warnings on cmake 3.0
|
2014-07-30 15:06:15 -07:00 |
|
ZappoMan
|
865566414c
|
Merge branch 'master' of https://github.com/worklist/hifi into renameModelsToEntities
Conflicts:
interface/src/entities/EntityTreeRenderer.cpp
libraries/entities/src/EntityItem.h
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelTree.cpp
libraries/models/src/ModelTreeElement.cpp
libraries/models/src/ModelsScriptingInterface.cpp
tests/octree/CMakeLists.txt
tests/octree/src/ModelTests.cpp
|
2014-07-01 16:32:47 -07:00 |
|
ZappoMan
|
c4fe36b13d
|
more Models->Entities renaming
|
2014-06-26 17:01:07 -07:00 |
|
ZappoMan
|
a7f2d150a4
|
what's this cmake defines ssize_t???
|
2014-06-24 20:15:34 -07:00 |
|
ZappoMan
|
773e1b0522
|
try to get tests to build
|
2014-06-24 18:02:35 -07:00 |
|
ZappoMan
|
48e779cf8e
|
added some performance tests
|
2014-06-23 14:08:47 -07:00 |
|
ZappoMan
|
89e24c4f21
|
add unit tests from new ModelItem serialization
|
2014-06-09 12:55:55 -07:00 |
|
ZappoMan
|
493ad6ae9e
|
added test pass/fail counting to octree unit tests
|
2014-06-09 10:41:43 -07:00 |
|
ZappoMan
|
76731be8c0
|
added some extra libraries
|
2014-06-05 16:01:11 -07:00 |
|
ZappoMan
|
2b85145325
|
added test suite for PropertyFlags, latest work on PropertyFlags
|
2014-06-04 11:41:09 -07:00 |
|