| Commit message (Expand) | Author | Files | Lines |
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 2 | -1/+63 |
2007-10-30 | * Optimized usings | lbsa71 | 7 | -384/+458 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 4 | -7/+7 |
2007-10-22 | * Removed plenty more untagged console messages. Everything now has shiny gro... | Adam Frisby | 1 | -1/+1 |
2007-10-17 | * Some asset loading refactoring | lbsa71 | 1 | -9/+12 |
2007-10-17 | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 2 | -10/+10 |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+29 |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 1 | -1/+22 |
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2 | -4/+27 |
2007-10-06 | Applied Patch 473, Inventory Patch from Tleiades (many thanks). | MW | 1 | -14/+74 |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 1 | -51/+51 |
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -51/+51 |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -0/+1 |
2007-10-02 | * Moved setup of LocalInventoryService and LocalUserServices to the app layer | lbsa71 | 1 | -7/+1 |
2007-10-01 | revert working getInventoryFolder function because this seems | Sean Dague | 1 | -6/+13 |
2007-09-28 | negative code checkin. All these functions are in the base | Sean Dague | 1 | -162/+1 |
2007-09-28 | implement getInventoryItem and getInventoryFolder (not | Sean Dague | 1 | -5/+15 |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 1 | -37/+34 |
2007-09-27 | oops, I broke the build. Fixed now | Sean Dague | 1 | -3/+3 |
2007-09-27 | implement something in sqlite inventory that wasn't before | Sean Dague | 1 | -3/+7 |
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -31/+30 |
2007-09-24 | * Renamed methods on IUserData | lbsa71 | 1 | -17/+17 |
2007-09-19 | * A feeble attempt at adding Grid db support to SQLite, just adding some code... | lbsa71 | 2 | -3/+69 |
2007-09-15 | put some locking around user access, which should help with | Sean Dague | 1 | -45/+53 |
2007-09-11 | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 1 | -31/+34 |
2007-09-11 | add DeleteAsset | Sean Dague | 1 | -10/+14 |
2007-09-10 | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 2 | -1/+24 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 5 | -5/+5 |
2007-09-10 | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 1 | -3/+19 |
2007-09-07 | added SQLiteAssetData class first pass. This should work, | Sean Dague | 1 | -0/+237 |
2007-09-07 | factor out common methods to SQLiteBase | Sean Dague | 2 | -169/+231 |
2007-08-30 | remove debugging statement | Sean Dague | 1 | -1/+1 |
2007-08-28 | some changes which get us closer to Sqlite storage for users | Sean Dague | 1 | -3/+6 |
2007-08-28 | Ensure that UserProfileData doesn't pass down null values. | Sean Dague | 1 | -18/+25 |
2007-08-28 | sqlite is storing now, uint64 makes things "interesting". | Sean Dague | 1 | -7/+8 |
2007-08-28 | added some more types that will be needed | Sean Dague | 1 | -2/+14 |
2007-08-28 | sqlite user datastore "should" be functionally complete | Sean Dague | 1 | -115/+74 |
2007-08-27 | first pass implementation of sqlite storage for user data. This | Sean Dague | 1 | -0/+705 |
2007-08-24 | it helps to actually call TestTables to get the new tables created | Sean Dague | 1 | -0/+2 |
2007-08-24 | updated SQLite Inventory to newer model data definition, | Sean Dague | 1 | -485/+644 |
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 1 | -0/+17 |
2007-08-14 | Start of inventory items, when you upload a texture the data will now be stor... | MW | 1 | -4/+71 |
2007-08-14 | Start of Inventory service, currently only (partially) functional in standalo... | MW | 1 | -0/+401 |
2007-07-16 | changed to native line ending encoding | Sean Dague | 3 | -436/+436 |
2007-07-08 | * By popular demand, all generated build files are now deleted. Somebody shou... | lbsa71 | 2 | -152/+0 |
2007-07-08 | (no commit message) | lbsa71 | 2 | -7/+5 |
2007-07-08 | * Updating prebuild | Adam Frisby | 2 | -3/+3 |
2007-07-05 | *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) | mingchen | 2 | -3/+3 |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 3 | -17/+14 |
2007-07-01 | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 3 | -4/+4 |