aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes to ScriptEngine thread cleanup on destructorTedd Hansen2008-02-214-17/+14
* * Fixed an issue where the client thread was aborted before the UDP server se...Teravus Ovares2008-02-211-4/+11
* Update svn properties.Jeff Ames2008-02-211-106/+106
* * A few additional null checks in the Physics Scene and PhysicsActor so we do...Teravus Ovares2008-02-212-11/+6
* ScriptEngine changes in locking. Another step in direction of shared threads.Tedd Hansen2008-02-212-24/+22
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-2116-7/+149
* Remove a couple compiler warnings.Jeff Ames2008-02-212-5/+5
* * Properly guard against the possibility that CopyInventoryItem doesn't get a...Justin Clarke Casey2008-02-201-5/+16
* * Eliminate AssetCache.CopyAsset()Justin Clarke Casey2008-02-202-58/+30
* Treads command lists threads, but not thread name (yet)Tedd Hansen2008-02-201-7/+9
* * Only count download requests for assets which are not already waiting for d...Justin Clarke Casey2008-02-205-20/+22
* div+Tedd Hansen2008-02-202-1/+14
* * Found the land bug, yayTeravus Ovares2008-02-202-5/+17
* * 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-20206-445/+345
* Report command string on ConsoleBase.RunCommand exceptionJustin Clarke Casey2008-02-202-3/+4
* * Fixed a long standing race condition in physics events. Could this be the...Teravus Ovares2008-02-201-3/+3
* llSetTimerEvent updated to use ticks instead of DateTime for internal timing.Tedd Hansen2008-02-203-24/+41
* * Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2008-02-206-33/+91
* llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen2008-02-202-2/+2
* * re-enabled AssetNotFound codelbsa712008-02-202-92/+96
* Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo...MW2008-02-201-4/+4
* some changes to the initialising of AgentAssetTransactionModule to see if the...MW2008-02-201-9/+23
* * just added a readonly and a commentlbsa712008-02-202-2/+2
* small changeMW2008-02-201-0/+11
* * Added a few more packets to ClientView. Added tendons to the Skeletal Group...Teravus Ovares2008-02-204-15/+303
* * Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa712008-02-204-75/+104
* * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode.lbsa712008-02-201-1/+17
* * Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares2008-02-205-10/+78
* * Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares2008-02-204-1/+55
* Doc correctionJustin Clarke Casey2008-02-191-1/+1
* * Add documentationJustin Clarke Casey2008-02-193-16/+112
* Putting in eyecatcher lines on OpenSim start as we had previously. This make...Justin Clarke Casey2008-02-191-1/+5
* Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey2008-02-193-15/+15
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-02-1910-197/+576
* * Adds limited support for each hollow type for the supported prim., Cube wit...Teravus Ovares2008-02-191-124/+192
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-199-7/+28
* *rawfile fix.Teravus Ovares2008-02-191-1/+1
* * This patch adds Prism support to the Meshmerizer. Prism is one of the obj...Teravus Ovares2008-02-192-1/+211
* * Committing Ahzz's patch number 620.Teravus Ovares2008-02-191-135/+177
* A bit more prominent sign of start up completion :-) thanks HashBox for the A...Dalien Talbot2008-02-181-0/+15
* Committing ahzz's patch #619 - Description:Teravus Ovares2008-02-182-19/+48
* * Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ...Teravus Ovares2008-02-181-3/+9
* * Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey2008-02-183-9/+21
* * Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val))Teravus Ovares2008-02-182-9/+65
* * Make RegionProfileData.RequestSimProfileData staticJustin Clarke Casey2008-02-184-13/+28
* * Since default loglevel is debug, I'm commenting out the resending x packet ...Teravus Ovares2008-02-181-2/+2
* * Putting the resending x packet into debug mode only. Set your loglevel to...Teravus Ovares2008-02-181-1/+1
* * Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2008-02-185-43/+69