Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-26 | *Added support for reservations in OpenGridServices (mysql only for now) | mingchen | 1 | -0/+5 | |
*SQL file coming soon (as soon as I can figure out how to get the | |||||
2007-06-19 | Made a base class from the Grid mode UserServer.UserManager and included ↵ | MW | 1 | -0/+0 | |
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method) | |||||
2007-06-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+161 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -83/+0 | |
version from trunk | |||||
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 1 | -4/+5 | |
2007-06-05 | * Weird didnt commit inventory before | Adam Frisby | 1 | -1/+1 | |
2007-06-01 | * DB4o Storage provider is now well documented | Adam Frisby | 1 | -0/+77 | |
* Added try/catch over user creation (should allow multiple logins on Db4o) | |||||
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-14 | * Commented out GridManager lines until they are checked into SVN | Adam Frisby | 1 | -0/+5 | |
* Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers. | |||||
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 1 | -11/+11 | |
2007-05-06 | Fixed collision error with threaded access. | Adam Frisby | 1 | -6/+9 | |
2007-05-05 | Fixed bug with adding sims to DB4o based grid interface | Adam Frisby | 1 | -1/+8 | |
2007-05-05 | You can now save profiles to a database. (Zomg!) | Adam Frisby | 1 | -0/+5 | |
2007-05-05 | Grid Framework for DB4o - supports all framework.data interfaces. | Adam Frisby | 1 | -0/+63 | |
*** Important Note *** Framework.Data interfaces are not yet complete (they are strictly read-only right now), because of this, write support is not yet implemented. |