aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-7/+14
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-0/+8
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-0/+5
2012-06-29Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...Justin Clark-Casey (justincc)1-0/+5
2011-12-09Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)1-13/+0
2011-12-08Remove unnecessary AgentCircuitData null check from Scene.AddNewClient().Justin Clark-Casey (justincc)1-3/+1
2011-12-08On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)1-3/+7
2011-12-07Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)1-2/+2
2011-11-22Stop an exception being thrown and a teleport/border cross failing if the des...Justin Clark-Casey (justincc)1-3/+19
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-2/+2
2011-10-03Remove vestigal RegionStatus.SlaveScene.Justin Clark-Casey (justincc)1-3/+0
2011-08-18Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)1-3/+4
2011-08-10Stop trying to deregister caps or close child agents when an NPC is removedJustin Clark-Casey (justincc)1-1/+12
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-1/+1
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-0/+2
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-0/+2
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto1-0/+4
2009-10-26Removing the ClientManager reference from IScene and hiding it entirely insid...John Hurliman1-1/+0
2009-10-13* Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman1-1/+0
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-02Plumb conifg into the client views. Add config option to configure packetMelanie Thielker1-0/+3
2009-05-01Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker1-0/+2
2009-04-15Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson1-1/+1
2009-02-26Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW1-0/+3
2009-02-12* optimized usings.lbsa711-1/+0
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-0/+3
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-4/+0
2008-12-17* revert r7724 so that PresenceChildStatus() starts throwing NRE's again Justin Clarke Casey1-1/+4
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-0/+1
2008-12-15* minor: Stop presence child status suffering an NRE if the agent uuid given ...Justin Clarke Casey1-1/+9
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-0/+3
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker1-1/+0
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey1-1/+1
2008-11-28* refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey1-1/+13
2008-11-10Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker1-0/+1
2008-11-07* Remove next local id from SceneBaseJustin Clarke Casey1-1/+0
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker1-0/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-1/+3
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-04-29* Spring cleaning.Adam Frisby1-11/+9
2008-04-17* Re-Fixed caps Teravus Ovares1-2/+1
2008-04-15* A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares1-1/+2
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-0/+2
2008-03-18Formatting cleanup.Jeff Ames1-1/+1