Justin Clark-Casey (justincc)
|
294120c9d3
comment out some recent terrain texture logging
|
13 years ago |
Justin Clark-Casey (justincc)
|
086bf9f15d
Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero.
|
13 years ago |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 years ago |
E. Allen Soard
|
44e43d9d24
Added MaxAgents configuration option to RegionConfig.ini allowing region hosters to setup regions maintaining more control over system resources.
|
13 years ago |
Justin Clark-Casey (justincc)
|
6613daa82a
Add a regression test for rezzing a single object into a scene from user inventory
|
13 years ago |
Justin Clark-Casey (justincc)
|
f58941e89f
Make the "All Estates" option work from the client (this makes chosen changes to all the estates that the user owns).
|
13 years ago |
Justin Clark-Casey (justincc)
|
7e21c1eadf
Hack in a crude temporary "estate show" command
|
13 years ago |
Justin Clark-Casey (justincc)
|
26727ee044
refactor: split out estate management commands into separate class
|
13 years ago |
Kevin Cozens
|
9798b044fe
Added loading and saving of terrain files using Terragen format (Mantis #1564)
|
13 years ago |
Justin Clark-Casey (justincc)
|
41105948bd
remove some mono compiler warnings
|
13 years ago |
Melanie
|
57c4def254
Change all restarting to use the restart module. Remove hardcoded behavior
|
14 years ago |
Diva Canto
|
6a9ae9e7cb
Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority.
|
14 years ago |
Melanie
|
846198bb9e
Although the Allow Voice setting is per estate rather than per region,
|
14 years ago |
Melanie
|
0339d420e7
Restrict top colliders / top scripts to estate managers
|
14 years ago |
Melanie
|
de85aabcbe
Plumb the region type through to the ProductName field in estate messages
|
14 years ago |
Diva Canto
|
77de28965a
Work on TeleportStart: renamed method from TeleportLocationStart to TeleportStart, and now sending this upon all teleports, not just some, and in the right place (EntityTransferModule).
|
14 years ago |
Melanie Thielker
|
34d882b70d
Add perms check to the teleport home client command handlers.
|
14 years ago |
Melanie Thielker
|
3761f79971
Strip estate message sending out from the estate management module and
|
14 years ago |
Melanie Thielker
|
5a4cef6b36
make the events more useful by providing the source region
|
14 years ago |
Melanie Thielker
|
d997fc7b76
Add events to the estate interface to let interested modules know of
|
14 years ago |
Melanie Thielker
|
6eea0a3931
Allow reloading of estate settings into a running region. Move sun update
|
14 years ago |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
14 years ago |
Dan Lake
|
73e9b0be72
Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class.
|
14 years ago |
Melanie
|
c033223c63
Merge branch 'master' into presence-refactor
|
14 years ago |
Justin Clark-Casey (justincc)
|
00800c59d3
Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522
|
14 years ago |
Melanie
|
a87a247f05
Revert "Updates all IRegionModules to the new style region modules."
|
14 years ago |
Revolution
|
ec3c31e61e
Updates all IRegionModules to the new style region modules.
|
15 years ago |
Melanie
|
10f8c2ea9b
Merge branch 'master' into presence-refactor
|
15 years ago |
Melanie
|
3c90d834ea
Remove all references to master avatar, replacing with estate owner where
|
15 years ago |
Diva Canto
|
25fdbd6cbc
Less refs to UserProfileCacheService. Compiles but likely doesn't run.
|
15 years ago |