| Commit message (Expand) | Author | Files | Lines |
2008-11-08 | * Added IClientIM to IClientCore interfaces | Adam Frisby | 1 | -6/+5 |
2008-11-07 | * refactor: cleanup AllocateLocalPrimId() a bit more | Justin Clarke Casey | 1 | -4/+2 |
2008-11-07 | * Rename PrimIDAllocate() to more effectively convey what it does, and put th... | Justin Clarke Casey | 1 | -2/+2 |
2008-11-07 | * Stop requiring local ids in the SOG constructors. | Justin Clarke Casey | 3 | -13/+13 |
2008-11-07 | * Remove more UpdateParentIDs() calls that are now duplicates | Justin Clarke Casey | 1 | -2/+0 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -1/+1 |
2008-11-06 | * refactor: Attach a scene object to a scene separately from its construction | Justin Clarke Casey | 3 | -16/+14 |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -0/+4 |
2008-10-29 | * Check in (disabled) results of not persisting avatar textures but rather se... | Justin Clarke Casey | 1 | -1/+5 |
2008-10-26 | Committing a small fix for EventData along with more plumbing work | Melanie Thielker | 1 | -1/+1 |
2008-10-25 | A few more bots to yesterday's plumbing: change instant message method | Melanie Thielker | 1 | -1/+1 |
2008-10-24 | Plumb some more | Melanie Thielker | 1 | -0/+4 |
2008-10-21 | Pare the groups module down to basics. Adjust dependent files so that a | Melanie Thielker | 1 | -1/+1 |
2008-10-19 | Added calling cards. Fixes Mantis#2409 and part of #1515. | Homer Horwitz | 1 | -0/+16 |
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 1 | -7/+2 |
2008-10-15 | * refactor: Remove OutPacket from the IClientAPI | Justin Clarke Casey | 1 | -8/+7 |
2008-10-15 | * refactor: move viewer effect packet into LLClientView | Justin Clarke Casey | 1 | -0/+4 |
2008-10-15 | * refactor: move code concerned with creating a subsequent image packet to LL... | Justin Clarke Casey | 1 | -0/+4 |
2008-10-15 | * refactor: rename SendImagePart to SendImageFirstPart since this is more des... | Justin Clarke Casey | 1 | -1/+1 |
2008-10-14 | * minor: change m_debug to m_debugPacketLevel since that's what it is | Justin Clarke Casey | 1 | -1/+1 |
2008-10-14 | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ... | Justin Clarke Casey | 2 | -3/+3 |
2008-10-12 | Add EventInfoRequest and EventInfoReply packets. | Homer Horwitz | 1 | -1/+5 |
2008-10-11 | Plumb the remaining search packets and replies. | Melanie Thielker | 1 | -7/+36 |
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the... | MW | 1 | -1/+1 |
2008-10-10 | A bit more estate fudging | Melanie Thielker | 1 | -1/+1 |
2008-10-06 | * Stop the sim stats reporter reusing the same SimStatsPacket for all clients | Justin Clarke Casey | 1 | -1/+1 |
2008-10-06 | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 1 | -0/+1 |
2008-10-06 | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 1 | -0/+1 |
2008-10-06 | * Green dots on the mainmap for avatar. | Teravus Ovares | 1 | -0/+6 |
2008-10-05 | Plumb in the DirPlacesReply packet | Melanie Thielker | 1 | -0/+4 |
2008-10-04 | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 1 | -0/+2 |
2008-10-04 | Add "Drop" functionality to pie menu | Melanie Thielker | 1 | -0/+1 |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 1 | -3/+3 |
2008-10-03 | Mantis #1360 | Melanie Thielker | 1 | -2/+3 |
2008-10-01 | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 1 | -0/+4 |
2008-09-28 | Mantis#296. Thank you kindly, Idb for a patch that resolves: | Charles Krinke | 1 | -0/+1 |
2008-09-28 | Add some methods to allow modules so set client view options | Melanie Thielker | 1 | -0/+9 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -2/+1 |
2008-09-26 | * Wind updates. Still random.. but in 4 directions instead of two! | Teravus Ovares | 1 | -1/+1 |
2008-09-25 | * Adds some Wind | Teravus Ovares | 1 | -0/+3 |
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 1 | -0/+1 |
2008-09-09 | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 1 | -1/+7 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 5 | -142/+142 |
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 1 | -0/+9 |
2008-08-24 | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 1 | -1/+4 |
2008-08-20 | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 1 | -0/+9 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 2 | -3/+1 |
2008-08-16 | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -0/+11 |
2008-08-15 | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 1 | -1/+1 |