aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW35-26/+3644
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 commitmingchen2-2/+0
*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 serversmingchen3-15/+28
*Not yet usable, but I'm working on it
2007-06-18* example soft logger by delegatelbsa713-0/+89
2007-06-18Fixed the flashing when crossing a border.MW1-0/+1
2007-06-17Fixed inverted map texture problem.MW1-0/+27
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 ↵MW1-0/+1
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 ↵MW8-9/+52
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-17* Added 'LogFilename' attribute to simconfig.xml - in order to specify log namelbsa711-36/+23
* removed some greedy try-catch * ignored some bins
2007-06-16Some Rearranging of CommsManager.MW15-688/+31
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW9-3/+69
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-14Deleted IGridServer interface (and classes implementing that).MW7-175/+23
2007-06-14* Applied Prebuild fixes to Sugilitelbsa717-31/+31
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW2-23/+19
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-14* Added experimental RegionHandle class to Framework.Types - see email ↵Adam Frisby2-15/+143
posted to mailing list for technical details. Not actually enabled anywhere and could be helpful for ordinary RegionHandles as well.
2007-06-12Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW8-252/+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.
2007-06-12Some rearranging of folders in OpenSim.RegionMW6-109/+101
2007-06-11*Fixed sugilitemingchen1-18/+22
2007-06-11*Removed missing file in csprojmingchen4-12/+0
*Removed Avatar.Client.cs (unused)
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen10-188/+143
*Updated prebuild.xml
2007-06-11*Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen3-64/+24
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen34-14/+853
2007-06-11Started to add/update copyright notice in sugilite.MW32-28/+758
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-11Renamed sandBoxManager to LocalBackEndServicesMW6-23/+30
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW9-63/+103
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW9-146/+160
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10Prim creation working.MW2-14/+46
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-10(no commit message)MW6-104/+158
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa7118-193/+195
* 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-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen12-90/+215
2007-06-09Number of small changes. MW1-0/+1
2007-06-09*Adding configuration settings for master avatarsmingchen1-1/+43
*Sandbox mode password is there, but should I store this in config and ask every time?
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*RegionInfo in Avatar class now protected again (oops, my fault)mingchen1-1/+1
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen14-98/+93
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*Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Typesmingchen4-61/+292
2007-06-08Updated OpenSim.Framework.Console with changes from trunk (also for now have ↵MW4-8/+133
kept the writeline functions).
2007-06-08prebuild.xml should be fixed/updated.MW2-69/+119
2007-06-08Added prebuild.exe and fixed a couple of namespace problems in ↵MW2-6/+2
AvatarAnimations.cs. Now need to update prebuild.xml
2007-05-31After nearly a hour of searching for an annoying bug (which turned out to be ↵MW2-2/+34
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 roblMW3-2/+3
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW5-15/+17
(likely this test version will morph into the sandbox version)