aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-042-1/+2
|
* Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker2009-05-041-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 combiningMelanie Thielker2009-04-301-1/+1
| | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136
* Update svn properties, add copyright headers, formatting cleanup.Jeff Ames2009-04-242-6/+60
|
* * Adds missing IClientAPI member. (Plz be adding new members to IClientCore!)Adam Frisby2009-04-231-0/+1
|
* * Adds additional background layer for VWoHTTP ClientStackAdam Frisby2009-04-232-13/+110
| | | | | * Implements asset handling.
* * minor: remove some compiler warningsJustin Clarke Casey2009-04-222-8/+8
|
* fix line endings on new filesSean Dague2009-04-222-1107/+1107
|
* fix the build break, thankes mikkopa for pointing out the quick changeSean Dague2009-04-221-0/+2
| | | | | to address this.
* * Committing stub VW-over-HTTP ClientStack. (1/2)Adam Frisby2009-04-222-0/+1105
* 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.