Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-30 | * Optimized usings | lbsa71 | 7 | -384/+458 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 4 | -7/+7 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-22 | * Removed plenty more untagged console messages. Everything now has shiny ↵ | Adam Frisby | 1 | -1/+1 | |
groups. :) | |||||
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 ↵ | Tleiades Hax | 1 | -1/+22 | |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. | |||||
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 ↵ | lbsa71 | 1 | -51/+51 | |
of things. Reverting 2056. | |||||
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -51/+51 | |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -0/+1 | |
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure | |||||
2007-10-02 | * Moved setup of LocalInventoryService and LocalUserServices to the app layer | lbsa71 | 1 | -7/+1 | |
* Killed off 'parent' relation from LocalUserServices to CommunicationsLocal * Deleted obsolete project InventoryServiceBase * Deleted superfluous createCol function | |||||
2007-10-01 | revert working getInventoryFolder function because this seems | Sean Dague | 1 | -6/+13 | |
to break multi region environments. | |||||
2007-09-28 | negative code checkin. All these functions are in the base | Sean Dague | 1 | -162/+1 | |
class which we get for free now. | |||||
2007-09-28 | implement getInventoryItem and getInventoryFolder (not | Sean Dague | 1 | -5/+15 | |
sure why these weren't implemented previously) | |||||
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -37/+34 | |
Tleiades patch 444 and 445. | |||||
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 | |
not sure how we missed this function | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -31/+30 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
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 ↵ | lbsa71 | 2 | -3/+69 | |
code based on User db. Nothing hot-wired though. | |||||
2007-09-15 | put some locking around user access, which should help with | Sean Dague | 1 | -45/+53 | |
the exception dalien found during crash-a-thon | |||||
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 | |
this also moves commit points around a bit for debuging, though this will change back now the MW has worked out synchronization | |||||
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 | |
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o. | |||||
2007-09-07 | added SQLiteAssetData class first pass. This should work, | Sean Dague | 1 | -0/+237 | |
but it will current store local and temporary assets as well. Will fix that later. | |||||
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 | |
These cause some issues with the ADO.NET mapping | |||||
2007-08-28 | sqlite is storing now, uint64 makes things "interesting". | Sean Dague | 1 | -7/+8 | |
however lookup isn't working | |||||
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 | |
with this checkin, though it's not tested. Will do that tommorrow. | |||||
2007-08-27 | first pass implementation of sqlite storage for user data. This | Sean Dague | 1 | -0/+705 | |
isn't functional enough to use yet, but does compile. Should be ready for testing in another day or so. | |||||
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 | |
and add automatic generating of the inventory table | |||||
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵ | MW | 1 | -0/+17 | |
if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on). | |||||
2007-08-14 | Start of inventory items, when you upload a texture the data will now be ↵ | MW | 1 | -4/+71 | |
stored in the inventory database and you will still have that texture in inventory on later logins (Again only in standalone mode with authentication.) Also there might be some problems if you upload textures in other regions to the start one (due to us not updating the CAPS url properly). | |||||
2007-08-14 | Start of Inventory service, currently only (partially) functional in ↵ | MW | 1 | -0/+401 | |
standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window. | |||||
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 ↵ | lbsa71 | 2 | -152/+0 | |
should make sure the wiki is updated. | |||||
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 | |
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message | |||||
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 3 | -17/+14 | |
* added some licensing info | |||||
2007-07-01 | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 3 | -4/+4 | |
* Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins | |||||
2007-06-29 | *Deleted Logger.cs from OpenSim.Framework | mingchen | 2 | -3/+3 | |