ZappoMan
|
f5634a66aa
|
Got rid of AGENT_TYPE_HEAD and fixed voxel server to use AGENT_TYPE_INTERFACE
|
2013-04-09 13:27:15 -07:00 |
|
ZappoMan
|
712997451b
|
Adding friendly names to AgentType display.
|
2013-04-09 13:00:20 -07:00 |
|
ZappoMan
|
2ec3f6b210
|
Adding new AgentTypes.h and moving over to new constants
|
2013-04-09 10:37:07 -07:00 |
|
Philip Rosedale
|
87fd0f7a91
|
Fixed avatar lighting, head scaling, removed some extra log messages
|
2013-04-08 21:13:20 -07:00 |
|
Philip Rosedale
|
492ea68741
|
Merge remote-tracking branch 'origin/master'
|
2013-04-08 20:12:00 -07:00 |
|
Philip Rosedale
|
b9b57b8cc0
|
Packet reply changed to constant in packetHeaders.h
|
2013-04-08 20:10:19 -07:00 |
|
ZappoMan
|
17f4c5d184
|
cleanup of packet header constants
|
2013-04-08 19:56:42 -07:00 |
|
ZappoMan
|
7480283dd4
|
cleanup of packet header constants
|
2013-04-08 19:54:14 -07:00 |
|
Philip Rosedale
|
06a5e4d8a9
|
Adding more packet headers
|
2013-04-08 19:03:49 -07:00 |
|
Stephen Birarda
|
6f8808e565
|
add the ping reply header
|
2013-04-08 18:25:21 -07:00 |
|
Stephen Birarda
|
f018d8e323
|
replace ping header char in processAgentData switch case
|
2013-04-08 18:24:47 -07:00 |
|
Stephen Birarda
|
b636536ab7
|
remove interface define in PacketHeader.h
|
2013-04-08 18:23:57 -07:00 |
|
Stephen Birarda
|
2031d26ffe
|
fix incorrect agent type replacement
|
2013-04-08 18:23:01 -07:00 |
|
Stephen Birarda
|
d462bff512
|
add a PacketHeaders header file and sub a couple as an example
|
2013-04-08 18:22:21 -07:00 |
|
ZappoMan
|
7f1af81cf9
|
fixed compiler error for strict compilers
|
2013-04-08 17:08:14 -07:00 |
|
ZappoMan
|
53cfd0ecdd
|
adding CounterStats class and support for showing running average stats on voxels recieved, created, and colored in client
|
2013-04-08 17:03:22 -07:00 |
|
ZappoMan
|
5415543dcd
|
adding Z command to voxel server and interface, Z command allows sending "erase all" and "add scene" commands
|
2013-04-06 12:03:46 -07:00 |
|
ZappoMan
|
12e06135bb
|
fixed reaverageVoxelColors() behavior. seems to work better now
|
2013-04-05 13:18:06 -07:00 |
|
ZappoMan
|
57829785eb
|
fix to LOD bug caused by flip-flopped X and Z, add color randomization to inserted voxels on server, added head position display to display_stats()
|
2013-04-04 20:50:51 -07:00 |
|
tosh
|
284530f7d6
|
tightens memory use
|
2013-04-04 11:59:16 +02:00 |
|
tosh
|
7d479af9c7
|
adjusts braces to agreed conventions
|
2013-04-04 10:52:42 +02:00 |
|
ZappoMan
|
f859d8ed9c
|
Added PaintMode, toggle for stars, etc.
|
2013-04-03 22:42:02 -07:00 |
|
Stephen Birarda
|
320fa9e5c8
|
link curl to shared library, not interface
|
2013-04-03 15:14:35 -07:00 |
|
tosh
|
2341af271b
|
Merge branch 'master' of git://github.com/worklist/hifi into 19188
Conflicts:
interface/CMakeLists.txt
interface/src/main.cpp
shared/src/SharedUtil.cpp
shared/src/SharedUtil.h
shared/src/VoxelTree.cpp
|
2013-04-03 22:44:22 +02:00 |
|
ZappoMan
|
9220ba3ee5
|
Added agentTypes to AgentList::broadcastToAgents()
Make voxel server rebroadcast "remove voxel" messages to all it's connected heads
Cleaned up processing of Remove voxel messages to live in VoxelTree
|
2013-04-03 12:42:24 -07:00 |
|
ZappoMan
|
407fa95195
|
more delete voxel debugging, call reaverage colors on root node
|
2013-04-03 11:14:00 -07:00 |
|
ZappoMan
|
8988796285
|
more voxel delete debugging, use memcmp() instead of ==
|
2013-04-03 09:38:11 -07:00 |
|
ZappoMan
|
f9dc41011a
|
added call to reaverageVoxelColors() after deleting a voxel
|
2013-04-03 09:23:22 -07:00 |
|
ZappoMan
|
8c9eff82b2
|
More delete voxel debugging
|
2013-04-03 09:09:51 -07:00 |
|
ZappoMan
|
eda4657ba9
|
adding debugging to delete node from tree
|
2013-04-02 14:55:03 -07:00 |
|
ZappoMan
|
804943e2fb
|
Added deleteVoxelCodeFromTree() and 'R' command to voxel server
Also added extra optional parameter to nodeForOctalCode() to return the parent node on node lookup
|
2013-04-02 14:26:54 -07:00 |
|
Stephen Birarda
|
124fecf8c9
|
Revert "don't send or parse attenuation for now"
This reverts commit 1767f2b052 .
|
2013-04-01 12:28:51 -07:00 |
|
ZappoMan
|
ad0b2f024b
|
Fixed a couple of complier warnings, and added a new PerfStat class for monitoring runtime performance
|
2013-03-31 20:43:23 -07:00 |
|
ZappoMan
|
fa60bdeb48
|
tweaks to default voxel server model for demo
|
2013-03-29 11:21:03 -07:00 |
|
Stephen Birarda
|
c6b38f0f39
|
fix the childrenCollapsed assignment
|
2013-03-29 11:11:05 -07:00 |
|
Stephen Birarda
|
271c41ce16
|
collapse the identical leaves again
|
2013-03-29 10:59:10 -07:00 |
|
Stephen Birarda
|
2df808fba5
|
explicitly set hasChildren to false
|
2013-03-29 10:58:29 -07:00 |
|
Stephen Birarda
|
c01cf4db53
|
Merge branch 'master' of github.com:worklist/hifi
|
2013-03-29 10:42:49 -07:00 |
|
Stephen Birarda
|
2729d0dfb6
|
verbose debugging to track down node creation problem
|
2013-03-29 10:42:04 -07:00 |
|
ZappoMan
|
8524c6c4b6
|
debug
|
2013-03-29 09:27:23 -07:00 |
|
ZappoMan
|
f7df625439
|
tweak
|
2013-03-29 09:12:52 -07:00 |
|
ZappoMan
|
9e308f4821
|
added debugging
|
2013-03-29 08:59:50 -07:00 |
|
Stephen Birarda
|
1767f2b052
|
don't send or parse attenuation for now
|
2013-03-29 08:36:33 -07:00 |
|
tosh
|
cf00802e64
|
consistently adjusts comment on include guard
|
2013-03-29 16:03:31 +01:00 |
|
ZappoMan
|
c6a667af61
|
added Scene mode to voxel server
|
2013-03-29 07:27:46 -07:00 |
|
tosh
|
1eb904ca59
|
also changes case/naming to agreed conventions in the utility components
|
2013-03-29 11:54:09 +01:00 |
|
Stephen Birarda
|
3186254a93
|
initial LOD drop off when moving back
|
2013-03-29 03:42:54 -07:00 |
|
Stephen Birarda
|
b50f10fde4
|
Merge branch 'master' of github.com:worklist/hifi
|
2013-03-29 02:46:33 -07:00 |
|
Stephen Birarda
|
0a9183e05b
|
small change to render levels
|
2013-03-29 02:46:22 -07:00 |
|
ZappoMan
|
00787a31d6
|
Added VoxelNode::collapseIdenticalLeaves()
Fixed small bug in setColorFromAverageOfChildren()
Changed sphere color randomization to be more dramatic
|
2013-03-28 23:38:34 -07:00 |
|