Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -122/+0 | |
2007-06-14 | * Applied Prebuild fixes to Sugilite | lbsa71 | 1 | -12/+12 | |
* Rebuilt project files * ignored some bins | |||||
2007-06-13 | * Changed some more sort order issues | lbsa71 | 1 | -14/+14 | |
* Updated vs2005 files as well | |||||
2007-06-09 | * LogFile now defaults to "{apptype}.log" | lbsa71 | 1 | -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 ↵ | mingchen | 1 | -129/+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-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+247 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -118/+0 | |
version from trunk | |||||
2007-06-06 | If this is what it takes, then fine | mingchen | 1 | -2/+2 | |
*Adding every .build and .csproj to get ccnet working (hopefully) | |||||
2007-06-04 | Prebuild and stuff | Adam Frisby | 1 | -122/+122 | |
2007-05-30 | Rebuilt the build files | gareth | 1 | -122/+122 | |
Added some more prompts and stuff to ServiceManager | |||||
2007-05-26 | Goodbye World | MW | 1 | -25/+18 | |
2007-05-24 | Stage 2: GridServices build files should be fixed now, Someone will need to ↵ | MW | 1 | -34/+24 | |
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-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-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 1 | -132/+132 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 1 | -132/+132 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-05-15 | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 1 | -0/+3 | |
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix. | |||||
2007-04-30 | fixed the VS 2005 solution/ project files. | MW | 1 | -6/+9 | |
and a couple of other small changes | |||||
2007-04-29 | Copied gridserver ready to convert to asset server | gareth | 1 | -0/+0 | |
I'M THAT NUTS!!!!!!!! | |||||
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 1 | -0/+6 | |
viewer 1.15.02, due to big changes in the message templates. | |||||
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -3/+0 | |
* Now dumping default value in config. * | |||||
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -1/+1 | |
2007-04-11 | * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServer | lbsa71 | 1 | -0/+6 | |
2007-04-03 | * Script prototype | lbsa71 | 1 | -4/+0 | |
2007-04-02 | Moved database storage of the world map to the Db4LocalStorage so its in the ↵ | MW | 1 | -121/+121 | |
same database as in world prims are stored. | |||||
2007-04-02 | Added OpenUser.Config project | gareth | 1 | -121/+121 | |
2007-04-02 | Fixed VS2005 solution/project files | MW | 1 | -121/+121 | |
2007-04-02 | Moved grid configuration to Db4o database | gareth | 1 | -0/+4 | |
2007-04-02 | Added new REST protocol (partially complete) | gareth | 1 | -113/+117 | |
Made sim profiles load from DB Updated build files for grid server Added sim login | |||||
2007-03-31 | * fixed some Framework refs | lbsa71 | 1 | -4/+6 | |
2007-03-29 | * Naaw, -realphysx is too much to ask | lbsa71 | 1 | -2/+2 | |
* Genning proj Guids from name hash, for great justice | |||||
2007-03-27 | * revert the revert - begin the beguine | lbsa71 | 1 | -5/+7 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * vaseline + duct-tape. | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 1 | -1/+1 | |
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. | |||||
2007-03-27 | * Prebuild breaks nant build if project is empty. Quick fix : add dummy file | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Enabled the OpenSim.Servers project | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 1 | -8/+1 | |
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-26 | * fixed buildfiles | lbsa71 | 1 | -1/+1 | |
2007-03-25 | * Hopefully it builds again... | lbsa71 | 1 | -24/+30 | |
2007-03-24 | * Added separate exe project | lbsa71 | 1 | -3/+3 | |
* Prebuild exe is now built in /bin dir | |||||
2007-03-23 | * whoops - missing project... | lbsa71 | 1 | -3/+3 | |
2007-03-23 | * Hopefully got vs2005 target to gen refs correctly | lbsa71 | 1 | -8/+14 | |
2007-03-22 | brought zircon branch into trunk | gareth | 1 | -0/+104 | |