aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Components (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa715-10/+10
poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield2-3/+3
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-06* removed superfluous constants classlbsa711-498/+0
2009-01-12Make ZERO_ROTATION.y a float. Fixes Mantis #2985.Mike Mazur1-1/+1
2008-12-05Implementation of the llDetectedTouch* functionsidb1-2/+5
2008-12-05Mantis #2350idb1-2/+3
Move the DotNetEngine Unloading script debug message
2008-11-10minor: remove mono compiler warningsJustin Clarke Casey4-13/+13
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-1/+1
groundwork.
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames5-5/+140
2008-11-08Mantis#2589: Thanks StrawberryFride, for a patch that fixes the build on VS2005.Homer Horwitz1-2/+3
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 ↵Tedd Hansen19-38/+1931
release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components.
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2-2/+56
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames13-481/+481
2008-09-21EXPERIMENTAL: Early commit of new Script Engine Component SystemTedd Hansen13-0/+481