Casper Warden
2852c76cb0
- Implement camera controls
...
- Option to resolve object properties when fetching from object store (names, descriptions etc). Can be more efficient - TODO: use FamilyProperties for child prims.
- Refactored objectstore to reduce code duplication
2018-10-19 16:30:09 +01:00
Casper Warden
ff0a5fa58b
- Add grabObject, deGrabObject, dragGrabbedObject, touchObject to RegionCommands ( closes #8 )
...
- Properly decode object TextureEntry
- Properly decode object ParticleSystem
- Properly decode object ObjectData
- Properly decode object TextColor
- Properly decode Linden Tree species
- Correct handling of ObjectUpdateCached (only request objects if we don't already have them)
- Implement handling of ImprovedTerseObjectUpdate to complete support for R-Tree object searching
- Object store interface: getObjectByUUID, getObjectByLocalID
2018-10-16 16:46:58 +01:00
Casper Warden
9eee7f9716
- Implement 3D space rtree-based indexing in the Full ObjectStore
...
- Implement ScriptDialogReply thanks to Hintswen
- Add a rudimentary object search - doesn't work fully yet because of the missing messages
2018-10-12 17:31:14 +01:00
Casper Warden
572cd576de
Fix lint issues
2018-10-10 10:36:12 +01:00
Casper Warden
2bd3b9a789
Refine the object culling a little so we don't lose avatar information
2017-12-14 02:37:47 +00:00
Casper Warden
8113846422
Reset agent localID to 0 when new objectstore is created
2017-12-14 02:25:05 +00:00
Casper Warden
8dcbf2d32a
When StoreMyAttachmentsOnly is set, Drop all other objects as soon as we know our agent localID
2017-12-14 02:24:06 +00:00
Casper Warden
ba121281dc
Add BotOptionFlags.StoreMyAttachmentsOnly for ultra light-weight footprint
2017-12-14 02:18:50 +00:00
Casper Warden
60e300f052
Add ObjectStoreLite to reduce memory footprint if the full object data is not needed
2017-12-14 02:06:28 +00:00