aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-2/+4
2010-08-17* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() t...John Hurliman1-1/+1
2010-08-16Attempt at sending TeleportProgress, but it doesn't seem to be doing anything...Diva Canto1-0/+3
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-6/+4
2010-08-15Better comment (related to previous commit)Diva Canto1-1/+1
2010-08-15Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto2-6/+23
2010-08-14In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from li...Justin Clark-Casey (justincc)1-6/+4
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)4-24/+24
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)1-0/+169
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-18/+36
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-10Make taken items go back to the folder they came fromMelanie Thielker1-0/+14
2010-07-05Fixes additional bug reported in mantis #4841.Diva Canto1-2/+3
2010-07-04Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto2-5/+10
2010-07-04Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces...Diva Canto3-0/+67
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-4/+4
2010-06-29Remove the override from DeletToInventory in HGInventoryAccessModule. This ma...Diva Canto1-1/+2
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto1-1/+1
2010-06-29Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ...Diva Canto1-11/+2
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-0/+28
2010-06-12Added checks for failed UpdateAgent calls.Diva Canto1-17/+29
2010-06-12* Added CHANGED_TELEPORT event trigger upon inter-sim teleports.Diva Canto1-1/+1
2010-06-12Make local teleports send CHANGED_TELEPORTMelanie Thielker1-0/+3
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-4/+2
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-2/+4
2010-06-08Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake1-3/+0
2010-06-08* Changed CreatorIDs consistently to varchar(128)Diva Canto1-0/+4
2010-06-05* Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto1-0/+11
2010-06-01Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2-2/+29
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-13/+1
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-1/+13
2010-05-24minor: expand upon comments about not scheduling two full updates for attachm...Justin Clark-Casey (justincc)1-2/+3
2010-05-08* Added missing loggout notification to home grid upon agents logging out in ...Diva Canto1-0/+8
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2-5/+13
2010-05-05Added copying of Viewer field to the agent circuit data that is being passed ...Diva Canto1-0/+6
2010-04-19Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker1-1/+1
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-0/+1
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto1-4/+21
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-2/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-03Fix bug where approximately half the time, attachments would rez only their r...Justin Clark-Casey (justincc)1-6/+10
2010-02-24Fixed typo that was affecting the BasicInventoryAccessModuleDiva Canto2-3/+3
2010-02-23* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman1-2/+4
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-3/+3
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2-5/+6
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-1/+1
2010-02-03minor: remove one mono compiler warningJustin Clark-Casey (justincc)1-10/+8
2010-01-30Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto1-2/+5