Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -93/+135 | |
* Now dumping default value in config. * | |||||
2007-04-11 | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 1 | -135/+93 | |
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | |||||
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -95/+137 | |
2007-04-11 | Attempt to rearrange some of the directories | MW | 1 | -4/+4 | |
2007-04-11 | * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServer | lbsa71 | 1 | -133/+93 | |
2007-04-11 | added missing files | MW | 1 | -62/+150 | |
2007-04-11 | First basic test script now works in the jvm scripting engine. | MW | 1 | -48/+0 | |
For it to work you need to have a java sdk installed and the javac.exe somewhere in the environment Path variable. Then To test, copy the text from bin/script1.text into a note card and then add that note to a prim. | |||||
2007-04-11 | Changed so that a bin\ScriptEngines\ directory will be searched for ↵ | MW | 1 | -17/+23 | |
scripting Engines. Added the work in progress JVM scripting engine. | |||||
2007-04-11 | * nant building again | lbsa71 | 1 | -0/+6 | |
2007-04-11 | * built binaries, pdb's and user files should not be under version control. | lbsa71 | 1 | -17/+17 | |
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files | |||||
2007-04-11 | Well, it *appears* to compile. Initial SQLite Local Storage module (supports ↵ | Adam Frisby | 1 | -0/+6 | |
saving, deletion and update of prims, but does not yet load them.) | |||||
2007-04-06 | And now for some solution files... | Adam Frisby | 1 | -1/+7 | |
2007-04-04 | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 1 | -6/+0 | |
Split World class into two partial classes | |||||
2007-04-04 | Split Avatar class into three partial classes (hopefully will make it easier ↵ | MW | 1 | -118/+82 | |
to work on) | |||||
2007-04-04 | * Added Primitive2 to vs2005 solution | lbsa71 | 1 | -82/+118 | |
* Apparently, Prebuild thinks DEBUG should be in there. | |||||
2007-04-04 | Started to clean up/ rewrite Primitive class , currently the new version is ↵ | MW | 1 | -118/+82 | |
called Primitive2 and not used, but once it is complete then it will replace the old version. | |||||
2007-04-03 | * lovely. svn doesn't delete the files from disk on svn delete, so they show ↵ | lbsa71 | 1 | -81/+117 | |
up in prebuilt projs and build files. | |||||
2007-04-03 | * Fixad namespace clash | lbsa71 | 1 | -117/+81 | |
2007-04-03 | * Extended Script API with GetRandomAvatar | lbsa71 | 1 | -81/+117 | |
* The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar. | |||||
2007-04-03 | * Script prototype | lbsa71 | 1 | -1/+1 | |
2007-04-02 | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵ | MW | 1 | -123/+88 | |
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig). | |||||
2007-04-02 | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵ | MW | 1 | -0/+7 | |
configuration method, so that it is easier to load configuration data from a ogs server | |||||
2007-04-02 | Moved database storage of the world map to the Db4LocalStorage so its in the ↵ | MW | 1 | -149/+149 | |
same database as in world prims are stored. | |||||
2007-04-02 | Added OpenUser.Config project | gareth | 1 | -109/+149 | |
2007-04-02 | (no commit message) | MW | 1 | -106/+74 | |
2007-04-02 | Fixed VS2005 solution/project files | MW | 1 | -141/+141 | |
2007-04-02 | Moved grid configuration to Db4o database | gareth | 1 | -1/+9 | |
2007-04-02 | Added new REST protocol (partially complete) | gareth | 1 | -103/+133 | |
Made sim profiles load from DB Updated build files for grid server Added sim login | |||||
2007-03-31 | * cleared some unused code away | lbsa71 | 1 | -97/+69 | |
2007-03-30 | * updated build files | lbsa71 | 1 | -70/+98 | |
2007-03-30 | Started to add a few features to the web front end that should be useful ↵ | MW | 1 | -1/+1 | |
during debugging. First such feature is that you can see a list of any connected clients inventory. | |||||
2007-03-29 | * Tried to make the sandbox/useraccount sim setup a bit simpler | lbsa71 | 1 | -96/+69 | |
* Removed some comments | |||||
2007-03-29 | * Naaw, -realphysx is too much to ask | lbsa71 | 1 | -84/+111 | |
* Genning proj Guids from name hash, for great justice | |||||
2007-03-28 | * worked a little bit more on straigthening the startup procedure out | lbsa71 | 1 | -96/+69 | |
2007-03-27 | * revert the revert - begin the beguine | lbsa71 | 1 | -79/+112 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -76/+70 | |
2007-03-27 | * Config should be loaded before login server startup... | lbsa71 | 1 | -92/+69 | |
2007-03-27 | * vaseline + duct-tape. | lbsa71 | 1 | -84/+107 | |
2007-03-27 | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 1 | -75/+75 | |
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. | |||||
2007-03-27 | * Prebuild breaks nant build if project is empty. Quick fix : add dummy file | lbsa71 | 1 | -75/+75 | |
2007-03-27 | * Enabled the OpenSim.Servers project | lbsa71 | 1 | -70/+76 | |
2007-03-27 | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 1 | -76/+70 | |
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice) | |||||
2007-03-26 | * Deleted unused OGS directory | lbsa71 | 1 | -90/+69 | |
2007-03-26 | * fixed buildfiles | lbsa71 | 1 | -84/+105 | |
2007-03-25 | * Hopefully it builds again... | lbsa71 | 1 | -56/+80 | |
2007-03-25 | (no commit message) | MW | 1 | -1/+1 | |
2007-03-25 | You want large textures, you shall have! - Xfer system now working for large ↵ | MW | 1 | -75/+55 | |
asset uploads Fixed the VS solution file. Now forwars ViewerEffect messages onto the other clients Renamed OpenSim.Framework/Inventory.cs to OpenSim.Framework/AgentInventory.cs | |||||
2007-03-24 | * Added separate exe project | lbsa71 | 1 | -59/+85 | |
* Prebuild exe is now built in /bin dir | |||||
2007-03-23 | * whoops - missing project... | lbsa71 | 1 | -51/+51 | |
2007-03-23 | Fixed VS solution file | MW | 1 | -67/+51 | |