aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid (follow)
Commit message (Expand)AuthorAgeFilesLines
* * HGScene is no more.Diva Canto2010-01-303-495/+0
* * General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2010-01-151-387/+0
* Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto2010-01-131-1/+1
* Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto2010-01-131-0/+2
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-113-3/+2
* CommunicationsManager deleted.Diva Canto2010-01-112-3/+3
* All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto2010-01-101-1/+0
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-103-86/+7
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-7/+5
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-1/+1
* refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)2009-11-171-1/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-1/+1
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-041-7/+7
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-122-52/+72
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-262-23/+29
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-262-11/+16
|\
| * * Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)2009-09-251-2/+8
| * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-9/+8
* | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-263-234/+7
|/
* Fixed some long-standing issues with appearance in HG1.Diva Canto2009-09-041-18/+18
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-1/+1
* Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-132-43/+38
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
* Comment out unused private functions to avoid compiler warnings.Jeff Ames2009-06-041-7/+8
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-015-5/+5
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+28
* This should make HG asset transfers work much better. It now uses HGUuidGathe...diva2009-05-233-114/+71
* * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...Adam Frisby2009-05-231-0/+9
* Cleaning up a few HG things. HG Posts may now work in grids, but if the home ...diva2009-05-221-11/+0
* Removing the last reference to CommsManager.AssetCache.diva2009-05-181-2/+1
* Finished HG Service Store. Not fully functional because of problems with asse...diva2009-05-181-36/+30
* HG asset transfers starting to work -- GETs only for now. diva2009-05-171-62/+14
* * minor: rename xml sog serialization method for readabilityJustin Clarke Casey2009-05-081-1/+1
* * refactor: Break out original xml object serialization into a separate classJustin Clarke Casey2009-05-081-2/+2
* - moving banned check and public/private check toDr Scofield2009-05-051-2/+5
* Accounting for the changes introduced in AssetServerBase in r9143 related to ...diva2009-04-191-0/+1
* Bug fix in HG asset posts. Get the inner assets not just from mem cache but f...diva2009-04-181-18/+24
* Changed the asynchronous call to get inventory in HG, so that it properly rep...diva2009-04-051-19/+16
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-052-12/+61
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-054-98/+94
* * Remove compiler warningsJustin Clarke Casey2009-03-191-12/+12
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+42
* * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey2009-03-051-1/+2
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-201-2/+5
* Stops animations on Teleports, to conform with what the viewer does.diva2009-02-181-0/+3
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-14/+14
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-3/+3
* * optimized usings.lbsa712009-02-125-28/+3