Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -216/+0 | |
2007-06-26 | *Added support for reservations in OpenGridServices (mysql only for now) | mingchen | 1 | -4/+4 | |
*SQL file coming soon (as soon as I can figure out how to get the | |||||
2007-06-20 | * and done the same for OGS.. | Adam Frisby | 1 | -7/+7 | |
2007-06-11 | Seems someone deleted BaseServer.cs without removing references to it | MW | 1 | -1/+1 | |
2007-06-09 | * Just for the heck of it - added a UUID based equivilent too. | Adam Frisby | 1 | -0/+3 | |
2007-06-09 | * Sugilite user server can now return user profile information by account ↵ | Adam Frisby | 1 | -4/+4 | |
name (Hi MingChen) - uses the REST GET /user/name/ method. | |||||
2007-06-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+216 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -217/+0 | |
version from trunk | |||||
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 1 | -7/+6 | |
2007-06-05 | * Fixed OGS build | Adam Frisby | 1 | -6/+6 | |
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in | |||||
2007-05-28 | DB4o is re-tah-ded. (Changed default DB provider to MySQL) | Adam Frisby | 1 | -1/+1 | |
2007-05-25 | Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵ | MW | 1 | -18/+38 | |
this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL) | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-20 | * Switching back to MySql | Adam Frisby | 1 | -1/+2 | |
2007-05-20 | * DB4o support made default | Adam Frisby | 1 | -1/+1 | |
* Some comments | |||||
2007-05-20 | Infact, so fresh it didnt even load a database connection! | Adam Frisby | 1 | -5/+1 | |
2007-05-20 | Adam proudly presents: A new user/login server - fresh to you from his ↵ | Adam Frisby | 1 | -8/+12 | |
desktop, and completely untested! | |||||
2007-05-16 | Let stuff be broken! | Adam Frisby | 1 | -0/+6 | |
2007-05-12 | EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵ | Adam Frisby | 1 | -10/+7 | |
to include Log Priority) | |||||
2007-05-12 | * Changed homepos default to 150m from original of 23 which could be ↵ | Adam Frisby | 1 | -1/+1 | |
underground. * Need to create new user accounts for this to take effect. | |||||
2007-04-26 | added just what opensim needs...yet another command line option: -noverbose ↵ | MW | 1 | -1/+1 | |
. cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console) | |||||
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -103/+103 | |
* Now dumping default value in config. * | |||||
2007-04-11 | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 1 | -0/+6 | |
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | |||||
2007-04-11 | Added POST handler for /sims/ in the grid server | gareth | 1 | -25/+36 | |
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments | |||||
2007-04-02 | Added help line | gareth | 1 | -6/+7 | |
2007-04-02 | Added DB backing for user profiles | gareth | 1 | -2/+28 | |
Added "create profile command" | |||||
2007-04-02 | Finished putting user server config into Db4o | gareth | 1 | -42/+41 | |
2007-03-28 | * log file name conflict | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 1 | -162/+53 | |
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-24 | Brought in the OGS user server into the main trunk (in a rather messy way) | gareth | 1 | -6/+84 | |
2007-03-22 | brought zircon branch into trunk | gareth | 1 | -0/+0 | |
2007-03-14 | Merged ogs-cs into trunk | gareth | 1 | -89/+59 | |
2007-03-13 | added movement etc from r191 | gareth | 1 | -17/+26 | |
2007-03-13 | Rolled back all but the VS solution | gareth | 1 | -26/+17 | |
2007-03-13 | -- Trying to get trunk to run from first build | lbsa71 | 1 | -17/+26 | |
* Collected required dll's into /bin * Moved timer start for great justice * Added some Writes to Console, and a Status field * Added dumb NullPhysicsScene and NullPhysicsActor that kicks in if Physics Plugin not specified * Svn-ignored a shitload | |||||
2007-03-08 | Primitive's shape and scale are now saved into database and reloaded. | MW | 1 | -13/+18 | |
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim. | |||||
2007-03-08 | Another attemp to fix the Session Logout bug | MW | 1 | -2/+5 | |
World map data is now saved in database and recovered on startup. Primitives are now backed up to a local database and reloaded on startup. | |||||
2007-03-07 | fixed last screwup | gareth | 1 | -0/+0 | |
2007-03-07 | Imported branch | gareth | 1 | -0/+194 | |