aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* On to 0.8.3!Diva Canto2015-10-181-1/+1
|
* Added warning in RegionCombinerModule about it being considered obsolete and ↵Diva Canto2015-10-181-0/+2
| | | | encouraging people to switch to varregions.
* Moved UserStatistics feature to OptionalModules too.Diva Canto2015-09-0411-0/+3292
|
* Moved DataSnapshot feature to OptionalModules too.Diva Canto2015-09-049-0/+1895
|
* Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵Diva Canto2015-09-048-0/+1759
| | | | top-level project/dll.
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-046-6/+0
| | | | OpenSim.Framework.
* Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵Diva Canto2015-09-011-623/+0
| | | | very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior.
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-303-3/+3
|
* Renamed the namespaces tooDiva Canto2015-08-303-3/+3
|
* Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}")Oren Hurvitz2015-08-111-1/+1
|
* Eliminated several warningsOren Hurvitz2015-07-311-0/+2
|
* Add MaxMaterialsPerTransaction to SimFeaturesCinder2015-06-191-0/+14
| | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* Added ':' to debug messagesDiva Canto2015-06-131-4/+4
|
* Add optional GodNames region moduleCinder2015-06-131-0/+144
| | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* fix a minor whitespace issueMichael Cerquoni2015-05-041-1/+0
|
* Adding the command <dobackup>to opensim console which requires a region name ↵H-H-H2015-05-041-2/+40
| | | | | | as an argument and will do an oar of that region if the autobackup module is enabled Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2015-04-291-1/+1
| | | | AssemblyVersion("0.8.2.*")
* Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatarstglion2015-04-181-10/+14
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* corrected script notecard parser. It now handles notecards with inventory as ↵ft@noemail2015-03-031-1/+5
| | | | | | well. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* replace accidently deleted line from last commitdahlia2015-02-051-0/+2
|
* Allow MaterialsModule to be enabled by default if [Materials] is absent from ↵dahlia2015-02-051-9/+6
| | | | OpenSim.ini
* Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-4/+6
| | | | | This UUID gatherer provides a superset of the previous gatherer's functionality as it also allows the caller to control gathering iterations for load purposes.
* BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams2014-12-311-28/+70
| | | | | Allows locking of prim/linkset relative moving in each of the linear and angular axis. Limits on movement or rotation can be set.
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
|
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
| | | | | | | - 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.
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
| | | | | | | 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
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵Diva Canto2014-12-294-4/+4
| | | | doesn't need to match the release version number, but I think it's a very good idea that they do.
* Allow scripts in attachments on an owned NPC to call NPC functions on that NPCJustin Clark-Casey (justincc)2014-12-041-1/+8
|
* refactor: Move methods to start a monitored thread, start work in its own ↵Justin Clark-Casey (justincc)2014-11-253-3/+3
| | | | | | | | thread and run work in the jobengine from Watchdog to a WorkManager class. This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere
* Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-252-8/+16
| | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* Add "wearables check" console commandJustin Clark-Casey (justincc)2014-11-251-9/+87
| | | | This checks that all the wearable assets and any assets for a given logged in avatar exist in the asset service
* Add "wearables show" console command.Justin Clark-Casey (justincc)2014-11-251-3/+97
| | | | | This shows summary wearables information (shape, hair, etc.) for all avatars in the scene or specific information about a given avatar's wearables. Similar to the existing "attachments show" command.
* Fix setting of max scene throttle so that setting it restricts the child ↵Justin Clark-Casey (justincc)2014-11-251-2/+4
| | | | | | | client throttles properly. In "show throttles", also renames 'total' column to 'actual' to reflect that it is not necessarily the throttles requested for/by the client. Also fills out 'target' in non-adapative mode to the actual throttle requested for/by the client.
* minor: In "show client stats" command, properly handle the case where a ↵Justin Clark-Casey (justincc)2014-11-251-1/+3
| | | | client has made no AgentUpdate requests (as is the case with agents that have only even been child) rather than throwing an exception
* Fix an issue where specifying both max client and server outgoing UDP ↵Justin Clark-Casey (justincc)2014-11-251-7/+8
| | | | | | | | | | throttles would cause client throttles to be lower than expected when total requests exceeded the scene limit. This was because specifying a max client throttle would always request the max from the parent server throttle, no matter the actual total requests on the client throttle. This would lead to a lower server multiplier than expected. This change also adds a 'target' column to the "show throttles" output that shows the target rate (as set by client) if adaptive throttles is active. This commit also re-adds the functionality lost in recent 5c1a1458 to set a max client throttle when adaptive is active. This commit also adds TestClientThrottlePerClientAndRegionLimited and TestClientThrottleAdaptiveNoLimit regression tests
* refactor: consistently put all test classes in the OpenSim.Tests.Common ↵Justin Clark-Casey (justincc)2014-11-253-3/+0
| | | | | | package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add
* Move information about "server agent rate" throttles into "show server ↵Justin Clark-Casey (justincc)2014-11-251-39/+0
| | | | | | throttles" command rather than "show throttles" THis allows us to see the rates when no client is connected to the region.
* Fix recent minor regression where the default frame time wasn't being set if ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | there was no startup config section. Caused some regression tests to fail.
* Cleanup extraneous comments from viewer support modulesDiva Canto2014-11-212-10/+3
|
* Improved SpecialUIModule so that it sends the floater data properly.Diva Canto2014-11-161-2/+21
|
* Fix the fetching of module references in the viewer support modules.Diva Canto2014-11-113-9/+15
| | | | Remove the detachment of attachments in camera-only, because it doesn't work for HG people, and it's too drastic of a move.
* Add additional viewer support modules that allow certain viewers to modify ↵Diva Canto2014-11-103-0/+494
| | | | their UI on the fly.
* Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens2014-10-301-1/+1
| | | | | | Others think different about how limits work so another solution is needed. This reverts commit ff62b90636e13e531b95bbb7699b130909fc70f2.
* Use parcel prim limit (not region limit) when checking if area is full.Kevin Cozens2014-10-301-1/+1
|
* When osNpcMoveToTarget() is called for a sitting avatar then silently do ↵Justin Clark-Casey (justincc)2014-09-121-0/+3
| | | | | | nothing rather than throwing an error. Resolves http://opensimulator.org/mantis/view.php?id=7311
* Start long-lived thread in IRCConnector via watchdog rather than ↵Justin Clark-Casey (justincc)2014-09-041-13/+5
| | | | indepedently, so that it can be seen in "show threads" and stats
* Implement experimental non-default mechanism to update scene via a timer ↵Justin Clark-Casey (justincc)2014-08-261-31/+50
| | | | | | | | rather than a persistent thread with sleep. This is to see if an inaccuracy in sleep times under load is responsible for increase in frame times even when there is spare time still available. Can currently only be activated by setting "debug scene set update-on-timer true". Can be switched between timer and thread with sleep updates whilst the scene is running.
* On teleport to a region that already has a child agent established (e.g. a ↵Justin Clark-Casey (justincc)2014-08-151-1/+1
| | | | | | neighbour) don't resend all the initial avatar and object data again. This is unnecessary since it has been received (and data continues to be received) in the existing child connection.
* Avination's Dynamic Floater Module. This works with Singularity viewer only.Melanie Thielker2014-08-121-0/+238
| | | | | It's WIP in that a dialog builder is on it's way. For now, the XML needs to be handmade.
* refactor: Rename recent new Client*UpdateTolerance to Root*UpdateTolerance ↵Justin Clark-Casey (justincc)2014-08-061-6/+6
| | | | for better accuracy and consistency with other similar parameters