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