aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-14* Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares4-12/+46
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 Ovares3-2/+46
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague4-12/+167
2007-11-13Added "remove-region <region name>" console command that "should" remove the ...MW1-5/+0
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.MW3-26/+71
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 Ames2-55/+90
2007-11-11Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot2-1/+33
2007-11-11Fixing null pointer exception from Mathias Soeken:Dalien Talbot1-2/+2
2007-11-11fixed chatting while sittingJeff Ames1-5/+9
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares4-12/+16
2007-11-09don't break if they haven't defined the Sun section of their configSean Dague1-2/+10
2007-11-09make Sun progression configurable for the Sim from OpenSim.iniSean Dague1-2/+3
2007-11-09* Moved BulletX off of the 'constant terse update' method. It now only sends...Teravus Ovares1-4/+7
2007-11-08* Fixed occasional character drift caused by sim not sending the avatar's fin...Teravus Ovares2-0/+14
2007-11-08fixed non-ASCII chat and IMJeff Ames1-1/+1
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames3-10/+11
2007-11-08* Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares2-4/+29
2007-11-07get rid of the debug line, that's just going to drive everyone nutsSean Dague1-1/+1
2007-11-07move Sun into a Region Module, pass 1. Currently this works fine withSean Dague3-3/+182
2007-11-07refactored some duplicate SceneObjectGroup searching code in SceneJeff Ames2-236/+98
2007-11-05* Substituted som 'GenericCall' with Action<>lbsa711-20/+24
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW5-62/+112
2007-11-05* UpdateWearable should SendOurAppearancelbsa711-0/+2
2007-11-05Thank you, Teravus for: Solution for 'after using physical prim with MonoSql...Charles Krinke1-1/+5
2007-11-05removed duplicated BOMsJeff Ames2-2/+2
2007-11-04Some more refactoringMW5-195/+254
2007-11-04normalized line endingsJeff Ames2-867/+867
2007-11-04Applying Teravus patch # 557. Some glue code for the updating of prim's veloc...MW1-4/+34
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW6-55/+59
2007-11-03Fixes a bug with a ZERO Quaternion when creating a prim.darok1-4/+8
2007-11-03Modifications for prim movement. For now only in Mod. BulletX, but i think it...darok2-5/+90
2007-11-03First part of Scene refactoring:MW6-756/+1069
2007-11-03tiny commit to prepare for the first proper part of Scene.cs refactoring. MW1-17/+13
2007-11-03Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok4-16/+24
2007-11-01* Diuerse beavtificatemslbsa717-73/+79
2007-11-01Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat...Charles Krinke3-8/+21
2007-11-01Thank you Melanie for a patch to SceneObjectPart.cs so that on first transmis...Charles Krinke1-2/+19
2007-10-31fixed bug with user not getting land properties on loginJeff Ames3-6/+20
2007-10-31some small changesMW1-6/+7
2007-10-31fixed filenames in log messagesJeff Ames3-4/+4
2007-10-31made illogical bitwise operations logicalJeff Ames3-4/+4
2007-10-31Thank you Teravus, very much, for a 'jump', 'crouch' and 'inertia' patch for ...Charles Krinke1-4/+35
2007-10-30Tevarus' patch for object flags & implemented Phantom editsdan miller5-5/+129