Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-04 | disable some XmlResolver | UbitUmarov | 2 | -0/+2 | |
2017-04-29 | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵ | UbitUmarov | 1 | -7/+5 | |
easys code readability | |||||
2017-03-31 | When determining if a sim can be shut down, ignore NPCs | Melanie Thielker | 1 | -2/+2 | |
2017-03-31 | Skip region restart messages and delays when there are no root agents | Melanie Thielker | 1 | -2/+38 | |
2017-01-06 | Fix errors introduced by incomplete understanding of what folded perms are | Melanie Thielker | 1 | -4/+6 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 6 | -50/+50 | |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -4/+2 | |
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | |||||
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 3 | -4/+3 | |
replace anymore. | |||||
2015-11-13 | Add some values to the SimulatorFeatures cap's OpenSimExtras section ↵ | UbitUmarov | 1 | -0/+2 | |
relative to FPS statistics. This is transition code ported from avinationmerge. | |||||
2015-11-12 | Move a call to RequestModuleInterface to a new scene callback function | Melanie Thielker | 1 | -0/+2 | |
because the current implementation would have always returned null | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 2 | -2/+2 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 2 | -2/+2 | |
2015-09-06 | add lost admin_reset_land method | UbitUmarov | 1 | -0/+47 | |
2015-09-06 | Related to previous commits: fixed namespace. | Diva Canto | 1 | -1/+2 | |
2015-09-05 | Moved the two region loaders into the RegionLoaderPlugin dll, therefore ↵ | Diva Canto | 4 | -2/+302 | |
eliminating 2 top-level dlls that didn't make much sense. | |||||
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+0 | |
OpenSim.Framework. | |||||
2015-08-24 | try to implement core load oar options | UbitUmarov | 1 | -1/+4 | |
2015-08-24 | rename ImapTileModule as IMAPImageUploadModule to match core | UbitUmarov | 1 | -1/+1 | |
2015-08-16 | Make Setup_XXX=disabled not even load the module at all, rather than | Melanie Thielker | 1 | -0/+7 | |
loading and not using it | |||||
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 1 | -13/+16 | |
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. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed! | |||||
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 3 | -3/+3 | |
AssemblyVersion("0.8.2.*") | |||||
2015-03-28 | varregion: remove use of Constants.RegionSize is various places. | Robert Adams | 1 | -3/+3 | |
More use of the Util routines for conversion of region handles into addresses. | |||||
2015-03-23 | Make log output of remote admin's restart region call reflect restart ↵ | Melanie Thielker | 1 | -2/+4 | |
cancellations properly. | |||||
2015-03-07 | Make the maptile uploader in remote admin fire and forget so the controlling ↵ | Melanie Thielker | 1 | -1/+4 | |
host gets a timely reply. | |||||
2014-12-30 | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 3 | -6/+6 | |
2014-12-30 | This cleans up versioning. Specifically: | Diva Canto | 3 | -6/+6 | |
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency. | |||||
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 9 | -37/+17 | |
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent | |||||
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵ | Diva Canto | 3 | -3/+3 | |
doesn't need to match the release version number, but I think it's a very good idea that they do. | |||||
2014-11-21 | Add an XmlRpc method to get a region's root agent count. This is intended | Melanie Thielker | 1 | -0/+26 | |
to let us restart grid regions when the last agent leaves. | |||||
2014-08-23 | Add an admin message to refesh a region's map tile. Will be used to periodically | Melanie Thielker | 1 | -0/+27 | |
rebuild the world map to clean out unused tiles. | |||||
2014-08-05 | put back a check for null foldedperms | UbitUmarov | 1 | -1/+1 | |
2014-07-02 | Actually call Close() for shared region modules when the simulator is being ↵ | Justin Clark-Casey (justincc) | 1 | -34/+53 | |
shutdown. Adds regression test for this case. | |||||
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 3 | -3/+3 | |
2014-06-02 | Added a ResetLand method to RemoteAdmin, whereby all land is reset with the ↵ | Diva Canto | 1 | -0/+53 | |
given parameters. | |||||
2014-06-01 | Fixed a few things pertaining to interfacing with the estate service. ↵ | Diva Canto | 2 | -7/+8 | |
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. Also added more packing/unpacking code. | |||||
2014-04-20 | Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't ↵ | Oren Hurvitz | 1 | -1/+0 | |
actually used. | |||||
2014-01-19 | varregion: add --noterrain and --noparcel to 'load oar'. | Robert Adams | 1 | -2/+4 | |
--noterrain suppresses the loading of the terrain from the oar. --noparcels suppresses the loading of parcel information from the oar. | |||||
2014-01-19 | varregion: add --displacement parameter to 'load oar'. | Robert Adams | 1 | -1/+2 | |
Adds displacment to all objects and terrain loaded from the oar. As an example, if you have a 512x512 region and an old 256x256 oar, doing load oar --displacement "<128,128,0>" oarFile.oar will load the object (and terrain) into the middle of the 512x512 region. If displacement is not specified, 'load oar' works like it always has. If you have a 5 | |||||
2014-01-10 | Refactored: use a single function to apply an object's folded permissions to ↵ | Oren Hurvitz | 1 | -7/+5 | |
its main permissions | |||||
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2 | -12/+12 | |
Rename 'RegionWorldLocX' to 'WorldLocX' and same for Y and Z. This keeps the downward compatibility and follows the scheme of 'region' and 'world' location naming that is happening in the Util module. | |||||
2013-11-28 | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 1 | -3/+3 | |
the Util functions for converting world addresses to region addresses and converting region handles to locations. | |||||
2013-11-20 | Added admin_authenticate_user command | Eva Comaroski | 1 | -0/+136 | |
2013-11-08 | Make admin_save_oar request submit a request ID and log this for tracking. | Justin Clark-Casey (justincc) | 1 | -4/+14 | |
Previous behaviour of always logging 'name' is unhelpful since this actually an error message parameter which is only filled out if an error has occurred | |||||
2013-10-04 | Update an AssmblyVersion property that I missed to 0.8.0 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2 | -2/+2 | |
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2 | -12/+12 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2 | -12/+12 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-08-17 | Fix issues with RemoteAdmin admin_save_heightmap and admin_load_heightmap ↵ | Justin Clark-Casey (justincc) | 1 | -15/+30 | |
not working. This is because they were wrongly looking for both regionid and region_id parameters in the same request. Now only region_id is required (and recognized), regionid having been already deprecated for some time. This is essentially Michelle Argus' patch from http://opensimulator.org/mantis/view.php?id=6737 but with tabs replaced with spaces. Thanks! | |||||
2013-05-09 | minor: Remove mono compiler warning in RemoteAdminPlugin | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-05-06 | Added new method to Remote Admin for reloading the estate settings. This is ↵ | Diva Canto | 1 | -0/+17 | |
meant to be called when some other program has changed the data on the backend. |