aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-11Another attempt at fixing the disappearing estate_settings.xml file.Brian McBee1-25/+24
2007-09-11Fix for setting region through property. This should allowSean Dague1-2/+2
2007-09-11* minor refactoringslbsa711-2/+0
2007-09-11move the locks closer to the data, sqlite for assets now works like a champSean Dague2-40/+37
2007-09-11add DeleteAssetSean Dague1-10/+14
2007-09-11Trying some locks on asset database access. MW1-10/+21
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague4-305/+328
2007-09-10mass update of urls in source code to new websiteSean Dague79-79/+79
2007-09-10A couple of fixes to make sure db4o gets set as the default asset database. A...MW2-0/+2
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW7-14/+346
2007-09-10* Fixed: Accessing xmlrpc with invalid xml data would crash the sim.lbsa711-17/+31
2007-09-09Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot2-0/+2
2007-09-08A small try/catch wrapper to prevent the CLI errors from nuking the sim.Dalien Talbot1-1/+5
2007-09-08Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot2-2/+2
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-7/+7
2007-09-07added SQLiteAssetData class first pass. This should work,Sean Dague1-0/+237
2007-09-07factor out common methods to SQLiteBaseSean Dague2-169/+231
2007-09-05Added "Local" and "Temporary" Fields to the AssetBase class.MW1-0/+2
2007-09-04Some work on Module loading/management.MW1-1/+6
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-0/+15
2007-08-30remove debugging statementSean Dague1-1/+1
2007-08-30Added some place holder classes for various modules.MW2-36/+40
2007-08-29Various small changes (some likely to be removed again soon)MW1-1/+1
2007-08-29Attempt to fix bug on linux where estate_settings.xml gets wiped. Brian McBee1-1/+4
2007-08-28Fixed the problem of uploaded animations not showing up in inventory [Mantis ...MW1-1/+1
2007-08-28some changes which get us closer to Sqlite storage for usersSean Dague3-6/+16
2007-08-28Ensure that UserProfileData doesn't pass down null values. Sean Dague2-22/+32
2007-08-28sqlite is storing now, uint64 makes things "interesting".Sean Dague1-7/+8
2007-08-28added some more types that will be neededSean Dague1-2/+14
2007-08-28sqlite user datastore "should" be functionally completeSean Dague1-115/+74
2007-08-28reverting to old case sensitive username behavior. As sdague pointed out,we a...Brian McBee1-1/+1
2007-08-28Avatar login names are no longer case sensitiveBrian McBee1-1/+1
2007-08-27first pass implementation of sqlite storage for user data. ThisSean Dague1-0/+705
2007-08-27Deleted a few old files that are no longer used.MW6-320/+397
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW1-1/+1
2007-08-27Another small tweak to image sending.MW1-1/+2
2007-08-27Tweaks to assetcache to make texture downloading better (I hope)Brian McBee1-13/+14
2007-08-26See if this fixes the 0x0 texture size problems, and speeds up texture downlo...MW1-2/+3
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW6-37/+84
2007-08-25Applied dalien's libsl login patch (should now allow libsl clients to once ag...MW1-4/+4
2007-08-25Second attempt to commit : Test to see if this change improves or makes worse...MW1-1/+1
2007-08-24it helps to actually call TestTables to get the new tables createdSean Dague1-0/+2
2007-08-24updated SQLite Inventory to newer model data definition,Sean Dague1-485/+644
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2-0/+3
2007-08-22Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2-0/+3
2007-08-22A little bit of cleaning up.MW1-1/+1
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2-0/+3
2007-08-22Fix for un-encrypted master avatar password in user databaseBrian McBee1-1/+2
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2-0/+3
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW5-11/+26