| Commit message (Expand) | Author | Age | Files | Lines |
* | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 2007-09-11 | 1 | -9/+3 |
* | Trying some locks on asset database access. | MW | 2007-09-11 | 1 | -10/+21 |
* | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 2007-09-10 | 1 | -298/+299 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 22 | -22/+22 |
* | A couple of fixes to make sure db4o gets set as the default asset database. A... | MW | 2007-09-10 | 2 | -0/+2 |
* | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 2007-09-10 | 3 | -8/+305 |
* | Some work on Module loading/management. | MW | 2007-09-04 | 1 | -1/+6 |
* | Added some place holder classes for various modules. | MW | 2007-08-30 | 2 | -36/+40 |
* | Fixed the problem of uploaded animations not showing up in inventory [Mantis ... | MW | 2007-08-28 | 1 | -1/+1 |
* | Deleted a few old files that are no longer used. | MW | 2007-08-27 | 3 | -4/+396 |
* | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 2007-08-27 | 1 | -1/+1 |
* | Another small tweak to image sending. | MW | 2007-08-27 | 1 | -1/+2 |
* | Tweaks to assetcache to make texture downloading better (I hope) | Brian McBee | 2007-08-27 | 1 | -13/+14 |
* | See if this fixes the 0x0 texture size problems, and speeds up texture downlo... | MW | 2007-08-26 | 1 | -2/+3 |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 3 | -35/+80 |
* | Second attempt to commit : Test to see if this change improves or makes worse... | MW | 2007-08-25 | 1 | -1/+1 |
* | A little bit of cleaning up. | MW | 2007-08-22 | 1 | -1/+1 |
* | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 2007-08-21 | 3 | -11/+23 |
* | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2007-08-19 | 2 | -12/+32 |
* | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 2007-08-16 | 4 | -27/+79 |
* | Can now set the plugins for standalone mode's Inventory database (default sql... | MW | 2007-08-16 | 1 | -1/+6 |
* | More work on inventory, can now create other inventory types, like Clothes an... | MW | 2007-08-15 | 3 | -11/+141 |
* | preliminary support for editing notecards and scripts. | MW | 2007-08-14 | 5 | -11/+121 |
* | Can now create some new empty inventory items (like notecards and scripts) fr... | MW | 2007-08-14 | 1 | -2/+0 |
* | Start of inventory items, when you upload a texture the data will now be stor... | MW | 2007-08-14 | 5 | -11/+60 |
* | More inventory work, should be able to now create new inventory folders and t... | MW | 2007-08-14 | 3 | -25/+39 |
* | Start of Inventory service, currently only (partially) functional in standalo... | MW | 2007-08-14 | 2 | -3/+18 |
* | Deleted some unused code. | MW | 2007-08-13 | 1 | -17/+0 |
* | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 2007-08-09 | 1 | -1/+1 |
* | Making sure my local working copy is in sync with svn before I start the job ... | MW | 2007-08-09 | 2 | -4/+6 |
* | Fixed the asset download problem I think, solution might not be ideal but wor... | MW | 2007-08-08 | 1 | -12/+9 |
* | Hopefully improved texture downloading (including the speed at which they dow... | MW | 2007-08-08 | 1 | -35/+83 |
* | Added checks to the last commit to make sure the xml files exist before it tr... | MW | 2007-08-08 | 1 | -2/+5 |
* | The startup set of assets in the local asset server can now be set from a xml... | MW | 2007-08-08 | 1 | -3/+42 |
* | CAPS should now be working in standalone mode. Texture uploads will work even... | Brian McBee | 2007-08-08 | 1 | -6/+12 |
* | a couple of changes in the new Sceneobject classes, just committing so things... | MW | 2007-08-07 | 1 | -3/+1 |
* | few small changes. | MW | 2007-08-01 | 1 | -0/+1 |
* | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... | MW | 2007-08-01 | 2 | -8/+12 |
* | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 2007-07-31 | 1 | -0/+1 |
* | mass update of files to have native line endings | Sean Dague | 2007-07-30 | 16 | -999/+999 |
* | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 2007-07-29 | 1 | -0/+1 |
* | Commit 1/2 | Adam Frisby | 2007-07-29 | 1 | -1/+1 |
* | You should now see the correct Avatar for other users, including their clothe... | MW | 2007-07-28 | 1 | -1/+1 |
* | Should now have version 0.1 of our new ruth default avatar. At the moment, yo... | MW | 2007-07-27 | 3 | -18/+48 |
* | A few changes so that the number of warnings is less but without deleting eve... | MW | 2007-07-27 | 2 | -2/+5 |
* | More work on inventory and opensim library. | MW | 2007-07-26 | 3 | -347/+514 |
* | Added the default shape to the OpenSim library. Now need to get the new ruth ... | MW | 2007-07-25 | 1 | -11/+39 |
* | Start of the OpenSim library , for now only contains a few textures. | MW | 2007-07-25 | 8 | -1298/+1440 |
* | Couple of small changes | MW | 2007-07-22 | 1 | -2/+2 |
* | Think I've recovered my deleted files, so hopefully it works now. | MW | 2007-07-22 | 6 | -0/+1290 |