aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto4-5/+9
2010-01-11add interface/method documentatio nto IScriptModuleCommsJustin Clark-Casey (justincc)1-2/+18
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto15-15/+8
2010-01-11CommunicationsManager deleted.Diva Canto7-18/+11
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto2-2/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto5-7/+4
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto3-16/+15
2010-01-11Whitespace cleanupMelanie3-169/+169
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution3-5/+174
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2-14/+0
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-6/+0
2010-01-10* Last reference to CommsManager.UserProfileCacheService removedDiva Canto1-1/+1
2010-01-10Clean CRs from previous patchMelanie1-67/+67
2010-01-10Adds land collision events.Revolution2-10/+156
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto8-118/+28
2010-01-10Fix a small bug in login disable codeMelanie1-1/+1