Git extended

From OpenSim

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


Recent Git Commits

Supply correct parameters to detailed authentication login fail message (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 18:00:35 -0800)

Supply correct parameters to detailed authentication login fail message Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../PasswordAuthenticationService.cs
Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eventually be used by llCastRay(), though OpenSim does not use these yet. (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 17:04:00 -0800)
Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eventually be used by llCastRay(), though OpenSim does not use these yet. Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Shared/Api/Runtime/LSL_Constants.cs
Correct RC_* LSL constants used by llCastRay(). (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 17:00:11 -0800)
Correct RC_* LSL constants used by llCastRay(). Many thanks to WhiteStar for doing the research on this. Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Shared/Api/Runtime/LSL_Constants.cs
Add TestRegionSettingsDeserialize (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 16:55:03 -0800)
Add TestRegionSettingsDeserialize Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Serialization/Tests/LandDataSerializerTests.cs
Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if we have been passed a non-zero transaction ID. (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 16:20:27 -0800)
Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if we have been passed a non-zero transaction ID. This resolves the recent regression from deeb728 where notecards could not be saved in prim inventories. This looks like a better solution than deeb728 since only non-caps updates pass in a transaction ID. Hopefully resolves http://opensimulator.org/mantis/view.php?id=5873 Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 15:48:12 -0800)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../RemoteController/RemoteAdminPlugin.cs
Change SceneObjectSerializer to use common ExternalRepresentationUtils.ExecuteReadProcessors() methods. (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 15:47:01 -0800)
Change SceneObjectSerializer to use common ExternalRepresentationUtils.ExecuteReadProcessors() methods. Adds ability to submit a customized exception message to match logging. Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../External/ExternalRepresentationUtils.cs
Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensim (Snoopy Pfeffer) (Fri, 03 Feb 2012 15:39:58 -0800)
Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensim Snoopy Pfeffer <snoopy dot pfeffer at yahoo dot com> OpenSim/Data/MSSQL/MSSQLSimulationData.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Dan Lake) (Fri, 03 Feb 2012 15:21:37 -0800)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Dan Lake <dan dot lake at intel dot com> OpenSim/Data/MSSQL/MSSQLSimulationData.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Dan Lake) (Fri, 03 Feb 2012 15:21:07 -0800)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs Dan Lake <dan dot lake at intel dot com> OpenSim/Framework/LandData.cs
Merge branch 'master' of /home/opensim/src/opensim (BlueWall) (Fri, 03 Feb 2012 15:20:26 -0800)
Merge branch 'master' of /home/opensim/src/opensim BlueWall <jamesh at bluewallgroup dot com> OpenSim/Data/MSSQL/MSSQLSimulationData.cs
Check for null scene in ScheduleFullUpdate and ScheduleTerseUpdate before triggering events on a potentially null Scene (Dan Lake) (Fri, 03 Feb 2012 15:18:48 -0800)
Check for null scene in ScheduleFullUpdate and ScheduleTerseUpdate before triggering events on a potentially null Scene Dan Lake <dan dot lake at intel dot com> OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
Extend m_avatars lock in NpcModule.CreateNPC over both creation of NPC scene presence and population of m_avatars. (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 15:04:26 -0800)
Extend m_avatars lock in NpcModule.CreateNPC over both creation of NPC scene presence and population of m_avatars. This is required to stop a race where the SensorRepeat module can detect an NPC avatar before m_avatars is populated. Extending the lock is the easiest to understand solution rather than getting complicated with null checks. Hopefully resolves http://opensimulator.org/mantis/view.php?id=5872 Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Region/OptionalModules/World/NPC/NPCModule.cs
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?id=5869 (PixelTomsen) (Fri, 03 Feb 2012 13:02:36 -0800)
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> PixelTomsen <pixel dot tomsen at gridnet dot info> OpenSim/Data/MSSQL/MSSQLSimulationData.cs
Changed save oar and save iar parameter -p (Fri, 03 Feb 2012 14:53:18 -0800)
Changed save oar and save iar parameter -p
Refactor common deserialization processor code to generic method ExternalRepresentationUtils.ExecuteReadProcessors() (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 14:45:50 -0800)
Refactor common deserialization processor code to generic method ExternalRepresentationUtils.ExecuteReadProcessors() Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../External/ExternalRepresentationUtils.cs
Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order. (Justin Clark-Casey (justincc)) (Fri, 03 Feb 2012 14:21:54 -0800)
Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order. This brings it into line with other deserializations such as object and will improve future backward compatibility. Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Framework/LandData.cs
Corrected console help texts for "save iar" (Snoopy Pfeffer) (Fri, 03 Feb 2012 14:04:18 -0800)
Corrected console help texts for "save iar" Snoopy Pfeffer <snoopy dot pfeffer at yahoo dot com> .../Inventory/Archiver/InventoryArchiverModule.cs
Commenting out new event until I can fix OpenSim tests. Currently, testing objects does not create a Scene or EventManager so triggering events crashes some tests (Dan Lake) (Thu, 02 Feb 2012 18:19:22 -0800)
Commenting out new event until I can fix OpenSim tests. Currently, testing objects does not create a Scene or EventManager so triggering events crashes some tests Dan Lake <dan dot lake at intel dot com> OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim tests do not always create an EventManager so calls to trigger events during tests must check for null EventManager (Dan Lake) (Thu, 02 Feb 2012 18:06:34 -0800)
OpenSim tests do not always create an EventManager so calls to trigger events during tests must check for null EventManager Dan Lake <dan dot lake at intel dot com> OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Dan Lake) (Thu, 02 Feb 2012 17:44:11 -0800)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Dan Lake <dan dot lake at intel dot com> OpenSim/Data/MSSQL/MSSQLSimulationData.cs
ObjectAddedToScene event should be fired when duplicating objects (Dan Lake) (Thu, 02 Feb 2012 17:41:05 -0800)
ObjectAddedToScene event should be fired when duplicating objects Dan Lake <dan dot lake at intel dot com> OpenSim/Region/Framework/Scenes/Scene.cs
fix line endings (Dan Lake) (Thu, 02 Feb 2012 17:39:05 -0800)
fix line endings Dan Lake <dan dot lake at intel dot com> OpenSim/Framework/RegionInfo.cs
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (Melanie) (Thu, 02 Feb 2012 16:07:23 -0800)
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim Melanie <melanie at t-data dot com> .../ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
Fix test failure (Melanie) (Thu, 02 Feb 2012 16:05:36 -0800)
Fix test failure Melanie <melanie at t-data dot com> .../Serialization/External/LandDataSerializer.cs
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more (Melanie) (Thu, 02 Feb 2012 15:40:56 -0800)
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more accurately reflects the data sent by the viewer. Add times bans and the expiration of timed bans. Warning: Contains a Migration (and nuts) Melanie <melanie at t-data dot com> OpenSim/Data/MSSQL/MSSQLSimulationData.cs
D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLinkNumber(). (Justin Clark-Casey (justincc)) (Thu, 02 Feb 2012 15:35:16 -0800)
D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLinkNumber(). Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api (Justin Clark-Casey (justincc)) (Thu, 02 Feb 2012 14:48:36 -0800)
Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api It already existed in LSL_Api but it also needs to exist in these two other places for a script to be able to see it. Hopefully resolves http://opensimulator.org/mantis/view.php?id=5489 Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
Add stress tests for simple object add of 100 prim objects. Add time taken to output (this is unreliable). (Justin Clark-Casey (justincc)) (Thu, 02 Feb 2012 10:42:27 -0800)
Add stress tests for simple object add of 100 prim objects. Add time taken to output (this is unreliable). Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Tests/Torture/ObjectTortureTests.cs
OpenID: server connector had a copy-and-paste error that made identity queries fail. (Diva Canto) (Thu, 02 Feb 2012 08:39:23 -0800)
OpenID: server connector had a copy-and-paste error that made identity queries fail. Diva Canto <diva at metaverseink dot com> .../Authentication/OpenIdServerConnector.cs

Personal tools
About This Wiki