ZappoMan
|
f654fac851
|
fixed a couple crashes in editing entities
|
2014-08-29 10:56:07 -07:00 |
|
ZappoMan
|
06a9116082
|
updated TODO
|
2014-08-28 22:15:22 -07:00 |
|
ZappoMan
|
97706e3aed
|
updated TO DO
|
2014-08-28 22:05:01 -07:00 |
|
ZappoMan
|
93511616d6
|
prevent editing of entities out of doamin
|
2014-08-28 21:54:25 -07:00 |
|
ZappoMan
|
ad9ce2edd3
|
delete moving entities that travel outside of domain
|
2014-08-28 21:34:12 -07:00 |
|
ZappoMan
|
de968ba4f6
|
fix the issue with moving entities not being simulated makes motion smoother
|
2014-08-28 16:44:52 -07:00 |
|
ZappoMan
|
c83cb6386a
|
updated to do list
|
2014-08-28 14:32:13 -07:00 |
|
ZappoMan
|
eab9f391ee
|
fix getProperties() for age
|
2014-08-28 14:02:05 -07:00 |
|
ZappoMan
|
76c77d6994
|
first cut at properly working lifetime
|
2014-08-28 13:46:54 -07:00 |
|
ZappoMan
|
2f90df04ee
|
correct cleanup of Models/geometry and all EntityItems for various cases
|
2014-08-27 15:45:45 -07:00 |
|
ZappoMan
|
ed6363ca02
|
fixed bug in processing of entity erase messages
|
2014-08-27 14:21:06 -07:00 |
|
ZappoMan
|
5c2b674a0d
|
verify delete behavior actually frees memory associated with EntityItems
|
2014-08-27 12:07:11 -07:00 |
|
ZappoMan
|
30e00bbd69
|
final pass on entities import/export/overlays working as well as production
|
2014-08-27 11:34:50 -07:00 |
|
ZappoMan
|
fb25314248
|
mark one more item off to do
|
2014-08-26 17:13:38 -07:00 |
|
ZappoMan
|
b14158385c
|
first cut at getting pastEntities() working
|
2014-08-26 16:47:32 -07:00 |
|
ZappoMan
|
4895ee32f7
|
test and fix issues with exportEntities()
|
2014-08-26 15:59:49 -07:00 |
|
ZappoMan
|
53db93c7d7
|
updated to do list
|
2014-08-26 13:25:19 -07:00 |
|
ZappoMan
|
8d947662c8
|
fix conversion from old format to new format of entity IDs
|
2014-08-26 13:21:49 -07:00 |
|
ZappoMan
|
edf7866c08
|
to do edits
|
2014-08-26 12:25:08 -07:00 |
|
ZappoMan
|
3e5af5e815
|
removed some debug
|
2014-08-26 10:45:40 -07:00 |
|
ZappoMan
|
ef8feec91a
|
fix referentials corruption and removed some debugging
|
2014-08-26 10:42:46 -07:00 |
|
ZappoMan
|
d6873f7b6c
|
added some debugging for referentials
|
2014-08-25 14:48:08 -07:00 |
|
ZappoMan
|
1764839223
|
get basics of referentials working
|
2014-08-25 14:07:01 -07:00 |
|
ZappoMan
|
314e299ba5
|
get sit points working
|
2014-08-25 13:03:38 -07:00 |
|
ZappoMan
|
1663ff86d7
|
removed dead code
|
2014-08-25 12:45:09 -07:00 |
|
ZappoMan
|
700b945d71
|
disabled some debugging
|
2014-08-25 11:35:28 -07:00 |
|
ZappoMan
|
d0ceca1935
|
moved EntityTree operator related classes to own files to match coding standard
|
2014-08-25 11:29:11 -07:00 |
|
ZappoMan
|
58759d344f
|
cleanup in prep for PR
|
2014-08-25 10:56:43 -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
|
ddae85ce4a
|
updated todo
|
2014-08-19 14:24:39 -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
|
7d675b78fe
|
more todo
|
2014-08-19 09:41:46 -07:00 |
|
ZappoMan
|
daffb00bf2
|
build issues fixed after merge
|
2014-08-18 15:41:20 -07:00 |
|
ZappoMan
|
32d5eb3cea
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/CMakeLists.txt
interface/CMakeLists.txt
libraries/entities/CMakeLists.txt
libraries/models/src/ModelEditPacketSender.cpp
libraries/models/src/ModelEditPacketSender.h
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelItem.h
libraries/octree/src/OctreeEditPacketSender.cpp
libraries/octree/src/OctreeEditPacketSender.h
libraries/octree/src/OctreePacketData.h
libraries/octree/src/OctreeQuery.cpp
libraries/particles/src/ParticleEditPacketSender.cpp
libraries/particles/src/ParticleEditPacketSender.h
libraries/script-engine/CMakeLists.txt
tests/octree/CMakeLists.txt
|
2014-08-18 15:16:35 -07:00 |
|
ZappoMan
|
49cf6dff3a
|
more DIDNT_FIT logic improvements/fixes
|
2014-08-18 14:09:01 -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
|
abe892ddc3
|
quiet some debugging
|
2014-08-14 11:36:53 -07:00 |
|
ZappoMan
|
fbe409a0c2
|
added lots of debugging for octree edit packet sender bug fixed threading issue
|
2014-08-14 11:23:56 -07:00 |
|
ZappoMan
|
b7e258519b
|
fix entity delete message by not adjusting clock skew on it, since there's no clock times in the packet
|
2014-08-13 17:12:03 -07:00 |
|
ZappoMan
|
49e616dd49
|
first cut at using erase entity message to delete entities
|
2014-08-13 14:11:56 -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
|
6ce6d8ae47
|
dont try to create child elements that are smaller than the entities
|
2014-08-12 14:29:55 -07:00 |
|
ZappoMan
|
8339f1059e
|
clean up more debugging noise
|
2014-08-12 13:29:14 -07:00 |
|
ZappoMan
|
3551bd676f
|
quiet a lot of debugging, fix issue with updating entities that overhang the domain bounds
|
2014-08-12 13:14:28 -07:00 |
|
ZappoMan
|
76308738e0
|
added pruning support, some cleanup
|
2014-08-12 07:16:32 -07:00 |
|
ZappoMan
|
466b4c5e40
|
add some basic support for coming to a rest on the ground plane in case of downward gravity
|
2014-08-11 14:52:19 -07:00 |
|