| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *Moved region loading into its own interface IRegionLoader | mingchen | 2007-11-03 | 1 | -0/+50 |
* | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 2007-11-01 | 1 | -55/+0 |
* | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 2007-10-31 | 1 | -5/+5 |
* | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 2007-10-30 | 1 | -0/+29 |
* | Very early first implementation of grid based assets. | Tleiades Hax | 2007-10-26 | 1 | -2/+3 |
* | Created a generic RESTClient component, which simplifies querying for resourc... | Tleiades Hax | 2007-10-25 | 1 | -0/+1 |
* | Fixed a situation where a reference to OpenSim.Region.ScriptEngine.DotNetEngi... | Tleiades Hax | 2007-10-21 | 1 | -4/+0 |
* | (no commit message) | Tleiades Hax | 2007-10-21 | 1 | -0/+3 |
* | changes to pass nini config object to the modules that get | Sean Dague | 2007-10-19 | 1 | -3/+7 |
* | updated prebuild.xml | MW | 2007-10-15 | 1 | -0/+1 |
* | * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken! | lbsa71 | 2007-10-15 | 1 | -1/+1 |
* | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 2007-10-13 | 1 | -0/+1 |
* | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2007-10-08 | 1 | -0/+3 |
* | removed the OpenSim.Region.ScriptEngine.DotNetEngine reference from OpenSim.... | MW | 2007-10-06 | 1 | -1/+0 |
* | Some more work on new ScriptEngine. | Tedd Hansen | 2007-10-05 | 1 | -0/+55 |
* | Code from Illumious Beltran (IBM) implementing more LSL | Sean Dague | 2007-10-05 | 1 | -0/+1 |
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 1 | -18/+18 |
* | * Deleted erroneous ref | lbsa71 | 2007-10-02 | 1 | -1/+0 |
* | Hollow prims (box only), thanks Gerard! Enjoy | dan miller | 2007-09-29 | 1 | -0/+9 |
* | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 2007-09-27 | 1 | -36/+0 |
* | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 2007-09-27 | 1 | -0/+36 |
* | fix order issue with prebuild.xml, we need to build Local before | Sean Dague | 2007-09-25 | 1 | -14/+14 |
* | * Added missing project ref | lbsa71 | 2007-09-25 | 1 | -0/+1 |
* | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 2007-09-24 | 1 | -60/+2 |
* | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet,... | Tedd Hansen | 2007-09-22 | 1 | -0/+31 |
* | * CHANGED SOME CONSOLE COMMAND BEHAVIOURS | lbsa71 | 2007-09-17 | 1 | -1/+0 |
* | added version | Sean Dague | 2007-09-16 | 1 | -2/+1 |
* | Fixed missing Axiom references. | Brian McBee | 2007-09-16 | 1 | -0/+1 |
* | Added part 3 of Darok's BulletX patch. The bulletX plugin is now a project in... | MW | 2007-09-11 | 1 | -0/+25 |
* | Cut down on the number of compile warnings. Now down to 5: 4 are related to u... | MW | 2007-09-08 | 1 | -1/+0 |
* | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 2007-08-28 | 1 | -0/+28 |
* | Start of trying to make Region/Scene more modular. | MW | 2007-08-28 | 1 | -0/+1 |
* | Deleted a few old files that are no longer used. | MW | 2007-08-27 | 1 | -99/+2 |
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 2007-08-18 | 1 | -2/+2 |
* | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2007-08-18 | 1 | -2/+0 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 1 | -0/+26 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 1 | -0/+1 |
* | Added RAIL.dll | Tedd Hansen | 2007-08-17 | 1 | -0/+1 |
* | * Exploring Group/Part from an app perspective. | lbsa71 | 2007-08-15 | 1 | -0/+1 |
* | Removed some debugging. Removed *.lso from project include in prebuild.xml. | Tedd Hansen | 2007-08-14 | 1 | -1/+0 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -0/+1 |
* | Start of Inventory service, currently only (partially) functional in standalo... | MW | 2007-08-14 | 1 | -0/+4 |
* | Code comments and cleanup, correct datatypes for key, vector, rotation, (hope... | Tedd Hansen | 2007-08-12 | 1 | -7/+2 |
* | * Removed magic exclusion of MonoSqlite data store from prebuild | lbsa71 | 2007-08-12 | 1 | -1/+1 |
* | Made account Authentication optional in "sandbox/standalone" mode. Just chang... | MW | 2007-08-11 | 1 | -0/+1 |
* | Some cleaning up and removed a few old files no longer in use. | MW | 2007-08-10 | 1 | -1/+3 |
* | Fixed a couple of mistakes. | MW | 2007-08-10 | 1 | -1/+1 |
* | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 2007-08-10 | 1 | -1/+1 |
* | Forgot to remove reference to .dll that was merged | Tedd Hansen | 2007-08-09 | 1 | -3/+0 |
* | ScriptEngine just needs 2 events hooked up and llSay() implemented to work. S... | Tedd Hansen | 2007-08-09 | 1 | -0/+1 |