Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Added ThirdParty node for external library sources that are shipped with ↵ | lbsa71 | 2008-01-13 | 1 | -0/+20 | |
| | | | | | | | | | the solution. * Added conceptual TribalMedia.Framework.Data library; this is meant as a generic database layer abstraction library, that should be specialized into OpenSim.Framework.Data * OpenSim.Framework.Data should subclass FieldMappers to extend LLVector3 and LLQuaternions | |||||
* | Welcome back LSO. | Tedd Hansen | 2008-01-12 | 1 | -0/+33 | |
| | | | | | Added old LSO code, will use it as base to create new LSO VM. | |||||
* | Major reorganizing of DotNetEngine. Moved common script engine parts to ↵ | Tedd Hansen | 2008-01-12 | 1 | -3/+7 | |
| | | | | | | | | ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common. Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory. | |||||
* | Added references for last commit | Tedd Hansen | 2008-01-12 | 1 | -2/+6 | |
| | ||||||
* | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 2008-01-12 | 1 | -0/+1 | |
| | ||||||
* | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 2008-01-09 | 1 | -28/+1 | |
| | | | | | | | | namespace to mirror what is done with MySQL. This will require a configuration change for people using SQLite for prims which is given as an example in OpenSim.ini.example | |||||
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 1 | -0/+1 | |
| | | | | | * Don't forget to prebuild | |||||
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -19/+7 | |
| | | | | | Some debug info for startup added to find bugs. ++ | |||||
* | * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵ | Teravus Ovares | 2008-01-05 | 1 | -0/+28 | |
| | | | | might end up with problems later. | |||||
* | Put warning codes explaining why some explicit bin/ScriptEngines paths were ↵ | Justin Clarke Casey | 2008-01-02 | 1 | -0/+13 | |
| | | | | added to prebuild.xml | |||||
* | prebuild.xml back to 2901 because of bug in prebuild on nant | Tedd Hansen | 2008-01-01 | 1 | -2/+3 | |
| | ||||||
* | Minor changes. Changed Prebuild.xml to avoid first-time-compile error ↵ | Tedd Hansen | 2008-01-01 | 1 | -2/+2 | |
| | | | | because of dependencies. Made some changes to new LSLString. | |||||
* | Fix up prebuild.xml so it compiles on Linux. Needs to be retested on Windows. | Justin Clarke Casey | 2007-12-31 | 1 | -30/+29 | |
| | ||||||
* | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 2007-12-30 | 1 | -0/+6 | |
| | | | | | | * Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | |||||
* | Added ScriptEngine.RemoteServer module | Tedd Hansen | 2007-12-30 | 1 | -0/+33 | |
| | ||||||
* | Add System.Xml back into AssetServer and into AssetLoader for the first ↵ | Justin Clarke Casey | 2007-12-28 | 1 | -0/+2 | |
| | | | | | | | | time. Prebuild generation ran fine on my Linux box without these, so I presume this is a Windows related problem if these are missing | |||||
* | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 2007-12-28 | 1 | -5/+31 | |
| | ||||||
* | * Added osTerrainSetHeight(int x, int y, double val) to LSL commands | Adam Frisby | 2007-12-27 | 1 | -0/+1 | |
| | | | | | * Added osTerrainGetHeight(int x, int y) to LSL commands | |||||
* | start to pull in config for OpenSim export | Sean Dague | 2007-12-14 | 1 | -0/+1 | |
| | ||||||
* | stubbing in OpenSimExport program. This does nothing | Sean Dague | 2007-12-14 | 1 | -0/+40 | |
| | | | | | | yet except compiles a shell | |||||
* | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 2007-12-05 | 1 | -0/+33 | |
| | | | | | * This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite | |||||
* | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 2007-12-03 | 1 | -0/+30 | |
| | ||||||
* | remove the .dll from System.Data, this breaks monodevelop builds | Sean Dague | 2007-11-27 | 1 | -1/+1 | |
| | ||||||
* | added dummy POS physics plugin | Jeff Ames | 2007-11-16 | 1 | -0/+22 | |
| | ||||||
* | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 2007-11-15 | 1 | -0/+2 | |
| | | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings | |||||
* | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 2007-11-10 | 1 | -4/+33 | |
| | | | | | | * Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... | |||||
* | added ODE back to prebuild | dan miller | 2007-11-05 | 1 | -2/+0 | |
| | ||||||
* | * Reverted local xsd copy | lbsa71 | 2007-11-05 | 1 | -1/+1 | |
| | ||||||
* | * prebuild now creates .exe references in NAntTarget | lbsa71 | 2007-11-05 | 1 | -1/+1 | |
| | | | | | * prebuild now uses local copy of schema (for future expansions) | |||||
* | disable ODE as it is breaking the build | Sean Dague | 2007-11-05 | 1 | -0/+2 | |
| | ||||||
* | Added forgotten ApplicationPlugins directory and moved the load region code ↵ | MW | 2007-11-04 | 1 | -3/+6 | |
| | | | | | | | | out to a plugin. To make opensim search for the new plugin, you will need to delete the "addin-db-000" and "addins" sub directories in bin if you have them. | |||||
* | forgot change in prebuild.xml | MW | 2007-11-04 | 1 | -2/+2 | |
| | ||||||
* | trying to fix the problem of Mono not liking to work with Mono.Addins, but ↵ | MW | 2007-11-04 | 1 | -2/+2 | |
| | | | | MS .net is fine with it. | |||||
* | Added support for OpenSim application plugins (as requested by Adam), which ↵ | MW | 2007-11-04 | 1 | -1/+26 | |
| | | | | | | | use Mono.addins for loading/management. (which is a pure .net solution so works on both Mono and MS .net, and is under the MIT license, will add the source code for the library later). I also suggest we look into switching to using Mono.addins for our Region module loading management. A little bit more refactoring of Scene. | |||||
* | *Fixed prebuild.xml...again | mingchen | 2007-11-03 | 1 | -1/+1 | |
| | ||||||
* | *Fixing the prebuild.xml | mingchen | 2007-11-03 | 1 | -0/+2 | |
| | ||||||
* | *Moved region loading into its own interface IRegionLoader | mingchen | 2007-11-03 | 1 | -0/+50 | |
| | | | | | *Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file. | |||||
* | ScriptServer fixes: Added more debug logging, mutex lock (to be ↵ | Tedd Hansen | 2007-11-01 | 1 | -55/+0 | |
| | | | | | | | extra-super-sure) on script load/unload, removed experimental Grid-scriptengine from compile because of dynamic module loader, and added random string to script filename to bypass module loader file lock. Please delete your copy of bin/ScriptEngine/OpenSim.Grid.ScriptEngine.DotNetEngine.dll. | |||||
* | * 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 ↵ | Tleiades Hax | 2007-10-30 | 1 | -0/+29 | |
| | | | | InevntoryServer | |||||
* | Very early first implementation of grid based assets. | Tleiades Hax | 2007-10-26 | 1 | -2/+3 | |
| | | | | | Run this on a major grid, and weep | |||||
* | Created a generic RESTClient component, which simplifies querying for ↵ | Tleiades Hax | 2007-10-25 | 1 | -0/+1 | |
| | | | | | | | | resources from REST based web-services. Currently it supports a barebones scheme for specifying the path of the resource and querying asynchroneously. POST method is still wacky and a good solid scheme for handling timeout still remain. | |||||
* | Fixed a situation where a reference to ↵ | Tleiades Hax | 2007-10-21 | 1 | -4/+0 | |
| | | | | OpenSim.Region.ScriptEngine.DotNetEngine caused a circular reference in VS-2005 | |||||
* | (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 | |
| | | | | | | loaded so that they may read out any bits they are interested in | |||||
* | 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 ↵ | Tleiades Hax | 2007-10-13 | 1 | -0/+1 | |
| | | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. | |||||
* | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2007-10-08 | 1 | -0/+3 | |
| | ||||||
* | removed the OpenSim.Region.ScriptEngine.DotNetEngine reference from ↵ | MW | 2007-10-06 | 1 | -1/+0 | |
| | | | | OpenSim.Region.Environment, as it created a round reference problem. And it doesn't seem like it was needed |