Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 years ago |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 years ago |
Justin Clark-Casey (justincc)
|
083ba72b28
Fix a bug where the non-root parts of rezzed objects that had previously been attachments were sending their old attachment values to the client.
|
13 years ago |
Justin Clark-Casey (justincc)
|
33a894f3d2
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values
|
13 years ago |
Justin Clark-Casey (justincc)
|
c1a34cd8da
Don't try to save changed attachment states when an NPC with attachments is removed from the scene.
|
13 years ago |
Justin Clark-Casey (justincc)
|
5d6c9644fa
early code to allow scripts to force npcs not to fly when moving to target
|
13 years ago |
Justin Clark-Casey (justincc)
|
4cb8d6379d
Stop trying to deregister caps or close child agents when an NPC is removed
|
13 years ago |
Justin Clark-Casey (justincc)
|
92e96d394a
When an NPC is created, stop telling neighbouring regions to expect a child agent
|
13 years ago |
Justin Clark-Casey (justincc)
|
2964467708
get rid of vestigal move to parameters
|
13 years ago |
Justin Clark-Casey (justincc)
|
c122489e09
Partially fix autopilot/go here
|
13 years ago |
Melanie
|
4cdc8806fb
Fix LLTextBox to work with the updated libOMV
|
13 years ago |
Justin Clark-Casey (justincc)
|
62325829ec
comment out all kinds of debugging guff
|
13 years ago |
Justin Clark-Casey (justincc)
|
7c468cda36
Stop undo of just the root prim position in the linkset from shifting the whole linkset.
|
13 years ago |
Justin Clark-Casey (justincc)
|
c94dc95844
fix undo when resizing of non-root individual prims in a linkset
|
13 years ago |
Justin Clark-Casey (justincc)
|
430a4aeba8
Fix undo for resizing linksets
|
13 years ago |
Justin Clark-Casey (justincc)
|
6fc74b36d1
Make various tweaks to undo code in an effort to get things working better.
|
13 years ago |
Justin Clark-Casey (justincc)
|
a9ba9d4a9e
change async parameter name in AddLocalPacketHandler since it becomes a reserved keyword in .net 5
|
13 years ago |
Justin Clark-Casey (justincc)
|
5700c582ba
refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInventoryItem() to improve code readability
|
13 years ago |
Justin Clark-Casey (justincc)
|
b5518dc906
minor: Add some commented out destructor logging messages for potential future use.
|
13 years ago |
Diva Canto
|
623706d988
HG Landmarks bug fix: pull landmark asset data from user's asset server when user is traveling.
|
13 years ago |
Diva Canto
|
e33cedfd42
HG Landmarks now working.
|
13 years ago |
Justin Clark-Casey (justincc)
|
c67fa72d56
When sending an LLUDP MoneyBalanceReply message, fill out the transaction item description even though there is none.
|
13 years ago |
Justin Clark-Casey (justincc)
|
8129e64e2a
Fill in the new OwnerData field in the LLUDP ScriptDialog message.
|
13 years ago |
Justin Clark-Casey (justincc)
|
5f9edd195c
Fix broken inventory links on viewer 2.
|
13 years ago |
Diva Canto
|
8a5f6dc7a5
Fixes gray tiles on map search for viewers 1.
|
13 years ago |
Diva Canto
|
c0a69bfaab
The map is seriously broken. This doesn't fix it, but at least provides one more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI.
|
13 years ago |
Diva Canto
|
74e981e796
One more bug fix concerning library items that weren't being copied to user's inventory. Also commented verbose debug message.
|
13 years ago |
Diva Canto
|
d8ee0cbe1c
First stab at cleaning up Caps. Compiles. Untested.
|
13 years ago |