Git extended

From OpenSim

(Redirected from Svn extended)
Jump to: navigation, search



Recent Git Commits

Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class. (Dan Lake) (Tue, 16 Mar 2010 23:40:00 -0700)

Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class. This patch also applies a fix to Combat/CombatModule.cs which had unlocked iteration of the ScenePresences and inconsistent try/catch around the use of those ScenePresences. Dan Lake <dan dot lake at intel dot com> .../CoreModules/Avatar/Combat/CombatModule.cs
minor logging changes to BaseHttpServer, OSHttpRequest (Justin Clark-Casey (justincc)) (Tue, 16 Mar 2010 15:58:12 -0700)
minor logging changes to BaseHttpServer, OSHttpRequest Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Framework/Servers/HttpServer/BaseHttpServer.cs
Removed the unused use_async_when_possible config variable (John Hurliman) (Tue, 16 Mar 2010 05:03:04 -0700)
Removed the unused use_async_when_possible config variable John Hurliman <jhurliman at jhurliman dot org> OpenSim/Region/Application/OpenSim.cs
Fixed several unhandled exceptions and performance issues with PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[ into a TextureEntry each time (John Hurliman)] (Tue, 16 Mar 2010 04:50:22 -0700)
Fixed several unhandled exceptions and performance issues with PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time John Hurliman <jhurliman at jhurliman dot org> OpenSim/Framework/PrimitiveBaseShape.cs
* Fixing the SimianGrid friend connector enabled detection since the friends module uses a different pattern in the .ini file (John Hurliman) (Tue, 16 Mar 2010 03:40:15 -0700)
* Fixing the SimianGrid friend connector enabled detection since the friends module uses a different pattern in the .ini file John Hurliman <jhurliman at jhurliman dot org> .../SimianGrid/SimianFriendsServiceConnector.cs
Fixed a bad module name in SimianGrid.ini (John Hurliman) (Mon, 15 Mar 2010 15:07:28 -0700)
Fixed a bad module name in SimianGrid.ini John Hurliman <jhurliman at jhurliman dot org> bin/config-include/SimianGrid.ini
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (John Hurliman) (Mon, 15 Mar 2010 13:54:57 -0700)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim John Hurliman <jhurliman at jhurliman dot org> .../Simulation/LocalSimulationConnector.cs
Fixing line endings (John Hurliman) (Mon, 15 Mar 2010 13:54:48 -0700)
Fixing line endings John Hurliman <jhurliman at jhurliman dot org> OpenSim/Region/Physics/Meshing/PrimMesher.cs
* Fixed a bug in Simian.IsSimianEnabled (since the default module strings follow the form OpenSim.Services.Connectors.dll:SimianGridServiceConnector instead of SimianGridServiceConnector) (John Hurliman) (Mon, 15 Mar 2010 13:52:41 -0700)
* Fixed a bug in Simian.IsSimianEnabled (since the default module strings follow the form OpenSim.Services.Connectors.dll:SimianGridServiceConnector instead of SimianGridServiceConnector) John Hurliman <jhurliman at jhurliman dot org> .../Services/Connectors/SimianGrid/SimianGrid.cs
Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen. (Diva Canto) (Mon, 15 Mar 2010 13:32:36 -0700)
Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen. Diva Canto <diva at metaverseink dot com> .../Simulation/LocalSimulationConnector.cs
Restoring LoadPlugin as it was before. Justin's last change made it throw. (Diva Canto) (Mon, 15 Mar 2010 12:34:14 -0700)
Restoring LoadPlugin as it was before. Justin's last change made it throw. Diva Canto <diva at metaverseink dot com> OpenSim/Region/Physics/Meshing/PrimMesher.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (John Hurliman) (Mon, 15 Mar 2010 08:38:55 -0700)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim John Hurliman <jhurliman at jhurliman dot org> .../Avatar/Attachments/AttachmentsModule.cs
Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors (John Hurliman) (Mon, 15 Mar 2010 08:38:29 -0700)
Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors John Hurliman <jhurliman at jhurliman dot org> .../SimianGrid/SimianAssetServiceConnector.cs
* UuidGatherer now tracks asset types for assets it discovers. The asset types are inferred from context (John Hurliman) (Mon, 15 Mar 2010 07:17:17 -0700)
* UuidGatherer now tracks asset types for assets it discovers. The asset types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file John Hurliman <jhurliman at jhurliman dot org> .../Region/CoreModules/Asset/FlotsamAssetCache.cs
flip UVs for profile faces (dahlia) (Sat, 13 Mar 2010 10:41:36 -0800)
flip UVs for profile faces dahlia <dahliaTrimble at gmail dot removeme dot com> OpenSim/Region/Physics/Meshing/PrimMesher.cs
add a null check in ScenePresence constructor (dahlia) (Sat, 13 Mar 2010 04:04:49 -0800)
add a null check in ScenePresence constructor dahlia <dahliaTrimble at gmail dot removeme dot com> OpenSim/Region/Framework/Scenes/ScenePresence.cs
correct some references which could produce erroneous prim face numbers (dahlia) (Fri, 12 Mar 2010 14:05:22 -0800)
correct some references which could produce erroneous prim face numbers dahlia <dahliaTrimble at gmail dot removeme dot com> OpenSim/Region/Physics/Meshing/PrimMesher.cs
some improvements to sculptmap alpha handling and LOD (dahlia) (Fri, 12 Mar 2010 13:21:28 -0800)
some improvements to sculptmap alpha handling and LOD dahlia <dahliaTrimble at gmail dot removeme dot com> OpenSim/Region/Physics/Meshing/SculptMesh.cs
minor: remove some mono compiler warnings (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 15:21:45 -0800)
minor: remove some mono compiler warnings Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Services/GridService/GridService.cs
refactor: Move another RezSingleAttachment() from Scene.Inventory to AttachmentsModule (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 15:20:38 -0800)
refactor: Move another RezSingleAttachment() from Scene.Inventory to AttachmentsModule Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Avatar/Attachments/AttachmentsModule.cs
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 14:49:16 -0800)
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
refactor: move RezSingleAttachmentFromInventory() from SceneGraph to AttachmentsModule (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 14:48:49 -0800)
refactor: move RezSingleAttachmentFromInventory() from SceneGraph to AttachmentsModule Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Avatar/Attachments/AttachmentsModule.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (John Hurliman) (Fri, 12 Mar 2010 06:40:21 -0800)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim John Hurliman <jhurliman at jhurliman dot org> .../Avatar/Attachments/AttachmentsModule.cs
Minor tweak to clean up SimianGrid asset service URLs (John Hurliman) (Fri, 12 Mar 2010 06:39:51 -0800)
Minor tweak to clean up SimianGrid asset service URLs John Hurliman <jhurliman at jhurliman dot org> .../SimianGrid/SimianAssetServiceConnector.cs
refactor: move client invoked AttachObject from SceneGraph to AttachmentsModule (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 14:39:15 -0800)
refactor: move client invoked AttachObject from SceneGraph to AttachmentsModule Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Avatar/Attachments/AttachmentsModule.cs
* Added a better check to the SimianGrid connectors to test if they are enabled or not. This method should work equally well with standalone or robust mode (John Hurliman) (Fri, 12 Mar 2010 06:28:31 -0800)
* Added a better check to the SimianGrid connectors to test if they are enabled or not. This method should work equally well with standalone or robust mode * Applying #4602 from Misterblu to add collision detection to BulletDotNET John Hurliman <jhurliman at jhurliman dot org> OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
start laoding griduser local connector, though it isn't invoked by anything yet (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 14:18:48 -0800)
start laoding griduser local connector, though it isn't invoked by anything yet Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Resources/CoreModulePlugin.addin.xml
Fixing the previous patch to work correctly with standalone mode (John Hurliman) (Fri, 12 Mar 2010 05:28:16 -0800)
Fixing the previous patch to work correctly with standalone mode John Hurliman <jhurliman at jhurliman dot org> .../SimianGrid/SimianAssetServiceConnector.cs
Fixed SimianGrid connectors to gracefully exit if the required config sections are missing (John Hurliman) (Fri, 12 Mar 2010 05:16:44 -0800)
Fixed SimianGrid connectors to gracefully exit if the required config sections are missing John Hurliman <jhurliman at jhurliman dot org> .../SimianGrid/SimianAssetServiceConnector.cs
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone (Justin Clark-Casey (justincc)) (Fri, 12 Mar 2010 12:29:17 -0800)
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone Update information in StandaloneCommon.ini.example to reflect this Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.). Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../SimianGrid/SimianAssetServiceConnector.cs

Personal tools