aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Servers (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby12-1969/+0
2007-06-28Deleted some files that are no longer in use. (I am sure I deleted these ↵MW4-1061/+22
yesterday but they seem to have returned).
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby1-22/+24
2007-06-27Some very Preliminary work on .net remoting for interregion comms. MW1-24/+22
a few more classes for CAPS LLSD types.
2007-06-25Some Caps/LLSD cleaning up.MW1-1/+1
2007-06-25Forgot theseMW1-1/+1
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2-4/+23
Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
2007-06-22Deleted some comments being wrote to consoleMW1-2/+1
2007-06-22Started work on CAPS support, now we have our first test capability, ↵MW1-2/+14
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW2-66/+23
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby3-7/+7
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-14* Added maintenance patch (issue #139) from BigfootAg to /trunkAdam Frisby4-0/+75
2007-06-14Deleted IGridServer interface (and classes implementing that).MW2-5/+5
2007-06-14* Applied Prebuild fixes to Sugilitelbsa712-7/+7
* Rebuilt project files * ignored some bins
2007-06-13* Changed some more sort order issueslbsa711-11/+11
* Updated vs2005 files as well
2007-06-13* First attempt at fixing differing build files on different .net flavours.lbsa711-6/+6
* And, as always, some bin ignores
2007-06-11*Removed missing file in csprojmingchen2-8/+0
*Removed Avatar.Client.cs (unused)
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2-0/+8
*Updated prebuild.xml
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen8-13/+150
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa714-34/+8
* 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 ↵mingchen3-11/+11
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-06-07Updated SimAddress in sandbox mode.andy1-1/+5
2007-06-06If this is what it takes, then finemingchen2-10/+10
*Adding every .build and .csproj to get ccnet working (hopefully)
2007-06-06Changes:mingchen2-2/+2
*Added support for Subdivision (use master avatar to login to try out) *Added Parcel Border support *Enabled user account storage, but only when a new account is created Bug Fixes: *Fixed crash on startup while in sandbox when "Setting up master avatar" *Fixed most core functions in ParcelManager and Parcel that where broken *Fixed Parcel saving to database Known Issues: *Dividing parcel fails in viewer (gives an error about needing 2 parcels)
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby9-12/+177
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby3-9/+6
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
2007-06-05*Cleaned up Configuration Setup questionsmingchen1-0/+7
*Added Configuration option for Master User Avatar name and (in sandbox mode) password *Added support for Master User in sandbox mode. Support lacks for grid mode still. **Grid support is possible when remotely fetching avatar data by name and UUID is available *Currently lacks parcel buying support. For now, in sandbox mode, log into master user information to own the parcel
2007-06-04Prebuild and stuffAdam Frisby2-59/+59
2007-06-03Added Basic Parcel Supportmingchen1-130/+130
*Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW2-4/+5
(likely this test version will morph into the sandbox version)
2007-05-30Rebuilt the build filesgareth2-182/+182
Added some more prompts and stuff to ServiceManager
2007-05-29* Rebuilt PrebuildAdam Frisby1-52/+52
* Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before.
2007-05-27FIXED THE TRUNK!gareth1-52/+52
2007-05-26Goodbye WorldMW1-1/+1
2007-05-25* Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby1-1/+1
for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.
2007-05-24Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above)MW1-1/+1
2007-05-24* re-prebuiltlbsa711-12/+0
* deleted all those *.user - ignore them next time!
2007-05-24Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵MW2-9/+9
should now be okay. Now onto the Grid servers...
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW12-0/+1733