aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Missed a line - IM support in local simulator should now work.Adam Frisby2007-07-081-1/+1
* * Added instant message support for the local region. Grid support forthcoming.Adam Frisby2007-07-084-0/+64
* * Updating prebuildAdam Frisby2007-07-0814-69/+64
* *Fixed several bugs that crashed the viewer and opensim server when logging i...mingchen2007-07-064-17/+24
* *Fixed 2 small references to localhost which has some conflicts when resolving.mingchen2007-07-061-1/+1
* *Fixed crash of OpenSim client when in grid mode from a recent commitmingchen2007-07-051-2/+2
* Fixed rotation editing of individual prims in a group. I think positioning an...MW2007-07-053-11/+70
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-0514-37/+38
* * Tweaks to Java engine (uses less threads). Added support for OnFrame and On...Adam Frisby2007-07-051-70/+78
* * Java engine fully back in SugiliteAdam Frisby2007-07-055-48/+75
* * Added Java support back into Sugilite (although it still needs a calling ho...Adam Frisby2007-07-0530-43/+2044
* A bit more work on Building tools/support.MW2007-07-0415-67/+273
* * re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa712007-07-047-68/+84
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-042-43/+62
* * Added StreamHandler supportlbsa712007-07-041-20/+27
* Grid Servers:Adam Frisby2007-07-041-0/+3
* * More cleaning - Sugilite now only has build errors for "value is never used...Adam Frisby2007-07-045-4/+17
* * Cleaning - attempting to get compiler warnings back down to zero.Adam Frisby2007-07-045-14/+17
* Today's work on Building support/tools. Think I am slowly getting there. MW2007-07-0310-56/+319
* *Removed GridInfo class as it has been previously replaced with the much bett...mingchen2007-07-034-10/+19
* *Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate XmlRpcSimu...mingchen2007-07-031-1/+1
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-0388-641/+366
* * Completed conceptual LlsdMethod - everything resides in SimpleApp pending g...lbsa712007-07-035-23/+70
* You can now substitute %name% in the filename argument for terrain save & loa...Adam Frisby2007-07-022-2/+4
* Attempted workaround for Mono's insistence on compiling BasicTerrain incorrectlyAdam Frisby2007-07-022-21/+13
* *OGS1 Key2Name/Name2Key worksmingchen2007-07-021-11/+11
* * Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa712007-07-023-0/+14
* Applied Darok's PhysicsVector ToString patchMW2007-07-021-0/+5
* * Added "HiRAW" mode export for generating as precise outputs as possible in ...Adam Frisby2007-07-021-1/+80
* * Started working on LlsdMethod for BaseHttpServerlbsa712007-07-021-1/+9
* * Added support for SL-style RAW export similar to the official simulators op...Adam Frisby2007-07-021-0/+68
* * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa712007-07-025-47/+40
* Just committing this because I want my commit to be on the front page of www....MW2007-07-012-6/+15
* * removed try-catchall from scene constructorlbsa712007-07-014-39/+52
* More work on SceneObject/Primitive and building (Linking is a work in progres...MW2007-07-015-18/+125
* Can change the name and description of a prim.MW2007-07-019-10/+109
* Started change to having SceneObject and then that having child Primitives wh...MW2007-07-0116-637/+1036
* * now saves ExternalHostName in configlbsa712007-07-011-6/+0
* MAJOR IP RESTRUCTURINGlbsa712007-07-0110-38/+53
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-0123-140/+148
* * Fixed scripting engine with a few minor updated namespace issues.Adam Frisby2007-07-012-0/+2
* * Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ...Adam Frisby2007-06-291-3/+3
* * Applying Danx0r's BasicPhysics update.Adam Frisby2007-06-291-16/+23
* *Deleted Logger.cs from OpenSim.Frameworkmingchen2007-06-2914-73/+73
* *Hopefully fixed the empty dialog box error on client when logging in on sand...mingchen2007-06-292-2/+1
* * Removed J# language support because it has issues with Mono.Adam Frisby2007-06-2816-194/+78
* *Added UUIDNameRequest packet support (untested, but should work -- at least ...mingchen2007-06-2816-61/+64
* enabled physics plugin flying flags.MW2007-06-282-2/+3
* *Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ...mingchen2007-06-284-26/+33
* *Master User is now set upmingchen2007-06-2818-82/+161