aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata/SirikataModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-2/+2
2009-12-27* Implements some basic Sirikata protocol work (initial handshakes).Adam Frisby1-1/+36
2009-12-27* Implements Sirikata ClientStack ModuleAdam Frisby1-69/+40
* Just a stub (imports all the sirikata protocol, and that's about it.)
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-3/+3
Change all uses of the HttpServer properties to use the new singleton
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-04-24Update svn properties, add copyright headers, formatting cleanup.Jeff Ames1-2/+29
2009-04-23* Adds additional background layer for VWoHTTP ClientStackAdam Frisby1-3/+40
* Implements asset handling.
2009-04-22* minor: remove some compiler warningsJustin Clarke Casey1-1/+1
2009-04-22fix line endings on new filesSean Dague1-69/+69
2009-04-22* Committing stub VW-over-HTTP ClientStack. (1/2)Adam Frisby1-0/+69
* 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.