Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 16 | -15874/+0 |
| | |||||
* | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 2012-11-14 | 1 | -0/+33 |
| | |||||
* | fix yield prolog so it compiles with mono 2.11 there has been a bugzilla | nebadon | 2012-03-23 | 2 | -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 | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -2/+2 |
| | |||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -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. | ||||
* | adding #pragma warnings to yprolog language support | Dr Scofield | 2008-11-17 | 9 | -24/+22 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 3 | -52/+52 |
| | |||||
* | Mantis#1931. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-08-13 | 12 | -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 | ||||
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | squashing warnings critters | Dr Scofield | 2008-07-16 | 2 | -1/+10 |
| | |||||
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 5 | -1169/+2554 |
| | | | | | | Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine. | ||||
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 7 | -93/+93 |
| | | | | | | massaging OSHttpRequestPump to not abort on exceptions... | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 9 | -30/+146 |
| | |||||
* | Mantis#1602. Thank you, Kinoc for a patch to: | Charles Krinke | 2008-06-26 | 1 | -1/+1 |
| | | | | | | Patch to activate YieldProlog on Xengine. Only adds YieldProlog to assembly if required. | ||||
* | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵ | lbsa71 | 2008-06-24 | 15 | -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! |