aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-16* Fixed object edit movements causing full object updates instead of terse ob...Teravus Ovares1-1/+7
2007-11-14* Possibly resolved the excess sim lag. Teravus Ovares1-1/+2
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares1-0/+4
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague1-5/+16
2007-11-13replaced exception when sitting and typing with rather amusing getting up and...Jeff Ames1-0/+12
2007-11-13Some work on cleanly removing Regions.MW1-0/+1
2007-11-13* Fixed the walk vs fall animation.Teravus Ovares1-5/+5
2007-11-13* Added AV Height Glue & Avatar Height stored on m_AVHeight in ScenePresence Teravus Ovares1-2/+16
2007-11-13added IDs for all built-in animationsJeff Ames1-1/+1
2007-11-12* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares1-1/+18
2007-11-12* Added a lot of Glue to help with reporting proper collisions.Teravus Ovares1-3/+43
2007-11-12enable typing animation for chat, maybeJeff Ames1-2/+19
2007-11-11fixed chatting while sittingJeff Ames1-5/+9
2007-11-08* Fixed occasional character drift caused by sim not sending the avatar's fin...Teravus Ovares1-0/+2
2007-11-07move Sun into a Region Module, pass 1. Currently this works fine withSean Dague1-1/+2
2007-11-05* Substituted som 'GenericCall' with Action<>lbsa711-20/+24
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW1-3/+13