aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* More renaminggareth2007-04-024-159/+2
|
* Renamed GridConfigDb4ogareth2007-04-024-0/+0
|
* Copied OpenGrid.Config to OpenUser.Config ready for the user server stuffgareth2007-04-024-0/+300
|
* (no commit message)MW2007-04-021-1/+3
|
* (no commit message)MW2007-04-022-106/+84
|
* Fixed VS2005 solution/project filesMW2007-04-0220-2220/+2220
|
* Brought back in older version of libsecondlife.dll for now.MW2007-04-021-0/+0
|
* Brought in latest libslgareth2007-04-021-0/+0
|
* Fixed loading problemgareth2007-04-021-1/+1
|
* Moved grid configuration to Db4o databasegareth2007-04-0211-122/+282
|
* dittogareth2007-04-021-0/+0
|
* Renamed to GridConfiggareth2007-04-026-226/+2
|
* Copied OpenSim.Config ready to port for grid servergareth2007-04-027-0/+495
|
* Added sim check timergareth2007-04-022-2/+39
|
* Added new REST protocol (partially complete)gareth2007-04-0240-3106/+3192
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* More refactoringMW2007-04-016-69/+130
|
* More cleaning up of SimClient and packet handlingMW2007-04-014-60/+58
|
* Moved more packet types to handlersMW2007-04-013-130/+147
|
* More work on adding Packets handlers and tested the first handler. MW2007-04-013-78/+115
|
* Added Packet handlers to SimClient MW2007-03-312-353/+402
|
* Can now Rez and DeRez objects (take to and from inventory).MW2007-03-318-36/+419
| | | | | Very much a work in progress and likely to be a number of bugs.
* * fixed some Framework refslbsa712007-03-313-10/+14
|
* Add back ParseXMLRPC() to UserProfileManager MW2007-03-311-0/+16
|
* (no commit message)MW2007-03-312-50/+57
|
* * cleared some unused code awaylbsa712007-03-312-279/+69
|
* * updated build fileslbsa712007-03-304-95/+120
|
* Added a LoginResponse class for LoginServer.andy2007-03-302-38/+412
|
* Some very basic terraforming, can raise and lower the terrain, but currently ↵MW2007-03-304-214/+287
| | | | only a very basic brush algorithm (and can't change the brushes size)
* (no commit message)MW2007-03-301-2/+1
|
* Done some fixes to the ODE plugin, but its still not working correctly, ↵MW2007-03-302-379/+409
| | | | believe that the terrain is rotated /placed wrongly.
* Clothing now seems to work (though there are likely to still be some problems)MW2007-03-302-3/+25
|
* Removed a few comments sent to the consoleMW2007-03-302-8/+3
|
* Should now be able to create and edit NotecardsMW2007-03-303-2/+30
|
* Started to add a few features to the web front end that should be useful ↵MW2007-03-307-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 ↵MW2007-03-296-102/+150
| | | | after a logout / login
* * Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa712007-03-2910-23/+29
|
* * Now the rest handlers try to match path as close as possibly, so it's ↵lbsa712007-03-293-12/+24
| | | | possible to add handlers for just a beginning of a path.
* * RestMethod now uses same pattern as XmlRpcMethodlbsa712007-03-294-134/+132
| | | | | | * Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay!
* * Tried to make the sandbox/useraccount sim setup a bit simplerlbsa712007-03-294-267/+121
| | | | | | * Removed some comments
* * added user account info to README.txtlbsa712007-03-291-0/+16
|
* * Naaw, -realphysx is too much to asklbsa712007-03-2921-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 ↵MW2007-03-294-2/+25
| | | | Sandbox accounts)
* * vs2005 target gens OpenSim.csporj.user with -loginserver -sandbox ↵lbsa712007-03-291-5/+9
| | | | -accounts -realphysx settings
* * changed readme to reflect current situationlbsa712007-03-291-3/+35
|
* Added lbsa71's http server changes. MW2007-03-2913-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 responsegareth2007-03-281-1/+1
|
* Added neighbours codegareth2007-03-281-0/+16
|
* Added more infrastructure for OGSgareth2007-03-282-0/+19
|
* Fixed name quotes bugMW2007-03-282-5/+4
|
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-2815-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