aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-4/+6
* BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams2014-12-311-28/+70
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-294-4/+4
* 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 thr...Justin Clark-Casey (justincc)2014-11-253-3/+3
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-252-8/+16
* Add "wearables check" console commandJustin Clark-Casey (justincc)2014-11-251-9/+87
* Add "wearables show" console command.Justin Clark-Casey (justincc)2014-11-251-3/+97
* Fix setting of max scene throttle so that setting it restricts the child clie...Justin Clark-Casey (justincc)2014-11-251-2/+4
* minor: In "show client stats" command, properly handle the case where a clien...Justin Clark-Casey (justincc)2014-11-251-1/+3
* Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-7/+8
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-253-3/+0
* Move information about "server agent rate" throttles into "show server thrott...Justin Clark-Casey (justincc)2014-11-251-39/+0
* Fix recent minor regression where the default frame time wasn't being set if ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* 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
* Add additional viewer support modules that allow certain viewers to modify th...Diva Canto2014-11-103-0/+494
* Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens2014-10-301-1/+1
* 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 noth...Justin Clark-Casey (justincc)2014-09-121-0/+3
* Start long-lived thread in IRCConnector via watchdog rather than indepedently...Justin Clark-Casey (justincc)2014-09-041-13/+5
* Implement experimental non-default mechanism to update scene via a timer rath...Justin Clark-Casey (justincc)2014-08-261-31/+50
* On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)2014-08-151-1/+1
* Avination's Dynamic Floater Module. This works with Singularity viewer only.Melanie Thielker2014-08-121-0/+238
* refactor: Rename recent new Client*UpdateTolerance to Root*UpdateTolerance fo...Justin Clark-Casey (justincc)2014-08-061-6/+6
* Implement "scene debug set root-upd-per" for dropping 1 in N root agent updat...Justin Clark-Casey (justincc)2014-07-291-5/+17
* Add debug mechanism for only sending 1 in N AgentUpdate packets to child agents.Justin Clark-Casey (justincc)2014-07-291-0/+12
* Add "debug scene set appear-refresh true|false" to control whether periodic a...Justin Clark-Casey (justincc)2014-07-291-0/+12
* Make it possible to change avatar position update, rotation and velocity tole...Justin Clark-Casey (justincc)2014-07-291-21/+57
* minor: make "debug scene set" usage command accurate again from last commit f...Justin Clark-Casey (justincc)2014-07-291-2/+1
* Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)2014-07-291-16/+28
* Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...Justin Clark-Casey (justincc)2014-07-251-37/+32
* In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz2014-07-211-4/+8
* Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz2014-07-211-32/+37
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-07-171-3/+3
* Include option to remove auto backup files older than given number of days. N...AliciaRaven2014-07-042-2/+52
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* If MaterialsModule unexpected sees a part with DefaultTexture of null, log th...Justin Clark-Casey (justincc)2014-06-161-0/+4
* In materials module, if a texture entry somehow has no default entry then don...Justin Clark-Casey (justincc)2014-06-161-1/+2
* Fix AutoBackupModule and include option to skip saving assets.AliciaRaven2014-06-042-3/+39
* Make RegionReady login disabled during initialization message a console messa...Justin Clark-Casey (justincc)2014-05-271-2/+4
* On verbose groups messaging logging, count all operations in reported time wh...Justin Clark-Casey (justincc)2014-05-191-3/+3
* Split verbose groups messaging logging into its own setting separate from tha...Justin Clark-Casey (justincc)2014-05-191-23/+77
* Fix recent regression from 77e7bbc where an attachment on a received group no...Justin Clark-Casey (justincc)2014-05-193-4/+27
* For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)2014-05-121-13/+26
* Add send group notice regression test for when MessageOnlineUsersOnly=trueJustin Clark-Casey (justincc)2014-05-121-0/+71