Git extended

From OpenSim

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



Recent Git Commits

Fix cast issue (Melanie) (Wed, 01 Sep 2010 17:20:57 -0700)

Fix cast issue Melanie <melanie at t-data dot com> .../Services/InventoryService/XInventoryService.cs
Allow increasing the version in system folders (Melanie) (Wed, 01 Sep 2010 17:04:17 -0700)
Allow increasing the version in system folders Melanie <melanie at t-data dot com> .../Services/InventoryService/XInventoryService.cs
Update: Allow the version to increase only (Melanie) (Wed, 01 Sep 2010 17:02:07 -0700)
Update: Allow the version to increase only Melanie <melanie at t-data dot com> .../Services/InventoryService/XInventoryService.cs
Disallow modification of system folders. Prevent changing the type of folders (Melanie) (Wed, 01 Sep 2010 17:00:54 -0700)
Disallow modification of system folders. Prevent changing the type of folders and prevent resetting the version number Melanie <melanie at t-data dot com> .../Services/InventoryService/XInventoryService.cs
Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and 020 into RegionStore.migrations (Justin Clark-Casey (justincc)) (Wed, 01 Sep 2010 15:06:56 -0700)
Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and 020 into RegionStore.migrations This shows that panda is still not running the sqlite database tests since this change fixes the test failure in that area when "nant test" is executed locally Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Data/SQLite/Resources/019_RegionStore.sql
refactor: move SOG.AttachToAgent() into AttachmentsModule (Justin Clark-Casey (justincc)) (Tue, 31 Aug 2010 18:11:52 -0700)
refactor: move SOG.AttachToAgent() into AttachmentsModule Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Avatar/Attachments/AttachmentsModule.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Justin Clark-Casey (justincc)) (Tue, 31 Aug 2010 17:17:23 -0700)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../InventoryAccess/InventoryAccessModule.cs
Adjust the "Magic numbers" we use because we can't reference the actual (Melanie Thielker) (Tue, 31 Aug 2010 15:24:11 -0700)
Adjust the "Magic numbers" we use because we can't reference the actual script state enum to reflect recent changes. Melanie Thielker <melanie at t-data dot com> .../InventoryAccess/InventoryAccessModule.cs
refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rather than filter sp.Attachments list directly (Justin Clark-Casey (justincc)) (Tue, 31 Aug 2010 15:22:45 -0700)
refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rather than filter sp.Attachments list directly Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Avatar/Attachments/AttachmentsModule.cs
Add ScenePresence.GetAttachments(uint attachmentPoint) (Justin Clark-Casey (justincc)) (Tue, 31 Aug 2010 15:16:23 -0700)
Add ScenePresence.GetAttachments(uint attachmentPoint) Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Region/Framework/Scenes/ScenePresence.cs
reinsert functionality to debug log more levels of incoming and outgoing client protocol packets (Justin Clark-Casey (justincc)) (Tue, 31 Aug 2010 11:27:10 -0700)
reinsert functionality to debug log more levels of incoming and outgoing client protocol packets These levels correspond to packets that one isn't usually interested in when debugging (e.g. regular outgoing SimStats packets) This is equivalent to what we had a year ago before it was removed. It's extremely crude since it doesn't allow one to pick individual clients or packets. However, it can still be useful when debugging packet race conditions. Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Region/Application/OpenSim.cs
minor: Add some method doc to BaseHttpServer.HandleRequest() (Justin Clark-Casey (justincc)) (Mon, 30 Aug 2010 15:33:45 -0700)
minor: Add some method doc to BaseHttpServer.HandleRequest() Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Framework/Servers/HttpServer/BaseHttpServer.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Justin Clark-Casey (justincc)) (Mon, 30 Aug 2010 14:24:08 -0700)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
Report exception message as well as stack trace if a region fails to register with the grid service in grid mode (Justin Clark-Casey (justincc)) (Mon, 30 Aug 2010 14:23:19 -0700)
Report exception message as well as stack trace if a region fails to register with the grid service in grid mode Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> OpenSim/Region/Application/OpenSimBase.cs
Fix a casting operation to use ToString() (Melanie) (Sun, 29 Aug 2010 19:10:11 -0700)
Fix a casting operation to use ToString() Melanie <melanie at t-data dot com> OpenSim/Data/SQLite/SQLiteRegionData.cs
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (Melanie) (Sun, 29 Aug 2010 19:08:48 -0700)
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim Melanie <melanie at t-data dot com>
Implements parcel media setting persistence and packet / CAPS handling (Jonathan Freedman) (Sun, 29 Aug 2010 14:28:31 -0700)
Implements parcel media setting persistence and packet / CAPS handling properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com> Jonathan Freedman <jonafree at gmail dot com> OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
local commit with parcel media bits (Jonathan Freedman) (Sun, 29 Aug 2010 14:28:31 -0700)
local commit with parcel media bits Signed-off-by: Melanie <melanie@t-data.com> Jonathan Freedman <jonafree at gmail dot com> OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
Replace hardcoded 0 with KickFlags provided by the client. (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 19:45:28 -0700)
Replace hardcoded 0 with KickFlags provided by the client. This finally completes http://opensimulator.org/mantis/view.php?id=4356 where this change had been accidentally removed. Thanks Revolution. Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Region/ClientStack/LindenUDP/LLClientView.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 19:41:00 -0700)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../EntityTransfer/EntityTransferModule.cs
very minor log message and var name tweaking for iar saving (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 19:40:21 -0700)
very minor log message and var name tweaking for iar saving Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Archiver/InventoryArchiveWriteRequest.cs
Addresses mantis #4991 -- HG between two regions with the same map coordinates fails with no warning (Diva Canto) (Fri, 27 Aug 2010 10:25:04 -0700)
Addresses mantis #4991 -- HG between two regions with the same map coordinates fails with no warning Diva Canto <diva at metaverseink dot com> .../EntityTransfer/EntityTransferModule.cs
Improve liveness by operating on list copies of SOG.Children where appropriate (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 17:40:33 -0700)
Improve liveness by operating on list copies of SOG.Children where appropriate Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Archiver/Tests/InventoryArchiverTests.cs
minor: reduce log chattiness of "load iar" for IARs with lots of folders (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 16:23:55 -0700)
minor: reduce log chattiness of "load iar" for IARs with lots of folders Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Archiver/InventoryArchiveReadRequest.cs
allow inventory path specified in "load iar" to start with a / (e.g. /Objects is now valid where it wasn't before) (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 16:22:49 -0700)
allow inventory path specified in "load iar" to start with a / (e.g. /Objects is now valid where it wasn't before) Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Inventory/Archiver/InventoryArchiveUtils.cs
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 15:53:02 -0700)
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Region/ClientStack/LindenUDP/LLClientView.cs
refactor: Make IAR tests set up standard iar for loading (Justin Clark-Casey (justincc)) (Fri, 27 Aug 2010 15:52:26 -0700)
refactor: Make IAR tests set up standard iar for loading Justin Clark-Casey (justincc) <jjustincc at googlemail dot com> .../Archiver/Tests/InventoryArchiverTests.cs
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (Diva Canto) (Thu, 26 Aug 2010 11:23:43 -0700)
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim Diva Canto <diva at metaverseink dot com> .../Region/ClientStack/LindenUDP/LLClientView.cs
Deleted Check4096 from Robust.ini.example (Diva Canto) (Thu, 26 Aug 2010 11:23:16 -0700)
Deleted Check4096 from Robust.ini.example Diva Canto <diva at metaverseink dot com> bin/Robust.ini.example
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (Melanie) (Thu, 26 Aug 2010 16:39:20 -0700)
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim Melanie <melanie at t-data dot com> .../Region/ClientStack/LindenUDP/LLClientView.cs

Personal tools