aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-27MapImageService: changed the event at which the map tiles are uploaded, becau...Diva Canto1-3/+12
2012-04-27Minor change in error message (HG teleport failures)Diva Canto1-1/+1
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)13-22/+23
2012-04-26When creating an OAR, objects where the user is the Creator are always includ...Oren Hurvitz1-2/+7
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)3-23/+41
2012-04-24Slight rewording of output messages.Diva Canto1-1/+1
2012-04-24HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto2-14/+14
2012-04-25zero out SP velocity before calling SP.Teleport(), as the client expects (tho...Justin Clark-Casey (justincc)1-0/+1
2012-04-25Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)1-1/+1
2012-04-25Comment out some debug ATTACHMENTS log messages for now.Justin Clark-Casey (justincc)1-15/+14
2012-04-25Comment out the noisier AVFACTORY log messages for now.Justin Clark-Casey (justincc)1-4/+6
2012-04-25Improve teleport log debug and error messages to tell us who is teleporting.Justin Clark-Casey (justincc)1-3/+14
2012-04-24Minor improvements to loggingOren Hurvitz2-6/+9
2012-04-23Changed the Map-related messages from Info to Debug. They're debug messages.Diva Canto4-8/+8
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun2-52/+70
2012-04-22Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)1-2/+2
2012-04-20Improve bitmap disposal to do null checks and not to potentially try disposal...Justin Clark-Casey (justincc)1-4/+7
2012-04-20Always dispose of existing opened bitmap from file in SaveFile(), instead of ...Justin Clark-Casey (justincc)1-22/+37
2012-04-20Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and J...Justin Clark-Casey (justincc)2-18/+31
2012-04-20concerns GenericSystemDrawing.csGarmin Kawaguichi1-8/+9
2012-04-20Stop teleports from dropping tall avatars through or embedding them in the fl...Justin Clark-Casey (justincc)1-1/+7
2012-04-18On "show part" command, show link number.Justin Clark-Casey (justincc)1-1/+1
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)3-4/+4
2012-04-13Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens2-84/+128
2012-04-11HGFriendsModule: Type casts to fix compile errorSnoopy Pfeffer1-1/+1
2012-04-11HGFriendsModule: Added optional user level based restriction to send friendsh...Snoopy Pfeffer1-4/+20
2012-04-11HGFriendsModule: add the scaffolding for supporting permissions pertaining to...Diva Canto2-2/+32
2012-04-10New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer1-2/+13
2012-04-10Do not timeout group member cache entry, as long as there are frequent group ...Snoopy Pfeffer1-0/+3
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto3-150/+159
2012-04-07Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)1-3/+3
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)3-13/+14
2012-04-06Deleted the unused and commented code from 2 commits ago.Diva Canto1-241/+1
2012-04-06WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto1-21/+295
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto3-12/+97
2012-04-05Revert last commitSnoopy Pfeffer1-22/+25
2012-04-05Group based access restrictions to parcels require group membership, but not ...Snoopy Pfeffer1-25/+22
2012-04-05Little bug fix in HasGroupAccess, to properly store the case "true" in the ca...Snoopy Pfeffer1-5/+2
2012-04-05Simplify group access checks and break them out into a separate method.Melanie1-57/+49
2012-04-05Implements group based access restrictions for parcels of land. Because of ca...Snoopy Pfeffer1-1/+57
2012-04-03terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui...Garmin Kawaguichi11-3/+74
2012-04-03Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)1-4/+4
2012-03-31refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)1-1/+1
2012-03-31Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon...Justin Clark-Casey (justincc)1-1/+1
2012-03-31minor: small message adjustment and unnecessary code elimination when notifyi...Justin Clark-Casey (justincc)1-1/+1
2012-03-31fix Infinite loading on No Rez http://opensimulator.org/mantis/view.php?id=5932PixelTomsen1-0/+5
2012-03-30Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)2-4/+3
2012-03-30refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2-93/+19
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)4-62/+80
2012-03-29refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)3-20/+52