aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
* * Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey2009-02-111-5/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* * Separate starting a client thread into a separate Start() method (which mat...Justin Clarke Casey2009-01-121-0/+4
* Finish dwell sending, adding the forgotten method body.Melanie Thielker2009-01-091-1/+6
* Plumb the remaining dwell packetsMelanie Thielker2009-01-031-0/+5
* Plumb the profile reply packets for picks, classifieds and notesMelanie Thielker2008-12-251-0/+17
* Plumb in EventNotification* and EventGodDeleteMelanie Thielker2008-12-231-0/+4
* Plumb in the 4 missing classified events and the 3 packet methodsMelanie Thielker2008-12-231-0/+13
* * Re-implement packet tracking in IClientAPI so we can see what's going on in...Teravus Ovares2008-12-211-0/+1
* Plumb the TP-Sending packetsMelanie Thielker2008-12-141-0/+2
* Add missing scene reference. Fixes a NRE. SimpleModule now works again (sort ...Homer Horwitz2008-12-121-1/+2
* Replace the throwing of a NonImplementedException in MyNpcCharacter, so thatHomer Horwitz2008-12-121-1/+1
* * Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2008-12-041-0/+3
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+10
* First stage group permissions plumbingMelanie Thielker2008-11-221-0/+5
* Mantis#2638. Thank you kindly, Sacha Magne for a patch that:Charles Krinke2008-11-191-0/+1
* Remove a redundant parameterMelanie Thielker2008-11-161-1/+1
* * Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares2008-11-141-0/+2
* More groups plumbingMelanie Thielker2008-11-141-0/+12
* Prevent pieces from other people's HUDs from displaying at the center ofMelanie Thielker2008-11-111-2/+3
* * Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares2008-11-101-0/+5
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-091-1/+1
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-6/+5
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+4
* * Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey2008-10-291-1/+5
* Committing a small fix for EventData along with more plumbing workMelanie Thielker2008-10-261-1/+1
* A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker2008-10-251-1/+1
* Plumb some moreMelanie Thielker2008-10-241-0/+4
* Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker2008-10-211-1/+1
* Added calling cards. Fixes Mantis#2409 and part of #1515.Homer Horwitz2008-10-191-0/+16
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-7/+2
* * refactor: Remove OutPacket from the IClientAPIJustin Clarke Casey2008-10-151-8/+7
* * refactor: move viewer effect packet into LLClientViewJustin Clarke Casey2008-10-151-0/+4
* * refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey2008-10-151-0/+4
* * refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey2008-10-151-1/+1
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-1/+1
* * refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey2008-10-141-1/+1
* Add EventInfoRequest and EventInfoReply packets.Homer Horwitz2008-10-121-1/+5
* Plumb the remaining search packets and replies.Melanie Thielker2008-10-111-7/+36
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...MW2008-10-101-1/+1
* A bit more estate fudgingMelanie Thielker2008-10-101-1/+1
* * Stop the sim stats reporter reusing the same SimStatsPacket for all clientsJustin Clarke Casey2008-10-061-1/+1
* Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker2008-10-061-0/+1
* Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker2008-10-061-0/+1
* * Green dots on the mainmap for avatar.Teravus Ovares2008-10-061-0/+6
* Plumb in the DirPlacesReply packetMelanie Thielker2008-10-051-0/+4
* Plumb packet DirPlacesQuery for search moduleMelanie Thielker2008-10-041-0/+2
* Add "Drop" functionality to pie menuMelanie Thielker2008-10-041-0/+1