aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02seems to compile ( tests comented out)UbitUmarov6-22/+7
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov2-0/+10
2015-08-15Track selected objects per clientMelanie Thielker2-0/+4
2015-08-11Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}")Oren Hurvitz1-1/+1
2015-07-31Eliminated several warningsOren Hurvitz1-0/+2
2015-06-19Add MaxMaterialsPerTransaction to SimFeaturesCinder1-0/+14
2015-06-13Added ':' to debug messagesDiva Canto1-4/+4
2015-06-13Add optional GodNames region moduleCinder1-0/+144
2015-05-04fix a minor whitespace issueMichael Cerquoni1-1/+0
2015-05-04Adding the command <dobackup>to opensim console which requires a region name ...H-H-H1-2/+40
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-04-18Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatarstglion1-10/+14
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams6-6/+13
2015-03-25Comment spammy XMLRPC router message - we don't need to know every time aMelanie Thielker1-1/+1
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-32/+1
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail1-1/+5
2015-02-05replace accidently deleted line from last commitdahlia1-0/+2
2015-02-05Allow MaterialsModule to be enabled by default if [Materials] is absent from ...dahlia1-9/+6
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-4/+6
2014-12-31BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams1-28/+70
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto4-4/+4
2014-12-04Allow scripts in attachments on an owned NPC to call NPC functions on that NPCJustin Clark-Casey (justincc)1-1/+8
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)3-3/+3
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2-8/+16
2014-11-25Add "wearables check" console commandJustin Clark-Casey (justincc)1-9/+87
2014-11-25Add "wearables show" console command.Justin Clark-Casey (justincc)1-3/+97
2014-11-25Fix setting of max scene throttle so that setting it restricts the child clie...Justin Clark-Casey (justincc)1-2/+4
2014-11-25minor: In "show client stats" command, properly handle the case where a clien...Justin Clark-Casey (justincc)1-1/+3
2014-11-25Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)1-7/+8
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)3-3/+0
2014-11-25Move information about "server agent rate" throttles into "show server thrott...Justin Clark-Casey (justincc)1-39/+0
2014-11-25Fix recent minor regression where the default frame time wasn't being set if ...Justin Clark-Casey (justincc)1-1/+1
2014-11-21Cleanup extraneous comments from viewer support modulesDiva Canto2-10/+3
2014-11-21Remove braindead "fix" that messed up intersim scripted giving.Melanie Thielker1-0/+17
2014-11-16Improved SpecialUIModule so that it sends the floater data properly.Diva Canto1-2/+21
2014-11-11Fix the fetching of module references in the viewer support modules.Diva Canto3-9/+15
2014-11-10Add additional viewer support modules that allow certain viewers to modify th...Diva Canto3-0/+494
2014-11-06 scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov2-0/+10
2014-10-30Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens1-1/+1
2014-10-30Use parcel prim limit (not region limit) when checking if area is full.Kevin Cozens1-1/+1
2014-10-30Fix a potential nullref in VivoxMelanie Thielker1-0/+4
2014-09-25Add a sample use for the validationMelanie Thielker1-1/+2
2014-09-12When osNpcMoveToTarget() is called for a sitting avatar then silently do noth...Justin Clark-Casey (justincc)1-0/+3
2014-09-04Start long-lived thread in IRCConnector via watchdog rather than indepedently...Justin Clark-Casey (justincc)1-13/+5
2014-08-29 add method to get a category throttle rateUbitUmarov2-0/+10
2014-08-26Implement experimental non-default mechanism to update scene via a timer rath...Justin Clark-Casey (justincc)1-31/+50
2014-08-21add a direct sendpartfullUpdate to send a full object update to a part,UbitUmarov2-0/+7