aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* ~ extending attendee list to include agent nameDr Scofield2009-01-261-10/+45
* adding timestamp as ISO 8601Dr Scofield2009-01-261-2/+2
* adding XML sniplet generation (start of)Dr Scofield2009-01-261-0/+16
* starting draft attendee list notification support.Dr Scofield2009-01-261-0/+27
* * Providing a way for the rest of the simulator to get at the economy setting...Teravus Ovares2009-01-261-0/+23
* white space & formatting cleanupDr Scofield2009-01-221-5/+4
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-221-2/+6
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-39/+34
* Added an optional password for the IRC moduleDahlia Trimble2009-01-182-1/+13
* * minor: Change around more debugging messagesJustin Clarke Casey2009-01-142-2/+2
* Change fake parcel ids to allow a Z coordinate. Change TP by lureMelanie Thielker2009-01-131-3/+5
* * minor: Stop friendship termination crashing the client thread if the friend...Justin Clarke Casey2009-01-131-0/+4
* Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble2009-01-101-34/+39
* Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble2009-01-101-1/+0
* * refactor: move url sending from scene to DialogModuleJustin Clarke Casey2009-01-081-0/+9
* * refactor: move code to send a dialog to a user from scene to DialogModuleJustin Clarke Casey2009-01-081-0/+10
* * refactor: move estate dialog to DialogModuleJustin Clarke Casey2009-01-081-1/+9
* * refactor: move code for sending a message to all users in a region to the D...Justin Clarke Casey2009-01-081-5/+13
* Update svn properties, minor formatting cleanup.Jeff Ames2009-01-081-0/+1
* * refactor: Make some direct IClientAPI calls go through the dialog module in...Justin Clarke Casey2009-01-071-1/+11
* * Move general alert code to DialogModule.Justin Clarke Casey2009-01-071-0/+15
* * refactor: Establish DialogModule, move some alert code from Scene to hereJustin Clarke Casey2009-01-071-0/+83
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-064-40/+28
* * refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...Justin Clarke Casey2009-01-063-11/+14
* * Mjnor: Clarified comment to ensure that people are aware of how to end the ...Teravus Ovares2009-01-061-1/+9
* * Kill an endless loop in the Instant Message delivery systemTeravus Ovares2009-01-061-0/+8
* Use correct name for friendship offer. Fixes Mantis #2959.Homer Horwitz2009-01-051-0/+2
* * Remove IGesturesModules since it won't be very helpful without a client mes...Justin Clarke Casey2008-12-231-3/+1
* * Add a method to allow friendship offers to a logged in client from an offli...Justin Clarke Casey2008-12-232-5/+24
* * refactor: Make gestures module register its own events tooJustin Clarke Casey2008-12-221-0/+9
* * Refactor: Move some code into separate methods in FriendsModuleJustin Clarke Casey2008-12-221-49/+83
* Fix date format of the birthdates to conform to what the client expectsMelanie Thielker2008-12-221-1/+2
* * refactor: Move tree code out into a separate moduleJustin Clarke Casey2008-12-191-1/+1
* * refactor: move gestures code out from Scene into its own moduleJustin Clarke Casey2008-12-181-0/+97
* * minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/...Justin Clarke Casey2008-12-171-0/+1
* * Simply friends code by only sending notifications to a newly logged on user...Justin Clarke Casey2008-12-171-20/+23
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-171-2/+15
* Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva2008-12-151-0/+9
* Adds the "Send Teleport" moduleMelanie Thielker2008-12-141-0/+174
* * minor: Downgrade friends module 'client logging out' notice from error to d...Justin Clarke Casey2008-12-121-1/+1
* * Enable agent to agent transfer of inventory foldersJustin Clarke Casey2008-12-091-5/+0
* * minor: Take out some of the test log output I accidentally left in a couple...Justin Clarke Casey2008-12-041-1/+1
* * Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2008-12-041-35/+92
* Make a couple log4net instances static readonly.Jeff Ames2008-12-031-1/+1
* * minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey2008-12-011-1/+1
* Added local lookup before we ask the messaging server.Homer Horwitz2008-11-261-6/+26
* Next step of the PresenceModule. Still not complete; local optimizations and theHomer Horwitz2008-11-251-33/+101
* WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz2008-11-241-2/+83
* - Evaluate config only onceHomer Horwitz2008-11-241-21/+35
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-9/+15