| Commit message (Expand) | Author | Files | Lines |
2007-10-05 | * Moved IUserService to OpenSim.Framework.Interfaces | lbsa71 | 2 | -50/+1 |
2007-10-05 | * Renamed IUserServices to IUserService | lbsa71 | 3 | -4/+4 |
2007-10-03 | Some continuation of lbsa71's refactoring of the CommunicationsManager. | MW | 1 | -0/+55 |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 8 | -347/+165 |
2007-09-27 | * Tleiades patch #445 - the inventory folders displayed does not show the exp... | lbsa71 | 1 | -2/+2 |
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 8 | -165/+347 |
2007-09-25 | * Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-... | lbsa71 | 1 | -1/+1 |
2007-09-24 | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 11 | -41/+1629 |
2007-09-24 | * Trying to streamline CommunicationsManager | lbsa71 | 1 | -10/+9 |
2007-09-24 | * reorder and rename | lbsa71 | 1 | -22/+20 |
2007-09-24 | * Encapsulated all CommunicationsManager services | lbsa71 | 3 | -21/+68 |
2007-09-17 | fixing me some line endings | Sean Dague | 3 | -427/+427 |
2007-09-15 | Hopefully fixed the build error that I introduced with my last commit. | MW | 1 | -1/+1 |
2007-09-15 | Testing to see if this fixes the editing appearance crash, or makes it (or an... | MW | 1 | -1/+9 |
2007-09-11 | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 1 | -9/+3 |
2007-09-11 | Trying some locks on asset database access. | MW | 1 | -10/+21 |
2007-09-10 | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 1 | -298/+299 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 22 | -22/+22 |
2007-09-10 | A couple of fixes to make sure db4o gets set as the default asset database. A... | MW | 2 | -0/+2 |
2007-09-10 | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 3 | -8/+305 |
2007-09-04 | Some work on Module loading/management. | MW | 1 | -1/+6 |
2007-08-30 | Added some place holder classes for various modules. | MW | 2 | -36/+40 |
2007-08-28 | Fixed the problem of uploaded animations not showing up in inventory [Mantis ... | MW | 1 | -1/+1 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 3 | -4/+396 |
2007-08-27 | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 1 | -1/+1 |
2007-08-27 | Another small tweak to image sending. | MW | 1 | -1/+2 |
2007-08-27 | Tweaks to assetcache to make texture downloading better (I hope) | Brian McBee | 1 | -13/+14 |
2007-08-26 | See if this fixes the 0x0 texture size problems, and speeds up texture downlo... | MW | 1 | -2/+3 |
2007-08-26 | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 3 | -35/+80 |
2007-08-25 | Second attempt to commit : Test to see if this change improves or makes worse... | MW | 1 | -1/+1 |
2007-08-22 | A little bit of cleaning up. | MW | 1 | -1/+1 |
2007-08-21 | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 3 | -11/+23 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2 | -12/+32 |
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 4 | -27/+79 |
2007-08-16 | Can now set the plugins for standalone mode's Inventory database (default sql... | MW | 1 | -1/+6 |
2007-08-15 | More work on inventory, can now create other inventory types, like Clothes an... | MW | 3 | -11/+141 |
2007-08-14 | preliminary support for editing notecards and scripts. | MW | 5 | -11/+121 |
2007-08-14 | Can now create some new empty inventory items (like notecards and scripts) fr... | MW | 1 | -2/+0 |
2007-08-14 | Start of inventory items, when you upload a texture the data will now be stor... | MW | 5 | -11/+60 |
2007-08-14 | More inventory work, should be able to now create new inventory folders and t... | MW | 3 | -25/+39 |
2007-08-14 | Start of Inventory service, currently only (partially) functional in standalo... | MW | 2 | -3/+18 |
2007-08-13 | Deleted some unused code. | MW | 1 | -17/+0 |
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 1 | -1/+1 |
2007-08-09 | Making sure my local working copy is in sync with svn before I start the job ... | MW | 2 | -4/+6 |
2007-08-08 | Fixed the asset download problem I think, solution might not be ideal but wor... | MW | 1 | -12/+9 |
2007-08-08 | Hopefully improved texture downloading (including the speed at which they dow... | MW | 1 | -35/+83 |
2007-08-08 | Added checks to the last commit to make sure the xml files exist before it tr... | MW | 1 | -2/+5 |
2007-08-08 | The startup set of assets in the local asset server can now be set from a xml... | MW | 1 | -3/+42 |
2007-08-08 | CAPS should now be working in standalone mode. Texture uploads will work even... | Brian McBee | 1 | -6/+12 |
2007-08-07 | a couple of changes in the new Sceneobject classes, just committing so things... | MW | 1 | -3/+1 |