aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-24* Updating prebuild.xmlAdam Frisby1-7/+7
2007-06-24Refactoring:Adam Frisby1-0/+6
* 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-22SandBox mode login now shares a base class with the grid mode user server. MW1-188/+110
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-21Some refactoring.MW1-109/+187
2007-06-20* Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby1-187/+109
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-109/+187
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* Removed ClientThreads from avatarlbsa711-6/+0
* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
2007-06-20* re-added SimpleApp projectslbsa711-172/+117
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-106/+179
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-18*Updated/Added the base classes and interfaces for user and login serversmingchen1-173/+102
*Not yet usable, but I'm working on it
2007-06-18* example soft logger by delegatelbsa711-102/+173
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW1-1/+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/+13
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-16Some Rearranging of CommsManager.MW1-143/+96
2007-06-15and some moreMW1-90/+143
2007-06-14Deleted IGridServer interface (and classes implementing that).MW1-143/+90
2007-06-14* Applied Prebuild fixes to Sugilitelbsa711-106/+159
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-151/+91
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-12Renamed World class to Scene classMW1-94/+148
2007-06-12Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW1-148/+94
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-12Deleted ClientView.Grid.cs (Unused).MW1-94/+148
Added one or two new helper functions to ClientView.
2007-06-12Work on Primitive class.MW1-148/+94
2007-06-12Deleted old AssetCache.cs file.MW1-94/+148
2007-06-12Created OpenSim.Caches project and moved the assetcache to that. MW1-141/+96
2007-06-12Some rearranging of folders in OpenSim.RegionMW1-90/+141
2007-06-11*Fixed sugilitemingchen1-141/+90
2007-06-11*Removed missing file in csprojmingchen1-90/+141
*Removed Avatar.Client.cs (unused)
2007-06-10Deleted OpenSim.World project files.MW1-141/+90
2007-06-10More rearranging.MW1-90/+141
2007-06-10Renamed folderMW1-1/+1
2007-06-10Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵MW1-6/+6
to please!
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-140/+89
* 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 supportmingchen1-90/+141
2007-06-09Number of small changes. MW1-1/+1
2007-06-09* Removed ServiceManager from OGS/Sugilite due to compilation issues.Adam Frisby1-140/+89
* Removed GridInterface reference from AssetServer
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen1-90/+141
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-06-08prebuild.xml should be fixed/updated.MW1-11/+11
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-0/+6
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-132/+86
just missing backend comms and working Avatar/primitives classes.
2007-05-26Goodbye WorldMW1-82/+134