aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/XmlRequest.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-2/+2
and makes it use a common set of types in both engine. Fixes the issues with running both engines and HTTP requests / listens / timers etc.. Also fixes a couple of minor Scene issues and a CTB by nullref.
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-4/+4
all methods needed outside the API ststic. Async command processing is now wholly internal to the API. This sets the stage for the next convergence step.
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-10/+12
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-6/+6
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares1-0/+115
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.