Atlante45
|
f1ce034c35
|
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
|
2014-03-03 16:47:42 -08:00 |
|
Atlante45
|
ef9ff0fa74
|
Put initialization and deletion of localVoxelSystems on render thread
|
2014-03-03 16:46:25 -08:00 |
|
Philip Rosedale
|
5c0ec0ff6b
|
Merge pull request #2175 from ZappoMan/bugfixes
Fixes to particle deadlock, and some other crashes
|
2014-03-03 15:42:09 -08:00 |
|
Andrzej Kapolka
|
9759cd70c0
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-03 14:20:21 -08:00 |
|
ZappoMan
|
3684359c5f
|
removed some debug
|
2014-03-03 13:57:05 -08:00 |
|
ZappoMan
|
98bf85173a
|
more octree locking cleanup
|
2014-03-03 13:54:07 -08:00 |
|
Andrzej Kapolka
|
85083d74bc
|
Fix for annoying "QThreadStorage" warning.
|
2014-03-03 13:39:01 -08:00 |
|
Stephen Birarda
|
1b7d24a79c
|
keep known nodes alive when we receive a packet from them
|
2014-03-03 12:49:46 -08:00 |
|
ZappoMan
|
fd47602945
|
various particle crash and deadlock fixes
|
2014-03-03 12:49:34 -08:00 |
|
Stephen Birarda
|
5c1ba4264a
|
Merge pull request #2173 from birarda/null-checks
fix a flipped NULL pointer check
|
2014-03-03 12:47:49 -08:00 |
|
Stephen Birarda
|
500f678595
|
fix a flipped null check
|
2014-03-03 12:47:26 -08:00 |
|
ZappoMan
|
0285fe51e8
|
Merge branch 'master' of https://github.com/worklist/hifi into bugfixes
|
2014-03-03 12:14:11 -08:00 |
|
ZappoMan
|
8e553c7497
|
fix potential crash in setIsOptionChecked() added support for positioning separators
|
2014-03-03 12:03:56 -08:00 |
|
Stephen Birarda
|
60eb588e96
|
remove some unecessary null pointer checks
|
2014-03-03 11:36:01 -08:00 |
|
ZappoMan
|
372561195a
|
remove voxel drumming from C++
|
2014-03-03 04:00:06 -08:00 |
|
ZappoMan
|
59eefa314c
|
add support for Audio.startDrumSound() to allow drum sound procedural audio in JS
|
2014-03-03 03:17:16 -08:00 |
|
ZappoMan
|
2c7d9d7a06
|
removed unneeded class declaration
|
2014-03-03 00:35:46 -08:00 |
|
ZappoMan
|
6ddc6132fd
|
removed unneeded class def
|
2014-03-02 21:53:36 -08:00 |
|
ZappoMan
|
bde39d9832
|
expose getVoxelEnclosingPoint() to JS, and clean up JS version of findRayIntersection()
|
2014-03-02 20:28:20 -08:00 |
|
ZappoMan
|
f245aa6ac5
|
remove more cruft from VoxelSystem, move getElementEnclosingPoint() to Octree class where it belongs
|
2014-03-02 20:12:52 -08:00 |
|
ZappoMan
|
855e351f39
|
remove some ray pick helper code that was only used by hover voxel, main ray pick still exists
|
2014-03-02 19:37:40 -08:00 |
|
ZappoMan
|
176270f639
|
more VoxelSystem vs VoxelTree cleanup
|
2014-03-02 16:51:40 -08:00 |
|
ZappoMan
|
f0e73d2f98
|
removed VoxelSystem::findRayIntersection() use tree directly
|
2014-03-02 15:46:33 -08:00 |
|
ZappoMan
|
9bd29bdd92
|
removed findSpherePenetration() and findCapsulePenetration() from VoxelSystem, use VoxelTree
|
2014-03-02 15:34:36 -08:00 |
|
ZappoMan
|
ded7328959
|
clean up application access to deleteVoxelAt()/createVoxel()/getVoxelAt() to access VoxelTree directly
|
2014-03-02 15:17:49 -08:00 |
|
ZappoMan
|
de0baddef6
|
remove scene utils from voxels
|
2014-03-02 13:42:33 -08:00 |
|
ZappoMan
|
5b72f01b99
|
more cruft removal getting rid of false color in VoxelTreeElement
|
2014-03-02 12:33:52 -08:00 |
|
ZappoMan
|
b66c346f20
|
more cruft removal
|
2014-03-02 12:19:50 -08:00 |
|
ZappoMan
|
c5197b390e
|
removed a bunch of cruft from VoxelSystem
|
2014-03-02 12:13:00 -08:00 |
|
ZappoMan
|
64a3fb950b
|
fix warning
|
2014-03-01 11:54:24 -08:00 |
|
Andrzej Kapolka
|
3ae98a81fc
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-28 17:03:15 -08:00 |
|
ZappoMan
|
ef87fbffac
|
Merge branch 'master' of https://github.com/worklist/hifi into octree_server_scaling
Conflicts:
libraries/shared/src/ResourceCache.cpp
|
2014-02-28 16:58:43 -08:00 |
|
Andrzej Kapolka
|
d157428704
|
When we send data to the avatar mixer, send the tweaked head rotation. Closes
|
2014-02-28 16:58:22 -08:00 |
|
ZappoMan
|
c1c41ea2ca
|
handle some shutdown cases and reduce time of locking in octree server
|
2014-02-28 16:18:02 -08:00 |
|
ZappoMan
|
d2faca9767
|
fixed some warnings
|
2014-02-28 16:17:30 -08:00 |
|
Andrzej Kapolka
|
2f27d8ecd3
|
Process geometry/textures in worker threads (via QThreadPool). Closes #2137.
|
2014-02-28 16:14:02 -08:00 |
|
Atlante45
|
af691e1f75
|
Some comments and debug messages
|
2014-02-28 15:14:01 -08:00 |
|
Andrzej Kapolka
|
21a149348b
|
When switching models, retain old one until new one is loaded. Closes #2146.
|
2014-02-28 13:57:25 -08:00 |
|
Atlante45
|
fb10676121
|
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
|
2014-02-28 11:32:27 -08:00 |
|
Atlante45
|
4a9415faeb
|
Prevent users from modifying the domain tree with the LocalVoxels interface
|
2014-02-28 11:31:37 -08:00 |
|
Atlante45
|
20b921f4f8
|
Fixed typo
|
2014-02-28 11:26:17 -08:00 |
|
Atlante45
|
b854c450f4
|
Moved LocalVoxels class
|
2014-02-28 11:25:07 -08:00 |
|
ZappoMan
|
8d7406461a
|
Merge branch 'master' of https://github.com/worklist/hifi into octree_server_scaling
Conflicts:
assignment-client/src/octree/OctreeServer.cpp
assignment-client/src/octree/OctreeServer.h
|
2014-02-28 10:54:56 -08:00 |
|
Andrzej Kapolka
|
73ec568b4b
|
Further work on request limiting.
|
2014-02-27 19:28:45 -08:00 |
|
Andrzej Kapolka
|
5d4ed4c85e
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-27 18:14:18 -08:00 |
|
Andrzej Kapolka
|
29f7954d20
|
Factored out bits common to resource caches, added global limit on number of
resources being requested at any one time.
|
2014-02-27 18:13:40 -08:00 |
|
Atlante45
|
2ee7974fa8
|
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
|
2014-02-27 17:53:59 -08:00 |
|
Atlante45
|
11e80e0aaa
|
Added getVoxelAt for LocalVoxels + handle the case of the domain tree
|
2014-02-27 17:52:44 -08:00 |
|
Atlante45
|
b07081407a
|
Made commom string name static const
|
2014-02-27 14:47:05 -08:00 |
|
Atlante45
|
b033432684
|
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
|
2014-02-27 14:36:44 -08:00 |
|