Jeffrey Ventrella
|
602fd94af2
|
a few cleanups
|
2013-04-22 17:41:12 -07:00 |
|
Jeffrey Ventrella
|
9a53832599
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-22 16:33:30 -07:00 |
|
Jeffrey Ventrella
|
3dc03f44a1
|
improved rendering of avatar
|
2013-04-22 16:32:35 -07:00 |
|
Stephen Birarda
|
fb703171f2
|
make other heads the same color and same size
|
2013-04-22 16:30:45 -07:00 |
|
Jeffrey Ventrella
|
ca2840f905
|
Cleaned up some const values in Head.h, implemented avatar gravity and ground collision, improved test sphere collision, added _usingBodySprings test to getHeadPosition, improved camera settings in main.cpp, cleaned up commented-out code in main.cpp
|
2013-04-22 15:39:31 -07:00 |
|
Jeffrey Ventrella
|
1b91a8e653
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-22 14:05:29 -07:00 |
|
Jeffrey Ventrella
|
60f0e6581d
|
improved test sphere collision algorithm
|
2013-04-22 14:04:36 -07:00 |
|
ZappoMan
|
487b74f073
|
Merge pull request #100 from birarda/eve
intial revision of eve the NPC
|
2013-04-22 13:58:54 -07:00 |
|
Jeffrey Ventrella
|
b7d6ce9747
|
fixed avatar hand position by making avatars simulate all the time,and also fixing logic of _isMine
|
2013-04-22 13:15:46 -07:00 |
|
Stephen Birarda
|
c68ec079eb
|
rename AGENT_TYPE_INTERFACE to AGENT_TYPE_AVATAR, more stubbing for eve
|
2013-04-22 11:54:24 -07:00 |
|
Jeffrey Ventrella
|
2e402c3b17
|
added - and then removed - some orientation-related tests
|
2013-04-22 10:29:14 -07:00 |
|
Jeffrey Ventrella
|
08105c3898
|
I did a major cleanup of the Head class, including putting all the "head"-related members into a single structure. We may consider making a separate class just to handle the head.
|
2013-04-19 17:09:28 -07:00 |
|
Jeffrey Ventrella
|
06f8990d42
|
removed avatar structure from Head class (leftover from the start of the prototyping phase)
|
2013-04-19 14:52:06 -07:00 |
|
Jeffrey Ventrella
|
9a93ab7d7c
|
cleaned up logic for body springs mode and moving hand mode
|
2013-04-19 14:34:01 -07:00 |
|
Jeffrey Ventrella
|
d962230556
|
fixed sneaky array-out-of-bounds error in avatar bones and cleaned up some of the code for testing hand shake target positions
|
2013-04-19 12:44:09 -07:00 |
|
Jeffrey Ventrella
|
9ce1683c50
|
reversed strafe left right, and commented-out updateAvatarHand
|
2013-04-18 14:45:54 -07:00 |
|
Jeffrey Ventrella
|
47ee938530
|
reversed x value in hand movement
|
2013-04-18 14:12:45 -07:00 |
|
Jeffrey Ventrella
|
de6f33efa6
|
added "_" to all of Philip's old private members and tidied up the formatting in Head.h some
|
2013-04-18 13:16:36 -07:00 |
|
Philip Rosedale
|
8e19caf21c
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-18 07:23:06 -07:00 |
|
tosh
|
1e6352593a
|
Merge branch 'master' of git://github.com/worklist/hifi into 19262
Conflicts:
interface/src/Head.cpp
interface/src/Util.cpp
interface/src/main.cpp
libraries/avatars/src/Orientation.cpp
|
2013-04-18 12:38:35 +02:00 |
|
Philip Rosedale
|
ad30abdf20
|
sphere on
|
2013-04-18 00:20:22 -07:00 |
|
Jeffrey Ventrella
|
bd0eb9f69c
|
renamed Yaw Pitch Roll to _headYaw, _headPitch, _headRoll, in Head class. And also added a "bigSphere avatar collision test", also added a bone radius (for collision detection)
|
2013-04-17 23:18:36 -07:00 |
|
Jeffrey Ventrella
|
46c95ea4af
|
did some code cleanup in Head class and added some _isMine checks to differentiate between my av and others
|
2013-04-17 18:28:26 -07:00 |
|
Jeffrey Ventrella
|
4e12f26467
|
added _isMine check for my _bodyYaw update
|
2013-04-17 18:10:32 -07:00 |
|
Jeffrey Ventrella
|
aba20c6afd
|
a few debugging changes
|
2013-04-17 17:48:08 -07:00 |
|
Jeffrey Ventrella
|
ecb5047e7c
|
removed initializeAvatar() method in Head class (deprecated). and also un-negated the pos in the rendering of other avatars (same fix as Philip just made)
|
2013-04-17 16:58:04 -07:00 |
|
Jeffrey Ventrella
|
5aeb307be2
|
including Philips hand position transmission code
|
2013-04-17 15:36:40 -07:00 |
|
Jeffrey Ventrella
|
5595bb8cf6
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 15:34:00 -07:00 |
|
Jeffrey Ventrella
|
0306b63af4
|
added more cleanup and preparation for switching over to quaternions
|
2013-04-17 15:32:16 -07:00 |
|
Philip Rosedale
|
952cb2f2ae
|
Added head _isMine variable, added hand position transmission!
|
2013-04-17 15:14:30 -07:00 |
|
Philip Rosedale
|
5729ecb3f4
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 14:23:43 -07:00 |
|
Jeffrey Ventrella
|
a44ff94f85
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 12:50:41 -07:00 |
|
Jeffrey Ventrella
|
3856a70b7e
|
added "_" to several members in Head class, and cleaned up some code formatting (housecleaning :)
|
2013-04-17 12:48:47 -07:00 |
|
Jeffrey Ventrella
|
4f0ca2f33e
|
added quaternions to avatar body and bone structure (but not using them yet)
|
2013-04-17 12:31:03 -07:00 |
|
ZappoMan
|
eca7863cd9
|
Merge pull request #64 from birarda/master
fix reference to resources directory via switchToResourcesParentIfRequired
|
2013-04-17 12:04:25 -07:00 |
|
Stephen Birarda
|
e9592c45c7
|
fix reference to resources directory on OS X
|
2013-04-17 11:56:32 -07:00 |
|
Jeffrey Ventrella
|
3cee28f0ef
|
added back the av position
|
2013-04-17 11:23:47 -07:00 |
|
tosh
|
c261449937
|
Merge branch 'master' of git://github.com/worklist/hifi into 19262
|
2013-04-17 20:01:51 +02:00 |
|
tosh
|
349e89aaa6
|
integrates logging for interface
|
2013-04-17 19:04:10 +02:00 |
|
Philip Rosedale
|
2e928166ed
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-17 10:00:17 -07:00 |
|
Jeffrey Ventrella
|
a6f82e1236
|
moved renderOrientstionDiretions to Utils
|
2013-04-16 23:39:43 -07:00 |
|
Jeffrey Ventrella
|
1fb8d0b268
|
consolidated some code in Head.cpp
|
2013-04-16 20:35:50 -07:00 |
|
Philip Rosedale
|
f4f8a4e41b
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-16 13:26:49 -07:00 |
|
Stephen Birarda
|
1dd21a450e
|
Merge remote-tracking branch 'upstream/master'
|
2013-04-16 12:00:55 -07:00 |
|
Stephen Birarda
|
e71f21b7bf
|
fix broken builds from last commit, pull new avatar data in VoxelAgentData
|
2013-04-16 11:59:03 -07:00 |
|
Stephen Birarda
|
5c091a51a6
|
change signature of parseData to use unsigned char*, include packet header always
|
2013-04-16 11:51:36 -07:00 |
|
Philip Rosedale
|
d00001613f
|
Renamed functions in head, added ability to change body yaw.
|
2013-04-15 21:06:45 -07:00 |
|
Philip Rosedale
|
b3e99513cb
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-04-15 18:37:59 -07:00 |
|
Philip Rosedale
|
cd3e414eda
|
Removed unneeded variables in main.cpp for pitch,yaw. Renamed routines to make it more clear where gyros are being read. Re-enabled marker box being driven by head gyros.
|
2013-04-15 18:37:46 -07:00 |
|
Stephen Birarda
|
288a259ac1
|
more conflict resolutions for broken build after pull
|
2013-04-15 18:37:25 -07:00 |
|