Stephen Birarda
2df9512dde
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-12-18 16:49:01 -08:00
Stephen Birarda
fa84100698
Merge pull request #3984 from Atlante45/master
...
Replace Game Of Life with intructions
2014-12-18 16:48:29 -08:00
Ryan Huffman
5b89208068
Merge branch 'master' of git://github.com/highfidelity/hifi into orientation-display
...
Conflicts:
interface/src/ui/ApplicationOverlay.cpp
interface/src/ui/overlays/Cube3DOverlay.cpp
2014-12-18 16:46:17 -08:00
Ryan Huffman
1776b2dee2
Update line3d in editModels to use start instead of position
2014-12-18 16:41:41 -08:00
Stephen Birarda
0b1445f8b5
show the address dialog with current address selected
2014-12-18 16:41:37 -08:00
Stephen Birarda
3a4f75ff62
fix AddressManager domain lookup to handle port
2014-12-18 16:40:02 -08:00
Ryan Huffman
2e95618bed
Remove 'start' property alias from Base3DOverlay
2014-12-18 16:38:27 -08:00
Ryan Huffman
74f8579922
Update line3d to have a separate 'start' property and use transform/rotation
2014-12-18 16:37:19 -08:00
Atlante45
e6123ec4a7
Typo
2014-12-18 16:31:19 -08:00
Atlante45
47d8b0b062
Replace Game Of Life with intructions
2014-12-18 16:24:26 -08:00
Ryan Huffman
5537fb970b
Update scripts to use instead of for line3d
2014-12-18 16:23:24 -08:00
Stephen Birarda
1ab66c2bfe
split port and hostname for cleaner domain changes
2014-12-18 16:17:03 -08:00
ZappoMan
8091564a73
remove all glut
2014-12-18 16:12:30 -08:00
Stephen Birarda
087ac1db90
send port along with domain hostname lookup
2014-12-18 16:03:13 -08:00
ZappoMan
26bcca95c9
remove glutWireCube()
2014-12-18 15:42:02 -08:00
Brad Hefta-Gaub
2a13d8662f
Merge pull request #3980 from AndrewMeadows/thermonuclear
...
more correct creation and edit times for entities
2014-12-18 15:27:15 -08:00
Stephen Birarda
4443470992
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-12-18 15:07:32 -08:00
Stephen Birarda
f474cfc9d0
link to render-utils from entities renderer
2014-12-18 15:06:44 -08:00
Andrew Meadows
11f01e1859
merge upstream/master into andrew/inertia
2014-12-18 15:01:08 -08:00
Andrew Meadows
6df91b92a8
merge upstream/master into andrew/thermonuclear
2014-12-18 15:00:15 -08:00
Stephen Birarda
d87e06a9d3
add missing metavoxels link to script-engine
2014-12-18 14:54:10 -08:00
Stephen Birarda
4bd3a94794
add missing avatars link to entities
2014-12-18 14:53:52 -08:00
Stephen Birarda
e8adc19ac6
fix more missing dependencies in render-utils
2014-12-18 14:52:36 -08:00
Stephen Birarda
4f4ffc42d3
add missing link to fbx from avatars
2014-12-18 14:52:16 -08:00
ZappoMan
6f6cf3b08d
Merge branch 'master' of https://github.com/highfidelity/hifi into librarization
2014-12-18 14:52:00 -08:00
Clément Brisset
45881da555
Merge pull request #3967 from birarda/cuckoo
...
C++11 support, replace NodeList hash with tbb concurrent_unordered_map
2014-12-18 14:42:15 -08:00
Stephen Birarda
1b5552de1a
fix GLUT library link in render-utils
2014-12-18 14:42:08 -08:00
Stephen Birarda
ecb17a61d6
fix missing render-utils dependencies
2014-12-18 14:39:35 -08:00
Stephen Birarda
6a604ca340
fix missing script dependency from shared
2014-12-18 14:36:31 -08:00
Stephen Birarda
6beaa3d59a
set policy for shared lib creation on OS X
2014-12-18 14:36:15 -08:00
Stephen Birarda
3719ac3127
Merge branch 'cuckoo'
2014-12-18 14:32:32 -08:00
Stephen Birarda
325d0dbce1
include QUuid instead of UUID in UUIDHasher
2014-12-18 14:31:34 -08:00
Stephen Birarda
e13e9febdc
unlock the node mutex if node not found
2014-12-18 14:16:22 -08:00
Stephen Birarda
07f95c597c
add read locks for find on tbb hash
2014-12-18 14:08:55 -08:00
Stephen Birarda
df3eca5aca
add a comment for the UUID hasher
2014-12-18 14:01:22 -08:00
Stephen Birarda
587df1178d
use constant for MSEC to USEC conversion
2014-12-18 13:57:19 -08:00
Andrew Meadows
dab1f026d7
simpler EntityItem::simulate() bypass for bullet
2014-12-18 13:56:18 -08:00
Andrew Meadows
85fd1fc14f
merge andrew/thermonuclear into andrew/inertia
...
Conflicts:
interface/src/Application.cpp
libraries/entities/src/EntityItem.cpp
2014-12-18 13:46:06 -08:00
Andrew Meadows
49fad6222e
merge upstream/master into andrew/thermonuclear
2014-12-18 13:28:37 -08:00
Andrew Meadows
b03e6c53e1
fixing derived classes to use new EntityItem API
...
remove 'forceCopy' argument in EntityItem::setProperties()
2014-12-18 11:41:20 -08:00
Andrew Meadows
28381a3b70
cleanup of EntityItem::_created timestamp logic
...
EntityItem::_created initializes to 0 in ctor
and must be set either by EntityItemProperties (via server update)
or manually whenever a script creates a fresh entity
2014-12-18 11:39:02 -08:00
Stephen Birarda
011b313b68
fix indentation in MetavoxelClientManager
2014-12-18 11:30:57 -08:00
ZappoMan
11b4400099
move all glut-ness to geometry cache
2014-12-18 11:20:17 -08:00
Adrianl3d
af1591277c
changes as per list
...
removed dummy code, remove mic mute state at startup, some text changes.
2014-12-19 04:17:36 +10:00
Stephen Birarda
4042b8b17a
duh, glut only required on win
2014-12-18 09:50:10 -08:00
Stephen Birarda
e6d3278b59
add back include of GLUT in render-utils
2014-12-18 09:47:20 -08:00
Stephen Birarda
b326ab9839
remove quotes from library links for debug/optimized
2014-12-18 09:38:48 -08:00
Brad Hefta-Gaub
fe5af952a4
Merge pull request #3979 from huffman/rollback-gridtools
...
Roll gridTool.js back temporarily
2014-12-18 09:38:46 -08:00
Stephen Birarda
d38c78f2c3
remove bubbling of linked libraries, cmake does it
2014-12-18 09:34:04 -08:00
Stephen Birarda
b202eb7dae
DRY up gpu library/header linking
2014-12-18 09:14:44 -08:00