aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted a few old files that are no longer used.MW2007-08-276-320/+397
* Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW2007-08-271-1/+1
* Another small tweak to image sending.MW2007-08-271-1/+2
* Tweaks to assetcache to make texture downloading better (I hope)Brian McBee2007-08-271-13/+14
* See if this fixes the 0x0 texture size problems, and speeds up texture downlo...MW2007-08-261-2/+3
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-266-37/+84
* Applied dalien's libsl login patch (should now allow libsl clients to once ag...MW2007-08-251-4/+4
* Second attempt to commit : Test to see if this change improves or makes worse...MW2007-08-251-1/+1
* it helps to actually call TestTables to get the new tables createdSean Dague2007-08-241-0/+2
* updated SQLite Inventory to newer model data definition,Sean Dague2007-08-241-485/+644
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-222-0/+3
* Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2007-08-222-0/+3
* A little bit of cleaning up.MW2007-08-221-1/+1
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-222-0/+3
* Fix for un-encrypted master avatar password in user databaseBrian McBee2007-08-221-1/+2
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-212-0/+3
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-215-11/+26
* Instant Messages between users in the same region should actually now work.MW2007-08-203-4/+4
* small clean up.MW2007-08-192-0/+5
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-195-28/+64
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-171-61/+15
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-1610-28/+122
* Can now set the plugins for standalone mode's Inventory database (default sql...MW2007-08-161-1/+6
* The 'Party Party Groupie Groupie Life is a game' commit:lbsa712007-08-152-0/+6
* *Added the ability to run commands after all regions have started upmingchen2007-08-151-2/+8
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-156-11/+186
* * Added more spinning parts to ComplexObject.lbsa712007-08-151-9/+24
* * Exploring Group/Part from an app perspective.lbsa712007-08-151-5/+41
* Temporary fix for the region crossing crash, Although we need to start to cha...MW2007-08-153-120/+30
* preliminary support for editing notecards and scripts. MW2007-08-145-11/+121
* Can now create some new empty inventory items (like notecards and scripts) fr...MW2007-08-141-2/+0
* Start of inventory items, when you upload a texture the data will now be stor...MW2007-08-147-15/+139
* More inventory work, should be able to now create new inventory folders and t...MW2007-08-143-25/+39
* Start of Inventory service, currently only (partially) functional in standalo...MW2007-08-145-21/+499
* oops , guess I should include the new files next time MW2007-08-131-0/+281
* Separated Login Service from usermanager, which helps to clean up the code a ...MW2007-08-131-242/+16
* Some work to prepare for inventory server.MW2007-08-131-21/+31
* Deleted some unused code.MW2007-08-131-17/+0
* Hopefully fixes userprofiles.yap problem on startup. (thanks Adam!)Brian McBee2007-08-121-4/+3
* Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so tha...MW2007-08-111-0/+1
* A attempt to fix the user manager db4o crash bug (where you have to delete us...MW2007-08-111-1/+4
* Few small fixesMW2007-08-102-6/+6
* Some cleaning up and removed a few old files no longer in use.MW2007-08-104-111/+73
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-1/+1
* Making sure my local working copy is in sync with svn before I start the job ...MW2007-08-094-8/+10
* Fixed the asset download problem I think, solution might not be ideal but wor...MW2007-08-081-12/+9
* Hopefully improved texture downloading (including the speed at which they dow...MW2007-08-081-35/+83
* Added checks to the last commit to make sure the xml files exist before it tr...MW2007-08-081-2/+5
* The startup set of assets in the local asset server can now be set from a xml...MW2007-08-081-3/+42
* * Got SimpleApp working againlbsa712007-08-081-41/+49