aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-1/+1
* Making sure my local working copy is in sync with svn before I start the job ...MW2007-08-094-8/+10
* Fixed the asset download problem I think, solution might not be ideal but wor...MW2007-08-081-12/+9
* Hopefully improved texture downloading (including the speed at which they dow...MW2007-08-081-35/+83
* Added checks to the last commit to make sure the xml files exist before it tr...MW2007-08-081-2/+5
* The startup set of assets in the local asset server can now be set from a xml...MW2007-08-081-3/+42
* * Got SimpleApp working againlbsa712007-08-081-41/+49
* CAPS should now be working in standalone mode. Texture uploads will work even...Brian McBee2007-08-081-6/+12
* Whoops! left this out. second part of r1541Brian McBee2007-08-081-3/+4
* a couple of changes in the new Sceneobject classes, just committing so things...MW2007-08-072-3/+2
* * yet another mini-shape-commitlbsa712007-08-061-0/+21
* * commands are done foreach instead of by [i]lbsa712007-08-061-1/+1
* * Now we have boxes. Yay!lbsa712007-08-063-9/+5
* * SimpleApp works again:lbsa712007-08-062-27/+32
* * a very small first step with shape wrapperslbsa712007-08-031-37/+26
* Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee2007-08-035-3/+48
* More work on the AllNewSceneObject* classes.MW2007-08-031-2/+0
* *Estate settings are now saved in their own configuration file called estate_...mingchen2007-08-033-46/+685
* Commiting whitespace changes, as this used hard tabs instead of theSean Dague2007-08-011-15/+9
* factor out the common DeriveColor function just for good house keepingSean Dague2007-08-011-25/+18
* Assume White as a console color just means "default", and don't use it.Sean Dague2007-08-011-1/+3
* * Workaround for Mono not correctly implementing the OperatingSystemVersion c...Adam Frisby2007-08-011-2/+1
* few small changes.MW2007-08-012-0/+2
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa...MW2007-08-015-9/+17
* remove Adam's work around, this shouldn't be needed any moreSean Dague2007-07-311-1/+1
* clear userAgent state on client shutdown, which fixes the issueSean Dague2007-07-316-11/+76
* * Added GetLocalHost() to UtilAdam Frisby2007-07-302-1/+28
* mass update of files to have native line endingsSean Dague2007-07-3027-2148/+2148
* added OnDisconnectUser event to required classesSean Dague2007-07-302-145/+148
* * Fixed an issue whereby DB4o was loading agents incorrectly (multiple logins...Adam Frisby2007-07-291-1/+1
* Deleting objects should now work. But beware they aren't send to your trash f...MW2007-07-293-2/+3
* Commit 1/2Adam Frisby2007-07-293-5/+5
* * Added new compatibility functions to UtilAdam Frisby2007-07-291-0/+55
* You should now see the correct Avatar for other users, including their clothe...MW2007-07-283-1/+3
* Should now have version 0.1 of our new ruth default avatar. At the moment, yo...MW2007-07-276-23/+63
* A few changes so that the number of warnings is less but without deleting eve...MW2007-07-274-4/+5
* More work on inventory and opensim library.MW2007-07-267-348/+536
* * Started renaming world to Scenelbsa712007-07-262-2/+2
* Added the default shape to the OpenSim library. Now need to get the new ruth ...MW2007-07-253-12/+48
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-2512-1302/+1506
* * Users doing terraforming should see updates instantly now.Adam Frisby2007-07-241-1/+1
* * More console related changes.Adam Frisby2007-07-241-0/+5
* * Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby2007-07-244-8/+8
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f...mingchen2007-07-235-11/+148
* Applied makomk 's patch from issue #219.MW2007-07-231-9/+7
* Couple of small changesMW2007-07-221-2/+2
* Think I've recovered my deleted files, so hopefully it works now. MW2007-07-226-0/+1290
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-2229-319/+1243
* Re-added the ability to set the database provider (dll) in the config file fo...MW2007-07-212-2/+12
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha...Adam Frisby2007-07-213-1/+101