aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-11/+12
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-8/+70
* Remove the old style module loader and all references to itMelanie2012-11-121-69/+11
* Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-0/+18
* Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-0/+18
* Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...Justin Clark-Casey (justincc)2012-06-291-4/+8
* Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-2/+6
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-7/+64
* Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)2011-12-091-5/+0
* On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-1/+1
* Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)2011-12-071-0/+6
* Stop an exception being thrown and a teleport/border cross failing if the des...Justin Clark-Casey (justincc)2011-11-221-1/+1
* Removed unused show commands from Scene.cs and SceneBase.cs. The show modules...Dan Lake2011-10-311-21/+0
* Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-181-1/+1
* Stop trying to deregister caps or close child agents when an NPC is removedJustin Clark-Casey (justincc)2011-08-101-11/+1
* Remove unused Datastore parameter from RegionInfo (legacy from early 2008)Justin Clark-Casey (justincc)2011-03-311-2/+0
* Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-12/+8
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* minor: comment out region interface registration log msg I accidentally left ...Justin Clark-Casey (justincc)2010-06-041-2/+2
* get TestSaveIarV0_1() uncommented but not running as a test yet since I didn'...Justin Clark-Casey (justincc)2010-05-281-0/+2
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-1/+25
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+1
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-3/+3
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-0/+15
* Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+1
|\
| * minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst...Justin Clark-Casey (justincc)2010-02-161-1/+1
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* | Simulation handlers (agents & objects) completed.Diva Canto2009-12-311-0/+11
|/
* Move the calculation of time dilation from the scene to the physics engine. T...John Hurliman2009-10-271-2/+1
* Removing the ClientManager reference from IScene and hiding it entirely insid...John Hurliman2009-10-261-6/+1
* * Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman2009-10-131-2/+0
* Formatting cleanup.Jeff Ames2009-10-011-4/+4
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-271-1/+2
* 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