| Commit message (Expand) | Author | Files | Lines |
2010-01-15 | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 1 | -387/+0 |
2010-01-13 | Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_... | Diva Canto | 1 | -1/+1 |
2010-01-13 | Bug in Teleport fixed -- Appearance was missing from AgentCircuitData. | Diva Canto | 1 | -0/+2 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 3 | -3/+2 |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 2 | -3/+3 |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 1 | -1/+0 |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 3 | -86/+7 |
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 1 | -7/+5 |
2009-12-29 | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 1 | -1/+1 |
2009-11-17 | refactor: move most animation methods from ScenePresence into a new ScenePres... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 1 | -1/+1 |
2009-11-04 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -7/+7 |
2009-10-12 | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 2 | -52/+72 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-26 | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c... | Diva Canto | 2 | -23/+29 |
2009-09-26 | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 3 | -234/+7 |
2009-09-25 | * Fixes teleporting within megaregions on HG enabled regions. You can tele... | Teravus Ovares (Dan Olivares) | 1 | -2/+8 |
2009-09-25 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -9/+8 |
2009-09-04 | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 1 | -18/+18 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 1 | -1/+1 |
2009-08-13 | Inventory redirects from CachedUserInfo to InventoryService COMPLETE! | Diva Canto | 2 | -43/+38 |
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 1 | -1/+1 |
2009-06-04 | Comment out unused private functions to avoid compiler warnings. | Jeff Ames | 1 | -7/+8 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 5 | -5/+5 |
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -1/+28 |
2009-05-23 | This should make HG asset transfers work much better. It now uses HGUuidGathe... | diva | 3 | -114/+71 |
2009-05-23 | * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat... | Adam Frisby | 1 | -0/+9 |
2009-05-22 | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ... | diva | 1 | -11/+0 |
2009-05-18 | Removing the last reference to CommsManager.AssetCache. | diva | 1 | -2/+1 |
2009-05-18 | Finished HG Service Store. Not fully functional because of problems with asse... | diva | 1 | -36/+30 |
2009-05-17 | HG asset transfers starting to work -- GETs only for now. | diva | 1 | -62/+14 |
2009-05-08 | * minor: rename xml sog serialization method for readability | Justin Clarke Casey | 1 | -1/+1 |
2009-05-08 | * refactor: Break out original xml object serialization into a separate class | Justin Clarke Casey | 1 | -2/+2 |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 1 | -2/+5 |
2009-04-19 | Accounting for the changes introduced in AssetServerBase in r9143 related to ... | diva | 1 | -0/+1 |
2009-04-18 | Bug fix in HG asset posts. Get the inner assets not just from mem cache but f... | diva | 1 | -18/+24 |
2009-04-05 | Changed the asynchronous call to get inventory in HG, so that it properly rep... | diva | 1 | -19/+16 |
2009-04-05 | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 2 | -12/+61 |
2009-04-05 | * Fixed copyright headers on HyperGrid source files. (Now match the rest of O... | Adam Frisby | 4 | -98/+94 |
2009-03-19 | * Remove compiler warnings | Justin Clarke Casey | 1 | -12/+12 |
2009-03-18 | Adds support for unlink-region command in hypergrid. | diva | 1 | -0/+42 |
2009-03-05 | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi... | Justin Clarke Casey | 1 | -1/+2 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-02-20 | * Consistently lock part.TaskInventory as pointed out in http://opensimulator... | Justin Clarke Casey | 1 | -2/+5 |
2009-02-18 | Stops animations on Teleports, to conform with what the viewer does. | diva | 1 | -0/+3 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -14/+14 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2 | -3/+3 |
2009-02-12 | * optimized usings. | lbsa71 | 5 | -28/+3 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 4 | -4/+0 |
2009-02-09 | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 1 | -1/+1 |