aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Moved the EventManager over to delegate instances to prevent race conditions.Teravus Ovares2008-02-221-49/+104
* fixed it so that the different types of trees now work (show up in the client...MW2008-02-221-1/+5
* Bugfixes - wasn't counting threads right++Tedd Hansen2008-02-223-17/+17
* Minor annoying Exception-bug fixedTedd Hansen2008-02-222-2/+3
* Execution threads are now shared between regions too. Default thread count re...Tedd Hansen2008-02-223-242/+229
* Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen2008-02-222-17/+28
* Now last commit will compile too... The features just keep on coming!Tedd Hansen2008-02-223-6/+12
* From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen2008-02-225-79/+87
* * Relative large ClientView refactoring of packet Events into .Net recommende...Teravus Ovares2008-02-221-256/+686
* 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
* * 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-2110-7/+38
* 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-201-32/+26
* 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-204-15/+16
* div+Tedd Hansen2008-02-202-1/+14
* * Found the land bug, yayTeravus Ovares2008-02-202-5/+17
* Minor cleanup.Jeff Ames2008-02-20119-266/+188
* * 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-203-7/+26
* llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen2008-02-202-2/+2
* * re-enabled AssetNotFound codelbsa712008-02-201-77/+80
* 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
* small changeMW2008-02-201-0/+11
* * Added a few more packets to ClientView. Added tendons to the Skeletal Group...Teravus Ovares2008-02-203-15/+297
* * Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa712008-02-203-5/+3
* * 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
* 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-194-6/+22
* *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
* 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-181-10/+24
* * 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-181-1/+3
* * 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-181-1/+1
* * 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