aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-27Change the log level for the LOGIN DISABLED and LOGIN ENABLED messages isMic Bowman1-2/+4
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)4-11/+9
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2-3/+6
2013-10-15Added support for attachments to group notices when using Flotsam groups.Kevin Cozens1-50/+122
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-10-04Add OnChatToNPC and OnInstantMessageToNPC messages to NPCAvatar to allow regi...Justin Clark-Casey (justincc)1-6/+21
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-27refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2-2/+2
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-19minor: Stop debug logging whenever an npc is moved, other npc log related for...Justin Clark-Casey (justincc)1-16/+15
2013-09-11BulletSim: add LSL function and plumbing for setting a springRobert Adams1-1/+3
2013-09-11BulletSim: add extended physics LSL constants for axis specification.Robert Adams1-2/+14
2013-09-11BulletSim: ability to specify groups of axis to modify in constraint paramete...Robert Adams1-1/+11
2013-09-11BulletSim: add axis parameter for specifying enable, damping, and stiffness f...Robert Adams1-4/+6
2013-09-11BulletSim: implementation of setting spring specific physical parameters. Add...Robert Adams1-1/+5
2013-09-11BulletSim: pass both root and child BSPhysObjects to Extension function. Upda...Robert Adams1-13/+17
2013-09-11BulletSim: Extension parameters passed through the classes made to pass just ...Robert Adams1-5/+18
2013-09-11BulletSim: add extended physics function physGetLinkType(linkNum). Add implem...Robert Adams1-0/+19
2013-09-11BulletSim: change ExtendedPhysics constants to 'const' so they can be used as...Robert Adams1-28/+28
2013-09-11BulletSim: add physChangeLinkParams to set individual parameters on link cons...Robert Adams1-94/+171
2013-09-11BulletSim: add physChangeLinkSpring to change linkset link to be a spring con...Robert Adams1-3/+70
2013-09-11BulletSim: initial implementation of physChangeLinkFixed that resets a linkse...Robert Adams1-1/+81
2013-09-11BulletSim: fixes for change linkset implementation of physical linksets.Robert Adams1-1/+28
2013-09-04Stop "show client stats" from throwing an exception if somehow Scene.m_client...Justin Clark-Casey (justincc)1-1/+8
2013-08-22Stop "handle sit user name" command from trying to sit avatars on objects whi...Justin Clark-Casey (justincc)1-0/+3
2013-08-22Stop "sit user name" and "stand user name" console commands from trying to si...Justin Clark-Casey (justincc)1-2/+8
2013-08-20Add --regex options to "sit user name" and "stand user name" console commands...Justin Clark-Casey (justincc)1-50/+81
2013-08-20Add experimental "sit user name" and "stand user name" console commands in Si...Justin Clark-Casey (justincc)1-0/+180
2013-08-12Don't try and send group updates to NPCs via event queue, since NPCs have no ...Justin Clark-Casey (justincc)1-1/+0
2013-08-12Get rid of issue where removing NPCs would through an exception by routing cl...Justin Clark-Casey (justincc)1-1/+3
2013-08-02BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'Robert Adams1-5/+60
2013-07-30BulletSim: test method for debugging of extended physics script operations.Robert Adams1-8/+46
2013-07-28Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto1-16/+6
2013-07-26Commented out ChatSessionRequest capability in Vivox and Freeswitch. We aren'...Diva Canto2-18/+18
2013-07-26Fix NPC regression test failures.Justin Clark-Casey (justincc)1-1/+1
2013-07-21EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...Diva Canto2-2/+2
2013-07-21Manage AgentUpdates more sanely:Diva Canto2-0/+2
2013-07-21Fixed the stats in show client stats. Also left some comments with observatio...Diva Canto1-4/+4
2013-07-21Make the check as to whether any particular inbound AgentUpdate packet is sig...Justin Clark-Casey (justincc)1-2/+2
2013-07-21Add measure of number of inbound AgentUpdates that were seen as significant t...Justin Clark-Casey (justincc)1-3/+9
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake1-2/+4
2013-07-11Try naming the materials handlers again, this time registering the POST as Re...Justin Clark-Casey (justincc)1-3/+6
2013-07-10remove names from Capability handlers (added by justincc in commit 013710168b...dahlia1-7/+4
2013-07-10show client stats: Fixed the requests/min. Also changed the spelling of the c...Diva Canto1-21/+22
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto1-2/+107
2013-07-08remove some cruft and trigger a rebuilddahlia1-1/+0
2013-07-08remove an invalid null UUID check which caused a warningdahlia1-8/+1
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)1-4/+7
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2-2/+2