Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More renaming | gareth | 2007-04-02 | 4 | -159/+2 |
| | |||||
* | Renamed GridConfigDb4o | gareth | 2007-04-02 | 4 | -0/+0 |
| | |||||
* | Copied OpenGrid.Config to OpenUser.Config ready for the user server stuff | gareth | 2007-04-02 | 4 | -0/+300 |
| | |||||
* | (no commit message) | MW | 2007-04-02 | 1 | -1/+3 |
| | |||||
* | (no commit message) | MW | 2007-04-02 | 2 | -106/+84 |
| | |||||
* | Fixed VS2005 solution/project files | MW | 2007-04-02 | 20 | -2220/+2220 |
| | |||||
* | Brought back in older version of libsecondlife.dll for now. | MW | 2007-04-02 | 1 | -0/+0 |
| | |||||
* | Brought in latest libsl | gareth | 2007-04-02 | 1 | -0/+0 |
| | |||||
* | Fixed loading problem | gareth | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | Moved grid configuration to Db4o database | gareth | 2007-04-02 | 11 | -122/+282 |
| | |||||
* | ditto | gareth | 2007-04-02 | 1 | -0/+0 |
| | |||||
* | Renamed to GridConfig | gareth | 2007-04-02 | 6 | -226/+2 |
| | |||||
* | Copied OpenSim.Config ready to port for grid server | gareth | 2007-04-02 | 7 | -0/+495 |
| | |||||
* | Added sim check timer | gareth | 2007-04-02 | 2 | -2/+39 |
| | |||||
* | Added new REST protocol (partially complete) | gareth | 2007-04-02 | 40 | -3106/+3192 |
| | | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login | ||||
* | More refactoring | MW | 2007-04-01 | 6 | -69/+130 |
| | |||||
* | More cleaning up of SimClient and packet handling | MW | 2007-04-01 | 4 | -60/+58 |
| | |||||
* | Moved more packet types to handlers | MW | 2007-04-01 | 3 | -130/+147 |
| | |||||
* | More work on adding Packets handlers and tested the first handler. | MW | 2007-04-01 | 3 | -78/+115 |
| | |||||
* | Added Packet handlers to SimClient | MW | 2007-03-31 | 2 | -353/+402 |
| | |||||
* | Can now Rez and DeRez objects (take to and from inventory). | MW | 2007-03-31 | 8 | -36/+419 |
| | | | | | Very much a work in progress and likely to be a number of bugs. | ||||
* | * fixed some Framework refs | lbsa71 | 2007-03-31 | 3 | -10/+14 |
| | |||||
* | Add back ParseXMLRPC() to UserProfileManager | MW | 2007-03-31 | 1 | -0/+16 |
| | |||||
* | (no commit message) | MW | 2007-03-31 | 2 | -50/+57 |
| | |||||
* | * cleared some unused code away | lbsa71 | 2007-03-31 | 2 | -279/+69 |
| | |||||
* | * updated build files | lbsa71 | 2007-03-30 | 4 | -95/+120 |
| | |||||
* | Added a LoginResponse class for LoginServer. | andy | 2007-03-30 | 2 | -38/+412 |
| | |||||
* | Some very basic terraforming, can raise and lower the terrain, but currently ↵ | MW | 2007-03-30 | 4 | -214/+287 |
| | | | | only a very basic brush algorithm (and can't change the brushes size) | ||||
* | (no commit message) | MW | 2007-03-30 | 1 | -2/+1 |
| | |||||
* | Done some fixes to the ODE plugin, but its still not working correctly, ↵ | MW | 2007-03-30 | 2 | -379/+409 |
| | | | | believe that the terrain is rotated /placed wrongly. | ||||
* | Clothing now seems to work (though there are likely to still be some problems) | MW | 2007-03-30 | 2 | -3/+25 |
| | |||||
* | Removed a few comments sent to the console | MW | 2007-03-30 | 2 | -8/+3 |
| | |||||
* | Should now be able to create and edit Notecards | MW | 2007-03-30 | 3 | -2/+30 |
| | |||||
* | Started to add a few features to the web front end that should be useful ↵ | MW | 2007-03-30 | 7 | -31/+77 |
| | | | | | | | during debugging. First such feature is that you can see a list of any connected clients inventory. | ||||
* | When you change the name of a inventory item, it should no longer revert ↵ | MW | 2007-03-29 | 6 | -102/+150 |
| | | | | after a logout / login | ||||
* | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers | lbsa71 | 2007-03-29 | 10 | -23/+29 |
| | |||||
* | * Now the rest handlers try to match path as close as possibly, so it's ↵ | lbsa71 | 2007-03-29 | 3 | -12/+24 |
| | | | | possible to add handlers for just a beginning of a path. | ||||
* | * RestMethod now uses same pattern as XmlRpcMethod | lbsa71 | 2007-03-29 | 4 | -134/+132 |
| | | | | | | * Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay! | ||||
* | * Tried to make the sandbox/useraccount sim setup a bit simpler | lbsa71 | 2007-03-29 | 4 | -267/+121 |
| | | | | | | * Removed some comments | ||||
* | * added user account info to README.txt | lbsa71 | 2007-03-29 | 1 | -0/+16 |
| | |||||
* | * Naaw, -realphysx is too much to ask | lbsa71 | 2007-03-29 | 21 | -192/+212 |
| | | | | | * Genning proj Guids from name hash, for great justice | ||||
* | Fixed so Inventory structure is correct after a log out and re-login (in ↵ | MW | 2007-03-29 | 4 | -2/+25 |
| | | | | Sandbox accounts) | ||||
* | * vs2005 target gens OpenSim.csporj.user with -loginserver -sandbox ↵ | lbsa71 | 2007-03-29 | 1 | -5/+9 |
| | | | | -accounts -realphysx settings | ||||
* | * changed readme to reflect current situation | lbsa71 | 2007-03-29 | 1 | -3/+35 |
| | |||||
* | Added lbsa71's http server changes. | MW | 2007-03-29 | 13 | -568/+766 |
| | | | | | | 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) | ||||
* | Doh! need to return the response | gareth | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | Added neighbours code | gareth | 2007-03-28 | 1 | -0/+16 |
| | |||||
* | Added more infrastructure for OGS | gareth | 2007-03-28 | 2 | -0/+19 |
| | |||||
* | Fixed name quotes bug | MW | 2007-03-28 | 2 | -5/+4 |
| | |||||
* | After hours of searching for a bug, it works - User accounts in sandbox ↵ | MW | 2007-03-28 | 15 | -33/+216 |
| | | | | | | | mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface |