aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-08-12Avination's Dynamic Floater Module. This works with Singularity viewer only.Melanie Thielker1-0/+238
2014-08-06refactor: Rename recent new Client*UpdateTolerance to Root*UpdateTolerance fo...Justin Clark-Casey (justincc)1-6/+6
2014-07-29Implement "scene debug set root-upd-per" for dropping 1 in N root agent updat...Justin Clark-Casey (justincc)1-5/+17
2014-07-29Add debug mechanism for only sending 1 in N AgentUpdate packets to child agents.Justin Clark-Casey (justincc)1-0/+12
2014-07-29Add "debug scene set appear-refresh true|false" to control whether periodic a...Justin Clark-Casey (justincc)1-0/+12
2014-07-29Make it possible to change avatar position update, rotation and velocity tole...Justin Clark-Casey (justincc)1-21/+57
2014-07-29minor: make "debug scene set" usage command accurate again from last commit f...Justin Clark-Casey (justincc)1-2/+1
2014-07-29Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)1-16/+28
2014-07-25Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...Justin Clark-Casey (justincc)1-37/+32
2014-07-21In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz1-4/+8
2014-07-21Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz1-32/+37
2014-07-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni1-3/+3
2014-07-04Include option to remove auto backup files older than given number of days. N...AliciaRaven2-2/+52
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-06-16If MaterialsModule unexpected sees a part with DefaultTexture of null, log th...Justin Clark-Casey (justincc)1-0/+4
2014-06-16In materials module, if a texture entry somehow has no default entry then don...Justin Clark-Casey (justincc)1-1/+2
2014-06-04Fix AutoBackupModule and include option to skip saving assets.AliciaRaven2-3/+39
2014-05-27Make RegionReady login disabled during initialization message a console messa...Justin Clark-Casey (justincc)1-2/+4
2014-05-19On verbose groups messaging logging, count all operations in reported time wh...Justin Clark-Casey (justincc)1-3/+3
2014-05-19Split verbose groups messaging logging into its own setting separate from tha...Justin Clark-Casey (justincc)1-23/+77
2014-05-19Fix recent regression from 77e7bbc where an attachment on a received group no...Justin Clark-Casey (justincc)3-4/+27
2014-05-12For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)1-13/+26
2014-05-12Add send group notice regression test for when MessageOnlineUsersOnly=trueJustin Clark-Casey (justincc)1-0/+71
2014-05-12minor: eliminate unused UUID in xmlrpc GroupsMessagingModule.ProcessMessageFr...Justin Clark-Casey (justincc)1-2/+0
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-2/+3
2014-05-01Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)2-2/+54
2014-04-29Add regression test for NPC movement on a variable region.Justin Clark-Casey (justincc)1-5/+72
2014-04-23Eliminated many warningsOren Hurvitz6-7/+9
2014-04-12Tweak to PrimLimits and add missing Regions.ini exampleDev Random1-16/+5
2014-04-12Add per-user checking to PrimLimitsModuleDev Random1-24/+69
2014-04-02minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim...Justin Clark-Casey (justincc)1-4/+4
2014-04-02Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)1-2/+5
2014-03-25Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)1-2/+3
2014-03-24Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz1-2/+2
2014-03-12When sending group notices through group messaging, allow the agent ID to use...Justin Clark-Casey (justincc)2-6/+6
2014-03-11Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)3-91/+151
2014-03-07Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)2-0/+56
2014-02-15Rewrite of mega-region code to use new form of border checking.Robert Adams1-31/+0
2014-02-14Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)1-14/+5
2014-02-09Add JsonRezAtRoot script function. Operation is very similar toMic Bowman1-0/+111
2014-02-01Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ...dahlia2-3/+38
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-1/+1
2014-01-27Re-enabled NPCModuleTests.TestCreate()Justin Clark-Casey (justincc)1-3/+1
2014-01-24minor: remove long unused state queue from "show queues" console reportsJustin Clark-Casey (justincc)1-5/+3
2014-01-24minor: correct the usage statement on the "show image queues" console command...Justin Clark-Casey (justincc)1-1/+1
2014-01-24Skip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) fro...Justin Clark-Casey (justincc)1-15/+15
2014-01-20rather than converting existing materials to assets, just retrieve them and m...dahlia1-32/+12
2014-01-20add null texture entry face check before converting legacy materialsdahlia1-2/+2
2014-01-20Clean up orphaned json stores. This can happen when an object isMic Bowman3-3/+274