aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-13Remove some no longer needed debug.Melanie Thielker1-6/+2
2009-05-12Fix interface registration/deregistration mechanicsMelanie Thielker1-9/+14
2009-05-12Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g...diva1-1/+2
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-2/+2
2009-05-04Create a working configuration hook to allow LLClient parameters fromMelanie Thielker1-1/+6
2009-05-02Plumb conifg into the client views. Add config option to configure packetMelanie Thielker1-0/+6
2009-05-01Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker1-0/+5
2009-04-15Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson1-2/+2
2009-04-13Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b...Homer Horwitz1-31/+8
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz1-7/+58
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-8/+0
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-2/+15
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-2/+2
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-0/+8
2009-02-06* Implement help <command> from the region consoleJustin Clarke Casey1-4/+47
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey1-1/+9
2009-02-05* Use the commander name to register module commanders instead of providing t...Justin Clarke Casey1-2/+2
2009-02-05* refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey1-4/+173
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-61/+0
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-1/+48
2008-12-12* refactor: pull out common user profile test code into utility functionsJustin Clarke Casey1-3/+5
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker1-8/+1
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey1-4/+4
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-3/+3
2008-11-19* Add just enough to allow the scene presences test to establish a new user c...Justin Clarke Casey1-0/+3
2008-11-10Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker1-0/+8
2008-11-07* Fix bug in r7162 where avatars could not moveJustin Clarke Casey1-0/+24
2008-11-07* Remove next local id from SceneBaseJustin Clarke Casey1-8/+0
2008-10-30test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey1-3/+2
2008-10-23* Introduce a basic udp circuit test for adding a clientJustin Clarke Casey1-0/+1
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker1-0/+5
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-0/+5
2008-05-16Formatting cleanup.Jeff Ames1-9/+9
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ...mingchen1-0/+6
2008-05-01* Rolled back a few changes.Adam Frisby1-37/+34
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-34/+37
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+4
2008-04-17* Re-Fixed caps Teravus Ovares1-12/+0
2008-04-15* A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares1-0/+12
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-0/+3
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-0/+15
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-11/+2
2008-03-05* New Terrain Module (disabled, search for 'usingTerrainModule = false' to re...Adam Frisby1-1/+1
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby1-1/+1
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-1/+10