Oren Hurvitz
|
bf68dbabd7
Save to database these parcel updates: Force Owner, Abandon Request, Reclaim. (Previously these updates only changed the parcel in memory)
|
11 years ago |
Justin Clark-Casey (justincc)
|
d975b42f6a
Instead of auto-creating a parcel on request if one doesn't cover a given location, fill in gaps or extend existing parcel right after initial data load.
|
10 years ago |
Justin Clark-Casey (justincc)
|
8225e3f40c
Remove try/catch in LandManagmentModule.GetLandObject() - this is very old code and the caught exceptions can no longer occur.
|
10 years ago |
Justin Clark-Casey (justincc)
|
3c05d67094
Lock m_landlist whilst loading parcels from storage to prevent a race against any parcel auto-creation in GetLandObject()
|
10 years ago |
Justin Clark-Casey (justincc)
|
6b7625a56b
Only auto-create a land parcel when there is none in a specified tile if there is more than 1 existing land parcel.
|
10 years ago |
Justin Clark-Casey (justincc)
|
ddd38a3dea
Add scene name to bad parcel add logging
|
10 years ago |
Justin Clark-Casey (justincc)
|
ed14e97bb4
Remove array initialize calls in LMM - these are unnecessary as the VM already does this.
|
10 years ago |
Justin Clark-Casey (justincc)
|
aa2fb1ec25
minor: Increase size of parcel name field in "land show" console command output. Construct table using CDT rather than string formats
|
10 years ago |
Justin Clark-Casey (justincc)
|
14569992e1
Prevent adding a land object if it overlaps any existing objects that have not had their bitmaps adjusted.
|
10 years ago |
Robert Adams
|
13a9a4b653
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
|
11 years ago |
Robert Adams
|
7aa00632b9
varregion: many replacements of in-place arithmetic with calls to
|
11 years ago |
Robert Adams
|
604b39cea9
Merge branch 'master' into varregion
|
11 years ago |
Justin Clark-Casey (justincc)
|
b4932bda2a
If a local land ID is given to the "land show" command, then output to console the full details of that parcel.
|
11 years ago |
Robert Adams
|
c12e68e34d
varregion: fix GetLandObject error return and initialization of square
|
11 years ago |
Robert Adams
|
a7a837550e
varregion: Massive work to LandManagementModule and LandObject to
|
11 years ago |
Robert Adams
|
317c04fe17
VarRegion: change RegionInfo storage of region coordinates from region
|
11 years ago |
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 |