Andrew Meadows
|
aede107058
|
change version of Entity update packet
|
2015-03-04 09:41:07 -08:00 |
|
Andrew Meadows
|
e1954d3e1d
|
spherical queries into Octree use meters
|
2015-03-01 15:19:26 -08:00 |
|
Andrew Meadows
|
7836bb4dcd
|
rayIntersection uses meters instead of tree units
|
2015-02-26 17:42:17 -08:00 |
|
Andrew Meadows
|
0b78156956
|
remove unnecessary #includes
|
2015-02-02 16:45:51 -08:00 |
|
Andrew Meadows
|
156c4fcc9f
|
removing legacy collision detection code in Octree
|
2015-02-02 16:42:05 -08:00 |
|
ZappoMan
|
67595ea571
|
more voxelEctomy
|
2014-12-30 20:35:21 -08:00 |
|
ZappoMan
|
278ed96f14
|
more work on voxelEctomy
|
2014-12-30 18:54:53 -08:00 |
|
ZappoMan
|
f2ed1337b5
|
fix ray picking output distance to be meters
|
2014-12-10 11:04:32 -08:00 |
|
ZappoMan
|
0592b74a06
|
make collision callbacks work
|
2014-12-08 14:15:03 -08:00 |
|
ZappoMan
|
7ea85073f4
|
introduce precision picking in API form
|
2014-12-06 11:45:49 -08:00 |
|
Andrew Meadows
|
114364e37a
|
cleanup/optimization of Octree::readElementData()
|
2014-11-17 16:39:26 -08:00 |
|
ZappoMan
|
744f9bc508
|
better handle corrupt packets that would cause unreasonably deep recursion
|
2014-11-13 22:26:18 -08:00 |
|
ZappoMan
|
5da0d1e55a
|
fix regexs for dangerously deep recurssion suppression
|
2014-11-13 20:53:31 -08:00 |
|
ZappoMan
|
43f44f4131
|
suppress some potentially repeated log messages
|
2014-11-13 07:52:00 -08:00 |
|
Stephen Birarda
|
fda5b0fffd
|
fix a bug produced by not setting deleted var to NULL
|
2014-11-10 11:03:15 -08:00 |
|
ZappoMan
|
9cd76983a2
|
swith to using shape collider instead of spheres
|
2014-09-25 14:35:20 -07:00 |
|
ZappoMan
|
eda168a6d9
|
first cut at shape collisions
|
2014-09-24 19:51:37 -07:00 |
|
ZappoMan
|
f43ba4a68b
|
first cut at getting entities to collide
|
2014-09-24 15:28:04 -07:00 |
|
Andrew Meadows
|
f2882618be
|
merge upstream/master into andrew/inertia
Conflicts:
interface/src/avatar/MyAvatar.cpp
|
2014-09-12 17:50:26 -07:00 |
|
ZappoMan
|
e88726c7c5
|
silence some over active debug messages
|
2014-09-09 20:41:56 -07:00 |
|
Andrew Meadows
|
c9d5508f16
|
merge upstream/master into andrew/ragdoll
|
2014-09-08 10:21:32 -07:00 |
|
Andrew Meadows
|
62438bae6a
|
fixed signed/unsigned comparison and unused variable
|
2014-09-05 16:41:01 -07:00 |
|
Andrew Meadows
|
6f22ff01d9
|
merge upstream/master into andrew/ragdoll
|
2014-09-05 16:04:01 -07:00 |
|
Andrew Meadows
|
b953d880a3
|
minor optimization on CubeList and VoxelPool
|
2014-09-05 14:41:18 -07:00 |
|
ZappoMan
|
a19ce6e859
|
clean up warning
|
2014-09-05 12:52:04 -07:00 |
|
ZappoMan
|
54a746a846
|
remove noise
|
2014-09-05 12:49:23 -07:00 |
|
ZappoMan
|
e1064d8da7
|
correctly implement data types who assume all child data must be included (e.g. voxels)
|
2014-09-05 12:41:14 -07:00 |
|
ZappoMan
|
a25790b350
|
more work on fixing voxels
|
2014-09-05 11:51:17 -07:00 |
|
ZappoMan
|
f234dbf9a1
|
converting voxel files to new versioned format with buffer breaks
|
2014-09-05 10:51:08 -07:00 |
|
ZappoMan
|
5c5658b6e7
|
Merge branch 'master' of https://github.com/highfidelity/hifi into fixingOctreeSave
|
2014-09-05 09:27:27 -07:00 |
|
ZappoMan
|
3c2b534842
|
dead code cleanup and comment cleanup
|
2014-09-05 01:50:43 -07:00 |
|
ZappoMan
|
5ec98b8dec
|
more guards to corrupt voxel files
|
2014-09-05 01:40:41 -07:00 |
|
ZappoMan
|
a189f077b8
|
fix huge-mega-voxels and voxel file corruption
|
2014-09-05 01:13:22 -07:00 |
|
Andrew Meadows
|
faf31f268e
|
use QHash, not QVector, for Octree content query
|
2014-09-04 15:20:07 -07:00 |
|
Andrew Meadows
|
e120697a9b
|
merge upstream/master into andrew/ragdoll
|
2014-09-03 15:49:32 -07:00 |
|
AndrewMeadows
|
bd55da4a83
|
Merge pull request #3335 from ZappoMan/virtualEntities
Model Server to Entity Server Refactoring
|
2014-09-03 15:48:58 -07:00 |
|
Andrew Meadows
|
54463ab668
|
add findContentInCube() and typedef CubeList
|
2014-09-03 13:17:47 -07:00 |
|
ZappoMan
|
29bbeadbc7
|
fix method names for CR feedback
|
2014-09-03 12:44:57 -07:00 |
|
ZappoMan
|
66a2f58192
|
fix to runaway saving file and optimizations to general encoding paths
|
2014-09-03 10:55:56 -07:00 |
|
ZappoMan
|
9fa087571b
|
tweak to save SVO logic
|
2014-09-02 17:10:41 -07:00 |
|
ZappoMan
|
2b5d631290
|
removed a ton of old dead debug code
|
2014-09-02 08:44:43 -07:00 |
|
ZappoMan
|
f16a48e187
|
quiet some debugging
|
2014-09-01 22:38:18 -07:00 |
|
ZappoMan
|
b244e78af4
|
working on addressing issues with sibling cells and server clock skew causing some properties to be ignored
|
2014-09-01 21:48:03 -07:00 |
|
Andrew Meadows
|
aeb355e3da
|
re-enabling legacy avatar-vs-voxel collisions
so that I don't break anything when this merges with upstream
|
2014-08-29 15:53:20 -07:00 |
|
ZappoMan
|
2f90df04ee
|
correct cleanup of Models/geometry and all EntityItems for various cases
|
2014-08-27 15:45:45 -07:00 |
|
Andrew Meadows
|
c6253bb51a
|
AACube vs Sphere and Capsule collision tests
Sphere is unit tested.
Also removed the shape collision query against Octree
|
2014-08-27 12:09:41 -07:00 |
|
ZappoMan
|
73d5e8c519
|
more quieting of debug messages
|
2014-08-22 17:21:27 -07:00 |
|
ZappoMan
|
75bb42fb73
|
debug cleanup
|
2014-08-22 10:54:00 -07:00 |
|
ZappoMan
|
17426a1c71
|
removed tons of debugging
|
2014-08-20 17:47:16 -07:00 |
|
ZappoMan
|
ef86d86234
|
split out entity rendering into subclasses, improved rendering of models
|
2014-08-20 15:49:50 -07:00 |
|
ZappoMan
|
3a5a38c342
|
support chunk sizes in SVO file, allows for chunk based reading of SVO file and fixes issues with entities spanning chunks in file
|
2014-08-19 10:53:45 -07:00 |
|
ZappoMan
|
960e9eb2f4
|
debugging tweaks
|
2014-08-19 09:43:09 -07:00 |
|
ZappoMan
|
1b1c386e78
|
handle root element data that spans multiple MTU
|
2014-08-18 14:53:57 -07:00 |
|
ZappoMan
|
49cf6dff3a
|
more DIDNT_FIT logic improvements/fixes
|
2014-08-18 14:09:01 -07:00 |
|
ZappoMan
|
a3bb8b1239
|
have partial elements set a stop reason of DIDNT_FIT to fix partial encoding issues
|
2014-08-18 09:37:07 -07:00 |
|
ZappoMan
|
f8f0da189f
|
more work on more entities in a cell
|
2014-08-15 17:13:59 -07:00 |
|
ZappoMan
|
84ba810dc4
|
work on reseved bytes in octree packet data
|
2014-08-15 11:26:55 -07:00 |
|
ZappoMan
|
4bdb8765f5
|
implement improved pruning on updates/moves/delete passes of the tree added some debug support
|
2014-08-13 10:29:25 -07:00 |
|
ZappoMan
|
230c2f2684
|
cleanup storage of entity ids on the server, added improved checks for server vs client
|
2014-07-29 12:52:46 -07:00 |
|
ZappoMan
|
a019b70e58
|
Merge branch 'master' of https://github.com/worklist/hifi into experimentalStoreModel
Conflicts:
tests/octree/CMakeLists.txt
tests/octree/src/ModelTests.cpp
tests/octree/src/main.cpp
|
2014-06-24 15:59:17 -07:00 |
|
ZappoMan
|
fb34d13305
|
more work on optimized storeModel()
|
2014-06-19 14:30:44 -07:00 |
|
Andrew Meadows
|
9e839f0980
|
Shape::getCenter() -> Shape::getTranslation()
|
2014-06-18 08:55:48 -07:00 |
|
ZappoMan
|
66cfb63750
|
added some helpers to Octree and OctreeElements DRY-up some code
|
2014-06-17 08:55:19 -07:00 |
|
Andrew Meadows
|
92159a7ed5
|
Shape::get/setCenter() instead of get/setPosition()
|
2014-06-16 08:43:27 -07:00 |
|
ZappoMan
|
12d30e9d62
|
handle some models don't fit better
|
2014-06-11 13:25:16 -07:00 |
|
ZappoMan
|
6389fea320
|
first cut at really using partial appendElementData to make models span packets. still needs work
|
2014-06-10 16:51:49 -07:00 |
|
ZappoMan
|
a0783f3f4a
|
try appendElementData() a different way
|
2014-06-10 10:43:50 -07:00 |
|
ZappoMan
|
5eb6ddbdb3
|
first cut at support for extra element data
|
2014-06-09 16:04:25 -07:00 |
|
ZappoMan
|
6f1ec01797
|
rename nodeBag to elementBag in a bunch of places
|
2014-06-09 13:42:44 -07:00 |
|
ZappoMan
|
23ef5b5404
|
added some comments
|
2014-06-04 10:22:19 -07:00 |
|
ZappoMan
|
efd0580cfb
|
add ray picking to the model scripting interface
|
2014-05-23 17:09:37 -07:00 |
|
ZappoMan
|
39ed7f7b65
|
renaming of AABox to AACube, introduction of actual AABox
|
2014-05-23 10:45:04 -07:00 |
|
ZappoMan
|
e7425a8128
|
support for models in root element
|
2014-05-20 15:20:27 -07:00 |
|
ZappoMan
|
51ad8194de
|
fix two bugs in models not rendering
|
2014-05-16 16:55:37 -07:00 |
|
ZappoMan
|
0e446d0fc5
|
fix two bugs in models not rendering
|
2014-05-16 16:53:14 -07:00 |
|
ZappoMan
|
e4d2f07586
|
fixed bug in writing small SVO files
|
2014-05-12 12:51:45 -07:00 |
|
ZappoMan
|
8fe74d006a
|
correctly handle reading models.svo files with older version
|
2014-05-12 11:40:15 -07:00 |
|
ZappoMan
|
02ca7c75eb
|
first cut at adding version parsing to model items, not really working
|
2014-05-12 11:02:10 -07:00 |
|
ZappoMan
|
128e4a13de
|
place models in proper containing voxel
|
2014-05-07 17:32:51 -07:00 |
|
ZappoMan
|
c3f6cc0ccb
|
code cleanup for style guide
|
2014-05-06 15:50:54 -07:00 |
|
ZappoMan
|
91e4a89573
|
cleanup old references to node which are really elements
|
2014-05-06 15:47:18 -07:00 |
|
ZappoMan
|
cde583452a
|
make model server not oversend data
|
2014-05-06 15:31:45 -07:00 |
|
ZappoMan
|
4aa96e1fbe
|
added support for returning accuracy of ray intersections and other octree tests that can fail due to getting lock
|
2014-04-29 15:10:28 -07:00 |
|
Atlante45
|
3143e10bd8
|
CR
|
2014-04-25 13:33:59 -07:00 |
|
Andrew Meadows
|
c5f1a8abd6
|
formatting
|
2014-04-23 13:37:13 -07:00 |
|
Andrew Meadows
|
f033990fae
|
merge upstream/master into andrew/inertia
|
2014-04-22 10:49:44 -07:00 |
|
Andrew Meadows
|
a45bc6c110
|
remove const from CollisionList subscript operator
|
2014-04-22 10:48:05 -07:00 |
|
Atlante45
|
681aab5bf0
|
Remove printf and replace them by qDebug()
|
2014-04-21 16:17:45 -07:00 |
|
Andrew Meadows
|
06784aa960
|
move AABox back to octree lib
Fleshing out ShapeCollider::collideShapeWithAACube()
|
2014-04-21 14:07:40 -07:00 |
|
Andrew Meadows
|
241df7a767
|
Move AABox from octree lib to shared lib
Stubbed out Shape vs Octree collisions
|
2014-04-21 10:27:20 -07:00 |
|
Stephen Birarda
|
684c6b5372
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
|
ZappoMan
|
28766bebc8
|
pass down parents inFrustum() state to recursion to allow further optimization
|
2014-03-17 18:30:08 -07:00 |
|
ZappoMan
|
c09974bcda
|
use parents inFrustum status to optimize children
|
2014-03-17 17:51:09 -07:00 |
|
ZappoMan
|
aab2ca826f
|
Merge branch 'master' of https://github.com/worklist/hifi into experimental_scaling
|
2014-03-17 11:01:25 -07:00 |
|
Brad Hefta-Gaub
|
1f77505871
|
more unix warnings cleanup
|
2014-03-14 18:35:34 -07:00 |
|
ZappoMan
|
af71359c60
|
remove encode/deleting/start/done guards
|
2014-03-14 00:49:33 -07:00 |
|
ZappoMan
|
12becb9d19
|
improve octree stats display
|
2014-03-11 16:22:35 -07:00 |
|
Stephen Birarda
|
ac66f09157
|
Merge pull request #2194 from AndrewMeadows/cleanup
g++ warnings
|
2014-03-06 15:49:22 -08:00 |
|
ZappoMan
|
cba55282db
|
cleanup headers
|
2014-03-05 02:42:49 -08:00 |
|
ZappoMan
|
c90d4a9514
|
fix failed lock causing particle collisions to not work
|
2014-03-04 15:07:30 -08:00 |
|