Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | white space & formatting cleanup | Dr Scofield | 2009-01-22 | 1 | -5/+4 |
| | |||||
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-22 | 1 | -2/+6 |
| | | | | | | | | | | this patch makes load-oar a bit more tolerant to irrelevant differences in the oar file format. Directory entries are now ignored rather than trying to interpret them as files they hold which results in the load-oar failing. This change makes it easier to manually modify oar files. | ||||
* | * Progressive texture patch + PriorityQueue put into the LLClient namespace. | Teravus Ovares | 2009-01-19 | 1 | -39/+34 |
| | | | | | * Updates LibOMV to r2362 | ||||
* | Added an optional password for the IRC module | Dahlia Trimble | 2009-01-18 | 2 | -1/+13 |
| | |||||
* | * minor: Change around more debugging messages | Justin Clarke Casey | 2009-01-14 | 2 | -2/+2 |
| | |||||
* | Change fake parcel ids to allow a Z coordinate. Change TP by lure | Melanie Thielker | 2009-01-13 | 1 | -3/+5 |
| | | | | | | to also transmit and use a Z coordinate. | ||||
* | * minor: Stop friendship termination crashing the client thread if the ↵ | Justin Clarke Casey | 2009-01-13 | 1 | -0/+4 |
| | | | | friend to be terminated could not be found | ||||
* | Revert progressive texture patch from r8001 until issues can be addressed | Dahlia Trimble | 2009-01-10 | 1 | -34/+39 |
| | |||||
* | Thanks jhurliman for a patch that implements progressive texture downloading ↵ | Dahlia Trimble | 2009-01-10 | 1 | -1/+0 |
| | | | | - Mantis #2655 | ||||
* | * refactor: move url sending from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -0/+9 |
| | |||||
* | * refactor: move code to send a dialog to a user from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -0/+10 |
| | |||||
* | * refactor: move estate dialog to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -1/+9 |
| | | | | | | * This appeared only to be implemented for the region, and doesn't currently seem to work anyway | ||||
* | * refactor: move code for sending a message to all users in a region to the ↵ | Justin Clarke Casey | 2009-01-08 | 1 | -5/+13 |
| | | | | DialogModule | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-01-08 | 1 | -0/+1 |
| | |||||
* | * refactor: Make some direct IClientAPI calls go through the dialog module ↵ | Justin Clarke Casey | 2009-01-07 | 1 | -1/+11 |
| | | | | instead | ||||
* | * Move general alert code to DialogModule. | Justin Clarke Casey | 2009-01-07 | 1 | -0/+15 |
| | | | | | | * Should be a clean build - last failure looked like a mantis hiccup | ||||
* | * refactor: Establish DialogModule, move some alert code from Scene to here | Justin Clarke Casey | 2009-01-07 | 1 | -0/+83 |
| | |||||
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 4 | -40/+28 |
| | |||||
* | * refactor: drop AddXmlRpcHandler() from scene in favour of call via ↵ | Justin Clarke Casey | 2009-01-06 | 3 | -11/+14 |
| | | | | CommsManager | ||||
* | * Mjnor: Clarified comment to ensure that people are aware of how to end the ↵ | Teravus Ovares | 2009-01-06 | 1 | -1/+9 |
| | | | | recursive calls | ||||
* | * Kill an endless loop in the Instant Message delivery system | Teravus Ovares | 2009-01-06 | 1 | -0/+8 |
| | | | | | | | | * Must compare user region with previous calling of the same method to determine if we should look the user up. * The first time, the previous region handle will be 0, so therefore it'll use the cached version. * The second time, previousRegionHandle will be what we looked up on the first round * The third time, it'll say.. we tried to deliver it once with or without lookup, we tried to deliver it a second time with lookup, and failed both times so end! | ||||
* | Use correct name for friendship offer. Fixes Mantis #2959. | Homer Horwitz | 2009-01-05 | 1 | -0/+2 |
| | |||||
* | * Remove IGesturesModules since it won't be very helpful without a client ↵ | Justin Clarke Casey | 2008-12-23 | 1 | -3/+1 |
| | | | | message anyway | ||||
* | * Add a method to allow friendship offers to a logged in client from an ↵ | Justin Clarke Casey | 2008-12-23 | 2 | -5/+24 |
| | | | | offline user directly from the server | ||||
* | * refactor: Make gestures module register its own events too | Justin Clarke Casey | 2008-12-22 | 1 | -0/+9 |
| | |||||
* | * Refactor: Move some code into separate methods in FriendsModule | Justin Clarke Casey | 2008-12-22 | 1 | -49/+83 |
| | |||||
* | Fix date format of the birthdates to conform to what the client expects | Melanie Thielker | 2008-12-22 | 1 | -1/+2 |
| | |||||
* | * refactor: Move tree code out into a separate module | Justin Clarke Casey | 2008-12-19 | 1 | -1/+1 |
| | |||||
* | * refactor: move gestures code out from Scene into its own module | Justin Clarke Casey | 2008-12-18 | 1 | -0/+97 |
| | |||||
* | * minor: Remove unused AppearanceTableMapper as pointed out by jonc in ↵ | Justin Clarke Casey | 2008-12-17 | 1 | -0/+1 |
| | | | | http://opensimulator.org/mantis/view.php?id=2843 | ||||
* | * Simply friends code by only sending notifications to a newly logged on ↵ | Justin Clarke Casey | 2008-12-17 | 1 | -20/+23 |
| | | | | | | | | user for other users who are online. * No need to send offline notifications since the client assumes this (and future clients should be able to do the same). | ||||
* | * Implement 'Save Object Back to My Inventory'. On the Linden client this ↵ | Justin Clarke Casey | 2008-12-17 | 1 | -2/+15 |
| | | | | | | | | | is in the Tools menu available when editing an object * This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object. | ||||
* | Attempt at restoring inventory access after TPs/crossings. RemoveClient in ↵ | diva | 2008-12-15 | 1 | -0/+9 |
| | | | | | | | | Scene was being too aggressive at nixing the user out of the cache. We're now relying on NeedSceneCacheClear to decide whether to nix it or not. All other mods in other files are for better debugging messages. | ||||
* | Adds the "Send Teleport" module | Melanie Thielker | 2008-12-14 | 1 | -0/+174 |
| | |||||
* | * minor: Downgrade friends module 'client logging out' notice from error to ↵ | Justin Clarke Casey | 2008-12-12 | 1 | -1/+1 |
| | | | | debug | ||||
* | * Enable agent to agent transfer of inventory folders | Justin Clarke Casey | 2008-12-09 | 1 | -5/+0 |
| | | | | | | * It should now be possible to give an entire folder to another avatar instead of just single items at a time | ||||
* | * minor: Take out some of the test log output I accidentally left in a ↵ | Justin Clarke Casey | 2008-12-04 | 1 | -1/+1 |
| | | | | couple of commits ago | ||||
* | * Put in the code necessary to allow inventory transfer of whole folders ↵ | Justin Clarke Casey | 2008-12-04 | 1 | -35/+92 |
| | | | | | | | | (and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets | ||||
* | Make a couple log4net instances static readonly. | Jeff Ames | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | * minor: A few tiny bits of documentation and log message cleanup before ↵ | Justin Clarke Casey | 2008-12-01 | 1 | -1/+1 |
| | | | | starting something different | ||||
* | Added local lookup before we ask the messaging server. | Homer Horwitz | 2008-11-26 | 1 | -6/+26 |
| | | | | | Still not tested. May contain bugs. | ||||
* | Next step of the PresenceModule. Still not complete; local optimizations and the | Homer Horwitz | 2008-11-25 | 1 | -33/+101 |
| | | | | | | messaging server changes are still missing. Completely untested. May contain bugs. | ||||
* | WIP: Adding a few things to PresenceModule. Not quite finished yet. | Homer Horwitz | 2008-11-24 | 1 | -2/+83 |
| | |||||
* | - Evaluate config only once | Homer Horwitz | 2008-11-24 | 1 | -21/+35 |
| | | | | | - Fixed some locking issues | ||||
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 1 | -9/+15 |
| | | | | | | | | | from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there. | ||||
* | Add error handling to catch the WebExceptions thrown if you have | Melanie Thielker | 2008-11-23 | 1 | -23/+48 |
| | | | | | | no messaging server | ||||
* | Adding root agent position messages to the message server | Melanie Thielker | 2008-11-22 | 1 | -0/+42 |
| | |||||
* | Add root agent tracking to presence module | Melanie Thielker | 2008-11-22 | 1 | -5/+17 |
| | |||||
* | Next step in the presence module - some core plumbing included at | Melanie Thielker | 2008-11-22 | 1 | -0/+18 |
| | | | | | | no extra cost | ||||
* | Increase IRC login timeout to 25 - it was 10 which was causing reconnect ↵ | Dahlia Trimble | 2008-11-22 | 1 | -1/+1 |
| | | | | loops on slow responding servers. |