Diva Canto
|
d00f73c3a4
Deleted OpenSim.Framework.Communications. Moved its two remaining files to OpenSim.Framework.
|
il y a 9 ans |
Diva Canto
|
959872315f
WARNING: massive refactor to follow libomv's latest changes regarding inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum.
|
il y a 9 ans |
Diva Canto
|
5cf6a6f830
WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.
|
il y a 10 ans |
Diva Canto
|
77913eb679
Added a ResetLand method to RemoteAdmin, whereby all land is reset with the given parameters.
|
il y a 10 ans |
Diva Canto
|
2ff9ea3f80
Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector.
|
il y a 10 ans |
Oren Hurvitz
|
52f8669169
Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used.
|
il y a 10 ans |
Robert Adams
|
6fbfb47b92
varregion: add --noterrain and --noparcel to 'load oar'.
|
il y a 11 ans |
Robert Adams
|
dd6db72939
varregion: add --displacement parameter to 'load oar'.
|
il y a 11 ans |
Robert Adams
|
1cf17a3cf7
Merge branch 'master' into varregion
|
il y a 11 ans |
Oren Hurvitz
|
91fd9c4670
Refactored: use a single function to apply an object's folded permissions to its main permissions
|
il y a 11 ans |
Robert Adams
|
13a9a4b653
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
|
il y a 11 ans |
Robert Adams
|
7aa00632b9
varregion: many replacements of in-place arithmetic with calls to
|
il y a 11 ans |
Robert Adams
|
3193bcaae1
Merge branch 'master' into varregion
|
il y a 11 ans |
Eva Comaroski
|
c896b4179e
Added admin_authenticate_user command
|
il y a 11 ans |
Robert Adams
|
7061784cc6
Merge branch 'master' into varregion
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
5cef8bf64e
Make admin_save_oar request submit a request ID and log this for tracking.
|
il y a 11 ans |
Robert Adams
|
317c04fe17
VarRegion: change RegionInfo storage of region coordinates from region
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
14ae89dbe7
Fix issues with RemoteAdmin admin_save_heightmap and admin_load_heightmap not working.
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
0e6ad94829
minor: Remove mono compiler warning in RemoteAdminPlugin
|
il y a 11 ans |
Diva Canto
|
90f03ccd42
Added new method to Remote Admin for reloading the estate settings. This is meant to be called when some other program has changed the data on the backend.
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
304c5d4a8b
On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created.
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
f064075a85
Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last user login time rather than serializing the DateTime directly which generates a set of unexpected fields.
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
da5dbaf1d0
Add admin_get_agents xmlrpc method.
|
il y a 11 ans |
Melanie
|
5f4c4df227
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
392e84e554
Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid
|
il y a 12 ans |
Justin Clark-Casey (justincc)
|
4e9509dafa
Get rid of some unnecessary casts in RemoteAdminPlugin.
|
il y a 12 ans |
Michelle Argus
|
a6f7328216
Remove deprecated parameters for region_id.
|
il y a 12 ans |
Oren Hurvitz
|
ce468215d5
Support multi-region OAR files
|
il y a 12 ans |
Snoopy Pfeffer
|
83ef13a79a
Changed save oar and save iar parameter -p|--profile to -h|--home, including corresponding RemoteAdmin parameter
|
il y a 12 ans |
Justin Clark-Casey (justincc)
|
3073370d0e
Allow RemoteAdmin to deal with all the different kinds of region id parameter that have been used in different methods.
|
il y a 13 ans |