| Commit message (Expand) | Author | Files | Lines |
2010-09-03 | llRot2Euler Tests | Micheil Merlin | 1 | -0/+30 |
2010-09-01 | Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and... | Justin Clark-Casey (justincc) | 3 | -14/+14 |
2010-09-01 | refactor: move SOG.AttachToAgent() into AttachmentsModule | Justin Clark-Casey (justincc) | 2 | -78/+74 |
2010-08-31 | Adjust the "Magic numbers" we use because we can't reference the actual | Melanie Thielker | 4 | -4/+4 |
2010-08-31 | refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath... | Justin Clark-Casey (justincc) | 1 | -9/+5 |
2010-08-31 | Add ScenePresence.GetAttachments(uint attachmentPoint) | Justin Clark-Casey (justincc) | 1 | -0/+21 |
2010-08-31 | reinsert functionality to debug log more levels of incoming and outgoing clie... | Justin Clark-Casey (justincc) | 3 | -11/+50 |
2010-08-30 | minor: Add some method doc to BaseHttpServer.HandleRequest() | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2010-08-30 | Report exception message as well as stack trace if a region fails to register... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2010-08-30 | Fix a casting operation to use ToString() | Melanie | 1 | -1/+1 |
2010-08-30 | Implements parcel media setting persistence and packet / CAPS handling | Jonathan Freedman | 13 | -205/+311 |
2010-08-30 | local commit with parcel media bits | Jonathan Freedman | 13 | -205/+311 |
2010-08-28 | Replace hardcoded 0 with KickFlags provided by the client. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-28 | very minor log message and var name tweaking for iar saving | Justin Clark-Casey (justincc) | 2 | -5/+8 |
2010-08-27 | Addresses mantis #4991 -- HG between two regions with the same map coordinate... | Diva Canto | 1 | -0/+9 |
2010-08-28 | Improve liveness by operating on list copies of SOG.Children where appropriate | Justin Clark-Casey (justincc) | 9 | -371/+384 |
2010-08-27 | minor: reduce log chattiness of "load iar" for IARs with lots of folders | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-27 | allow inventory path specified in "load iar" to start with a / (e.g. /Objects... | Justin Clark-Casey (justincc) | 3 | -13/+45 |
2010-08-27 | refactor: Make IAR tests set up standard iar for loading | Justin Clark-Casey (justincc) | 2 | -48/+71 |
2010-08-26 | Send a null result search packet when no results are passsed in | Melanie | 1 | -1/+4 |
2010-08-26 | More on mantis #4985 | Diva Canto | 1 | -6/+14 |
2010-08-26 | Addresses mantis #4985 -- exceptions in DataSnapshot | Diva Canto | 1 | -7/+23 |
2010-08-26 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2010-08-26 | refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module sinc... | Justin Clark-Casey (justincc) | 2 | -49/+58 |
2010-08-26 | refactor: break out attachment position change code in Scene.UpdatePrimPositi... | Justin Clark-Casey (justincc) | 3 | -25/+41 |
2010-08-26 | minor: change log message from info to debug | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-26 | Addresses mantis #4984 -- Datasnapshot exceptions. | Diva Canto | 1 | -3/+12 |
2010-08-26 | Remove mono compiler warnings | Justin Clark-Casey (justincc) | 7 | -36/+7 |
2010-08-26 | Reinstate kill record check that prevents an entity update being sent to a cl... | Justin Clark-Casey (justincc) | 1 | -1/+19 |
2010-08-26 | Use SOP.ParentGroup in Prioritizer instead of Scene.GetGroupByPrim() | Justin Clark-Casey (justincc) | 1 | -2/+16 |
2010-08-26 | Remove parts locking from data classes since these are using a copy of the sc... | Justin Clark-Casey (justincc) | 4 | -168/+155 |
2010-08-26 | replace m_parts.Count linknum with 0 in CopyRootPart since m_parts.Count is a... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-26 | Improve consistency of locking for SOG.m_parts in order to avoid race conditi... | Justin Clark-Casey (justincc) | 23 | -741/+906 |
2010-08-25 | Prevent an object disposed exception that made forms comms unreliable. After | Melanie Thielker | 1 | -2/+7 |
2010-08-25 | Make scene object directories more robust and prevent deleted SOP's from | Melanie Thielker | 2 | -18/+29 |
2010-08-25 | Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry | Melanie Thielker | 1 | -2/+2 |
2010-08-25 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -3/+1 |
2010-08-25 | If setting SOG.UUID, update the SOG.m_parts index as well as the root part UUID | Justin Clark-Casey (justincc) | 1 | -1/+10 |
2010-08-25 | refactor: Push item retrieval and fixing part of Scene.RezObject() down into ... | Justin Clark-Casey (justincc) | 3 | -55/+82 |
2010-08-24 | Split out actual scene object insertion code from Scene.Inventory.RezObject a... | Justin Clark-Casey (justincc) | 3 | -25/+62 |
2010-08-24 | refactor: make RezObject() more readable | Justin Clark-Casey (justincc) | 1 | -69/+68 |
2010-08-24 | Patch by Apelsin that fixes behaviour of llSetPos and llGetLocalPos for attac... | Marck | 1 | -8/+17 |
2010-08-24 | add test to check move of task item to user inventory when a target folder is... | Justin Clark-Casey (justincc) | 1 | -0/+26 |
2010-08-24 | minor: stop test using obsolete property | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-24 | refactor TestMoveTaskInventoryItemNoParent() | Justin Clark-Casey (justincc) | 1 | -24/+37 |
2010-08-24 | Add automated test at the opensim 'api' level to check that a given item goes... | Justin Clark-Casey (justincc) | 11 | -32/+170 |
2010-08-24 | Plumb the region type through to the ProductName field in estate messages | Melanie | 3 | -3/+5 |
2010-08-23 | Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ... | Justin Clark-Casey (justincc) | 1 | -0/+17 |
2010-08-23 | minor: some doc for the MoveTaskInventoryItem method in Scene.Inventory.cs | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2010-08-23 | Fix bug in llGiveInventory() where items were disappearing on relog | Justin Clark-Casey (justincc) | 5 | -16/+38 |