LionTurtle
|
647bd5b704
|
Got rid of delete in nudge. Create is already destructive.
|
2013-09-05 11:30:23 -07:00 |
|
LionTurtle
|
6e37bc3644
|
Nudge code working for nudge that is greater than or equal to leaf size.
|
2013-09-05 11:06:12 -07:00 |
|
LionTurtle
|
62b29d26d2
|
Nudge function added. Testing nudge.
|
2013-08-29 18:17:06 -07:00 |
|
Stephen Birarda
|
01d28c7852
|
Merge pull request #883 from ZappoMan/threaded_voxel_server
fix issue with voxel server getting duplicate nodes
|
2013-08-22 10:33:19 -07:00 |
|
ZappoMan
|
a0c3df048c
|
fix issue with voxel server getting duplicate nodes
|
2013-08-22 10:32:18 -07:00 |
|
ZappoMan
|
5897ff37c0
|
Merge pull request #882 from birarda/oculus
fix for collisions when wearing Oculus
|
2013-08-21 21:03:49 -07:00 |
|
Stephen Birarda
|
a728ea8592
|
Merge pull request #880 from ZappoMan/threaded_voxel_server
Threaded voxel server- Fix "freezing" on hq
|
2013-08-21 17:51:35 -07:00 |
|
Stephen Birarda
|
6206d9e8db
|
fix for collisions when wearing Oculus
|
2013-08-21 17:42:13 -07:00 |
|
ZappoMan
|
38f54a3130
|
Merge branch 'master' of https://github.com/worklist/hifi into threaded_voxel_server
|
2013-08-21 17:03:34 -07:00 |
|
ZappoMan
|
56f6b12fcd
|
Merge pull request #881 from Atlante45/png_import_cleanup
Png import cleanup
|
2013-08-21 17:03:16 -07:00 |
|
ZappoMan
|
69842ef82f
|
Merge pull request #878 from LionTurtle/master
Add MyAvatar class, subclass of Avatar class.
|
2013-08-21 16:55:24 -07:00 |
|
ZappoMan
|
535a9faef3
|
fix comment
|
2013-08-21 16:42:35 -07:00 |
|
atlante45
|
12459079e9
|
Fixed magic number
|
2013-08-21 16:41:24 -07:00 |
|
ZappoMan
|
aa5aa1fb49
|
fix comment
|
2013-08-21 16:41:10 -07:00 |
|
ZappoMan
|
213f04f55e
|
fix comment
|
2013-08-21 16:37:58 -07:00 |
|
atlante45
|
447d9a65ce
|
Fixed only square png import + reduced amount of code
|
2013-08-21 16:36:50 -07:00 |
|
LionTurtle
|
3eb0a1a190
|
Magic number removal...
|
2013-08-21 16:35:16 -07:00 |
|
LionTurtle
|
e252d3b2ac
|
Style and spacing changes in MyAvatar/Avatar classes.
|
2013-08-21 16:32:06 -07:00 |
|
ZappoMan
|
25e21f862c
|
flush delete queue after encode is complete
|
2013-08-21 16:23:55 -07:00 |
|
Stephen Birarda
|
ee0d965ed4
|
Merge pull request #879 from ey6es/master
Fix for glow/ambient occlusion with Oculus, made lookat vectors glow and enabled by default.
|
2013-08-21 16:04:30 -07:00 |
|
ZappoMan
|
f19477dd63
|
dead code cleanup
|
2013-08-21 15:57:25 -07:00 |
|
Andrzej Kapolka
|
6dbaedd921
|
Merge branch 'master' of https://github.com/worklist/hifi
Conflicts:
interface/src/Application.cpp
|
2013-08-21 15:46:14 -07:00 |
|
Andrzej Kapolka
|
d63bb3afaa
|
Fixed glow/ambient occlusion with Oculus.
|
2013-08-21 15:44:57 -07:00 |
|
ZappoMan
|
bb5a432c74
|
removed old dead code
|
2013-08-21 15:21:58 -07:00 |
|
ZappoMan
|
bb9a81939c
|
threads for persist and packet processing
|
2013-08-21 15:17:32 -07:00 |
|
Grayson Stebbins
|
d6edf958e3
|
Removed "I'm ready" from last section header to prevent ugly wrapping
|
2013-08-21 15:05:28 -07:00 |
|
Grayson Stebbins
|
747008c229
|
Significant updates to README to make it more useful
|
2013-08-21 15:03:12 -07:00 |
|
ZappoMan
|
e524ed889e
|
Merge branch 'master' of https://github.com/worklist/hifi into threaded_voxel_server
Conflicts:
libraries/voxels/src/VoxelTree.cpp
libraries/voxels/src/VoxelTree.h
|
2013-08-21 13:48:23 -07:00 |
|
LionTurtle
|
a6109d411b
|
Remove unnecessary comments and spaces.
|
2013-08-21 13:47:19 -07:00 |
|
ZappoMan
|
18dbfd5cc7
|
Merge pull request #877 from Atlante45/separate_import_with_preview
New paste behaviour
|
2013-08-21 13:44:17 -07:00 |
|
LionTurtle
|
bb9af3103c
|
Remove unused setNoise() function in MyAvatar.h that was causing
build error.
|
2013-08-21 13:44:01 -07:00 |
|
LionTurtle
|
de9bd9e1b8
|
Add MyAvatar and resolve merge conflicts.
|
2013-08-21 13:38:23 -07:00 |
|
LionTurtle
|
1300bf7de2
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
interface/src/avatar/Avatar.cpp
interface/src/avatar/Avatar.h
|
2013-08-21 13:36:28 -07:00 |
|
LionTurtle
|
f4109b3fb4
|
Add MyAvatar subclass. For functions such as render() and simulate(),
they have been edited so that there are MyAvatar and Avatar specific
versions in their respective classes. isMyAvatar() has been removed.
|
2013-08-21 13:24:54 -07:00 |
|
atlante45
|
bae0f7fa1b
|
New paste behaviour
|
2013-08-21 13:21:15 -07:00 |
|
Stephen Birarda
|
1995788c2b
|
Merge pull request #870 from ZappoMan/animation_server_jurisdictions
Improve Animation Server to support Jurisdictions in Multi-voxel-server environment
|
2013-08-21 13:18:19 -07:00 |
|
ZappoMan
|
4fd23a0cd9
|
CR feedback
|
2013-08-21 13:09:51 -07:00 |
|
ZappoMan
|
4bdaf7589f
|
Merge branch 'master' of https://github.com/worklist/hifi into animation_server_jurisdictions
|
2013-08-21 12:16:09 -07:00 |
|
ZappoMan
|
4e7b4bdbaa
|
Merge pull request #876 from Atlante45/separate_import_with_preview
Separate import with preview
|
2013-08-21 12:15:50 -07:00 |
|
atlante45
|
bda6e03117
|
Changed name of copySubTreeIntoNewTree destinationTree argument
|
2013-08-21 12:11:34 -07:00 |
|
ZappoMan
|
2c362e6288
|
adding support for better multithreading in VoxelTree
|
2013-08-21 12:09:00 -07:00 |
|
atlante45
|
9003a7d40b
|
PR comments
|
2013-08-21 12:06:47 -07:00 |
|
Andrzej Kapolka
|
f39050ae28
|
Enable lookat vectors by default and make them glow.
|
2013-08-21 11:37:57 -07:00 |
|
atlante45
|
9fb864a699
|
Merge branch 'master' of https://github.com/worklist/hifi into separate_import_with_preview
|
2013-08-21 11:37:18 -07:00 |
|
atlante45
|
867303e673
|
Code cleanup
|
2013-08-21 11:33:10 -07:00 |
|
atlante45
|
27b0338294
|
Fixed clipboard not being previewed
|
2013-08-21 10:31:56 -07:00 |
|
atlante45
|
3eb5ace715
|
merge + few efficiency ameliorations to importDialog
|
2013-08-20 18:04:25 -07:00 |
|
ZappoMan
|
c320a87d5a
|
Merge pull request #875 from ey6es/master
Fix for diffuse glow with SSAO, made diffuse glow the default, improved performance, added debug statements.
|
2013-08-20 18:04:10 -07:00 |
|
Andrzej Kapolka
|
571131d42e
|
No glow effect on the avatar, fixed OS X warning.
|
2013-08-20 17:25:54 -07:00 |
|
Andrzej Kapolka
|
f3a32a7934
|
Might as well convert the divide to a multiply.
|
2013-08-20 17:04:29 -07:00 |
|