| Commit message (Expand) | Author | Age | Files | Lines |
* | Some missing definitions needed for successful compilation. | Robert Adams | 2014-01-04 | 1 | -1/+2 |
* | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -1/+1 |
* | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -13/+1 |
* | Add method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi... | Justin Clark-Casey (justincc) | 2013-08-14 | 1 | -0/+13 |
* | On startup, start scenes after we're set up all local scenes, rather than sta... | Justin Clark-Casey (justincc) | 2013-05-03 | 1 | -0/+4 |
* | Remove the old style module loader and all references to it | Melanie | 2012-11-12 | 1 | -69/+11 |
* | Make SceneManager.OnRegionsReadyStatusChange event available. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -0/+18 |
* | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled... | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -0/+18 |
* | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in... | Justin Clark-Casey (justincc) | 2012-06-29 | 1 | -4/+8 |
* | Move frame loop entirely within Scene.Update() for better future performance ... | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -2/+6 |
* | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -7/+64 |
* | Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ... | Justin Clark-Casey (justincc) | 2011-12-09 | 1 | -5/+0 |
* | On a new client circuit, send the initial reply ack to let the client know it... | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+1 |
* | Implement XMLRPCAdmin command admin_teleport_agent. | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -0/+6 |
* | Stop an exception being thrown and a teleport/border cross failing if the des... | Justin Clark-Casey (justincc) | 2011-11-22 | 1 | -1/+1 |
* | Removed unused show commands from Scene.cs and SceneBase.cs. The show modules... | Dan Lake | 2011-10-31 | 1 | -21/+0 |
* | Don't try to save changed attachment states when an NPC with attachments is r... | Justin Clark-Casey (justincc) | 2011-08-18 | 1 | -1/+1 |
* | Stop trying to deregister caps or close child agents when an NPC is removed | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -11/+1 |
* | Remove unused Datastore parameter from RegionInfo (legacy from early 2008) | Justin Clark-Casey (justincc) | 2011-03-31 | 1 | -2/+0 |
* | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 2010-11-25 | 1 | -12/+8 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
* | minor: comment out region interface registration log msg I accidentally left ... | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -2/+2 |
* | get TestSaveIarV0_1() uncommented but not running as a test yet since I didn'... | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -0/+2 |
* | Add ability to load IARs directly from URIs | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -1/+25 |
* | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 2010-05-15 | 1 | -0/+1 |
* | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 2010-03-19 | 1 | -3/+3 |
* | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 2010-03-06 | 1 | -0/+15 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 1 | -1/+1 |
|\ |
|
| * | minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst... | Justin Clark-Casey (justincc) | 2010-02-16 | 1 | -1/+1 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
* | | Simulation handlers (agents & objects) completed. | Diva Canto | 2009-12-31 | 1 | -0/+11 |
|/ |
|
* | Move the calculation of time dilation from the scene to the physics engine. T... | John Hurliman | 2009-10-27 | 1 | -2/+1 |
* | Removing the ClientManager reference from IScene and hiding it entirely insid... | John Hurliman | 2009-10-26 | 1 | -6/+1 |
* | * Unregister event handlers in LLUDPServer when a client logs out and disconn... | John Hurliman | 2009-10-13 | 1 | -2/+0 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 2009-09-27 | 1 | -1/+2 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Remove some no longer needed debug. | Melanie Thielker | 2009-05-13 | 1 | -6/+2 |
* | Fix interface registration/deregistration mechanics | Melanie Thielker | 2009-05-12 | 1 | -9/+14 |
* | Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g... | diva | 2009-05-12 | 1 | -1/+2 |
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -2/+2 |
* | Create a working configuration hook to allow LLClient parameters from | Melanie Thielker | 2009-05-04 | 1 | -1/+6 |
* | Plumb conifg into the client views. Add config option to configure packet | Melanie Thielker | 2009-05-02 | 1 | -0/+6 |
* | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2009-05-01 | 1 | -0/+5 |
* | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a... | Johan Berntsson | 2009-04-15 | 1 | -2/+2 |
* | Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b... | Homer Horwitz | 2009-04-13 | 1 | -31/+8 |
* | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 2009-04-05 | 1 | -7/+58 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 1 | -8/+0 |
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 1 | -2/+15 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 1 | -2/+2 |