aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Java engine fully back in SugiliteAdam Frisby2007-07-051-196/+113
|
* * Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby2007-07-051-114/+197
| | | | host to be added).
* A bit more work on Building tools/support.MW2007-07-041-197/+114
| | | | | updated Axiom.MathLib.dll.
* * re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa712007-07-041-113/+196
| | | | | | | * added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-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
* * Added StreamHandler supportlbsa712007-07-041-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
* *Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate ↵mingchen2007-07-031-197/+114
| | | | | | | XmlRpcSimulatorLoginMethod *Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
* * Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa712007-07-021-113/+196
|
* * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa712007-07-021-1/+1
| | | | | | | * Hid NullPhysicsScene for great justice * Fixed broken Grid build
* Started change to having SceneObject and then that having child Primitives ↵MW2007-07-011-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.
* * Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ↵Adam Frisby2007-06-291-193/+113
| | | | to force IPv4
* * Removed J# language support because it has issues with Mono.Adam Frisby2007-06-281-114/+194
|
* Applied ScenePresence movement patch from Darok.MW2007-06-281-193/+114
|
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-281-114/+193
|
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-6/+6
| | | | | | *Some folder renaming to follow project Name *Updated prebuild.xml
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-185/+116
| | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-110/+185
| | | | prebuild.xml though
* *More compile fixes (should be it on OpenSim.sln)mingchen2007-06-271-6/+6
|
* *Updated prebuild.xml and ran prebuild againmingchen2007-06-271-13/+13
| | | | | | *Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-3/+3
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+163
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.