aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the flashing when crossing a border.MW2007-06-181-0/+1
|
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-171-1/+14
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-151-1/+2
| | | | have any backend ogs communication support yet so everything is Sandbox mode only )
* Preliminary movement added to sugilite, forwards walking only and no animations.MW2007-06-151-2/+5
|
* Deleted IGridServer interface (and classes implementing that).MW2007-06-143-158/+14
|
* Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW2007-06-126-228/+0
| | | | | | | currently unused and would need rewriting when we do get .net remoting added. Fixed compile error that happened due to the deleting of ClientView.Grid.
* *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-111-1/+2
|
* Started to add/update copyright notice in sugilite.MW2007-06-1119-28/+405
|
* A few small changes and hopefully fixed the nant build problem ↵MW2007-06-111-0/+1
| | | | (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
* Added AttachObject method to IClientAPI.MW2007-06-111-0/+1
| | | | | Added RequestAvatar(LLUUID avatarID) method to world.
* Prim creation working.MW2007-06-101-0/+1
|
* Another bug fixMW2007-06-101-1/+1
|
* a few bug fixesMW2007-06-101-1/+1
|
* allows the texture of the created/sent primitive to be set. MW2007-06-101-1/+1
|
* Added Primitive sending methods to the IClientAPI (and implemented in ↵MW2007-06-101-0/+2
| | | | ClientView.API), but currently untested.
* * LogFile now defaults to "{apptype}.log"lbsa712007-06-092-1/+5
| | | | | | | | | | | | | | | | | | * 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)
* Number of small changes. MW2007-06-091-0/+1
|
* *Added delegates and events for parcel and estate managementmingchen2007-06-081-0/+9
| | | | | *Only thing left is to get the master user setup in both sandbox and grid mode
* *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen2007-06-082-1/+19
| | | | | | | | classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
* After nearly a hour of searching for an annoying bug (which turned out to be ↵MW2007-05-311-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!
* Another commit as ordered by roblMW2007-05-311-0/+1
|
* Now We need to test to see if we can loginMW2007-05-291-0/+10
|
* (no commit message)MW2007-05-291-0/+2
|
* (no commit message)MW2007-05-291-0/+2
|
* number of changesMW2007-05-292-3/+8
|
* Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW2007-05-2714-77/+88
| | | | just missing backend comms and working Avatar/primitives classes.
* Goodbye WorldMW2007-05-261-0/+28
|
* Start of rewrite 5279! MW2007-05-2613-0/+555