aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-198-16/+16
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* Fix some compiler warnings. Minor formatting cleanup.Jeff Ames2009-02-131-2/+1
|
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-065-9/+9
| | | | | | | | | | | | | | | | | | | | 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!
* * removed superfluous constants classlbsa712009-02-061-498/+0
|
* Make ZERO_ROTATION.y a float. Fixes Mantis #2985.Mike Mazur2009-01-121-1/+1
|
* Implementation of the llDetectedTouch* functionsidb2008-12-051-2/+5
|
* Mantis #2350idb2008-12-051-2/+3
| | | | | Move the DotNetEngine Unloading script debug message
* minor: remove mono compiler warningsJustin Clarke Casey2008-11-105-14/+14
|
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-1/+1
| | | | | | groundwork.
* Refactoring: Moved component creation to "ComponentFactory" as dictated by ↵Tedd Hansen2008-11-091-7/+7
| | | | convention
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-0916-16/+448
|
* Mantis#2589: Thanks StrawberryFride, for a patch that fixes the build on VS2005.Homer Horwitz2008-11-081-2/+3
|
* Work in progress on SECS stuff. Have been holding it off until after 0.6 ↵Tedd Hansen2008-11-0839-62/+2873
| | | | 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.
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-082-2/+56
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-2115-591/+591
|
* EXPERIMENTAL: Early commit of new Script Engine Component SystemTedd Hansen2008-09-2115-0/+591