aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mostly ODE update. Things are a bit more behaved then the last experiment...Teravus Ovares2008-01-281-0/+9
* Implemented a suggestion from Mic Bowman regarding border crossing and Signif...Teravus Ovares2008-01-251-1/+4
* Another try at fixing the Animations problem on region crossing.Brian McBee2008-01-241-1/+4
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-221-3/+55
* Attempt to catch animation fubar on region crossing that causes client hang. ...Brian McBee2008-01-211-1/+11
* * ODE Physics update. fixed weird rotation of the avatar surrogate.Teravus Ovares2008-01-181-1/+1
* * Fixed standing up so that you're at the new position of the prim if you mov...Teravus Ovares2008-01-161-3/+6
* * Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...Teravus Ovares2008-01-161-1/+43
* *removed a goofy debug line left inTeravus Ovares2008-01-121-4/+1
* * Added some of the finer control points to POS such asTeravus Ovares2008-01-121-0/+5
* * Fixed situation where sometimes your avatar tries to land and gets 'put' 80...Teravus Ovares2008-01-041-1/+8
* * Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares2008-01-021-1/+8
* * Optimized usingslbsa712007-12-271-63/+69
* * Added slightly better object sit handlingTeravus Ovares2007-12-271-14/+96
* * Play the 'landing' animation when landing and minimize the collision protec...Teravus Ovares2007-12-261-1/+2
* * This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares2007-12-261-11/+11
* * Removed a debug message I left in thereTeravus Ovares2007-12-261-1/+7
* * Added the ability to land automatically on prim by pressing the page down b...Teravus Ovares2007-12-261-2/+51
* *Ban lines now work if they are enabled grid wide.mingchen2007-12-201-0/+2
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-5/+1
* *Added event called after any movement is handled (OnClientMovement) - will b...mingchen2007-12-201-0/+3
* *Made a much more network friendly method of ban and pass line sendingmingchen2007-12-201-1/+6
* Misc. cleanup:Jeff Ames2007-12-191-12/+24
* *Added Ban Lines around parcels for banned avatars, but there is no actual bl...mingchen2007-12-191-1/+1
* * Removed redundant code in RestService.csAdam Frisby2007-12-181-3/+0
* Enabled the sit_ground animation. The sit state is not properly set, but it ...Jeff Ames2007-12-131-1/+1
* Added placeholder for sitting on ground support. Doesn't work yet.Jeff Ames2007-12-131-2/+9
* Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames2007-12-131-17/+0
* remove another partial class, and map another class back to a real fileSean Dague2007-12-121-1/+1
* * Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares2007-12-121-1/+2
* Minor cleanup/refactoring of ScenePresence.Jeff Ames2007-12-111-76/+47
* * Added comments to many methods in the listed files.Teravus Ovares2007-12-101-41/+105
* Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames2007-12-101-78/+101
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* * Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares2007-12-101-0/+14
* Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW2007-12-071-131/+137
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-14/+14
* added one more command to the console help.Jeff Ames2007-12-071-28/+12
* removed obsolete Verbose() functionJeff Ames2007-12-061-0/+3
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-3/+6
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-6/+2
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+0
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-021-0/+2
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-2/+1
* attempt to fix sitting-related bugs #3 and #67Jeff Ames2007-12-011-14/+17
* * Fixed neighbour range buglbsa712007-11-291-2/+2
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-241-13/+0
* * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2007-11-241-0/+19
* * Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares2007-11-241-0/+14
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+5