| Commit message (Expand) | Author | Files | Lines |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 1 | -0/+1 |
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 1 | -0/+3 |
2007-10-06 | removed the OpenSim.Region.ScriptEngine.DotNetEngine reference from OpenSim.... | MW | 1 | -1/+0 |
2007-10-05 | Some more work on new ScriptEngine. | Tedd Hansen | 1 | -0/+55 |
2007-10-05 | Code from Illumious Beltran (IBM) implementing more LSL | Sean Dague | 1 | -0/+1 |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -18/+18 |
2007-10-02 | * Deleted erroneous ref | lbsa71 | 1 | -1/+0 |
2007-09-29 | Hollow prims (box only), thanks Gerard! Enjoy | dan miller | 1 | -0/+9 |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 1 | -36/+0 |
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -0/+36 |
2007-09-25 | fix order issue with prebuild.xml, we need to build Local before | Sean Dague | 1 | -14/+14 |
2007-09-25 | * Added missing project ref | lbsa71 | 1 | -0/+1 |
2007-09-24 | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 1 | -60/+2 |
2007-09-22 | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet,... | Tedd Hansen | 1 | -0/+31 |
2007-09-17 | * CHANGED SOME CONSOLE COMMAND BEHAVIOURS | lbsa71 | 1 | -1/+0 |
2007-09-16 | added version | Sean Dague | 1 | -2/+1 |
2007-09-16 | Fixed missing Axiom references. | Brian McBee | 1 | -0/+1 |
2007-09-11 | Added part 3 of Darok's BulletX patch. The bulletX plugin is now a project in... | MW | 1 | -0/+25 |
2007-09-08 | Cut down on the number of compile warnings. Now down to 5: 4 are related to u... | MW | 1 | -1/+0 |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 1 | -0/+28 |
2007-08-28 | Start of trying to make Region/Scene more modular. | MW | 1 | -0/+1 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 1 | -99/+2 |
2007-08-18 | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 1 | -2/+2 |
2007-08-18 | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 1 | -2/+0 |
2007-08-18 | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 1 | -0/+26 |
2007-08-18 | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 1 | -0/+1 |
2007-08-17 | Added RAIL.dll | Tedd Hansen | 1 | -0/+1 |
2007-08-15 | * Exploring Group/Part from an app perspective. | lbsa71 | 1 | -0/+1 |
2007-08-14 | Removed some debugging. Removed *.lso from project include in prebuild.xml. | Tedd Hansen | 1 | -1/+0 |
2007-08-14 | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 1 | -0/+1 |
2007-08-14 | Start of Inventory service, currently only (partially) functional in standalo... | MW | 1 | -0/+4 |
2007-08-12 | Code comments and cleanup, correct datatypes for key, vector, rotation, (hope... | Tedd Hansen | 1 | -7/+2 |
2007-08-12 | * Removed magic exclusion of MonoSqlite data store from prebuild | lbsa71 | 1 | -1/+1 |
2007-08-11 | Made account Authentication optional in "sandbox/standalone" mode. Just chang... | MW | 1 | -0/+1 |
2007-08-10 | Some cleaning up and removed a few old files no longer in use. | MW | 1 | -1/+3 |
2007-08-10 | Fixed a couple of mistakes. | MW | 1 | -1/+1 |
2007-08-10 | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 1 | -1/+1 |
2007-08-09 | Forgot to remove reference to .dll that was merged | Tedd Hansen | 1 | -3/+0 |
2007-08-09 | ScriptEngine just needs 2 events hooked up and llSay() implemented to work. S... | Tedd Hansen | 1 | -0/+1 |
2007-08-09 | Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into OpenSim.ScriptEngi... | Tedd Hansen | 1 | -32/+0 |
2007-08-08 | add MonoSqlite storage module, this might break windows folks, need | Sean Dague | 1 | -0/+25 |
2007-08-08 | The startup set of assets in the local asset server can now be set from a xml... | MW | 1 | -0/+2 |
2007-08-08 | update prebuild to work with new script stuff | Sean Dague | 1 | -7/+10 |
2007-08-08 | Removed System.Windows.Form reference from DotNetEngine.Compiler.LSL , it did... | MW | 1 | -1/+0 |
2007-08-08 | Added ScriptEngine to solution (prebuild.xml) | Tedd Hansen | 1 | -0/+65 |
2007-08-06 | * SimpleApp works again: | lbsa71 | 1 | -0/+1 |
2007-08-04 | clean up of startup config settings (command line args etc), | MW | 1 | -1/+1 |
2007-08-03 | Changes to prepare for future possible configuration of separate logdir, conf... | Brian McBee | 1 | -0/+1 |
2007-08-02 | (no commit message) | Brian McBee | 1 | -1/+1 |
2007-07-29 | * Highly experimental: Added DB4o DataStore support. Untested. | Adam Frisby | 1 | -0/+24 |