Brad Hefta-Gaub
|
4e2cb00ec3
|
first cut at only returning type specific properties in getEntityProperties
|
2015-09-17 17:33:53 -07:00 |
|
Brad Hefta-Gaub
|
e1cb041576
|
first cut at adding desiredProperties to getProperties
|
2015-09-16 15:00:42 -07:00 |
|
Seth Alves
|
31fcd55d47
|
octree uses shared pointers
|
2015-09-08 11:59:48 -07:00 |
|
Andrew Meadows
|
18d0cb5158
|
cleanup of EntityItem ctors and friends
|
2015-07-16 17:48:28 -07:00 |
|
ZappoMan
|
9988f2d1cd
|
EnitityItem smart pointers
|
2015-05-22 22:38:02 -07:00 |
|
Atlante45
|
d0cd18d6c0
|
Replace entities pos/rot/dim with transform
Removed _position, _rotation, _dimensions
Added Transform _transform
|
2015-05-15 17:35:24 +02:00 |
|
ZappoMan
|
98474376de
|
consolidate READ_ENTITY_PROPERTY() macros into single typesafe version
|
2015-05-12 15:59:45 -07:00 |
|
ZappoMan
|
83d212861d
|
make APPEND_ENTITY_PROPERTY type safe
|
2015-05-12 11:41:04 -07:00 |
|
Atlante45
|
f494f86ee5
|
Handle registration point in transforms
|
2015-04-23 17:48:29 +02:00 |
|
Atlante45
|
01f4f34911
|
Centralize contains standard cases
|
2015-04-23 13:04:59 +02:00 |
|
Atlante45
|
8db9f80779
|
Reimplements "contains" for sphere and particles
|
2015-04-22 21:03:55 +02:00 |
|
Seth Alves
|
d4461f1ecb
|
put avatars and embedded-webserver and entities logging into their own QLoggingCategory
|
2015-04-06 16:22:54 -07:00 |
|
Andrew Meadows
|
51d05cc43e
|
merge upstream/master into andrew/isentropic
Conflicts:
libraries/networking/src/PacketHeaders.cpp
|
2015-03-09 08:51:49 -07:00 |
|
Jason
|
0fd9540bc3
|
Sync to upstream
Did "fetch upstream", "merge upstream/master", and resolved one
conflict.
|
2015-03-07 21:40:06 -08:00 |
|
Andrew Meadows
|
373be95297
|
entity cubes are in meters
|
2015-03-06 15:32:03 -08:00 |
|
Andrew Meadows
|
b9cbd1ea6e
|
witch internal EntityItem data to use meters
|
2015-03-04 09:38:37 -08:00 |
|
Andrew Meadows
|
7836bb4dcd
|
rayIntersection uses meters instead of tree units
|
2015-02-26 17:42:17 -08:00 |
|
Andrew Meadows
|
2ffb19a0ed
|
getPosition() --> getPositionInDomainUnits()
and friends
|
2015-02-25 14:35:04 -08:00 |
|
Andrew Meadows
|
13b00f3f8f
|
forgot to add SphereEntityItem.cpp to last commit
|
2015-02-08 15:10:16 -08:00 |
|
Andrew Meadows
|
90202591fc
|
remove legacy shapes from EntityItem and friends
|
2015-02-03 10:05:39 -08:00 |
|
ZappoMan
|
45dbff67f8
|
more hacking
|
2015-01-27 11:15:33 -08:00 |
|
Brad Hefta-Gaub
|
89967fbe7a
|
Merge pull request #4104 from AndrewMeadows/inertia
store density in EntityItem instead of mass
|
2015-01-14 17:17:45 -08:00 |
|
ZappoMan
|
ff60833129
|
fix ray pick of ellipsoids away from origin
|
2015-01-14 16:55:24 -08:00 |
|
Andrew Meadows
|
03b8badd81
|
EntityItem stores density rather than mass.
|
2015-01-14 15:00:57 -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
|
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
|
3fd2f12a73
|
merge upstream/master into andrew/inertia
Conflicts:
libraries/entities/src/EntityItem.cpp
libraries/entities/src/EntityItem.h
libraries/entities/src/EntitySimulation.h
libraries/entities/src/EntityTree.cpp
libraries/entities/src/EntityTreeElement.cpp
libraries/entities/src/SimpleEntitySimulation.cpp
libraries/entities/src/SimpleEntitySimulation.h
libraries/entities/src/SphereEntityItem.cpp
|
2014-12-09 12:41:53 -08:00 |
|
ZappoMan
|
398b5b1f91
|
Merge branch 'master' of https://github.com/highfidelity/hifi into fixEllipsoidRayPick
Conflicts:
libraries/entities/src/SphereEntityItem.cpp
libraries/entities/src/SphereEntityItem.h
|
2014-12-07 21:03:09 -08:00 |
|
ZappoMan
|
dd4f3a4006
|
coding standard, added comments
|
2014-12-07 20:18:30 -08:00 |
|
ZappoMan
|
b08d5b87ca
|
implement proper ray picking against ellipsoids
Conflicts:
libraries/entities/src/SphereEntityItem.cpp
|
2014-12-07 01:31:40 -08:00 |
|
ZappoMan
|
7ea85073f4
|
introduce precision picking in API form
|
2014-12-06 11:45:49 -08:00 |
|
ZappoMan
|
11f10f9512
|
make sphere entities pick off their actual sphere, fix bug in ray picking multiple items with different distances
|
2014-12-04 10:54:04 -08:00 |
|
Andrew Meadows
|
85e7c6166b
|
support for spherical entities
|
2014-12-03 12:10:26 -08:00 |
|
ZappoMan
|
bb1eacce7d
|
more tweaks for new light properties
|
2014-10-27 15:37:52 -07:00 |
|
ZappoMan
|
2f0a9b517f
|
make sphere entities use sphere shape for better collisions
|
2014-09-25 14:49:52 -07:00 |
|
ZappoMan
|
b78b8ccbb0
|
first cut at replacing radius with dimensions
|
2014-09-09 13:33:05 -07:00 |
|
ZappoMan
|
10d581925c
|
DRY up the property reading code by using macro for repeated pattern
|
2014-09-02 10:31:26 -07:00 |
|
ZappoMan
|
799931aa6c
|
DRY up the property setting code by using macro for repeated pattern
|
2014-09-02 09:30:28 -07:00 |
|
ZappoMan
|
2b5d631290
|
removed a ton of old dead debug code
|
2014-09-02 08:44:43 -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 |
|
ZappoMan
|
4895ee32f7
|
test and fix issues with exportEntities()
|
2014-08-26 15:59:49 -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 |
|