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
49e3f4bdb0
use 10.8 only in deployment target, base SDK should be latest
2014-09-22 09:20:34 -07:00
Stephen Birarda
92b2fe6d68
remove ROOT_DIR param in include_glm, remove ROOT_DIR from root CMakeLists
2014-08-08 13:22:00 -07:00
Stephen Birarda
1a71d655b9
more cmake cleanup to remove ROOT_DIR passing
2014-08-08 13:17:53 -07:00
Stephen Birarda
107cbc3f87
more simplification of hifi macros to find libraries
2014-08-08 13:17:53 -07:00
Stephen Birarda
33e5826842
remove animation server, bubble up qt modules
2014-08-08 13:17:52 -07:00
Stephen Birarda
54390600a3
remove some extra spaces
2014-07-30 15:13:01 -07:00
Stephen Birarda
21229f22a7
only set the policy if it exists
2014-07-30 15:12:07 -07:00
Stephen Birarda
2796f71419
library cleanup to suppress warnings on cmake 3.0
2014-07-30 15:06:15 -07:00
Anthony Elliott
adca04b9ce
Configure build for Windows 8.1
2014-07-28 19:31:50 -04:00
Stephen Birarda
84aa4b9cda
use compiler default C++ Standard Library on OS X
2014-07-08 11:59:10 -07:00
David Rowe
bc1660cdeb
Configure multi-processor building on Windows
2014-07-01 09:57:23 -07:00
Andrzej Kapolka
6480c678d2
Disable strict aliasing for safe type punning, fix potentially uninitialized
...
variable warning.
2014-06-25 13:46:13 -07:00
Andrzej Kapolka
7931173671
Working on tools to convert bitstreams to/from json.
2014-06-17 12:33:31 -07:00
Stephen Birarda
fcc261cc2b
fix BUILD.md instructions and CMakeLists so QT_CMAKE_PREFIX_PATH can be passed
2014-03-24 17:15:53 -07:00
Andrew Meadows
aa8c2fc8cb
use radians instead of degrees (almost) everywhere
2014-03-11 17:26:58 -07:00
Brad Hefta-Gaub
e0cbecc3dd
Merge pull request #2243 from ZappoMan/fix_cmake_policy_warning
...
fix cmake policy warnings
2014-03-08 17:57:55 -08:00
ZappoMan
35a1bb8744
fix cmake policy warnings
2014-03-08 17:26:38 -08:00
Stephen Birarda
e52bc2c667
remove svo-viewer to place in external repository
2014-03-07 16:31:01 -08:00
Stephen Birarda
dceddc8ac4
repair indentation in root CMakeLists
2014-03-07 11:12:53 -08:00
Stephen Birarda
ac66f09157
Merge pull request #2194 from AndrewMeadows/cleanup
...
g++ warnings
2014-03-06 15:49:22 -08:00
Stephen Birarda
494bf59e9b
remove the winsdk hack to solve with VS SP1
2014-03-04 15:59:49 -08:00
Andrew Meadows
918cd39f5d
adding warnings to linux build
2014-03-04 11:18:58 -08:00
ZappoMan
5ffff958fe
cleanup names and fix some warnings
2014-03-01 11:47:37 -08:00
ZappoMan
45b5f54bc5
adding Matt's SvoViewer
2014-02-28 00:06:37 -08:00
Stephen Birarda
f72a87a47e
remove the pairing-server target
2014-02-24 15:00:36 -08:00
Stephen Birarda
00b4cd799e
remove the data-server from the repo
2014-02-24 14:56:17 -08:00
Andrzej Kapolka
524ceb4ed2
Working on tests for datagram sequencing, added autogenerated ==/!= operators
...
to mtc.
2014-02-09 16:26:53 -08:00
Brad Hefta-Gaub
54faeae13e
fix windows builds
2014-01-24 09:51:06 -08:00
Stephen Birarda
d405d31edf
add data-server to hifi repo, abstract DataServerClient
2014-01-20 14:42:50 -08:00
Brad Hefta-Gaub
912baf87c8
remove debug cmake code
2014-01-15 12:36:15 -08:00
Brad Hefta-Gaub
f64b3cdddb
fix whitespace
2014-01-15 12:35:34 -08:00
Brad Hefta-Gaub
75d5932de9
added externals/winsdk to help with windows builds
2014-01-14 23:01:27 -08:00
Brad Hefta-Gaub
8e8e6fcb30
added latest version of freeglut for windows
2014-01-13 14:46:03 -08:00
Brad Hefta-Gaub
483ac66518
more windows build tweaks, warnings and linking
2014-01-13 11:48:16 -08:00
Brad Hefta-Gaub
9441f9ffb7
fix link issues for many targets
2014-01-13 01:01:30 -08:00
Brad Hefta-Gaub
a94e371e5c
fix more windows warnings
2014-01-12 21:27:25 -08:00
Brad Hefta-Gaub
62cf9d5b8c
remove animation-server from windows build until it supports QThreads
2014-01-12 17:43:34 -08:00
Brad Hefta-Gaub
6bde55898d
handle NOMINMAX in cmake
2014-01-10 21:58:55 -08:00
Stephen Birarda
a820b2c3b6
force 10.9 build to act like 10.8 with Makefiles, closes #1210
2014-01-10 15:01:39 -08:00
Stephen Birarda
141394a664
replace UDPSocket with QUDPSocket
2013-12-02 13:34:29 -08:00
Stephen Birarda
f65a726745
switch base SDK to 10.8
2013-10-23 15:48:52 -07:00
Stephen Birarda
a4be44c2c5
remove the injector target
2013-10-16 17:28:42 -07:00
Stephen Birarda
ee1bf4ffcc
remove eve as a target
2013-10-09 10:31:10 -07:00
Stephen Birarda
bb32da12f1
complete removal of fervor and C++11 array
2013-09-30 10:30:18 -07:00
Stephen Birarda
70c5d3e349
decouple DS from main, move to C++11
2013-09-26 15:03:43 -07:00
ZappoMan
b682d3612b
remove standalone voxel server
2013-09-19 22:09:03 -05:00
Stephen Birarda
32b507d2ac
remove the global assignment-server for now to avoid confusion
2013-09-18 11:05:31 -07:00
Stephen Birarda
17727576d8
remove the avatar-mixer target from root CMakeLists
2013-09-05 14:03:34 -07:00
Stephen Birarda
94740eed60
remove the audio-mixer target
2013-09-04 10:11:26 -07:00