aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/IClientAPI.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-35/+0
2007-06-25updated prebuild.xml.MW1-5/+10
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
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-20* Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby1-1/+1
by the client display. * Terrain tools now account for the duration the cursor was held for. * Terrain tools now support new brushes (completing the common set) ** Smooth brush ** Flatten brush ** Revert brush ** Noise brush
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-18Fixed the flashing when crossing a border.MW1-0/+1
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-1/+14
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW1-1/+2
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-15Preliminary movement added to sugilite, forwards walking only and no animations.MW1-2/+5
2007-06-11Started to add/update copyright notice in sugilite.MW1-0/+27
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW1-0/+1
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
2007-06-11Added AttachObject method to IClientAPI.MW1-0/+1
Added RequestAvatar(LLUUID avatarID) method to world.
2007-06-10Prim creation working.MW1-0/+1
2007-06-10Another bug fixMW1-1/+1
2007-06-10a few bug fixesMW1-1/+1
2007-06-10allows the texture of the created/sent primitive to be set. MW1-1/+1
2007-06-10Added Primitive sending methods to the IClientAPI (and implemented in ↵MW1-0/+2
ClientView.API), but currently untested.
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-0/+1
* 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-09Number of small changes. MW1-0/+1
2007-06-08*Added delegates and events for parcel and estate managementmingchen1-0/+9
*Only thing left is to get the master user setup in both sandbox and grid mode
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen1-1/+5
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-05-31After nearly a hour of searching for an annoying bug (which turned out to be ↵MW1-0/+1
a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now. All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up. (However there is still no movement or anything) Now time to refine the communications interfaces!
2007-05-31Another commit as ordered by roblMW1-0/+1
2007-05-29Now We need to test to see if we can loginMW1-0/+10
2007-05-29(no commit message)MW1-0/+2
2007-05-29(no commit message)MW1-0/+2
2007-05-29number of changesMW1-1/+6
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-1/+7
just missing backend comms and working Avatar/primitives classes.
2007-05-26Goodbye WorldMW1-0/+28
2007-05-25First part of border crossing fix.MW1-0/+5
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/+30
the Grid servers can be a separate solution to the region server.