aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-12-12remove another partial class, and map another class back to a real fileSean Dague1-1/+1
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares1-1/+2
2007-12-11Minor cleanup/refactoring of ScenePresence.Jeff Ames1-76/+47
2007-12-10* Added comments to many methods in the listed files.Teravus Ovares1-41/+105
2007-12-10Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames1-78/+101
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares1-0/+14
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW1-131/+137
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-14/+14
2007-12-07added one more command to the console help.Jeff Ames1-28/+12
2007-12-06removed obsolete Verbose() functionJeff Ames1-0/+3
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-3/+6
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-6/+2
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+0
2007-12-02Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW1-0/+2
2007-12-02Added some error handling (and console output) to BaseHttpServer.MW1-2/+1
2007-12-01attempt to fix sitting-related bugs #3 and #67Jeff Ames1-14/+17
2007-11-29* Fixed neighbour range buglbsa711-2/+2
2007-11-24* Added a way for the Region master user to kick individual users from their ...Teravus Ovares1-13/+0
2007-11-24* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares1-0/+19
2007-11-24* Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares1-0/+14
2007-11-23* added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares1-0/+5
2007-11-22* Added code to capture the draw distance setting from the client.Teravus Ovares1-10/+72
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-4/+21
2007-11-20fix for mantis #2 from Justin Casey (IBM)Sean Dague1-3/+7
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-1/+1
2007-11-18cleaned up some mono compiler warningsJeff Ames1-4/+1
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-39/+49
2007-11-16* Resolved the situation where prim is loaded from storage and when pushed ne...Teravus Ovares1-5/+5
2007-11-16More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW1-0/+2