Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 |
| | | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | ||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | ||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+5 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+5 |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | ||||
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | ||||
* | Update svn properties, add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-24 | 1 | -4/+31 |
| | |||||
* | * Adds missing IClientAPI member. (Plz be adding new members to IClientCore!) | Adam Frisby | 2009-04-23 | 1 | -0/+1 |
| | |||||
* | * Adds additional background layer for VWoHTTP ClientStack | Adam Frisby | 2009-04-23 | 1 | -10/+70 |
| | | | | | * Implements asset handling. | ||||
* | * minor: remove some compiler warnings | Justin Clarke Casey | 2009-04-22 | 1 | -7/+7 |
| | |||||
* | fix line endings on new files | Sean Dague | 2009-04-22 | 1 | -1038/+1038 |
| | |||||
* | fix the build break, thankes mikkopa for pointing out the quick change | Sean Dague | 2009-04-22 | 1 | -0/+2 |
| | | | | | to address this. | ||||
* | * Committing stub VW-over-HTTP ClientStack. (1/2) | Adam Frisby | 2009-04-22 | 1 | -0/+1036 |
* Nonfunctional, but eventually form a AJAX-accessible client protocol - for clients written in environments which only allow HTTP (eg HTML, Silverlight, Flash, etc). Designed for super-lightweight clients. |