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