aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-221-8/+14
* Update svn properties.Jeff Ames2008-02-211-106/+106
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-214-0/+109
* * Eliminate AssetCache.CopyAsset()Justin Clarke Casey2008-02-201-26/+4
* * Only count download requests for assets which are not already waiting for d...Justin Clarke Casey2008-02-201-5/+6
* * Properly guard removal of asset request lists on AssetCache.AssetNotFound (...Justin Clarke Casey2008-02-202-14/+16
* * Remove unused texture dictionaries from AssetCacheJustin Clarke Casey2008-02-202-48/+73
* Minor cleanup.Jeff Ames2008-02-2042-118/+102
* Report command string on ConsoleBase.RunCommand exceptionJustin Clarke Casey2008-02-202-3/+4
* * Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2008-02-203-26/+65