aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data.SQLite/OpenGrid.Framework.Data.SQLite.csproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-108/+0
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-1/+1
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-14* Applied Prebuild fixes to Sugilitelbsa711-6/+6
* Rebuilt project files * ignored some bins
2007-06-13* Changed some more sort order issueslbsa711-8/+8
* Updated vs2005 files as well
2007-06-12Some rearranging of folders in OpenSim.RegionMW1-2/+2
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen1-2/+2
*Updated prebuild.xml
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-2/+2
* cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet)
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen1-111/+0
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+219
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-108/+0
version from trunk
2007-06-06If this is what it takes, then finemingchen1-2/+2
*Adding every .build and .csproj to get ccnet working (hopefully)
2007-06-04Prebuild and stuffAdam Frisby1-108/+108
2007-05-30Rebuilt the build filesgareth1-108/+108
Added some more prompts and stuff to ServiceManager
2007-05-24Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW1-4/+4
test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW1-108/+108
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth1-108/+108
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-05SQLite support added to grid manager. (Win!)Adam Frisby1-9/+9
2007-05-05Updated and run prebuild.Adam Frisby1-39/+85
2007-05-05Grid Framework for DB4o - supports all framework.data interfaces.Adam Frisby1-6/+19
*** 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.
2007-05-03Saving project / small changes. Will do more tomorrow.Adam Frisby1-0/+1
2007-05-03ASDASDASDASDASDS.Adam Frisby1-0/+1
2007-05-03* Added /libraries directory to trunk (for related-but-independent libraries ↵Adam Frisby1-28/+12
such as libTerrain) * Added /libraries/libLSL shell for future LSL Object Interpreter
2007-03-24Brought in the OGS user server into the main trunk (in a rather messy way)gareth1-0/+0
2007-03-22brought zircon branch into trunkgareth1-9/+4
2007-03-15Created VS2005 Solution/Project files for the OGS appsMW1-15/+24
2007-03-14* /bin for Release as welllbsa711-1/+1
2007-03-14* Made sure physics dlls end up in /bin/Physicslbsa711-2/+4
* Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005
2007-03-14Added the physics plugin projects to the VS solution.MW1-0/+57
Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions