aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-25updated prebuild.xml.MW1-3/+4
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-24Refactoring:Adam Frisby2-4/+4
* Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW1-1/+1
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-23More work on CAPS handler.MW2-2/+4
2007-06-22Started work on CAPS support, now we have our first test capability, ↵MW2-2/+2
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW2-13/+94
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-21Fixed problem of not being able to move out of the first 3X3 block of ↵MW1-1/+1
regions. (Code Needs cleaning up).
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-1/+1
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* re-added SimpleApp projectslbsa711-12/+0
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW7-110/+80
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-19*Added some missing files from last commitmingchen4-5/+79
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
2007-06-18*Updated/Added the base classes and interfaces for user and login serversmingchen2-16/+35
*Not yet usable, but I'm working on it
2007-06-18* example soft logger by delegatelbsa711-1/+1
2007-06-17Fixed inverted map texture problem.MW1-3/+3
Added(from trunk) the loading of terrain files defined in the region.xml files.
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW2-2/+2
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
2007-06-17* Added the two Sample Apps to the solutionlbsa711-1/+1
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW2-5/+34
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-16Some Rearranging of CommsManager.MW6-0/+428