aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Remove some no longer needed debug.Melanie Thielker2009-05-131-6/+2
* Fix interface registration/deregistration mechanicsMelanie Thielker2009-05-121-9/+14
* Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g...diva2009-05-121-1/+2
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-041-2/+2
* Create a working configuration hook to allow LLClient parameters fromMelanie Thielker2009-05-041-1/+6
* Plumb conifg into the client views. Add config option to configure packetMelanie Thielker2009-05-021-0/+6
* Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker2009-05-011-0/+5
* Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2009-04-151-2/+2
* Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b...Homer Horwitz2009-04-131-31/+8
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-7/+58
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-8/+0
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-2/+15
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-2/+2
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-0/+8
* * Implement help <command> from the region consoleJustin Clarke Casey2009-02-061-4/+47
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+419