Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -121/+0 | |
2007-07-08 | * By popular demand, all generated build files are now deleted. Somebody ↵ | lbsa71 | 1 | -169/+0 | |
should make sure the wiki is updated. | |||||
2007-07-08 | * Added instant message support for the local region. Grid support forthcoming. | Adam Frisby | 1 | -196/+113 | |
2007-07-08 | * Updating prebuild | Adam Frisby | 1 | -113/+196 | |
2007-07-05 | * Java engine fully back in Sugilite | Adam Frisby | 1 | -196/+113 | |
2007-07-05 | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 1 | -114/+197 | |
host to be added). | |||||
2007-07-04 | A bit more work on Building tools/support. | MW | 1 | -197/+114 | |
updated Axiom.MathLib.dll. | |||||
2007-07-04 | * re-fixed the utf-16 bug in xmlRpcResponse serialization | lbsa71 | 1 | -113/+196 | |
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling | |||||
2007-07-04 | * Removed AssetHttpServer, using BaseHttpServer instead | lbsa71 | 1 | -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 support | lbsa71 | 1 | -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 ↵ | mingchen | 1 | -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) | lbsa71 | 1 | -113/+196 | |
2007-07-02 | * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScene | lbsa71 | 1 | -1/+1 | |
* Hid NullPhysicsScene for great justice * Fixed broken Grid build | |||||
2007-07-01 | Started change to having SceneObject and then that having child Primitives ↵ | MW | 1 | -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 Frisby | 1 | -193/+113 | |
to force IPv4 | |||||
2007-06-28 | * Removed J# language support because it has issues with Mono. | Adam Frisby | 1 | -114/+194 | |
2007-06-28 | Applied ScenePresence movement patch from Darok. | MW | 1 | -193/+114 | |
2007-06-28 | Imported the scripting changes, so now should be up to date with sugilite. | MW | 1 | -114/+193 | |
2007-06-28 | * Updating solution (OpenSim.Scripting no longer exists, now part of Region ↵ | Adam Frisby | 1 | -1/+1 | |
again) | |||||
2007-06-27 | *Moved all the classes into their own file from LLSDHelpers.cs | mingchen | 1 | -6/+6 | |
*Some folder renaming to follow project Name *Updated prebuild.xml | |||||
2007-06-27 | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 1 | -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 ↵ | mingchen | 1 | -110/+185 | |
prebuild.xml though | |||||
2007-06-27 | *More compile fixes (should be it on OpenSim.sln) | mingchen | 1 | -6/+6 | |
2007-06-27 | *Updated prebuild.xml and ran prebuild again | mingchen | 1 | -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 ↵ | mingchen | 1 | -3/+3 | |
to add/remove something | |||||
2007-06-25 | updated prebuild.xml. | MW | 1 | -1/+1 | |
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject). | |||||
2007-06-24 | * Updating prebuild.xml | Adam Frisby | 1 | -7/+7 | |
2007-06-24 | Refactoring: | Adam Frisby | 1 | -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-24 | * "create user" command now works with the MySQL Data Storage Engine on the ↵ | Adam Frisby | 1 | -120/+81 | |
userserver. | |||||
2007-06-22 | SandBox mode login now shares a base class with the grid mode user server. | MW | 1 | -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-21 | Some refactoring. | MW | 1 | -109/+187 | |
2007-06-20 | * Terrain modification more robust, uses area sizes matching those employed ↵ | Adam Frisby | 1 | -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-20 | Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class. | MW | 1 | -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 avatar | lbsa71 | 1 | -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 projects | lbsa71 | 1 | -172/+117 | |
* made them work (yay!) * some cleanup | |||||
2007-06-19 | Made a base class from the Grid mode UserServer.UserManager and included ↵ | MW | 1 | -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 servers | mingchen | 1 | -173/+102 | |
*Not yet usable, but I'm working on it | |||||
2007-06-18 | * example soft logger by delegate | lbsa71 | 1 | -102/+173 | |
2007-06-17 | Each Region will now generate a texture image of their terrain and this will ↵ | MW | 1 | -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 solution | lbsa71 | 1 | -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-16 | Some Rearranging of CommsManager. | MW | 1 | -143/+96 | |
2007-06-15 | and some more | MW | 1 | -90/+143 | |
2007-06-14 | Deleted IGridServer interface (and classes implementing that). | MW | 1 | -143/+90 | |
2007-06-14 | * Applied Prebuild fixes to Sugilite | lbsa71 | 1 | -106/+159 | |
* Rebuilt project files * ignored some bins | |||||
2007-06-14 | Commented out the Scene.Backup method for now as there isn't really anything ↵ | MW | 1 | -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-13 | * Changed some more sort order issues | lbsa71 | 1 | -94/+133 | |
* Updated vs2005 files as well | |||||
2007-06-12 | Renamed World class to Scene class | MW | 1 | -94/+148 | |
2007-06-12 | Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵ | MW | 1 | -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-12 | Deleted ClientView.Grid.cs (Unused). | MW | 1 | -94/+148 | |
Added one or two new helper functions to ClientView. | |||||
2007-06-12 | Work on Primitive class. | MW | 1 | -148/+94 | |