aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-04refactor: chain two ScenePresence constructors together to eliminate common c...Justin Clark-Casey (justincc)1-15/+11
2010-02-04minor: one method docJustin Clark-Casey (justincc)1-3/+7
2010-02-04Revert "change position of OnAttach event firing so that this also happens wh...Melanie2-17/+15
2010-02-04Finally cutting the gordian knot. Friends needs to be both a module and aMelanie1-9/+0
2010-02-04Some interface and data structure changes, add the missing method in friendsMelanie1-0/+9
2010-02-03minor: add a smidgen of EventManager docJustin Clark-Casey (justincc)2-6/+6
2010-02-03For each delegate added to events in the EventManager, catch and log but do n...Justin Clark-Casey (justincc)1-314/+1128
2010-02-03add an IsRoot property to sopJustin Clark-Casey (justincc)2-1/+24
2010-02-03minor: comment out a log line in ScenePresenceJustin Clark-Casey (justincc)1-2/+1
2010-02-03minor: remove a couple of mono warningsJustin Clark-Casey (justincc)2-4/+1
2010-02-03change position of OnAttach event firing so that this also happens when a use...Justin Clark-Casey (justincc)2-15/+17
2010-02-03allow terrain collision events after regular collision checkradams11-3/+3
2010-02-02minor: copy some method doc from the WorldComm implementation to the interfaceJustin Clark-Casey (justincc)1-0/+39
2010-02-02minor: add method doc to sop.SetScriptEvents()Justin Clark-Casey (justincc)1-0/+5
2010-02-02minor: add some documentation to EventManager.OnObjectGrabJustin Clark-Casey (justincc)1-15/+8
2010-02-02minor: add reminder to lock SOG.Children before using it directly in order to...Justin Clark-Casey (justincc)1-2/+5
2010-02-01minor: rename GetScriptPrimType() to GetPrimType()Justin Clark-Casey (justincc)1-2/+2
2010-02-01move hollow sphere faces bug back up to LSL_Api.csJustin Clark-Casey (justincc)1-1/+1
2010-02-01remove now duplicated shape code from LSL_Api.csJustin Clark-Casey (justincc)1-4/+4
2010-02-01Copy prim face color setting code from LSL_Api down into SOP so that non-LSL ...Justin Clark-Casey (justincc)1-0/+192
2010-02-01Actually make EventManager.OnAttach() fire when an object is attached. Previ...Justin Clark-Casey (justincc)2-2/+6
2010-02-01Don't try to start attachment scripts or send updates if the attachment itsel...Justin Clark-Casey (justincc)2-27/+64
2010-01-31Added missing file.Diva Canto1-0/+20
2010-01-30* HGScene is no more.Diva Canto6-1019/+40
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)3-0/+52
2010-01-29improve locking of m_items in SceneObjectPartInventoryJustin Clark-Casey (justincc)1-85/+133
2010-01-29Add method to get all items with the same name from a particular primJustin Clark-Casey (justincc)2-2/+37
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie5-5/+5
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto2-1/+37
2010-01-26Replace dome tabs with spacesMelanie1-3/+3
2010-01-25Fix a problem where llDie() calls were sometimes leaving dead objects behind.Justin Clark-Casey (justincc)6-13/+52
2010-01-24Fixes Region Crossings on a prim.Revolution1-1/+9
2010-01-23Updates all IRegionModules to the new style region modules.Revolution5-5/+5
2010-01-21add a target position to agent updates to ScenePresence to support alternativ...unknown1-1/+7
2010-01-21Fixes llSetDamage. Patch from RevolutionRevolution1-7/+5
2010-01-19Change a member of the friendslist module to better reflect the client sideMelanie1-1/+1
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto2-15/+9
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto1-11/+13
2010-01-16Finished moving object crossings into EntityTransferModuleDiva Canto2-298/+0
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto3-174/+185
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto3-5/+5
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto6-1599/+50
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto2-2/+2
2010-01-13Omit AuthorizationService from the default configurations, because the servic...Diva Canto1-5/+5
2010-01-13* Removed debug messages.Diva Canto1-2/+0
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto2-0/+3
2010-01-13Several more buglets removed.Diva Canto3-18/+18
2010-01-13Change the error messages on region region registration. This changes URMMelanie1-3/+3
2010-01-12More appearance woes fixed, this time for child agents. Tested on a grid with...Diva Canto2-0/+6
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto2-5/+5