aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/YP.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-10Formatting cleanup.Jeff Ames1-2/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-5/+7
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2008-11-17adding #pragma warnings to yprolog language supportDr Scofield1-6/+4
2008-08-18Formatting cleanup.Jeff Ames1-37/+37
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke1-16/+303
* 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-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-16squashing warnings crittersDr Scofield1-0/+4
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke1-244/+977
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-32/+32
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-1/+34
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-33/+237
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-17/+17
2008-06-01Update svn properties.Jeff Ames1-1440/+1440
2008-05-31Mantis#1314. Thank you kindly, Kinoc for YieldProlog.Charles Krinke1-0/+1440
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.