aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
2008-02-28* Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares1-1/+1
2008-02-28* OnSignificantClientMovement was never being called. So we got no land updat...Teravus Ovares1-1/+1
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-2/+5
2008-02-20Minor cleanup.Jeff Ames1-10/+2
2008-02-20* Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares1-0/+23
2008-02-18* Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ...Teravus Ovares1-3/+9
2008-02-18* Thanks to Ahzz, more verbose error messages on the console and possibly a f...Teravus Ovares1-1/+8
2008-02-18ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares1-1/+1
2008-02-17* Located and destroyed the weird velocity and rotation transfers. It turned...Teravus Ovares1-4/+16
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-14/+9
2008-02-13* Made physical prim stable enough for the general population to turn on. (th...Teravus Ovares1-2/+16
2008-02-12* A bunch of updates to make things more smooth.Teravus Ovares1-1/+1
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares1-3/+3
2008-02-09* In the most basic situations, ClientView and ScenePresence no longer leak m...Justin Clarke Casey1-4/+4
2008-02-08Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey1-1/+1
2008-02-08* Fix: Send Parcel data on region crossing.Teravus Ovares1-0/+2
2008-02-07* This update contains a bucket-full of network optimizations.Teravus Ovares1-1/+2
2008-02-06* Chasing down memory leak where memory used by a client is not returned on c...Justin Clarke Casey1-1/+6
2008-02-06Consolidated LoadAnims and AvatarAnimations constructor.Jeff Ames1-14/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-6/+8
2008-02-03* Adding the PhysicsCamperBot load testing app to the SVN in it's own folder....Teravus Ovares1-6/+33
2008-01-28* Mostly ODE update. Things are a bit more behaved then the last experiment...Teravus Ovares1-0/+9
2008-01-25Implemented a suggestion from Mic Bowman regarding border crossing and Signif...Teravus Ovares1-1/+4
2008-01-24Another try at fixing the Animations problem on region crossing.Brian McBee1-1/+4
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-3/+55
2008-01-21Attempt to catch animation fubar on region crossing that causes client hang. ...Brian McBee1-1/+11
2008-01-18* ODE Physics update. fixed weird rotation of the avatar surrogate.Teravus Ovares1-1/+1
2008-01-16* Fixed standing up so that you're at the new position of the prim if you mov...Teravus Ovares1-3/+6
2008-01-16* Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...Teravus Ovares1-1/+43
2008-01-12*removed a goofy debug line left inTeravus Ovares1-4/+1
2008-01-12* Added some of the finer control points to POS such asTeravus Ovares1-0/+5
2008-01-04* Fixed situation where sometimes your avatar tries to land and gets 'put' 80...Teravus Ovares1-1/+8
2008-01-02* Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares1-1/+8
2007-12-27* Optimized usingslbsa711-63/+69
2007-12-27* Added slightly better object sit handlingTeravus Ovares1-14/+96
2007-12-26* Play the 'landing' animation when landing and minimize the collision protec...Teravus Ovares1-1/+2
2007-12-26* This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares1-11/+11
2007-12-26* Removed a debug message I left in thereTeravus Ovares1-1/+7
2007-12-26* Added the ability to land automatically on prim by pressing the page down b...Teravus Ovares1-2/+51
2007-12-20*Ban lines now work if they are enabled grid wide.mingchen1-0/+2
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-5/+1
2007-12-20*Added event called after any movement is handled (OnClientMovement) - will b...mingchen1-0/+3
2007-12-20*Made a much more network friendly method of ban and pass line sendingmingchen1-1/+6
2007-12-19Misc. cleanup:Jeff Ames1-12/+24
2007-12-19*Added Ban Lines around parcels for banned avatars, but there is no actual bl...mingchen1-1/+1
2007-12-18* Removed redundant code in RestService.csAdam Frisby1-3/+0
2007-12-13Enabled the sit_ground animation. The sit state is not properly set, but it ...Jeff Ames1-1/+1
2007-12-13Added placeholder for sitting on ground support. Doesn't work yet.Jeff Ames1-2/+9
2007-12-13Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames1-17/+0