aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-196/+113
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
2007-07-04* Added StreamHandler supportlbsa711-114/+197
* Implemented RestStreamHandler * Some caps functions now use it * Moved out RestMethodEntry from httpserver * The IStreamHandler interface now reports required method and Content-Type
2007-07-03*Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate ↵mingchen1-197/+114
XmlRpcSimulatorLoginMethod *Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
2007-07-02* Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa711-113/+196
2007-07-02* Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa711-1/+1
* Hid NullPhysicsScene for great justice * Fixed broken Grid build
2007-07-01Started change to having SceneObject and then that having child Primitives ↵MW1-1/+1
which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
2007-06-29* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ↵Adam Frisby1-193/+113
to force IPv4
2007-06-28* Removed J# language support because it has issues with Mono.Adam Frisby1-114/+194
2007-06-28Applied ScenePresence movement patch from Darok.MW1-193/+114
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-114/+193
2007-06-28* Updating solution (OpenSim.Scripting no longer exists, now part of Region ↵Adam Frisby1-1/+1
again)
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-6/+6
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-185/+116
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-110/+185
prebuild.xml though
2007-06-27*More compile fixes (should be it on OpenSim.sln)mingchen1-6/+6
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen1-13/+13
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-3/+3
to add/remove something
2007-06-25updated prebuild.xml.MW1-1/+1
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
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)