| Commit message (Expand) | Author | Files | Lines |
2008-11-06 | * eliminate unnecessary ScheduleFullUpdate() | Justin Clarke Casey | 1 | -2/+0 |
2008-11-06 | * refactor: Attach a scene object to a scene separately from its construction | Justin Clarke Casey | 6 | -69/+70 |
2008-11-06 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -0/+3 |
2008-11-06 | * minor: Make some 'startup config failed to load' log messages more consistent | Justin Clarke Casey | 2 | -5/+23 |
2008-11-06 | Mantis#2423. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-11-06 | Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-11-06 | Disable distance sorting for child agents. It makes no sense there, as the | Melanie Thielker | 1 | -4/+7 |
2008-11-06 | - fixes comparison of struct against null (no no no) | Dr Scofield | 1 | -1/+1 |
2008-11-06 | - create entries in avatarattachments table when first attaching an object; f... | Mike Mazur | 2 | -2/+46 |
2008-11-05 | * Apply second patch in http://opensimulator.org/mantis/view.php?id=2561 | Justin Clarke Casey | 1 | -1/+5 |
2008-11-04 | * Stop sending wearables back to the client on set appearance | Justin Clarke Casey | 1 | -6/+1 |
2008-11-04 | * minor: appearance related doc and log message tweaking | Justin Clarke Casey | 1 | -5/+11 |
2008-11-04 | Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th... | MW | 2 | -2/+66 |
2008-11-03 | On TP, child-agents weren't closed down properly, as the list of child-regions | Homer Horwitz | 1 | -0/+4 |
2008-11-02 | Cause inventory to be fetched on scripted item gives if the destination | Melanie Thielker | 1 | -0/+2 |
2008-11-01 | * Minor cleanup | Adam Frisby | 1 | -2/+2 |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -0/+14 |
2008-11-01 | * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ... | Justin Clarke Casey | 3 | -10/+10 |
2008-11-01 | * Introduce an IsAttachment property on the group level (which just returns f... | Justin Clarke Casey | 1 | -0/+20 |
2008-11-01 | * Fix http://opensimulator.org/mantis/view.php?id=2517 | Justin Clarke Casey | 2 | -2/+1 |
2008-11-01 | Make the IM and friends modules optional. Clean up some code that dealt | Melanie Thielker | 1 | -22/+6 |
2008-11-01 | Correct the handling of the creator field on inventory gives | Melanie Thielker | 1 | -3/+3 |
2008-10-31 | * In the client stack, if the BeginReceive() throws an exception then do prin... | Justin Clarke Casey | 1 | -3/+4 |
2008-10-31 | * Reinstate sending wearables back to the client in response to set appearance | Justin Clarke Casey | 1 | -1/+1 |
2008-10-31 | * test: Add basic scene test which merely instantiates the scene right now | Justin Clarke Casey | 3 | -11/+64 |
2008-10-30 | test: Extend malformed packet test to actually check that a valid packet can ... | Justin Clarke Casey | 2 | -8/+2 |
2008-10-29 | Minor formatting cleanup. | Jeff Ames | 2 | -38/+38 |
2008-10-28 | * Possibly fix grey avatar appearance problems | Justin Clarke Casey | 1 | -2/+2 |
2008-10-28 | * minor: Add documentation to some of the appearance methods, change some log... | Justin Clarke Casey | 2 | -11/+14 |
2008-10-28 | * Eliminate an extra unnecessary appearance fetch on login | Justin Clarke Casey | 1 | -19/+13 |
2008-10-28 | * minor: Doc and log message tidy up | Justin Clarke Casey | 2 | -6/+12 |
2008-10-28 | Thank you kindly, Mircea Kitsune for a patch that solves: | Charles Krinke | 1 | -2/+2 |
2008-10-28 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2 | -29/+41 |
2008-10-27 | Experimental patch (suggested by diva) to kill off WP teleport ghosts. | Melanie Thielker | 1 | -0/+1 |
2008-10-26 | Committing a small fix for EventData along with more plumbing work | Melanie Thielker | 1 | -2/+20 |
2008-10-25 | Make ScenePresence.Close public to allow subclassing of SceneComms | Melanie Thielker | 1 | -1/+1 |
2008-10-23 | * Apply http://opensimulator.org/mantis/view.php?id=2459 | Justin Clarke Casey | 2 | -0/+9 |
2008-10-23 | * Introduce a basic udp circuit test for adding a client | Justin Clarke Casey | 1 | -0/+1 |
2008-10-22 | Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -0/+21 |
2008-10-22 | Thank you kindly, Nlin for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-10-22 | Thank you both Nlin and M.Igarashi for a patch that: | Charles Krinke | 1 | -1/+4 |
2008-10-22 | And fix it | Melanie Thielker | 1 | -1/+1 |
2008-10-22 | Prevent an object with a null RootPart in delete queue from stopping | Melanie Thielker | 1 | -4/+13 |
2008-10-22 | Remove the gratuitious prim deletes caused by linking. This makes linking | Melanie Thielker | 1 | -1/+3 |
2008-10-20 | Mantis #2439 | Melanie Thielker | 1 | -1/+3 |
2008-10-19 | A small attempt to make persisting prims more reliable | Melanie Thielker | 1 | -1/+1 |
2008-10-18 | Prevent a null root part from stopping objects from being persisted, also | Melanie Thielker | 1 | -0/+7 |
2008-10-18 | Guard against a null ref that can prevent objects from being persisted | Melanie Thielker | 1 | -1/+2 |
2008-10-18 | Fix thingd so that autoreturn also works when the user is not in the sim. | Melanie Thielker | 4 | -10/+33 |
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 7 | -186/+312 |