aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/YP2CSConverter.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-4/+4
| | | | | | | | | * 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.
* fixing warnings in YProlog language supportDr Scofield2008-11-171-2/+2
|
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
|
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-161-0/+4
| | | | | | Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
* properly explaining each #pragma warning disableDr Scofield2008-06-301-4/+5
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+5
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-0/+108
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!