aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-6/+5
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-0/+4
2008-10-29* Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey1-1/+5
2008-10-26Committing a small fix for EventData along with more plumbing workMelanie Thielker1-1/+1
2008-10-25A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker1-1/+1
2008-10-24Plumb some moreMelanie Thielker1-0/+4
2008-10-21Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker1-1/+1
2008-10-19Added calling cards. Fixes Mantis#2409 and part of #1515.Homer Horwitz1-0/+16
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-7/+2
2008-10-15* refactor: Remove OutPacket from the IClientAPIJustin Clarke Casey1-8/+7
2008-10-15* refactor: move viewer effect packet into LLClientViewJustin Clarke Casey1-0/+4
2008-10-15* refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey1-0/+4
2008-10-15* refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey1-1/+1
2008-10-14* minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey1-1/+1
2008-10-14* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey1-1/+1
2008-10-12Add EventInfoRequest and EventInfoReply packets.Homer Horwitz1-1/+5
2008-10-11Plumb the remaining search packets and replies.Melanie Thielker1-7/+36
2008-10-10added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...MW1-1/+1
2008-10-10A bit more estate fudgingMelanie Thielker1-1/+1
2008-10-06* Stop the sim stats reporter reusing the same SimStatsPacket for all clientsJustin Clarke Casey1-1/+1
2008-10-06Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker1-0/+1
2008-10-06Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker1-0/+1
2008-10-06* Green dots on the mainmap for avatar.Teravus Ovares1-0/+6
2008-10-05Plumb in the DirPlacesReply packetMelanie Thielker1-0/+4
2008-10-04Plumb packet DirPlacesQuery for search moduleMelanie Thielker1-0/+2
2008-10-04Add "Drop" functionality to pie menuMelanie Thielker1-0/+1
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield1-3/+3
2008-10-03Mantis #1360Melanie Thielker1-2/+3
2008-10-01- Added SendScriptTeleportRequest to IClientView and classes implementing it.Homer Horwitz1-0/+4
2008-09-28Mantis#296. Thank you kindly, Idb for a patch that resolves:Charles Krinke1-0/+1
2008-09-28Add some methods to allow modules so set client view optionsMelanie Thielker1-0/+9
2008-09-26* Patch from JHurlimanTeravus Ovares1-2/+1
2008-09-26* Wind updates. Still random.. but in 4 directions instead of two!Teravus Ovares1-1/+1
2008-09-25* Adds some WindTeravus Ovares1-0/+3
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey1-0/+1
2008-09-09* Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI.Adam Frisby1-1/+7
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-4/+4
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-99/+99
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares1-0/+9
2008-08-24Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker1-1/+4
2008-08-20Mantis #2003 - thank you, SachaMagne, for a patch that implementsMelanie Thielker1-0/+9
2008-08-16Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-0/+11
2008-08-15Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker1-1/+1
2008-08-08De-coupling the IClientAPI interface and ClientManager class from theMike Mazur1-1/+1
2008-08-07Minor formatting cleanup.Jeff Ames1-4/+4
2008-08-01Estate series, patch 9 (#9157)Melanie Thielker1-1/+1
2008-07-31Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker1-0/+8
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield1-2/+2
2008-07-25Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker1-0/+5
2008-07-23Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW1-1/+1