aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2007-08-222-0/+3
* A little bit of cleaning up.MW2007-08-221-1/+1
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-222-0/+3
* Fix for un-encrypted master avatar password in user databaseBrian McBee2007-08-221-1/+2
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-212-0/+3
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-215-11/+26
* Instant Messages between users in the same region should actually now work.MW2007-08-203-4/+4
* small clean up.MW2007-08-192-0/+5
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-195-28/+64
* *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