ZappoMan
|
729e40881d
|
removed some old debug
|
2014-10-02 17:55:55 -07:00 |
|
ZappoMan
|
e65f383b25
|
add localRenderAlpha property to entities
|
2014-10-01 09:43:03 -07:00 |
|
ZappoMan
|
7bea4b3123
|
also honor ignore collisions for voxels and avatars
|
2014-09-26 15:12:59 -07:00 |
|
ZappoMan
|
bbd476d564
|
handled multiple collisions correctly, and don't collide if fully enclosed
|
2014-09-26 14:55:05 -07:00 |
|
ZappoMan
|
2d81d7c554
|
add support for ignore collisions and collisions will/wont move entities
|
2014-09-26 11:43:56 -07:00 |
|
ZappoMan
|
fa8c5b85ff
|
allow you to edit mass
|
2014-09-25 17:00:35 -07:00 |
|
ZappoMan
|
2f0a9b517f
|
make sphere entities use sphere shape for better collisions
|
2014-09-25 14:49:52 -07: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
|
9cc1fe35db
|
only do collisions on entities moving toward each other
|
2014-09-24 18:22:28 -07:00 |
|
ZappoMan
|
2cfa14d5ad
|
changed to only collide with moving entities
|
2014-09-24 18:06:08 -07:00 |
|
ZappoMan
|
4b52fddffd
|
collions with voxels and avatars
|
2014-09-24 17:37:56 -07:00 |
|
ZappoMan
|
8d9a923add
|
fix the collision last edited behavior correctly, delete collision sound code
|
2014-09-24 16:04:39 -07:00 |
|
ZappoMan
|
10865944f0
|
removed some debug
|
2014-09-24 15:44:09 -07:00 |
|
ZappoMan
|
f43ba4a68b
|
first cut at getting entities to collide
|
2014-09-24 15:28:04 -07:00 |
|
ZappoMan
|
ffe1e2db00
|
fix crash in butterflies.js
|
2014-09-16 09:07:22 -07:00 |
|
ZappoMan
|
64479b067e
|
fix more warnings, replace assert with debug message
|
2014-09-13 08:21:23 -07:00 |
|
ZappoMan
|
51b66bdee3
|
fixed warnings and converted several asserts to debug messages
|
2014-09-13 08:14:31 -07:00 |
|
ZappoMan
|
45fc8423ba
|
move getRadius to public for now
|
2014-09-12 10:26:47 -07:00 |
|
ZappoMan
|
64e2033b30
|
move getRadius to public for now
|
2014-09-12 10:26:24 -07:00 |
|
ZappoMan
|
e8c1cb7db8
|
read old format files correctly
|
2014-09-12 09:38:35 -07:00 |
|
ZappoMan
|
25d051090a
|
swap order of local vs server changes in entity scripting to improve potential conflicts
|
2014-09-12 08:48:40 -07:00 |
|
ZappoMan
|
baaf01683e
|
removed some verbose comments
|
2014-09-12 08:23:13 -07:00 |
|
ZappoMan
|
4bce7f8c0b
|
removed debug
|
2014-09-12 08:14:28 -07:00 |
|
ZappoMan
|
54ef5d4698
|
fixed bugs in MovingEntitiesOperator, improved getDistanceToBottomOfEntity, isRestingOnSurface
|
2014-09-12 07:45:33 -07:00 |
|
ZappoMan
|
77dff69805
|
fix ray picking to work with registation points
|
2014-09-11 17:03:01 -07:00 |
|
ZappoMan
|
695569b64b
|
reconcile use of getAACube() and handle rotations properly
|
2014-09-11 16:43:53 -07:00 |
|
ZappoMan
|
9f4d199440
|
move bound proxy rendering to EntityTreeRedering, added helper functions for various bounding boxes
|
2014-09-11 15:36:13 -07:00 |
|
ZappoMan
|
2757f16045
|
remove calls to calculateRotatedExtents() use Extents.rotate() instead
|
2014-09-11 12:29:47 -07:00 |
|
ZappoMan
|
f00947ada7
|
handle registration point in rendering of box, sphere, and model entities
|
2014-09-11 08:33:41 -07:00 |
|
ZappoMan
|
a3e3a1dc2b
|
cleanup dead code
|
2014-09-10 20:07:45 -07:00 |
|
ZappoMan
|
a3e47aa301
|
fix angular velocity damping so we don't get bad quats
|
2014-09-10 17:46:50 -07:00 |
|
ZappoMan
|
cbdaf76b88
|
dry up the EntityItemProperties::copyFromScriptValue() with macros for repeated blocks
|
2014-09-10 15:39:00 -07:00 |
|
ZappoMan
|
8339dfaeb3
|
fix EntityItemProperties::markAllChanged()
|
2014-09-10 15:05:27 -07:00 |
|
ZappoMan
|
8023735eb3
|
changed rotational to angular and added angular damping
|
2014-09-10 14:46:27 -07:00 |
|
ZappoMan
|
f33690cc38
|
fix velocity and gravity to be in meters
|
2014-09-10 11:55:23 -07:00 |
|
ZappoMan
|
bb52c4a1b3
|
store angular valocity as 3 vector
|
2014-09-10 11:28:45 -07:00 |
|
ZappoMan
|
7283e7818f
|
moved macros to sep file
|
2014-09-10 09:19:24 -07:00 |
|
ZappoMan
|
53da483381
|
more work on visible, registration point, and rotational velocity
|
2014-09-10 09:05:46 -07:00 |
|
ZappoMan
|
fac7d20c8a
|
basic support for PROP_REGISTRATION_POINT, PROP_ROTATIONAL_VELOCITY, and PROP_VISIBLE
|
2014-09-09 20:38:58 -07:00 |
|
ZappoMan
|
fd59f58989
|
added script property to EntityProperties setting/getting and scripting
|
2014-09-09 20:18:01 -07:00 |
|
ZappoMan
|
44230a315b
|
add naturalDimensions and moved sitting points to exclusively be in properties
|
2014-09-09 17:45:50 -07:00 |
|
ZappoMan
|
b78b8ccbb0
|
first cut at replacing radius with dimensions
|
2014-09-09 13:33:05 -07:00 |
|
ZappoMan
|
420f7de957
|
fix various crashes in entites
|
2014-09-07 20:31:54 -07:00 |
|
ZappoMan
|
9fdd1f422a
|
fix crash on change domains while entities are animating or moving
|
2014-09-06 16:54:36 -07:00 |
|
Andrew Meadows
|
e7b39ae119
|
removed unused variable
|
2014-09-05 16:42:24 -07:00 |
|
Andrew Meadows
|
3ae78da593
|
fixed signed/unsigned comparison
|
2014-09-05 16:41:51 -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
|
60e8056cd8
|
removed some debug code
|
2014-09-05 02:20:30 -07:00 |
|