Snoopy Pfeffer
|
db91044593
Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventoryUpdate after accepting inventory items.
|
13 years ago |
Justin Clark-Casey (justincc)
|
d74686fd51
read m_rpcHandlersKeepAlive under appropriate lock
|
13 years ago |
Justin Clark-Casey (justincc)
|
c587b0a3a3
oops, fix build break from last commit
|
13 years ago |
Justin Clark-Casey (justincc)
|
9469c62098
improve locking of m_agentHandlers in BaseHttpServer
|
13 years ago |
Justin Clark-Casey (justincc)
|
f9a367e2f6
improve locking of m_HTTPHandlers in BaseHttpServer
|
13 years ago |
Justin Clark-Casey (justincc)
|
5a11cffd23
improve locking of m_streamHandlers in BaseHttpServer
|
13 years ago |
Justin Clark-Casey (justincc)
|
20a4367827
remove necessity to catch a KeyNotFoundException in BaseHttpServer.RemoveLLSDHandler()
|
13 years ago |
Justin Clark-Casey (justincc)
|
8254116dc6
improve locking of m_llsdHandlers in BaseHttpServer
|
13 years ago |
Justin Clark-Casey (justincc)
|
2f1ac1d144
minor: remove mono compiler warning
|
13 years ago |
Justin Clark-Casey (justincc)
|
94a8ab80c8
improve locking of m_rpcHandlers in BaseHttpServer
|
13 years ago |
Justin Clark-Casey (justincc)
|
2307d9a2f9
minor: Add explanative text for the new currency parameter. Convert some tabs to spaces
|
13 years ago |
BlueWall
|
5e231acdce
Add avatar and attachments to llRegionSay
|
13 years ago |
BlueWall
|
2787207aa2
Add llRegionSayTo
|
13 years ago |
Mic Bowman
|
384cb79a1a
Merge branch 'master' into bulletsim
|
13 years ago |
Justin Clark-Casey (justincc)
|
a0a0c64cb1
Get rid of HttpServer.dll to avoid confusion since we use HttpServer_OpenSim.dll (patched version) instead
|
13 years ago |
Robert Adams
|
bb5b396fc5
Fix exception when using BasicPhysics
|
13 years ago |
Justin Clark-Casey (justincc)
|
c9e6b7bd10
Stop NPC's getting hypergrid like names in some circumstances.
|
13 years ago |
Justin Clark-Casey (justincc)
|
3146f4bae0
Don't need to try both AssetService.Get and GetCached in GetMesh since Get always calls GetCached and code paths were identical
|
13 years ago |
Robert Adams
|
fef73a1a10
BulletSim: add runtime setting of physics parameters. Update default values.
|
13 years ago |
Justin Clark-Casey (justincc)
|
49258350e8
refactor: fold CreateSceneViewer() back into ScenePresence constructor
|
13 years ago |
Justin Clark-Casey (justincc)
|
8d29d490a1
minor: remove some mono compiler warnings
|
13 years ago |
Justin Clark-Casey (justincc)
|
45c37ef494
refactor: Fold 3 ScenePresence() constructors into one since only one is called.
|
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)
|
d8f886ccdb
comment out noisy attachments logging
|
13 years ago |
Justin Clark-Casey (justincc)
|
eb8b6b7d52
minor: remove mono compiler warning
|
13 years ago |
Justin Clark-Casey (justincc)
|
6b51d8a10e
In the asset service, check that an asset exists before attempting to store it.
|
13 years ago |
Justin Clark-Casey (justincc)
|
4a9b8184f7
For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventoryServiceURL when it tries to cache it for an NPC
|
13 years ago |
Justin Clark-Casey (justincc)
|
acfdca34fd
Fix issue where loading a new appearance onto an NPC would not remove the previous attachments from the scene.
|
13 years ago |
Justin Clark-Casey (justincc)
|
bd5d35ee32
extend test to check that there is one attachment and that it has the right name
|
13 years ago |
Justin Clark-Casey (justincc)
|
696bd44833
Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachments check
|
13 years ago |