Justin Clark-Casey (justincc)
|
bafa82eb12
Remove race conditions from where SP.AbsolutePosition could change between the various property checks.
|
10 tahun lalu |
Michael Cerquoni
|
e455374a4b
fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out.
|
10 tahun lalu |
Diva Canto
|
c5f7184d1b
Behavior change: only local users can set home in any parcel of a grid. Setting it for foreign users does not make sense, since cntrl+shift+H always teleports them back to their original grid.
|
10 tahun lalu |
Dev Random
|
7180690a14
Show Group name when land is group-owned
|
10 tahun lalu |
Oren Hurvitz
|
998d7009a6
Eliminated many warnings
|
10 tahun lalu |
Oren Hurvitz
|
a780e01a54
Fixed: the parcel flag "Allow Scripts from Group" should only check if the parcel has a Group set; it doesn't have to be *deeded* to the group
|
10 tahun lalu |
Oren Hurvitz
|
bf68dbabd7
Save to database these parcel updates: Force Owner, Abandon Request, Reclaim. (Previously these updates only changed the parcel in memory)
|
11 tahun lalu |
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 tahun lalu |
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 tahun lalu |
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 tahun lalu |
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 tahun lalu |
Justin Clark-Casey (justincc)
|
ddd38a3dea
Add scene name to bad parcel add logging
|
10 tahun lalu |
Justin Clark-Casey (justincc)
|
ed14e97bb4
Remove array initialize calls in LMM - these are unnecessary as the VM already does this.
|
10 tahun lalu |
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 tahun lalu |
Justin Clark-Casey (justincc)
|
14569992e1
Prevent adding a land object if it overlaps any existing objects that have not had their bitmaps adjusted.
|
10 tahun lalu |
Robert Adams
|
13a9a4b653
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
|
11 tahun lalu |
Robert Adams
|
7aa00632b9
varregion: many replacements of in-place arithmetic with calls to
|
11 tahun lalu |
Robert Adams
|
604b39cea9
Merge branch 'master' into varregion
|
11 tahun lalu |
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 tahun lalu |
Robert Adams
|
c12e68e34d
varregion: fix GetLandObject error return and initialization of square
|
11 tahun lalu |
Robert Adams
|
a7a837550e
varregion: Massive work to LandManagementModule and LandObject to
|
11 tahun lalu |
Robert Adams
|
317c04fe17
VarRegion: change RegionInfo storage of region coordinates from region
|
11 tahun lalu |
Diva Canto
|
a4431381fa
Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs about who has permission to set home where.
|
11 tahun lalu |
Diva Canto
|
48f8b884c3
Handle SetHome properly
|
11 tahun lalu |
Melanie
|
6f3c905744
Add Avination's support for parcel eject and freeze
|
11 tahun lalu |
Oren Hurvitz
|
24e486e9df
Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases
|
12 tahun lalu |
Justin Clark-Casey (justincc)
|
2db1f22b89
minor: minor code and log formatting fixes to recent changes in LandManagementModule
|
12 tahun lalu |
Oren Hurvitz
|
9784e4e07d
Changed locks to prevent deadlocks (especially during multi-region Load OAR)
|
12 tahun lalu |
Oren Hurvitz
|
70695a6ed9
Implemented Return Objects when it's invoked from the Top Colliders or Top Scripts dialogs
|
12 tahun lalu |
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 tahun lalu |