Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added Primitive2 to vs2005 solution | lbsa71 | 2007-04-04 | 1 | -48/+48 |
| | | | | | * Apparently, Prebuild thinks DEBUG should be in there. | ||||
* | Finished initial sim<>Grid login (kinda) | gareth | 2007-04-03 | 1 | -48/+48 |
| | | | | | | | Can login but no config data sent/updated yet | ||||
* | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵ | MW | 2007-04-02 | 2 | -49/+49 |
| | | | | configuration method, so that it is easier to load configuration data from a ogs server | ||||
* | Moved database storage of the world map to the Db4LocalStorage so its in the ↵ | MW | 2007-04-02 | 1 | -115/+115 |
| | | | | same database as in world prims are stored. | ||||
* | Added OpenUser.Config project | gareth | 2007-04-02 | 1 | -115/+115 |
| | |||||
* | (no commit message) | MW | 2007-04-02 | 1 | -1/+3 |
| | |||||
* | Fixed VS2005 solution/project files | MW | 2007-04-02 | 1 | -115/+115 |
| | |||||
* | Added new REST protocol (partially complete) | gareth | 2007-04-02 | 2 | -163/+163 |
| | | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login | ||||
* | * updated build files | lbsa71 | 2007-03-30 | 2 | -0/+4 |
| | |||||
* | Added a LoginResponse class for LoginServer. | andy | 2007-03-30 | 2 | -38/+412 |
| | |||||
* | Started to add a few features to the web front end that should be useful ↵ | MW | 2007-03-30 | 2 | -6/+6 |
| | | | | | | | during debugging. First such feature is that you can see a list of any connected clients inventory. | ||||
* | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers | lbsa71 | 2007-03-29 | 4 | -0/+422 |
| | |||||
* | * Now the rest handlers try to match path as close as possibly, so it's ↵ | lbsa71 | 2007-03-29 | 2 | -5/+17 |
| | | | | possible to add handlers for just a beginning of a path. | ||||
* | * RestMethod now uses same pattern as XmlRpcMethod | lbsa71 | 2007-03-29 | 2 | -22/+20 |
| | | | | | | * Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay! | ||||
* | * Naaw, -realphysx is too much to ask | lbsa71 | 2007-03-29 | 1 | -26/+23 |
| | | | | | * Genning proj Guids from name hash, for great justice | ||||
* | Added lbsa71's http server changes. | MW | 2007-03-29 | 5 | -0/+223 |
| | | | | | | So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port) | ||||
* | RIP OpenSimRoot. (removed) | MW | 2007-03-28 | 1 | -1/+0 |
| | | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. | ||||
* | * worked a little bit more on straigthening the startup procedure out | lbsa71 | 2007-03-28 | 1 | -17/+21 |
| | |||||
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 4 | -343/+29 |
| | |||||
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 4 | -13/+335 |
| | |||||
* | * vaseline + duct-tape. | lbsa71 | 2007-03-27 | 1 | -1/+1 |
| | |||||
* | * Fixed yet another project ref fuck-up in Prebuild. | lbsa71 | 2007-03-27 | 1 | -24/+18 |
| | |||||
* | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 2007-03-27 | 4 | -20/+35 |
| | | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. | ||||
* | * Prebuild breaks nant build if project is empty. Quick fix : add dummy file | lbsa71 | 2007-03-27 | 3 | -1/+6 |
| | |||||
* | * Enabled the OpenSim.Servers project | lbsa71 | 2007-03-27 | 3 | -337/+1 |
| | |||||
* | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 2007-03-27 | 3 | -0/+471 |
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) |