aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* this is a believed fix for some of the MySQL races. Testing wouldSean Dague2008-03-131-29/+24
* * Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey2008-03-122-4/+4
* Applied patch from mantis #749, Grass now stays to set type when moved. thank...MW2008-03-121-1/+1
* Applied patch from mantis #610, fixed invalid filenames with dump_assets_to_f...MW2008-03-122-27/+56
* * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp...Adam Frisby2008-03-121-2/+1
* better fix for 551, not sure why I missed this earlierSean Dague2008-03-121-12/+10
* Ensure resolution of mantis 113Sean Dague2008-03-111-1/+3
* get rid of artificial InventoryLock object in favor ofSean Dague2008-03-111-18/+13
* Attempted fix for http://opensimulator.org/mantis/view.php?id=551Sean Dague2008-03-111-3/+0
* * Very minor error message change in GridAssetClientJustin Clarke Casey2008-03-111-3/+1
* this fixes up the exponentially growing startup times causedSean Dague2008-03-111-9/+8
* * Added a hack-ish routine to add the State column to the primshapes table if...Teravus Ovares2008-03-091-1/+11
* Thank you kindly Grumly57 for a patch to solve:Charles Krinke2008-03-082-0/+4
* * Increase inventory description columns from 64 characters to 128Justin Clarke Casey2008-03-072-2/+2
* Fix to solve mantis 717 problem. Makes sure the region DB schema is up to dat...Johan Berntsson2008-03-073-2/+26
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-0/+1
* * Removed more compiler warnings, dead code, etc.Adam Frisby2008-03-051-0/+2
* * One line fix to get everything working again. Essentially set the originR...Teravus Ovares2008-03-041-0/+1
* Cleaned up a couple compiler warnings.Jeff Ames2008-03-041-1/+0
* Fixed a region split synchronization bugJohan Berntsson2008-03-041-0/+11
* Fixed SQL update errorJohan Berntsson2008-03-041-0/+1
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-0414-57/+340
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-044-4/+31
* * More compiler warning nukage.Adam Frisby2008-03-031-1/+1
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-039-25/+187
* * Doh, forgot one license headerlbsa712008-03-032-4/+5
* * Changed the license headers. The Data Framework is now all OpenSim. Yay! *t...lbsa712008-03-038-16/+29
* * Renamed the Data Framework namespaceslbsa712008-03-0311-14/+14
* * renamed the key file (baby steps here)lbsa712008-03-031-0/+0
* * Started the ardous task to rename the TribalMedia.Framework.Data to OpenSim...lbsa712008-03-038-0/+906
* Thank you very much, Ahzzmandius for:Charles Krinke2008-03-022-51/+27
* Change handler001 through handler009 to moreCharles Krinke2008-03-022-51/+51
* Thank you kindly, Ahzzmandius for addingCharles Krinke2008-03-023-6/+12
* Update names of handler010 through handler019Charles Krinke2008-03-021-8/+8
* * Temporarily commented out the parcel banlist clearing query that was being ...Teravus Ovares2008-03-021-7/+8
* More compiler warning cleanup.Jeff Ames2008-02-291-13/+7
* disabled AssetDownloadModule and re-enabled the asset download code in the as...MW2008-02-271-17/+18
* small fix in the showstate data in AssetCache to reflect that now some functi...MW2008-02-271-1/+1
* After seeing sdague do his happy dance over trunk working "the best he has ev...MW2008-02-272-17/+21
* another attempt at fixing asset lockupsMW2008-02-271-224/+247
* Hopefully fixed the bug that was causing a lot of the freezing. Which was hap...MW2008-02-271-33/+51
* * Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey2008-02-251-24/+8
* * Caught HttpListenerException and swallowed if with outputlbsa712008-02-251-2/+10
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-251-0/+6
* Update svn properties.Jeff Ames2008-02-231-0/+0
* * Improve alignment of packet queue stats headignsJustin Clarke Casey2008-02-222-5/+7
* * Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey2008-02-223-14/+29
* * Converted the last of the events to the private delegate instance method to...Teravus Ovares2008-02-221-25/+47
* * Oops! Add missing interfaceJustin Clarke Casey2008-02-221-0/+44
* * Implement packet queue statisticsJustin Clarke Casey2008-02-221-7/+88