aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-08-20Instant Messages between users in the same region should actually now work.MW3-4/+4
2007-08-19small clean up.MW2-0/+5
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW5-28/+64
2007-08-17*Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen1-61/+15
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW10-28/+122
2007-08-16Can now set the plugins for standalone mode's Inventory database (default sql...MW1-1/+6
2007-08-15The 'Party Party Groupie Groupie Life is a game' commit:lbsa712-0/+6
2007-08-15*Added the ability to run commands after all regions have started upmingchen1-2/+8
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW6-11/+186
2007-08-15* Added more spinning parts to ComplexObject.lbsa711-9/+24
2007-08-15* Exploring Group/Part from an app perspective.lbsa711-5/+41
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW3-120/+30
2007-08-14preliminary support for editing notecards and scripts. MW5-11/+121
2007-08-14Can now create some new empty inventory items (like notecards and scripts) fr...MW1-2/+0
2007-08-14Start of inventory items, when you upload a texture the data will now be stor...MW7-15/+139
2007-08-14More inventory work, should be able to now create new inventory folders and t...MW3-25/+39
2007-08-14Start of Inventory service, currently only (partially) functional in standalo...MW5-21/+499