Diva Canto
|
a4431381fa
Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs about who has permission to set home where.
|
11 years ago |
Diva Canto
|
48f8b884c3
Handle SetHome properly
|
11 years ago |
Melanie
|
6f3c905744
Add Avination's support for parcel eject and freeze
|
11 years ago |
Oren Hurvitz
|
24e486e9df
Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases
|
12 years ago |
Justin Clark-Casey (justincc)
|
2db1f22b89
minor: minor code and log formatting fixes to recent changes in LandManagementModule
|
12 years ago |
Oren Hurvitz
|
9784e4e07d
Changed locks to prevent deadlocks (especially during multi-region Load OAR)
|
12 years ago |
Oren Hurvitz
|
70695a6ed9
Implemented Return Objects when it's invoked from the Top Colliders or Top Scripts dialogs
|
12 years ago |
Justin Clark-Casey (justincc)
|
82690e1384
Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present.
|
12 years ago |
Diva Canto
|
31177d9259
Another 10 modules' directives moved from .addin.xml
|
12 years ago |
Melanie
|
efae7c6fc2
Refactor: Move Dwell reply to a module that can be disabled. The prior,
|
12 years ago |
PixelTomsen
|
20eac8d6d0
SQLite DB: some values of land data will be not saved / loaded
|
12 years ago |
PixelTomsen
|
d7fa4cacb3
Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (implementation of dwell-value in LandData + eventhandler, return always 0); source-formatting of LandData
|
12 years ago |
Justin Clark-Casey (justincc)
|
231a3bf147
Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable.
|
12 years ago |
Justin Clark-Casey (justincc)
|
90ea00a109
Try to resolve some problems with viewers crashing after hitting parcel banlines or freezing on the banline.
|
12 years ago |
Melanie
|
0904772a6f
Revert "Check ban list for a particular parcel only when an avatar moves into it."
|
12 years ago |
Melanie
|
8923ad755d
Check ban list for a particular parcel only when an avatar moves into it.
|
12 years ago |
Melanie
|
447a66d660
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
|
12 years ago |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 years ago |
Justin Clark-Casey (justincc)
|
014cd4f8bb
remove mono compiler warnings
|
13 years ago |
Justin Clark-Casey (justincc)
|
6e4ec29722
Do a partial fix/implementation of OSSL osNpcMoveTo()
|
13 years ago |
Justin Clark-Casey (justincc)
|
26ce1d27d0
Minor doc change to see if this provokes a good panda build
|
13 years ago |
Oren Hurvitz
|
64d868fb64
When loading an OAR that doesn't have parcels, create a default parcel
|
13 years ago |
Justin Clark-Casey (justincc)
|
63533412f8
Improve previous ILandObject method doc.
|
13 years ago |
Justin Clark-Casey (justincc)
|
acacee98c6
properly refresh object owner list when refresh button is hit on land parcel object tab
|
13 years ago |
Justin Clark-Casey (justincc)
|
0e465da187
remove now unused individual LandData prim counts.
|
13 years ago |
Justin Clark-Casey (justincc)
|
4d0cffa06e
If the prim count gets an object with invalid bounds, don't try to count it.
|
13 years ago |
Justin Clark-Casey (justincc)
|
efd0c003a3
Put in temporary logging message to find out if scene objects are requesting land objects for co-ordinates outside the region
|
13 years ago |
Justin Clark-Casey (justincc)
|
6ae04448f7
Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7f5019b0f2
Add ILandObject.IPrimCounts for the new prim count module.
|
13 years ago |
Justin Clark-Casey (justincc)
|
d011896341
Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to listen for that rather than EventManager.OnParcelPrimCountAdd
|
13 years ago |