aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/YPCompiler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke1-40/+286
* Yield Prolog 1.0.1 Released : it passes all but 9 of the 421 tests in the ISO Prolog test suite (97.8%) . * support dynamic predicates and rules. * support 'import' to use external static functions improves connection to C# functions * Matches Yield Prolog r831
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke1-897/+1369
Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
2008-06-30properly explaining each #pragma warning disableDr Scofield1-9/+9
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-25/+38
2008-06-26Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke1-1/+1
Patch to activate YieldProlog on Xengine. Only adds YieldProlog to assembly if required.
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-1/+1
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-07Mantis#1475. Thank you kindly, Kinoc for a patch that:Charles Krinke1-189/+593
This patch brings the Yield Prolog in sync with the YP r669. Biggest item is support for functions asserta and assertz , providing dynamic databases.
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-10/+10
2008-06-01Update svn properties.Jeff Ames1-5247/+5247
2008-05-31Mantis#1314. Thank you kindly, Kinoc for YieldProlog.Charles Krinke1-0/+5247
I have added everything *except* the patch to .../LSL/Compiler.cs. The Compiler.cs patch has a namespace issue. Lets make a second patch to close the gap.