| Commit message (Expand) | Author | Files | Lines |
2008-01-15 | * vs croaked on strong name key | lbsa71 | 1 | -1/+3 |
2008-01-14 | * Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper to... | lbsa71 | 1 | -0/+2 |
2008-01-13 | * Added ThirdParty node for external library sources that are shipped with th... | lbsa71 | 1 | -0/+20 |
2008-01-12 | Welcome back LSO. | Tedd Hansen | 1 | -0/+33 |
2008-01-12 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 1 | -3/+7 |
2008-01-12 | Added references for last commit | Tedd Hansen | 1 | -2/+6 |
2008-01-12 | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 1 | -0/+1 |
2008-01-09 | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 1 | -28/+1 |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 1 | -0/+1 |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -19/+7 |
2008-01-05 | * Added shell Messaging Server. Don't run the MessagingServer yet or you mig... | Teravus Ovares | 1 | -0/+28 |
2008-01-02 | Put warning codes explaining why some explicit bin/ScriptEngines paths were a... | Justin Clarke Casey | 1 | -0/+13 |
2008-01-01 | prebuild.xml back to 2901 because of bug in prebuild on nant | Tedd Hansen | 1 | -2/+3 |
2008-01-01 | Minor changes. Changed Prebuild.xml to avoid first-time-compile error because... | Tedd Hansen | 1 | -2/+2 |
2007-12-31 | Fix up prebuild.xml so it compiles on Linux. Needs to be retested on Windows. | Justin Clarke Casey | 1 | -30/+29 |
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -0/+6 |
2007-12-30 | Added ScriptEngine.RemoteServer module | Tedd Hansen | 1 | -0/+33 |
2007-12-28 | Add System.Xml back into AssetServer and into AssetLoader for the first time.... | Justin Clarke Casey | 1 | -0/+2 |
2007-12-28 | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 1 | -5/+31 |
2007-12-27 | * Added osTerrainSetHeight(int x, int y, double val) to LSL commands | Adam Frisby | 1 | -0/+1 |
2007-12-14 | start to pull in config for OpenSim export | Sean Dague | 1 | -0/+1 |
2007-12-14 | stubbing in OpenSimExport program. This does nothing | Sean Dague | 1 | -0/+40 |
2007-12-05 | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 1 | -0/+33 |
2007-12-03 | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 1 | -0/+30 |
2007-11-27 | remove the .dll from System.Data, this breaks monodevelop builds | Sean Dague | 1 | -1/+1 |
2007-11-16 | added dummy POS physics plugin | Jeff Ames | 1 | -0/+22 |
2007-11-15 | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 1 | -0/+2 |
2007-11-10 | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 1 | -4/+33 |
2007-11-05 | added ODE back to prebuild | dan miller | 1 | -2/+0 |
2007-11-05 | * Reverted local xsd copy | lbsa71 | 1 | -1/+1 |
2007-11-05 | * prebuild now creates .exe references in NAntTarget | lbsa71 | 1 | -1/+1 |
2007-11-05 | disable ODE as it is breaking the build | Sean Dague | 1 | -0/+2 |
2007-11-04 | Added forgotten ApplicationPlugins directory and moved the load region code o... | MW | 1 | -3/+6 |
2007-11-04 | forgot change in prebuild.xml | MW | 1 | -2/+2 |
2007-11-04 | trying to fix the problem of Mono not liking to work with Mono.Addins, but MS... | MW | 1 | -2/+2 |
2007-11-04 | Added support for OpenSim application plugins (as requested by Adam), which u... | MW | 1 | -1/+26 |
2007-11-03 | *Fixed prebuild.xml...again | mingchen | 1 | -1/+1 |
2007-11-03 | *Fixing the prebuild.xml | mingchen | 1 | -0/+2 |
2007-11-03 | *Moved region loading into its own interface IRegionLoader | mingchen | 1 | -0/+50 |
2007-11-01 | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 1 | -55/+0 |
2007-10-31 | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 1 | -5/+5 |
2007-10-30 | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 1 | -0/+29 |
2007-10-26 | Very early first implementation of grid based assets. | Tleiades Hax | 1 | -2/+3 |
2007-10-25 | Created a generic RESTClient component, which simplifies querying for resourc... | Tleiades Hax | 1 | -0/+1 |
2007-10-21 | Fixed a situation where a reference to OpenSim.Region.ScriptEngine.DotNetEngi... | Tleiades Hax | 1 | -4/+0 |
2007-10-21 | (no commit message) | Tleiades Hax | 1 | -0/+3 |
2007-10-19 | changes to pass nini config object to the modules that get | Sean Dague | 1 | -3/+7 |
2007-10-15 | updated prebuild.xml | MW | 1 | -0/+1 |
2007-10-15 | * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken! | lbsa71 | 1 | -1/+1 |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 1 | -0/+1 |