ZappoMan
5c3c94a618
remove metavoxels
2015-03-02 17:21:43 -08:00
Virendra Singh
d4367924ad
Clean up coding standard violations
2015-02-27 00:59:59 +05:30
Virendra Singh
95839dd64e
untabify the source files
2015-02-27 00:27:18 +05:30
Virendra Singh
36c3131524
Rectifying bad merge in BUILD.md and BUILD_WIN.md
2015-02-27 00:14:46 +05:30
Virendra Singh
b3fdb19cad
Merge branch 'master' of https://github.com/highfidelity/hifi into 20305
...
Conflicts:
BUILD.md
BUILD_WIN.md
2015-02-26 22:16:35 +05:30
Virendra Singh
434c0b569f
Make vhacd tool optional
2015-02-26 06:28:28 +05:30
Stephen Birarda
33b0fd24a6
don't call copy dll step for scribe
2015-02-25 11:02:05 -08:00
Stephen Birarda
fd8240669b
fix for windeployqt for executables
2015-02-25 10:39:44 -08:00
Kodey
a0a1564720
Merge branch '20305' of https://github.com/virneo/hifi into 20305
2015-02-25 08:45:29 +05:30
Kodey
a5aeb3b980
cmake changes for building on linux
2015-02-25 08:45:00 +05:30
Virendra Singh
9a153a6506
Time measurement
...
Used c++11 chrono class to measure elapsed time.
2015-02-25 08:36:58 +05:30
Virendra Singh
c15c549881
Code formatting
2015-02-25 07:47:00 +05:30
Virendra Singh
ce04b1accb
vhacd tool
...
this tool is as per joblist #20305 . Its provides an executable to test
VHACD computation on simple fbx models.
2015-02-21 15:40:39 +05:30
Virendra Singh
ddd137ed60
cmake changes for vhacd
...
cmake changes to create a new project vhacd as a seperate executable in
tools directory
2015-02-21 15:39:16 +05:30
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
Seth Alves
bee895ba0a
capture network bandwidth stats from NodeList rather than various places
2015-01-31 20:02:04 -08:00
Seth Alves
105b2c5fd7
shell script to regenerate emacs TAGS file for project
2015-01-31 10:54:01 -08:00
David Rowe
07b30da2ac
Fix miscellaneous types and casts
2015-01-08 13:44:51 -08:00
Sam Gateau
ccc77ce7a6
fixing command for scribe
2014-12-30 14:30:18 -08:00
Sam Gateau
7ea9f92492
polishing the scribe -c++ case
2014-12-23 18:25:35 -08:00
dev
42157161e0
fix the c++ header generation for mac though the brand new raw string format of c++11
2014-12-23 18:19:25 -08:00
Sam Gateau
c5eb04336f
first version of SCribe used for shaders in render-utils
2014-12-23 16:27:02 -08:00
Sam Gateau
249e6d02f8
Fixing typo and syntax
2014-12-23 14:49:06 -08:00
Sam Gateau
4004831377
Fixing typo and syntax
2014-12-23 14:46:58 -08:00
Sam Gateau
522ca55ed8
Fixing typo and syntax
2014-12-23 14:41:49 -08:00
Sam Gateau
0578a54ea0
Fixing typo and syntax
2014-12-23 14:41:05 -08:00
Sam Gateau
4bdc0d718d
Fixing typo and syntax
2014-12-23 14:29:26 -08:00
Sam Gateau
59387be856
Fixing typo and syntax
2014-12-23 14:20:12 -08:00
Sam Gateau
e16da55b1b
cleaning scribe main and checking naming
2014-12-22 16:02:58 -08:00
Sam Gateau
6b88eaceb5
FIx typos
2014-12-22 15:44:46 -08:00
Sam Gateau
4ee005affa
adding scribe tool
2014-12-22 11:51:54 -08:00
Stephen Birarda
114e3bb2ff
rename cmake macro to represent actual purpose
2014-12-18 16:51:20 -08:00
Sam Gateau
738369e21f
Replacing glutSolidSphere by a cached Geometry
...
Instead of calling glutSolidSphere, just call Application::getInstance()->getGeometryCache()->renderSphere(...)
- replaced all the instances of "glutSolidSphere"
- Changed the atmosphere shaders so instead of drawing a sphere of the size of the atmosphere, we draw a unit sphere, the vertices get scaled at the right radius in th vertex shader using fOuterRadius
2014-10-03 16:55:58 -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
0449660f66
don't bubble up hifi libraries since they are static
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
c9f8433a2d
tweak setup_hifi_library to bubble up full path of Qt modules
2014-08-08 13:17:54 -07:00
Stephen Birarda
87cf262b9e
get to successful cmake after library link macro changes
2014-08-08 13:17:53 -07:00
Stephen Birarda
2796f71419
library cleanup to suppress warnings on cmake 3.0
2014-07-30 15:06:15 -07:00
Andrzej Kapolka
9e61b5e45f
Fix Windows link error (hopefully).
2014-06-30 11:16:35 -07:00
Andrzej Kapolka
4b2d122f3d
Working on factoring out the common metavoxel endpoint/client code.
2014-06-26 16:12:11 -07:00
Andrzej Kapolka
eea45e98d7
Fix to include GLM.
2014-06-18 12:22:45 -07:00
Andrzej Kapolka
7931173671
Working on tools to convert bitstreams to/from json.
2014-06-17 12:33:31 -07:00
Andrzej Kapolka
37c977af02
Tests working for reading JSON.
2014-06-16 19:12:21 -07:00
Andrzej Kapolka
77b6a209ab
More progress on json reading.
2014-06-16 14:51:22 -07:00
Andrzej Kapolka
3ec127afde
Spoke a little too soon.
2014-06-15 16:46:43 -07:00