aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-171-61/+15
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-1610-28/+122
* Can now set the plugins for standalone mode's Inventory database (default sql...MW2007-08-161-1/+6
* The 'Party Party Groupie Groupie Life is a game' commit:lbsa712007-08-152-0/+6
* *Added the ability to run commands after all regions have started upmingchen2007-08-151-2/+8
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-156-11/+186
* * Added more spinning parts to ComplexObject.lbsa712007-08-151-9/+24
* * Exploring Group/Part from an app perspective.lbsa712007-08-151-5/+41
* Temporary fix for the region crossing crash, Although we need to start to cha...MW2007-08-153-120/+30
* preliminary support for editing notecards and scripts. MW2007-08-145-11/+121
* Can now create some new empty inventory items (like notecards and scripts) fr...MW2007-08-141-2/+0
* Start of inventory items, when you upload a texture the data will now be stor...MW2007-08-147-15/+139
* More inventory work, should be able to now create new inventory folders and t...MW2007-08-143-25/+39
* Start of Inventory service, currently only (partially) functional in standalo...MW2007-08-145-21/+499
* oops , guess I should include the new files next time MW2007-08-131-0/+281
* Separated Login Service from usermanager, which helps to clean up the code a ...MW2007-08-131-242/+16
* Some work to prepare for inventory server.MW2007-08-131-21/+31
* Deleted some unused code.MW2007-08-131-17/+0
* Hopefully fixes userprofiles.yap problem on startup. (thanks Adam!)Brian McBee2007-08-121-4/+3
* Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so tha...MW2007-08-111-0/+1
* A attempt to fix the user manager db4o crash bug (where you have to delete us...MW2007-08-111-1/+4
* Few small fixesMW2007-08-102-6/+6
* Some cleaning up and removed a few old files no longer in use.MW2007-08-104-111/+73
* 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