aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-30* HGScene is no more.Diva Canto3-495/+0
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto1-387/+0
the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto1-1/+1
m_SimulationService, because it may be null...
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto1-0/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto3-3/+2
2010-01-11CommunicationsManager deleted.Diva Canto2-3/+3
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto1-1/+0
deleted, including old LoginService.
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto3-86/+7
* HG is seriously broken here * Compiles. Untested.
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-7/+5
* Started rerouting calls to UserService. * Compiles. May run.
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-1/+1
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
2009-11-17refactor: move most animation methods from ScenePresence into a new ↵Justin Clark-Casey (justincc)1-1/+1
ScenePresenceAnimator class
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman1-1/+1
unknown asset type, and log an error if it ever does happen
2009-11-04minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-7/+7
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2-52/+72
* Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2-23/+29
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto3-234/+7
minimally. A few bugs to catch now.
2009-09-25* Fixes teleporting within megaregions on HG enabled regions. You can ↵Teravus Ovares (Dan Olivares)1-2/+8
teleport around now. (but it still doesn't fix the inconsistent attachment state when teleporting into region slots that are not the south west region on megaregions)
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-9/+8
2009-09-04Fixed some long-standing issues with appearance in HG1.Diva Canto1-18/+18
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto1-1/+1
starting to get on my nerves.
2009-08-13Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2-43/+38
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
* "luke, use the sed"
2009-06-04Comment out unused private functions to avoid compiler warnings.Jeff Ames1-7/+8
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames5-5/+5
LICENSE.txt.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-23This should make HG asset transfers work much better. It now uses ↵diva3-114/+71
HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D
2009-05-23* Breaks OpenSim.. err I mean.. adds NAT translation support to ↵Adam Frisby1-0/+9
EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming.
2009-05-22Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva1-11/+0
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
2009-05-18Removing the last reference to CommsManager.AssetCache.diva1-2/+1
2009-05-18Finished HG Service Store. Not fully functional because of problems with ↵diva1-36/+30
asset.ID insisting on being a UUID string.
2009-05-17HG asset transfers starting to work -- GETs only for now. diva1-62/+14
2009-05-08* minor: rename xml sog serialization method for readabilityJustin Clarke Casey1-1/+1
2009-05-08* refactor: Break out original xml object serialization into a separate classJustin Clarke Casey1-2/+2
* No functional change
2009-05-05- moving banned check and public/private check toDr Scofield1-2/+5
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
2009-04-19Accounting for the changes introduced in AssetServerBase in r9143 related to ↵diva1-0/+1
starting the thread manually. Fixes mantis #3490.
2009-04-18Bug fix in HG asset posts. Get the inner assets not just from mem cache but ↵diva1-18/+24
from asset service, because the inner ones may not be in mem cache.
2009-04-05Changed the asynchronous call to get inventory in HG, so that it properly ↵diva1-19/+16
reports problems. OGS1 should also be changed, but I'm leaving it as is for now. RestSessionObjectPosterResponse is fairly broken and should not be used. Minor changes in Get inventory item in HGAssetMapper.
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2-12/+61
be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby4-98/+94
OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
2009-03-19* Remove compiler warningsJustin Clarke Casey1-12/+12
* These have actually been removed from HGHyperLink.TryUnlinkRegion, because some parameters were parsed but never used. * This might be a situation where the warnings have shown up an oversight
2009-03-18Adds support for unlink-region command in hypergrid.diva1-0/+42
2009-03-05* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap ↵Justin Clarke Casey1-1/+2
(which is used in other contexts)
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-20* Consistently lock part.TaskInventory as pointed out in ↵Justin Clarke Casey1-2/+5
http://opensimulator.org/mantis/view.php?id=3159 * Not locking causes enumeration exceptions as described in this matis * part.TaskInventory needs to be locked for every access as it's a dictionary * Extra locking will hopefully not cause any major issues - in places where the enumeration of the dictionary performs other lock or long running operations, the dictionary is cloned instead
2009-02-18Stops animations on Teleports, to conform with what the viewer does.diva1-0/+3
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-14/+14
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2-3/+3
* This is always available at Scene.CommsManager.AssetCache
2009-02-12* optimized usings.lbsa715-28/+3
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield4-4/+0
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator