aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed the DotNetEngine scripting engine. You will need to create a fresh ch...John Hurliman2009-10-271-485/+0
* * Added a sanity check for Mono before trying to enumerate over an empty Sort...John Hurliman2009-10-061-4/+4
* Formatting cleanup.Jeff Ames2009-10-011-3/+3
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie2009-08-041-0/+5
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
* Correct an error where the config file name was always considered to be aMelanie Thielker2009-06-061-2/+7
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-151-4/+12
* Fix a regression where animations would only be sent if the avatar hasMelanie Thielker2009-04-121-2/+36
* Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker2009-04-111-0/+9
* Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker2009-04-101-0/+10
* Add events to IScriptEngine to notify scripting modules of the removalMelanie Thielker2009-04-101-0/+3
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-1/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-5/+3
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-221-5/+0
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-1/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-3/+2
* An initial implementation of llMinEventDelay in XEngine.idb2008-12-211-0/+7
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-081-1/+16
* * Added missing dependencies that was causing build to fail in windows. Mon...Teravus Ovares2008-10-171-0/+1
* Fixed (mono-)script handling for SL viewer 1.21:Homer Horwitz2008-10-161-2/+12
* Fix Mantis #2281: touch events in non-default states in DNE work again.Homer Horwitz2008-10-041-1/+1
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-031-0/+5
* Plumb in the start parameter in DNEMelanie Thielker2008-10-031-1/+1
* DNE code cleanupsMelanie Thielker2008-09-261-25/+43
* Adds support for the "Running" checkbox and the "Reset" button, as well asMelanie Thielker2008-09-261-0/+44
* Yay! Common/ is gone! One API is achieved!Melanie Thielker2008-09-261-1/+1
* Add per-instance date to DNE to avoid serializing stuff 10 times a second.Melanie Thielker2008-09-261-16/+24
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-8/+260
* Brushing rust of ye old commitTedd Hansen2008-09-061-1/+0
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+2
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* Converted logging to use log4net.Jeff Ames2008-02-051-1/+1
* Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen2008-02-021-1/+1
* SCRIPTING STILL BROKENTedd Hansen2008-02-011-1/+1
* ExperimentalTedd Hansen2008-02-011-0/+6
* Small bug in ResetScriptTedd Hansen2008-01-211-4/+0
* Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen2008-01-121-78/+8
* ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen2008-01-121-3/+3
* Dynamic loading of ScriptEngine in ScriptServerTedd Hansen2008-01-091-1/+7
* server->script event path almost ready for remote scriptengine (translation t...Tedd Hansen2007-12-301-12/+5
* In this commit I am using an editor feature called "Save All" before I commit.Tedd Hansen2007-12-301-1/+2
* * Optimized usingslbsa712007-12-271-1/+1
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Optimized usingslbsa712007-10-301-21/+12
* changes to pass nini config object to the modules that getSean Dague2007-10-191-132/+133
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-132/+132
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-131-132/+132
* Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen2007-09-131-10/+10