Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * minor: remove mono compiler warning | Justin Clarke Casey | 2009-02-05 | 1 | -3/+3 |
| | |||||
* | * Add the second version of the experimental ObjectAdd Cap. It will handle ↵ | Teravus Ovares | 2009-02-05 | 1 | -38/+146 |
| | | | | both versions currently. | ||||
* | * Committing an experimental ObjectAdd module. Intended to work with ↵ | Teravus Ovares | 2009-02-05 | 1 | -0/+260 |
| | | | | | | | | http://jira.secondlife.com/browse/VWR-8049 . * Catherine contacted us and gave us a LLSD dump to study for implementation. * Still needs to be tested. May not produce expected results. | ||||
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -18/+18 |
| | | | | | - trim trailing whitespace | ||||
* | * Address http://opensimulator.org/mantis/view.php?id=3076 by actually ↵ | Justin Clarke Casey | 2009-02-03 | 1 | -2/+2 |
| | | | | | | | | eliminating the redundant enable = true commented example * Comment out some startup verbosity from the module if we haven't enabled it | ||||
* | * Fission SceneObjectTests into basic and linking sets | Justin Clarke Casey | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | * Make it more obvious that there is an enabled switch for chat in ↵ | Justin Clarke Casey | 2009-02-02 | 1 | -2/+2 |
| | | | | | | | | OpenSim.ini.example. * Add default information for other chat settings | ||||
* | * Stop the instant message module from trying to register for the message ↵ | Justin Clarke Casey | 2009-02-02 | 1 | -3/+11 |
| | | | | transfer module in PostInitialise() if it hasn't actually been enabled | ||||
* | * Small tweak to move name replacement in friendship offer since server side ↵ | Justin Clarke Casey | 2009-02-02 | 1 | -10/+13 |
| | | | | requests don't want the lookup | ||||
* | * Removed erroneous reference to the Data.Base Framework | lbsa71 | 2009-02-02 | 1 | -1/+0 |
| | |||||
* | Minor formatting cleanup. | Jeff Ames | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | reporting original request URI if HttpWebRequest failed, adding | Dr Scofield | 2009-01-30 | 1 | -11/+18 |
| | | | | | | try-catch around GetRequestStream (this time for sure) | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Dr Scofield | 2009-01-30 | 1 | -6/+27 |
| | |||||
* | fixing: client gets logged out when concierge's broker returns 500 | Dr Scofield | 2009-01-30 | 1 | -2/+19 |
| | | | | | | | response. adding: more verbose error logging | ||||
* | * minor: just a few formatting changes and log quietening | Justin Clarke Casey | 2009-01-29 | 1 | -4/+6 |
| | |||||
* | fix: client gets logged out when concierge's broker returns 500 | Dr Scofield | 2009-01-28 | 1 | -4/+11 |
| | | | | | | response. | ||||
* | (no commit message) | Dr Scofield | 2009-01-26 | 2 | -6/+6 |
| | |||||
* | (no commit message) | Dr Scofield | 2009-01-26 | 2 | -6/+6 |
| | |||||
* | ~ fixing bugs in ConciergeServer.py test code | Dr Scofield | 2009-01-26 | 2 | -6/+6 |
| | | | | | | ~ fix bug in ConciergeModule: wrong closing tag for avatars list | ||||
* | adding XML parsing to make sure POST content is welformed | Dr Scofield | 2009-01-26 | 1 | -0/+17 |
| | |||||
* | + adding URI substitution for concierges broker URI | Dr Scofield | 2009-01-26 | 1 | -2/+4 |
| | |||||
* | ~ moving test server script on level up | Dr Scofield | 2009-01-26 | 1 | -0/+92 |
| | |||||
* | ~ moving test server script on level up | Dr Scofield | 2009-01-26 | 1 | -66/+0 |
| | |||||
* | ~ turning synchronous broker update into asynchronous one | Dr Scofield | 2009-01-26 | 1 | -3/+11 |
| | |||||
* | ~ fix: Concierge reports avatar leaving region twice | Dr Scofield | 2009-01-26 | 1 | -3/+1 |
| | | | | | | ~ cleaning up log statements | ||||
* | + completed python test server | Dr Scofield | 2009-01-26 | 1 | -6/+41 |
| | |||||
* | + adding test server for debugging purposes | Dr Scofield | 2009-01-26 | 1 | -0/+31 |
| | |||||
* | ~ extending attendee list to include agent name | Dr Scofield | 2009-01-26 | 1 | -10/+45 |
| | | | | | | | + code to generate full XML avatar list + code to POST XML snipplet | ||||
* | adding timestamp as ISO 8601 | Dr Scofield | 2009-01-26 | 1 | -2/+2 |
| | |||||
* | adding XML sniplet generation (start of) | Dr Scofield | 2009-01-26 | 1 | -0/+16 |
| | |||||
* | starting draft attendee list notification support. | Dr Scofield | 2009-01-26 | 1 | -0/+27 |
| | |||||
* | * Providing a way for the rest of the simulator to get at the economy ↵ | Teravus Ovares | 2009-01-26 | 1 | -0/+23 |
| | | | | settings through the IMoneyModule interface. | ||||
* | 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 |
| |