aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman1-23/+231
2009-10-13* Fixed a bug where clients were being added to ClientManager twiceJohn Hurliman1-0/+2
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-1/+1
2009-10-01Fixing LLClientView memory leakJames J Greensky1-1/+0
2009-09-30* Change the signature of the agent set appearance callback to prevent unnece...John Hurliman1-1/+1
2009-09-30Add RebakeAvatarTexturesPacket to the client viewMelanie1-0/+2
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-1/+1
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-1/+1
2009-08-19A better purge of trash folder.Diva Canto1-1/+1
2009-08-16Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson1-0/+3
2009-07-28Add the new StatusData block to the other two searchh packetsMelanie Thielker1-0/+2
2009-07-28Fix a null data block in DirClassifiedReply packet, preventing a sessionMelanie Thielker1-0/+1
2009-07-23Formatting cleanup.Jeff Ames1-6/+3
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares1-0/+1
2009-07-17fixed the bug where changing the rotation of a selection of prims in a linkse...MW1-0/+3
2009-07-12Changed the DeRezObject event so it passes a list<uint> of localIDs in one ev...MW1-1/+1
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-1/+8
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+4
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-16Send the owner name, not the client name on SendDialog.Homer Horwitz1-1/+1
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+1
2009-05-04Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker1-0/+2
2009-04-30Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker1-1/+1
2009-04-20Add PlacesQuery packetMelanie Thielker1-0/+3
2009-04-16Correctly flag group owned prims in the land prim listMelanie Thielker1-1/+1
2009-04-16Fix build break and change some groups interfacesMelanie Thielker1-1/+1
2009-04-15Commit the group deeding support, thank you, mcortezMelanie Thielker1-0/+3
2009-04-14Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker1-0/+1
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-1/+4
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey1-0/+4
2009-04-04Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz1-0/+1
2009-04-04Preliminary work to support ObjectSpin* packets when user invokes CTRL / SHIF...nlin1-0/+4
2009-03-30Add PickInfoReply packet.Melanie Thielker1-0/+2
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-5/+1
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-0/+1
2009-03-28Add mute list request event and dummy responseMelanie Thielker1-0/+5
2009-03-28* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares1-1/+1
2009-03-27Add the events needed for profiles.Melanie Thielker1-0/+9
2009-03-27Remove a hardcoded flow/dependency on the money module from LLCLientViewMelanie Thielker1-0/+2
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker1-0/+9
2009-02-26Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker1-0/+3
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker1-1/+1
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker1-1/+1
2009-02-11* Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey1-11/+7
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-1/+6
2009-01-12* Separate starting a client thread into a separate Start() method (which mat...Justin Clarke Casey1-10/+20
2009-01-09Finish dwell sending, adding the forgotten method body.Melanie Thielker1-1/+8
2009-01-03Plumb the remaining dwell packetsMelanie Thielker1-0/+6