aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel16-15874/+0
2014-03-26Remove unmaintained and unused YieldProlog scripting languageJustin Clark-Casey (justincc)16-15874/+0
This hasn't been mainntained since 2008 and has not been kept up with the rest of the language infrastructure. Hence, it almost certainly doesn't work and has never been used, afaik If this is wrong, please say on the opensim-users/dev mailing list. Removing to reduce maintenance burden (since it still needs to be made to compile).
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec.
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto1-0/+33
2012-03-23fix yield prolog so it compiles with mono 2.11 there has been a bugzillanebadon2-6/+6
report files with mono project in regards to this change, this simply lets us move forward with using mono 2.11 for now : https://bugzilla.xamarin.com/show_bug.cgi?id=4052
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 Scofield9-24/+22
2008-08-18Formatting cleanup.Jeff Ames3-52/+52
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke12-327/+992
* 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 Scofield2-1/+10
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke5-1169/+2554
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 Scofield7-93/+93
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield9-30/+146
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, ↵lbsa7115-0/+13666
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!